{
 "cells": [
  {
   "cell_type": "markdown",
   "metadata": {
    "origin_pos": 0
   },
   "source": [
    "# Random Variables\n",
    ":label:`sec_random_variables`\n",
    "\n",
    "In :numref:`sec_prob` we saw the basics of how to work with discrete random variables, which in our case refer to those random variables which take either a finite set of possible values, or the integers.  In this section, we develop the theory of *continuous random variables*, which are random variables which  can take on any real value.\n",
    "\n",
    "## Continuous Random Variables\n",
    "\n",
    "Continuous random variables are a significantly more subtle topic than discrete random variables.  A fair analogy to make is that the technical jump is comparable to the jump between adding lists of numbers and integrating functions.  As such, we will need to take some time to develop the theory.\n",
    "\n",
    "### From Discrete to Continuous\n",
    "\n",
    "To understand the additional technical challenges encountered when working with continuous random variables, let us perform a thought experiment.  Suppose that we are throwing a dart at the dart board, and we want to know the probability that it hits exactly $2 \\text{cm}$ from the center of the board.\n",
    "\n",
    "To start with, we imagine measuring a single digit of accuracy, that is to say with bins for $0 \\text{cm}$, $1 \\text{cm}$, $2 \\text{cm}$, and so on.  We throw say $100$ darts at the dart board, and if $20$ of them fall into the bin for $2\\text{cm}$ we conclude that $20\\%$ of the darts we throw hit the board $2 \\text{cm}$ away from the center.\n",
    "\n",
    "However, when we look closer, this does not match our question!  We wanted exact equality, whereas these bins hold all that fell between say $1.5\\text{cm}$ and $2.5\\text{cm}$.\n",
    "\n",
    "Undeterred, we continue further.  We measure even more precisely, say $1.9\\text{cm}$, $2.0\\text{cm}$, $2.1\\text{cm}$, and now see that perhaps $3$ of the $100$ darts hit the board in the $2.0\\text{cm}$ bucket.  Thus we conclude the probability is $3\\%$.\n",
    "\n",
    "However, this does not solve anything!  We have just pushed the issue down one digit further.  Let us abstract a bit. Imagine we know the probability that the first $k$ digits match with $2.00000\\ldots$ and we want to know the probability it matches for the first $k+1$ digits. It is fairly reasonable to assume that the ${k+1}^{\\mathrm{th}}$ digit is essentially a random choice from the set $\\{0, 1, 2, \\ldots, 9\\}$.  At least, we cannot conceive of a physically meaningful process which would force the number of micrometers away form the center to prefer to end in a $7$ vs a $3$.\n",
    "\n",
    "What this means is that in essence each additional digit of accuracy we require should decrease probability of matching by a factor of $10$.  Or put another way, we would expect that\n",
    "\n",
    "$$\n",
    "P(\\text{distance is}\\; 2.00\\ldots, \\;\\text{to}\\; k \\;\\text{digits} ) \\approx p\\cdot10^{-k}.\n",
    "$$\n",
    "\n",
    "The value $p$ essentially encodes what happens with the first few digits, and the $10^{-k}$ handles the rest.\n",
    "\n",
    "Notice that if we know the position accurate to $k=4$ digits after the decimal. that means we know the value falls within the interval say $[(1.99995,2.00005]$ which is an interval of length $2.00005-1.99995 = 10^{-4}$.  Thus, if we call the length of this interval $\\epsilon$, we can say\n",
    "\n",
    "$$\n",
    "P(\\text{distance is in an}\\; \\epsilon\\text{-sized interval around}\\; 2 ) \\approx \\epsilon \\cdot p.\n",
    "$$\n",
    "\n",
    "Let us take this one final step further.  We have been thinking about the point $2$ the entire time, but never thinking about other points.  Nothing is different there fundamentally, but it is the case that the value $p$ will likely be different.  We would at least hope that a dart thrower was more likely to hit a point near the center, like $2\\text{cm}$ rather than $20\\text{cm}$.  Thus, the value $p$ is not fixed, but rather should depend on the point $x$.  This tells us that we should expect\n",
    "\n",
    "$$P(\\text{distance is in an}\\; \\epsilon \\text{-sized interval around}\\; x ) \\approx \\epsilon \\cdot p(x).$$\n",
    ":eqlabel:`eq_pdf_deriv`\n",
    "\n",
    "Indeed, :eqref:`eq_pdf_deriv` precisely defines the *probability density function*.  It is a function $p(x)$ which encodes the relative probability of hitting near one point vs. another.  Let us visualize what such a function might look like.\n"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 1,
   "metadata": {
    "origin_pos": 3,
    "tab": [
     "tensorflow"
    ]
   },
   "outputs": [
    {
     "data": {
      "image/svg+xml": [
       "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>\n",
       "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"\n",
       "  \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n",
       "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"246.28125pt\" height=\"180.65625pt\" viewBox=\"0 0 246.28125 180.65625\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">\n",
       " <metadata>\n",
       "  <rdf:RDF xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:cc=\"http://creativecommons.org/ns#\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n",
       "   <cc:Work>\n",
       "    <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\"/>\n",
       "    <dc:date>2022-03-24T13:12:18.232982</dc:date>\n",
       "    <dc:format>image/svg+xml</dc:format>\n",
       "    <dc:creator>\n",
       "     <cc:Agent>\n",
       "      <dc:title>Matplotlib v3.5.1, https://matplotlib.org/</dc:title>\n",
       "     </cc:Agent>\n",
       "    </dc:creator>\n",
       "   </cc:Work>\n",
       "  </rdf:RDF>\n",
       " </metadata>\n",
       " <defs>\n",
       "  <style type=\"text/css\">*{stroke-linejoin: round; stroke-linecap: butt}</style>\n",
       " </defs>\n",
       " <g id=\"figure_1\">\n",
       "  <g id=\"patch_1\">\n",
       "   <path d=\"M 0 180.65625 \n",
       "L 246.28125 180.65625 \n",
       "L 246.28125 0 \n",
       "L 0 0 \n",
       "L 0 180.65625 \n",
       "z\n",
       "\" style=\"fill: none\"/>\n",
       "  </g>\n",
       "  <g id=\"axes_1\">\n",
       "   <g id=\"patch_2\">\n",
       "    <path d=\"M 43.78125 143.1 \n",
       "L 239.08125 143.1 \n",
       "L 239.08125 7.2 \n",
       "L 43.78125 7.2 \n",
       "z\n",
       "\" style=\"fill: #ffffff\"/>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_1\">\n",
       "    <g id=\"xtick_1\">\n",
       "     <g id=\"line2d_1\">\n",
       "      <path d=\"M 70.430772 143.1 \n",
       "L 70.430772 7.2 \n",
       "\" clip-path=\"url(#pfc9c6cf3d8)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_2\">\n",
       "      <defs>\n",
       "       <path id=\"m1eea1f7b56\" d=\"M 0 0 \n",
       "L 0 3.5 \n",
       "\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </defs>\n",
       "      <g>\n",
       "       <use xlink:href=\"#m1eea1f7b56\" x=\"70.430772\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_1\">\n",
       "      <!-- −4 -->\n",
       "      <g transform=\"translate(63.059678 157.698438)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-2212\" d=\"M 678 2272 \n",
       "L 4684 2272 \n",
       "L 4684 1741 \n",
       "L 678 1741 \n",
       "L 678 2272 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "        <path id=\"DejaVuSans-34\" d=\"M 2419 4116 \n",
       "L 825 1625 \n",
       "L 2419 1625 \n",
       "L 2419 4116 \n",
       "z\n",
       "M 2253 4666 \n",
       "L 3047 4666 \n",
       "L 3047 1625 \n",
       "L 3713 1625 \n",
       "L 3713 1100 \n",
       "L 3047 1100 \n",
       "L 3047 0 \n",
       "L 2419 0 \n",
       "L 2419 1100 \n",
       "L 313 1100 \n",
       "L 313 1709 \n",
       "L 2253 4666 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-34\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_2\">\n",
       "     <g id=\"line2d_3\">\n",
       "      <path d=\"M 105.975271 143.1 \n",
       "L 105.975271 7.2 \n",
       "\" clip-path=\"url(#pfc9c6cf3d8)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_4\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m1eea1f7b56\" x=\"105.975271\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_2\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(98.604177 157.698438)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-32\" d=\"M 1228 531 \n",
       "L 3431 531 \n",
       "L 3431 0 \n",
       "L 469 0 \n",
       "L 469 531 \n",
       "Q 828 903 1448 1529 \n",
       "Q 2069 2156 2228 2338 \n",
       "Q 2531 2678 2651 2914 \n",
       "Q 2772 3150 2772 3378 \n",
       "Q 2772 3750 2511 3984 \n",
       "Q 2250 4219 1831 4219 \n",
       "Q 1534 4219 1204 4116 \n",
       "Q 875 4013 500 3803 \n",
       "L 500 4441 \n",
       "Q 881 4594 1212 4672 \n",
       "Q 1544 4750 1819 4750 \n",
       "Q 2544 4750 2975 4387 \n",
       "Q 3406 4025 3406 3419 \n",
       "Q 3406 3131 3298 2873 \n",
       "Q 3191 2616 2906 2266 \n",
       "Q 2828 2175 2409 1742 \n",
       "Q 1991 1309 1228 531 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_3\">\n",
       "     <g id=\"line2d_5\">\n",
       "      <path d=\"M 141.51977 143.1 \n",
       "L 141.51977 7.2 \n",
       "\" clip-path=\"url(#pfc9c6cf3d8)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_6\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m1eea1f7b56\" x=\"141.51977\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_3\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(138.33852 157.698438)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-30\" d=\"M 2034 4250 \n",
       "Q 1547 4250 1301 3770 \n",
       "Q 1056 3291 1056 2328 \n",
       "Q 1056 1369 1301 889 \n",
       "Q 1547 409 2034 409 \n",
       "Q 2525 409 2770 889 \n",
       "Q 3016 1369 3016 2328 \n",
       "Q 3016 3291 2770 3770 \n",
       "Q 2525 4250 2034 4250 \n",
       "z\n",
       "M 2034 4750 \n",
       "Q 2819 4750 3233 4129 \n",
       "Q 3647 3509 3647 2328 \n",
       "Q 3647 1150 3233 529 \n",
       "Q 2819 -91 2034 -91 \n",
       "Q 1250 -91 836 529 \n",
       "Q 422 1150 422 2328 \n",
       "Q 422 3509 836 4129 \n",
       "Q 1250 4750 2034 4750 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_4\">\n",
       "     <g id=\"line2d_7\">\n",
       "      <path d=\"M 177.064269 143.1 \n",
       "L 177.064269 7.2 \n",
       "\" clip-path=\"url(#pfc9c6cf3d8)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_8\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m1eea1f7b56\" x=\"177.064269\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_4\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(173.883019 157.698438)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_5\">\n",
       "     <g id=\"line2d_9\">\n",
       "      <path d=\"M 212.608768 143.1 \n",
       "L 212.608768 7.2 \n",
       "\" clip-path=\"url(#pfc9c6cf3d8)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_10\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m1eea1f7b56\" x=\"212.608768\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_5\">\n",
       "      <!-- 4 -->\n",
       "      <g transform=\"translate(209.427518 157.698438)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-34\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_6\">\n",
       "     <!-- x -->\n",
       "     <g transform=\"translate(138.471875 171.376563)scale(0.1 -0.1)\">\n",
       "      <defs>\n",
       "       <path id=\"DejaVuSans-78\" d=\"M 3513 3500 \n",
       "L 2247 1797 \n",
       "L 3578 0 \n",
       "L 2900 0 \n",
       "L 1881 1375 \n",
       "L 863 0 \n",
       "L 184 0 \n",
       "L 1544 1831 \n",
       "L 300 3500 \n",
       "L 978 3500 \n",
       "L 1906 2253 \n",
       "L 2834 3500 \n",
       "L 3513 3500 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      </defs>\n",
       "      <use xlink:href=\"#DejaVuSans-78\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_2\">\n",
       "    <g id=\"ytick_1\">\n",
       "     <g id=\"line2d_11\">\n",
       "      <path d=\"M 43.78125 136.964183 \n",
       "L 239.08125 136.964183 \n",
       "\" clip-path=\"url(#pfc9c6cf3d8)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_12\">\n",
       "      <defs>\n",
       "       <path id=\"m872f4f633a\" d=\"M 0 0 \n",
       "L -3.5 0 \n",
       "\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </defs>\n",
       "      <g>\n",
       "       <use xlink:href=\"#m872f4f633a\" x=\"43.78125\" y=\"136.964183\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_7\">\n",
       "      <!-- 0.0 -->\n",
       "      <g transform=\"translate(20.878125 140.763401)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-2e\" d=\"M 684 794 \n",
       "L 1344 794 \n",
       "L 1344 0 \n",
       "L 684 0 \n",
       "L 684 794 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_2\">\n",
       "     <g id=\"line2d_13\">\n",
       "      <path d=\"M 43.78125 98.244123 \n",
       "L 239.08125 98.244123 \n",
       "\" clip-path=\"url(#pfc9c6cf3d8)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_14\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m872f4f633a\" x=\"43.78125\" y=\"98.244123\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_8\">\n",
       "      <!-- 0.1 -->\n",
       "      <g transform=\"translate(20.878125 102.043342)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-31\" d=\"M 794 531 \n",
       "L 1825 531 \n",
       "L 1825 4091 \n",
       "L 703 3866 \n",
       "L 703 4441 \n",
       "L 1819 4666 \n",
       "L 2450 4666 \n",
       "L 2450 531 \n",
       "L 3481 531 \n",
       "L 3481 0 \n",
       "L 794 0 \n",
       "L 794 531 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-31\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_3\">\n",
       "     <g id=\"line2d_15\">\n",
       "      <path d=\"M 43.78125 59.524063 \n",
       "L 239.08125 59.524063 \n",
       "\" clip-path=\"url(#pfc9c6cf3d8)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_16\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m872f4f633a\" x=\"43.78125\" y=\"59.524063\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_9\">\n",
       "      <!-- 0.2 -->\n",
       "      <g transform=\"translate(20.878125 63.323282)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_4\">\n",
       "     <g id=\"line2d_17\">\n",
       "      <path d=\"M 43.78125 20.804004 \n",
       "L 239.08125 20.804004 \n",
       "\" clip-path=\"url(#pfc9c6cf3d8)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_18\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m872f4f633a\" x=\"43.78125\" y=\"20.804004\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_10\">\n",
       "      <!-- 0.3 -->\n",
       "      <g transform=\"translate(20.878125 24.603223)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-33\" d=\"M 2597 2516 \n",
       "Q 3050 2419 3304 2112 \n",
       "Q 3559 1806 3559 1356 \n",
       "Q 3559 666 3084 287 \n",
       "Q 2609 -91 1734 -91 \n",
       "Q 1441 -91 1130 -33 \n",
       "Q 819 25 488 141 \n",
       "L 488 750 \n",
       "Q 750 597 1062 519 \n",
       "Q 1375 441 1716 441 \n",
       "Q 2309 441 2620 675 \n",
       "Q 2931 909 2931 1356 \n",
       "Q 2931 1769 2642 2001 \n",
       "Q 2353 2234 1838 2234 \n",
       "L 1294 2234 \n",
       "L 1294 2753 \n",
       "L 1863 2753 \n",
       "Q 2328 2753 2575 2939 \n",
       "Q 2822 3125 2822 3475 \n",
       "Q 2822 3834 2567 4026 \n",
       "Q 2313 4219 1838 4219 \n",
       "Q 1578 4219 1281 4162 \n",
       "Q 984 4106 628 3988 \n",
       "L 628 4550 \n",
       "Q 988 4650 1302 4700 \n",
       "Q 1616 4750 1894 4750 \n",
       "Q 2613 4750 3031 4423 \n",
       "Q 3450 4097 3450 3541 \n",
       "Q 3450 3153 3228 2886 \n",
       "Q 3006 2619 2597 2516 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-33\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_11\">\n",
       "     <!-- Density -->\n",
       "     <g transform=\"translate(14.798438 94.158594)rotate(-90)scale(0.1 -0.1)\">\n",
       "      <defs>\n",
       "       <path id=\"DejaVuSans-44\" d=\"M 1259 4147 \n",
       "L 1259 519 \n",
       "L 2022 519 \n",
       "Q 2988 519 3436 956 \n",
       "Q 3884 1394 3884 2338 \n",
       "Q 3884 3275 3436 3711 \n",
       "Q 2988 4147 2022 4147 \n",
       "L 1259 4147 \n",
       "z\n",
       "M 628 4666 \n",
       "L 1925 4666 \n",
       "Q 3281 4666 3915 4102 \n",
       "Q 4550 3538 4550 2338 \n",
       "Q 4550 1131 3912 565 \n",
       "Q 3275 0 1925 0 \n",
       "L 628 0 \n",
       "L 628 4666 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-65\" d=\"M 3597 1894 \n",
       "L 3597 1613 \n",
       "L 953 1613 \n",
       "Q 991 1019 1311 708 \n",
       "Q 1631 397 2203 397 \n",
       "Q 2534 397 2845 478 \n",
       "Q 3156 559 3463 722 \n",
       "L 3463 178 \n",
       "Q 3153 47 2828 -22 \n",
       "Q 2503 -91 2169 -91 \n",
       "Q 1331 -91 842 396 \n",
       "Q 353 884 353 1716 \n",
       "Q 353 2575 817 3079 \n",
       "Q 1281 3584 2069 3584 \n",
       "Q 2775 3584 3186 3129 \n",
       "Q 3597 2675 3597 1894 \n",
       "z\n",
       "M 3022 2063 \n",
       "Q 3016 2534 2758 2815 \n",
       "Q 2500 3097 2075 3097 \n",
       "Q 1594 3097 1305 2825 \n",
       "Q 1016 2553 972 2059 \n",
       "L 3022 2063 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-6e\" d=\"M 3513 2113 \n",
       "L 3513 0 \n",
       "L 2938 0 \n",
       "L 2938 2094 \n",
       "Q 2938 2591 2744 2837 \n",
       "Q 2550 3084 2163 3084 \n",
       "Q 1697 3084 1428 2787 \n",
       "Q 1159 2491 1159 1978 \n",
       "L 1159 0 \n",
       "L 581 0 \n",
       "L 581 3500 \n",
       "L 1159 3500 \n",
       "L 1159 2956 \n",
       "Q 1366 3272 1645 3428 \n",
       "Q 1925 3584 2291 3584 \n",
       "Q 2894 3584 3203 3211 \n",
       "Q 3513 2838 3513 2113 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-73\" d=\"M 2834 3397 \n",
       "L 2834 2853 \n",
       "Q 2591 2978 2328 3040 \n",
       "Q 2066 3103 1784 3103 \n",
       "Q 1356 3103 1142 2972 \n",
       "Q 928 2841 928 2578 \n",
       "Q 928 2378 1081 2264 \n",
       "Q 1234 2150 1697 2047 \n",
       "L 1894 2003 \n",
       "Q 2506 1872 2764 1633 \n",
       "Q 3022 1394 3022 966 \n",
       "Q 3022 478 2636 193 \n",
       "Q 2250 -91 1575 -91 \n",
       "Q 1294 -91 989 -36 \n",
       "Q 684 19 347 128 \n",
       "L 347 722 \n",
       "Q 666 556 975 473 \n",
       "Q 1284 391 1588 391 \n",
       "Q 1994 391 2212 530 \n",
       "Q 2431 669 2431 922 \n",
       "Q 2431 1156 2273 1281 \n",
       "Q 2116 1406 1581 1522 \n",
       "L 1381 1569 \n",
       "Q 847 1681 609 1914 \n",
       "Q 372 2147 372 2553 \n",
       "Q 372 3047 722 3315 \n",
       "Q 1072 3584 1716 3584 \n",
       "Q 2034 3584 2315 3537 \n",
       "Q 2597 3491 2834 3397 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-69\" d=\"M 603 3500 \n",
       "L 1178 3500 \n",
       "L 1178 0 \n",
       "L 603 0 \n",
       "L 603 3500 \n",
       "z\n",
       "M 603 4863 \n",
       "L 1178 4863 \n",
       "L 1178 4134 \n",
       "L 603 4134 \n",
       "L 603 4863 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-74\" d=\"M 1172 4494 \n",
       "L 1172 3500 \n",
       "L 2356 3500 \n",
       "L 2356 3053 \n",
       "L 1172 3053 \n",
       "L 1172 1153 \n",
       "Q 1172 725 1289 603 \n",
       "Q 1406 481 1766 481 \n",
       "L 2356 481 \n",
       "L 2356 0 \n",
       "L 1766 0 \n",
       "Q 1100 0 847 248 \n",
       "Q 594 497 594 1153 \n",
       "L 594 3053 \n",
       "L 172 3053 \n",
       "L 172 3500 \n",
       "L 594 3500 \n",
       "L 594 4494 \n",
       "L 1172 4494 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-79\" d=\"M 2059 -325 \n",
       "Q 1816 -950 1584 -1140 \n",
       "Q 1353 -1331 966 -1331 \n",
       "L 506 -1331 \n",
       "L 506 -850 \n",
       "L 844 -850 \n",
       "Q 1081 -850 1212 -737 \n",
       "Q 1344 -625 1503 -206 \n",
       "L 1606 56 \n",
       "L 191 3500 \n",
       "L 800 3500 \n",
       "L 1894 763 \n",
       "L 2988 3500 \n",
       "L 3597 3500 \n",
       "L 2059 -325 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      </defs>\n",
       "      <use xlink:href=\"#DejaVuSans-44\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-65\" x=\"77.001953\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-6e\" x=\"138.525391\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-73\" x=\"201.904297\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-69\" x=\"254.003906\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-74\" x=\"281.787109\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-79\" x=\"320.996094\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"line2d_19\">\n",
       "    <path d=\"M 52.658523 136.922727 \n",
       "L 60.656218 136.737534 \n",
       "L 65.099382 136.430571 \n",
       "L 68.476187 135.983127 \n",
       "L 71.142064 135.417476 \n",
       "L 73.452454 134.710705 \n",
       "L 75.585122 133.822145 \n",
       "L 77.540068 132.756472 \n",
       "L 79.317291 131.534307 \n",
       "L 81.094514 130.026874 \n",
       "L 82.694015 128.389092 \n",
       "L 84.293516 126.450165 \n",
       "L 85.893017 124.176821 \n",
       "L 87.492518 121.537401 \n",
       "L 89.269741 118.140743 \n",
       "L 91.046964 114.224749 \n",
       "L 92.824188 109.767412 \n",
       "L 94.779133 104.229153 \n",
       "L 96.911801 97.442749 \n",
       "L 99.222191 89.275681 \n",
       "L 101.888026 78.964521 \n",
       "L 105.620195 63.508419 \n",
       "L 110.59642 42.98434 \n",
       "L 112.90681 34.364927 \n",
       "L 114.861756 27.905924 \n",
       "L 116.461257 23.346931 \n",
       "L 117.883036 19.933069 \n",
       "L 119.127092 17.490542 \n",
       "L 120.193426 15.82955 \n",
       "L 121.25976 14.586564 \n",
       "L 122.148371 13.87969 \n",
       "L 123.036983 13.477516 \n",
       "L 123.747872 13.377273 \n",
       "L 124.458762 13.474401 \n",
       "L 125.169651 13.768403 \n",
       "L 126.058263 14.410483 \n",
       "L 126.946874 15.352912 \n",
       "L 128.013208 16.870134 \n",
       "L 129.079542 18.793107 \n",
       "L 130.323598 21.521743 \n",
       "L 131.745377 25.231489 \n",
       "L 133.344878 30.076627 \n",
       "L 135.299823 36.808388 \n",
       "L 137.610215 45.628316 \n",
       "L 141.342388 60.930078 \n",
       "L 145.963173 79.683829 \n",
       "L 148.629008 89.533848 \n",
       "L 150.761676 96.612593 \n",
       "L 152.716622 102.368352 \n",
       "L 154.493845 106.943965 \n",
       "L 156.093346 110.50853 \n",
       "L 157.692847 113.544892 \n",
       "L 159.114626 115.805323 \n",
       "L 160.536404 117.663155 \n",
       "L 161.958183 119.132719 \n",
       "L 163.202239 120.114146 \n",
       "L 164.446295 120.825985 \n",
       "L 165.690352 121.28372 \n",
       "L 166.934408 121.504044 \n",
       "L 168.178464 121.504724 \n",
       "L 169.600243 121.26044 \n",
       "L 171.022021 120.782507 \n",
       "L 172.621522 120.002813 \n",
       "L 174.398746 118.887324 \n",
       "L 176.531413 117.286251 \n",
       "L 179.730417 114.571176 \n",
       "L 184.52892 110.496159 \n",
       "L 186.83931 108.818089 \n",
       "L 188.794256 107.652495 \n",
       "L 190.571479 106.841794 \n",
       "L 192.17098 106.340892 \n",
       "L 193.770481 106.072971 \n",
       "L 195.369982 106.047212 \n",
       "L 196.969483 106.26628 \n",
       "L 198.568984 106.726405 \n",
       "L 200.168485 107.417672 \n",
       "L 201.945708 108.437759 \n",
       "L 203.900654 109.833026 \n",
       "L 206.033322 111.628488 \n",
       "L 208.699156 114.1721 \n",
       "L 212.964501 118.60054 \n",
       "L 217.940844 123.693672 \n",
       "L 220.962196 126.47776 \n",
       "L 223.628094 128.647029 \n",
       "L 226.116266 130.399466 \n",
       "L 228.604438 131.883234 \n",
       "L 230.203977 132.699189 \n",
       "L 230.203977 132.699189 \n",
       "\" clip-path=\"url(#pfc9c6cf3d8)\" style=\"fill: none; stroke: #1f77b4; stroke-width: 1.5; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_3\">\n",
       "    <path d=\"M 43.78125 143.1 \n",
       "L 43.78125 7.2 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_4\">\n",
       "    <path d=\"M 239.08125 143.1 \n",
       "L 239.08125 7.2 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_5\">\n",
       "    <path d=\"M 43.78125 143.1 \n",
       "L 239.08125 143.1 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_6\">\n",
       "    <path d=\"M 43.78125 7.2 \n",
       "L 239.08125 7.2 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "  </g>\n",
       " </g>\n",
       " <defs>\n",
       "  <clipPath id=\"pfc9c6cf3d8\">\n",
       "   <rect x=\"43.78125\" y=\"7.2\" width=\"195.3\" height=\"135.9\"/>\n",
       "  </clipPath>\n",
       " </defs>\n",
       "</svg>\n"
      ],
      "text/plain": [
       "<Figure size 252x180 with 1 Axes>"
      ]
     },
     "metadata": {
      "needs_background": "light"
     },
     "output_type": "display_data"
    }
   ],
   "source": [
    "%matplotlib inline\n",
    "import tensorflow as tf\n",
    "from IPython import display\n",
    "from d2l import tensorflow as d2l\n",
    "\n",
    "tf.pi = tf.acos(tf.zeros(1)).numpy() * 2  # Define pi in TensorFlow\n",
    "\n",
    "# Plot the probability density function for some random variable\n",
    "x = tf.range(-5, 5, 0.01)\n",
    "p = 0.2*tf.exp(-(x - 3)**2 / 2)/tf.sqrt(2 * tf.constant(tf.pi)) + \\\n",
    "    0.8*tf.exp(-(x + 1)**2 / 2)/tf.sqrt(2 * tf.constant(tf.pi))\n",
    "\n",
    "d2l.plot(x, p, 'x', 'Density')"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {
    "origin_pos": 4
   },
   "source": [
    "The locations where the function value is large indicates regions where we are more likely to find the random value.  The low portions are areas where we are unlikely to find the random value.\n",
    "\n",
    "### Probability Density Functions\n",
    "\n",
    "Let us now investigate this further.  We have already seen what a probability density function is intuitively for a random variable $X$, namely the density function is a function $p(x)$ so that\n",
    "\n",
    "$$P(X \\; \\text{is in an}\\; \\epsilon \\text{-sized interval around}\\; x ) \\approx \\epsilon \\cdot p(x).$$\n",
    ":eqlabel:`eq_pdf_def`\n",
    "\n",
    "But what does this imply for the properties of $p(x)$?\n",
    "\n",
    "First, probabilities are never negative, thus we should expect that $p(x) \\ge 0$ as well.\n",
    "\n",
    "Second, let us imagine that we slice up the $\\mathbb{R}$ into an infinite number of slices which are $\\epsilon$ wide, say with slices $(\\epsilon\\cdot i, \\epsilon \\cdot (i+1)]$.  For each of these, we know from :eqref:`eq_pdf_def` the probability is approximately\n",
    "\n",
    "$$\n",
    "P(X \\; \\text{is in an}\\; \\epsilon\\text{-sized interval around}\\; x ) \\approx \\epsilon \\cdot p(\\epsilon \\cdot i),\n",
    "$$\n",
    "\n",
    "so summed over all of them it should be\n",
    "\n",
    "$$\n",
    "P(X\\in\\mathbb{R}) \\approx \\sum_i \\epsilon \\cdot p(\\epsilon\\cdot i).\n",
    "$$\n",
    "\n",
    "This is nothing more than the approximation of an integral discussed in :numref:`sec_integral_calculus`, thus we can say that\n",
    "\n",
    "$$\n",
    "P(X\\in\\mathbb{R}) = \\int_{-\\infty}^{\\infty} p(x) \\; dx.\n",
    "$$\n",
    "\n",
    "We know that $P(X\\in\\mathbb{R}) = 1$, since the random variable must take on *some* number, we can conclude that for any density\n",
    "\n",
    "$$\n",
    "\\int_{-\\infty}^{\\infty} p(x) \\; dx = 1.\n",
    "$$\n",
    "\n",
    "Indeed, digging into this further shows that for any $a$, and $b$, we see that\n",
    "\n",
    "$$\n",
    "P(X\\in(a, b]) = \\int _ {a}^{b} p(x) \\; dx.\n",
    "$$\n",
    "\n",
    "We may approximate this in code by using the same discrete approximation methods as before.  In this case we can approximate the probability of falling in the blue region.\n"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 2,
   "metadata": {
    "origin_pos": 7,
    "tab": [
     "tensorflow"
    ]
   },
   "outputs": [
    {
     "data": {
      "image/svg+xml": [
       "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>\n",
       "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"\n",
       "  \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n",
       "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"232.603125pt\" height=\"166.978125pt\" viewBox=\"0 0 232.603125 166.978125\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">\n",
       " <metadata>\n",
       "  <rdf:RDF xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:cc=\"http://creativecommons.org/ns#\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n",
       "   <cc:Work>\n",
       "    <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\"/>\n",
       "    <dc:date>2022-03-24T13:12:18.351842</dc:date>\n",
       "    <dc:format>image/svg+xml</dc:format>\n",
       "    <dc:creator>\n",
       "     <cc:Agent>\n",
       "      <dc:title>Matplotlib v3.5.1, https://matplotlib.org/</dc:title>\n",
       "     </cc:Agent>\n",
       "    </dc:creator>\n",
       "   </cc:Work>\n",
       "  </rdf:RDF>\n",
       " </metadata>\n",
       " <defs>\n",
       "  <style type=\"text/css\">*{stroke-linejoin: round; stroke-linecap: butt}</style>\n",
       " </defs>\n",
       " <g id=\"figure_1\">\n",
       "  <g id=\"patch_1\">\n",
       "   <path d=\"M 0 166.978125 \n",
       "L 232.603125 166.978125 \n",
       "L 232.603125 0 \n",
       "L 0 0 \n",
       "L 0 166.978125 \n",
       "z\n",
       "\" style=\"fill: none\"/>\n",
       "  </g>\n",
       "  <g id=\"axes_1\">\n",
       "   <g id=\"patch_2\">\n",
       "    <path d=\"M 30.103125 143.1 \n",
       "L 225.403125 143.1 \n",
       "L 225.403125 7.2 \n",
       "L 30.103125 7.2 \n",
       "z\n",
       "\" style=\"fill: #ffffff\"/>\n",
       "   </g>\n",
       "   <g id=\"PolyCollection_1\">\n",
       "    <path d=\"M 92.297515 136.922727 \n",
       "L 92.297515 61.993232 \n",
       "L 92.475237 61.243971 \n",
       "L 92.652959 60.49486 \n",
       "L 92.830682 59.746061 \n",
       "L 93.008404 58.997711 \n",
       "L 93.186126 58.249968 \n",
       "L 93.363849 57.503003 \n",
       "L 93.541571 56.75696 \n",
       "L 93.719293 56.011997 \n",
       "L 93.897016 55.268285 \n",
       "L 94.074738 54.525957 \n",
       "L 94.25246 53.785204 \n",
       "L 94.430183 53.046187 \n",
       "L 94.607905 52.309061 \n",
       "L 94.785627 51.573972 \n",
       "L 94.96335 50.841132 \n",
       "L 95.141072 50.110669 \n",
       "L 95.318794 49.382766 \n",
       "L 95.496517 48.657575 \n",
       "L 95.674239 47.935279 \n",
       "L 95.851961 47.216057 \n",
       "L 96.029684 46.500047 \n",
       "L 96.207406 45.787441 \n",
       "L 96.385128 45.078399 \n",
       "L 96.562851 44.373112 \n",
       "L 96.740573 43.671713 \n",
       "L 96.918295 42.974408 \n",
       "L 97.096018 42.281343 \n",
       "L 97.27374 41.592702 \n",
       "L 97.451462 40.908658 \n",
       "L 97.629185 40.229361 \n",
       "L 97.806907 39.555001 \n",
       "L 97.984629 38.88574 \n",
       "L 98.162352 38.22175 \n",
       "L 98.340074 37.563205 \n",
       "L 98.517796 36.910267 \n",
       "L 98.695518 36.263085 \n",
       "L 98.873241 35.621867 \n",
       "L 99.050963 34.986751 \n",
       "L 99.228685 34.357887 \n",
       "L 99.406408 33.735495 \n",
       "L 99.58413 33.11969 \n",
       "L 99.761852 32.510645 \n",
       "L 99.939575 31.908532 \n",
       "L 100.117297 31.313502 \n",
       "L 100.295019 30.725729 \n",
       "L 100.472742 30.145349 \n",
       "L 100.650464 29.57256 \n",
       "L 100.828186 29.007465 \n",
       "L 101.005909 28.450238 \n",
       "L 101.183631 27.901051 \n",
       "L 101.361353 27.360019 \n",
       "L 101.539076 26.827317 \n",
       "L 101.716798 26.303093 \n",
       "L 101.89452 25.787474 \n",
       "L 102.072243 25.280623 \n",
       "L 102.249965 24.782677 \n",
       "L 102.427687 24.29374 \n",
       "L 102.60541 23.814009 \n",
       "L 102.783132 23.343587 \n",
       "L 102.960854 22.882612 \n",
       "L 103.138577 22.431201 \n",
       "L 103.316299 21.989491 \n",
       "L 103.494021 21.557621 \n",
       "L 103.671744 21.135706 \n",
       "L 103.849466 20.723862 \n",
       "L 104.027188 20.322215 \n",
       "L 104.204911 19.93087 \n",
       "L 104.382633 19.549953 \n",
       "L 104.560355 19.179544 \n",
       "L 104.738078 18.819783 \n",
       "L 104.9158 18.470774 \n",
       "L 105.093522 18.132596 \n",
       "L 105.271245 17.805365 \n",
       "L 105.448967 17.489163 \n",
       "L 105.626689 17.184104 \n",
       "L 105.804411 16.890257 \n",
       "L 105.982134 16.607715 \n",
       "L 106.159856 16.336559 \n",
       "L 106.337578 16.076881 \n",
       "L 106.515301 15.828727 \n",
       "L 106.693023 15.592201 \n",
       "L 106.870745 15.367384 \n",
       "L 107.048468 15.154287 \n",
       "L 107.22619 14.953013 \n",
       "L 107.403912 14.763633 \n",
       "L 107.581635 14.586158 \n",
       "L 107.759357 14.420668 \n",
       "L 107.937079 14.267222 \n",
       "L 108.114802 14.125853 \n",
       "L 108.292524 13.996608 \n",
       "L 108.470246 13.879521 \n",
       "L 108.647969 13.774605 \n",
       "L 108.825691 13.68194 \n",
       "L 109.003413 13.601513 \n",
       "L 109.181136 13.533361 \n",
       "L 109.358858 13.477483 \n",
       "L 109.53658 13.433947 \n",
       "L 109.714303 13.40272 \n",
       "L 109.892025 13.383825 \n",
       "L 110.069747 13.377273 \n",
       "L 110.24747 13.383041 \n",
       "L 110.425192 13.401163 \n",
       "L 110.602914 13.431605 \n",
       "L 110.780637 13.474368 \n",
       "L 110.958359 13.529427 \n",
       "L 111.136081 13.596795 \n",
       "L 111.313804 13.676414 \n",
       "L 111.491526 13.768272 \n",
       "L 111.669248 13.872358 \n",
       "L 111.846971 13.988614 \n",
       "L 112.024693 14.117028 \n",
       "L 112.202415 14.257555 \n",
       "L 112.380138 14.410136 \n",
       "L 112.55786 14.574738 \n",
       "L 112.735582 14.751302 \n",
       "L 112.913304 14.939782 \n",
       "L 113.091027 15.140121 \n",
       "L 113.268749 15.352249 \n",
       "L 113.446471 15.576121 \n",
       "L 113.624194 15.811666 \n",
       "L 113.801916 16.058794 \n",
       "L 113.979638 16.317433 \n",
       "L 114.157361 16.587517 \n",
       "L 114.335083 16.868962 \n",
       "L 114.512805 17.16169 \n",
       "L 114.690528 17.465607 \n",
       "L 114.86825 17.780621 \n",
       "L 115.045972 18.106641 \n",
       "L 115.223695 18.443561 \n",
       "L 115.401417 18.79129 \n",
       "L 115.579139 19.149725 \n",
       "L 115.756862 19.51876 \n",
       "L 115.934584 19.898282 \n",
       "L 116.112306 20.288185 \n",
       "L 116.290029 20.688355 \n",
       "L 116.467751 21.098665 \n",
       "L 116.645473 21.519011 \n",
       "L 116.823196 21.949266 \n",
       "L 117.000918 22.389292 \n",
       "L 117.17864 22.838962 \n",
       "L 117.356363 23.298159 \n",
       "L 117.534085 23.766759 \n",
       "L 117.711807 24.244598 \n",
       "L 117.88953 24.731574 \n",
       "L 118.067252 25.227513 \n",
       "L 118.244974 25.732288 \n",
       "L 118.422697 26.245761 \n",
       "L 118.600419 26.76777 \n",
       "L 118.778141 27.2982 \n",
       "L 118.955864 27.836867 \n",
       "L 119.133586 28.383654 \n",
       "L 119.311308 28.938367 \n",
       "L 119.489031 29.500889 \n",
       "L 119.666753 30.071025 \n",
       "L 119.844475 30.648659 \n",
       "L 120.022197 31.233595 \n",
       "L 120.19992 31.825695 \n",
       "L 120.377642 32.424797 \n",
       "L 120.555364 33.030727 \n",
       "L 120.733087 33.643314 \n",
       "L 120.910809 34.262442 \n",
       "L 121.088531 34.887879 \n",
       "L 121.266254 35.519477 \n",
       "L 121.443976 36.157084 \n",
       "L 121.621698 36.800529 \n",
       "L 121.799421 37.449626 \n",
       "L 121.977143 38.104202 \n",
       "L 122.154865 38.764108 \n",
       "L 122.332588 39.429159 \n",
       "L 122.51031 40.09917 \n",
       "L 122.688032 40.773997 \n",
       "L 122.865755 41.453444 \n",
       "L 123.043477 42.137344 \n",
       "L 123.221199 42.825507 \n",
       "L 123.398922 43.517787 \n",
       "L 123.576645 44.213996 \n",
       "L 123.754367 44.913959 \n",
       "L 123.93209 45.617498 \n",
       "L 124.109812 46.324458 \n",
       "L 124.287535 47.034625 \n",
       "L 124.465257 47.747877 \n",
       "L 124.64298 48.46399 \n",
       "L 124.820703 49.182837 \n",
       "L 124.998425 49.90421 \n",
       "L 125.176148 50.627954 \n",
       "L 125.35387 51.353902 \n",
       "L 125.531593 52.081844 \n",
       "L 125.709315 52.811662 \n",
       "L 125.887038 53.543175 \n",
       "L 126.06476 54.276188 \n",
       "L 126.242483 55.010556 \n",
       "L 126.420205 55.746101 \n",
       "L 126.597928 56.482649 \n",
       "L 126.77565 57.220063 \n",
       "L 126.953373 57.958151 \n",
       "L 127.131095 58.696765 \n",
       "L 127.308818 59.435742 \n",
       "L 127.48654 60.17492 \n",
       "L 127.664263 60.914128 \n",
       "L 127.841985 61.65322 \n",
       "L 128.019708 62.392058 \n",
       "L 128.19743 63.130446 \n",
       "L 128.375153 63.868246 \n",
       "L 128.552875 64.60532 \n",
       "L 128.730598 65.34151 \n",
       "L 128.90832 66.076652 \n",
       "L 129.086042 66.810616 \n",
       "L 129.263765 67.543248 \n",
       "L 129.441487 68.274415 \n",
       "L 129.61921 69.00395 \n",
       "L 129.796932 69.731732 \n",
       "L 129.974655 70.457615 \n",
       "L 130.152377 71.181475 \n",
       "L 130.3301 71.903159 \n",
       "L 130.507822 72.622537 \n",
       "L 130.685545 73.339481 \n",
       "L 130.863268 74.053852 \n",
       "L 131.04099 74.765536 \n",
       "L 131.218713 75.474404 \n",
       "L 131.396435 76.180314 \n",
       "L 131.574158 76.883173 \n",
       "L 131.75188 77.582842 \n",
       "L 131.929603 78.279224 \n",
       "L 132.107326 78.972173 \n",
       "L 132.285048 79.661587 \n",
       "L 132.46277 80.347362 \n",
       "L 132.640493 81.029381 \n",
       "L 132.818215 81.707548 \n",
       "L 132.995937 82.381735 \n",
       "L 133.17366 83.051861 \n",
       "L 133.351382 83.717829 \n",
       "L 133.529104 84.379512 \n",
       "L 133.706827 85.036845 \n",
       "L 133.884549 85.689714 \n",
       "L 134.062271 86.338038 \n",
       "L 134.239994 86.981714 \n",
       "L 134.417716 87.620665 \n",
       "L 134.595438 88.254801 \n",
       "L 134.773161 88.884039 \n",
       "L 134.950883 89.508303 \n",
       "L 135.128605 90.127508 \n",
       "L 135.306328 90.74158 \n",
       "L 135.48405 91.350447 \n",
       "L 135.661772 91.954033 \n",
       "L 135.839495 92.552267 \n",
       "L 136.017217 93.145084 \n",
       "L 136.194939 93.732423 \n",
       "L 136.372661 94.314201 \n",
       "L 136.550384 94.890381 \n",
       "L 136.728107 95.460892 \n",
       "L 136.905829 96.025672 \n",
       "L 137.083551 96.584673 \n",
       "L 137.261274 97.137843 \n",
       "L 137.438996 97.68513 \n",
       "L 137.616718 98.226478 \n",
       "L 137.794441 98.761843 \n",
       "L 137.972163 99.291198 \n",
       "L 138.149885 99.814473 \n",
       "L 138.327608 100.331643 \n",
       "L 138.50533 100.842662 \n",
       "L 138.683052 101.347506 \n",
       "L 138.860775 101.846127 \n",
       "L 139.038497 102.338501 \n",
       "L 139.216219 102.824588 \n",
       "L 139.393942 103.304372 \n",
       "L 139.571664 103.777813 \n",
       "L 139.749386 104.244893 \n",
       "L 139.927109 104.705584 \n",
       "L 140.104831 105.159874 \n",
       "L 140.282553 105.607732 \n",
       "L 140.460275 106.049145 \n",
       "L 140.637998 106.484101 \n",
       "L 140.81572 106.912579 \n",
       "L 140.993442 107.334569 \n",
       "L 141.171165 107.750064 \n",
       "L 141.348887 108.159045 \n",
       "L 141.526609 108.561511 \n",
       "L 141.704332 108.957456 \n",
       "L 141.882054 109.346878 \n",
       "L 142.059776 109.729768 \n",
       "L 142.237499 110.106126 \n",
       "L 142.415221 110.475948 \n",
       "L 142.592943 110.839254 \n",
       "L 142.770666 111.196024 \n",
       "L 142.948388 111.546277 \n",
       "L 143.12611 111.890015 \n",
       "L 143.303833 112.227247 \n",
       "L 143.481555 112.557978 \n",
       "L 143.659277 112.882221 \n",
       "L 143.837 113.19999 \n",
       "L 144.014722 113.511292 \n",
       "L 144.192444 113.816147 \n",
       "L 144.370167 114.114566 \n",
       "L 144.547889 114.406562 \n",
       "L 144.725611 114.692166 \n",
       "L 144.903334 114.971384 \n",
       "L 145.081056 115.244243 \n",
       "L 145.258778 115.510759 \n",
       "L 145.436501 115.770965 \n",
       "L 145.614223 116.024872 \n",
       "L 145.791945 116.2725 \n",
       "L 145.969668 116.513901 \n",
       "L 146.14739 116.749073 \n",
       "L 146.325112 116.978069 \n",
       "L 146.502835 117.200887 \n",
       "L 146.680557 117.417586 \n",
       "L 146.858279 117.628174 \n",
       "L 147.036002 117.832706 \n",
       "L 147.213724 118.031186 \n",
       "L 147.391446 118.223677 \n",
       "L 147.569168 118.410185 \n",
       "L 147.746891 118.590769 \n",
       "L 147.924613 118.765441 \n",
       "L 148.102335 118.934264 \n",
       "L 148.280058 119.097245 \n",
       "L 148.45778 119.254454 \n",
       "L 148.635502 119.405903 \n",
       "L 148.813225 119.551651 \n",
       "L 148.990947 119.691721 \n",
       "L 149.168669 119.826169 \n",
       "L 149.346392 119.955021 \n",
       "L 149.524114 120.078343 \n",
       "L 149.701836 120.196149 \n",
       "L 149.879559 120.308504 \n",
       "L 150.057281 120.415438 \n",
       "L 150.235003 120.517009 \n",
       "L 150.412726 120.613247 \n",
       "L 150.590448 120.704216 \n",
       "L 150.76817 120.789943 \n",
       "L 150.945893 120.87049 \n",
       "L 151.123615 120.94589 \n",
       "L 151.301337 121.016208 \n",
       "L 151.47906 121.081473 \n",
       "L 151.656782 121.141753 \n",
       "L 151.834504 121.197083 \n",
       "L 152.012227 121.247524 \n",
       "L 152.189949 121.29311 \n",
       "L 152.367671 121.333913 \n",
       "L 152.545394 121.369962 \n",
       "L 152.723116 121.401327 \n",
       "L 152.900838 121.428043 \n",
       "L 153.078561 121.450182 \n",
       "L 153.256283 121.467775 \n",
       "L 153.434005 121.480894 \n",
       "L 153.611728 121.489576 \n",
       "L 153.78945 121.493887 \n",
       "L 153.967172 121.493874 \n",
       "L 154.144895 121.489597 \n",
       "L 154.322617 121.481101 \n",
       "L 154.500339 121.468454 \n",
       "L 154.678062 121.451697 \n",
       "L 154.855784 121.430901 \n",
       "L 155.033506 121.406108 \n",
       "L 155.211228 121.377382 \n",
       "L 155.388951 121.344775 \n",
       "L 155.566673 121.308348 \n",
       "L 155.744395 121.268151 \n",
       "L 155.922118 121.224252 \n",
       "L 156.09984 121.176698 \n",
       "L 156.277562 121.125554 \n",
       "L 156.455285 121.070869 \n",
       "L 156.633007 121.012714 \n",
       "L 156.810729 120.951135 \n",
       "L 156.988452 120.886201 \n",
       "L 157.166174 120.817958 \n",
       "L 157.343896 120.746479 \n",
       "L 157.521619 120.671812 \n",
       "L 157.699341 120.594025 \n",
       "L 157.877063 120.513169 \n",
       "L 158.054786 120.429311 \n",
       "L 158.232508 120.342507 \n",
       "L 158.41023 120.25282 \n",
       "L 158.587953 120.160303 \n",
       "L 158.765675 120.065029 \n",
       "L 158.943397 119.967047 \n",
       "L 159.12112 119.866422 \n",
       "L 159.298842 119.763213 \n",
       "L 159.476564 119.657488 \n",
       "L 159.654287 119.549297 \n",
       "L 159.832009 119.438711 \n",
       "L 160.009731 119.325783 \n",
       "L 160.187454 119.210583 \n",
       "L 160.365176 119.093164 \n",
       "L 160.542898 118.973596 \n",
       "L 160.720621 118.851932 \n",
       "L 160.898343 118.728241 \n",
       "L 161.076065 118.602581 \n",
       "L 161.253788 118.475016 \n",
       "L 161.43151 118.345605 \n",
       "L 161.609232 118.214415 \n",
       "L 161.786955 118.081503 \n",
       "L 161.964677 117.946932 \n",
       "L 162.142399 117.810768 \n",
       "L 162.320121 117.673071 \n",
       "L 162.497844 117.533901 \n",
       "L 162.675566 117.393322 \n",
       "L 162.853288 117.251397 \n",
       "L 163.031011 117.108188 \n",
       "L 163.208733 116.963755 \n",
       "L 163.386458 116.818163 \n",
       "L 163.56418 116.671472 \n",
       "L 163.741902 116.52375 \n",
       "L 163.919625 116.375048 \n",
       "L 164.097347 116.225439 \n",
       "L 164.275069 116.07498 \n",
       "L 164.452792 115.923732 \n",
       "L 164.630514 115.771759 \n",
       "L 164.808236 115.619122 \n",
       "L 164.985958 115.465883 \n",
       "L 165.163681 115.312104 \n",
       "L 165.341403 115.157841 \n",
       "L 165.519125 115.003166 \n",
       "L 165.696848 114.848129 \n",
       "L 165.87457 114.692798 \n",
       "L 166.052292 114.537232 \n",
       "L 166.230015 114.381491 \n",
       "L 166.407737 114.225633 \n",
       "L 166.585459 114.069725 \n",
       "L 166.763182 113.913819 \n",
       "L 166.940904 113.757984 \n",
       "L 167.118626 113.602268 \n",
       "L 167.296349 113.446742 \n",
       "L 167.474071 113.291457 \n",
       "L 167.651793 113.136476 \n",
       "L 167.829516 112.981854 \n",
       "L 168.007238 112.827652 \n",
       "L 168.18496 112.673926 \n",
       "L 168.362683 112.520738 \n",
       "L 168.540405 112.368137 \n",
       "L 168.718127 112.216187 \n",
       "L 168.89585 112.064946 \n",
       "L 169.073572 111.914459 \n",
       "L 169.251294 111.764796 \n",
       "L 169.429017 111.616004 \n",
       "L 169.606739 111.468137 \n",
       "L 169.784461 111.321257 \n",
       "L 169.962184 111.175407 \n",
       "L 170.139906 111.03065 \n",
       "L 170.317628 110.887037 \n",
       "L 170.495351 110.744621 \n",
       "L 170.673073 110.603451 \n",
       "L 170.850795 110.463582 \n",
       "L 171.028518 110.32506 \n",
       "L 171.20624 110.187945 \n",
       "L 171.383962 110.05228 \n",
       "L 171.561685 109.918115 \n",
       "L 171.739407 109.785499 \n",
       "L 171.917129 109.654486 \n",
       "L 172.094851 109.525117 \n",
       "L 172.272574 109.397441 \n",
       "L 172.450296 109.271504 \n",
       "L 172.628018 109.147358 \n",
       "L 172.805741 109.025037 \n",
       "L 172.983463 108.904597 \n",
       "L 173.161185 108.786074 \n",
       "L 173.338908 108.669516 \n",
       "L 173.51663 108.554961 \n",
       "L 173.694352 108.442455 \n",
       "L 173.872075 108.332039 \n",
       "L 174.049797 108.223748 \n",
       "L 174.227519 108.117626 \n",
       "L 174.405242 108.013711 \n",
       "L 174.582964 107.912042 \n",
       "L 174.760686 107.812654 \n",
       "L 174.938409 107.715585 \n",
       "L 175.116131 107.620871 \n",
       "L 175.293853 107.528543 \n",
       "L 175.471576 107.438643 \n",
       "L 175.649298 107.351198 \n",
       "L 175.82702 107.266235 \n",
       "L 176.004743 107.183799 \n",
       "L 176.182465 107.103912 \n",
       "L 176.360187 107.026603 \n",
       "L 176.53791 106.951904 \n",
       "L 176.715632 106.879844 \n",
       "L 176.893354 106.810443 \n",
       "L 177.071077 106.743733 \n",
       "L 177.248799 106.679739 \n",
       "L 177.426521 106.618485 \n",
       "L 177.604244 106.559991 \n",
       "L 177.781966 106.504282 \n",
       "L 177.959688 106.45138 \n",
       "L 178.137411 106.401307 \n",
       "L 178.315133 106.354074 \n",
       "L 178.492855 106.309708 \n",
       "L 178.670578 106.268224 \n",
       "L 178.8483 106.229637 \n",
       "L 179.026022 106.193966 \n",
       "L 179.203744 106.161225 \n",
       "L 179.381467 106.131423 \n",
       "L 179.559189 106.104577 \n",
       "L 179.736911 106.080695 \n",
       "L 179.914634 106.059798 \n",
       "L 180.092356 106.041878 \n",
       "L 180.270078 106.026956 \n",
       "L 180.447801 106.01504 \n",
       "L 180.625523 106.006129 \n",
       "L 180.803245 106.000237 \n",
       "L 180.980968 105.997362 \n",
       "L 180.980968 136.922727 \n",
       "L 180.980968 136.922727 \n",
       "L 180.803245 136.922727 \n",
       "L 180.625523 136.922727 \n",
       "L 180.447801 136.922727 \n",
       "L 180.270078 136.922727 \n",
       "L 180.092356 136.922727 \n",
       "L 179.914634 136.922727 \n",
       "L 179.736911 136.922727 \n",
       "L 179.559189 136.922727 \n",
       "L 179.381467 136.922727 \n",
       "L 179.203744 136.922727 \n",
       "L 179.026022 136.922727 \n",
       "L 178.8483 136.922727 \n",
       "L 178.670578 136.922727 \n",
       "L 178.492855 136.922727 \n",
       "L 178.315133 136.922727 \n",
       "L 178.137411 136.922727 \n",
       "L 177.959688 136.922727 \n",
       "L 177.781966 136.922727 \n",
       "L 177.604244 136.922727 \n",
       "L 177.426521 136.922727 \n",
       "L 177.248799 136.922727 \n",
       "L 177.071077 136.922727 \n",
       "L 176.893354 136.922727 \n",
       "L 176.715632 136.922727 \n",
       "L 176.53791 136.922727 \n",
       "L 176.360187 136.922727 \n",
       "L 176.182465 136.922727 \n",
       "L 176.004743 136.922727 \n",
       "L 175.82702 136.922727 \n",
       "L 175.649298 136.922727 \n",
       "L 175.471576 136.922727 \n",
       "L 175.293853 136.922727 \n",
       "L 175.116131 136.922727 \n",
       "L 174.938409 136.922727 \n",
       "L 174.760686 136.922727 \n",
       "L 174.582964 136.922727 \n",
       "L 174.405242 136.922727 \n",
       "L 174.227519 136.922727 \n",
       "L 174.049797 136.922727 \n",
       "L 173.872075 136.922727 \n",
       "L 173.694352 136.922727 \n",
       "L 173.51663 136.922727 \n",
       "L 173.338908 136.922727 \n",
       "L 173.161185 136.922727 \n",
       "L 172.983463 136.922727 \n",
       "L 172.805741 136.922727 \n",
       "L 172.628018 136.922727 \n",
       "L 172.450296 136.922727 \n",
       "L 172.272574 136.922727 \n",
       "L 172.094851 136.922727 \n",
       "L 171.917129 136.922727 \n",
       "L 171.739407 136.922727 \n",
       "L 171.561685 136.922727 \n",
       "L 171.383962 136.922727 \n",
       "L 171.20624 136.922727 \n",
       "L 171.028518 136.922727 \n",
       "L 170.850795 136.922727 \n",
       "L 170.673073 136.922727 \n",
       "L 170.495351 136.922727 \n",
       "L 170.317628 136.922727 \n",
       "L 170.139906 136.922727 \n",
       "L 169.962184 136.922727 \n",
       "L 169.784461 136.922727 \n",
       "L 169.606739 136.922727 \n",
       "L 169.429017 136.922727 \n",
       "L 169.251294 136.922727 \n",
       "L 169.073572 136.922727 \n",
       "L 168.89585 136.922727 \n",
       "L 168.718127 136.922727 \n",
       "L 168.540405 136.922727 \n",
       "L 168.362683 136.922727 \n",
       "L 168.18496 136.922727 \n",
       "L 168.007238 136.922727 \n",
       "L 167.829516 136.922727 \n",
       "L 167.651793 136.922727 \n",
       "L 167.474071 136.922727 \n",
       "L 167.296349 136.922727 \n",
       "L 167.118626 136.922727 \n",
       "L 166.940904 136.922727 \n",
       "L 166.763182 136.922727 \n",
       "L 166.585459 136.922727 \n",
       "L 166.407737 136.922727 \n",
       "L 166.230015 136.922727 \n",
       "L 166.052292 136.922727 \n",
       "L 165.87457 136.922727 \n",
       "L 165.696848 136.922727 \n",
       "L 165.519125 136.922727 \n",
       "L 165.341403 136.922727 \n",
       "L 165.163681 136.922727 \n",
       "L 164.985958 136.922727 \n",
       "L 164.808236 136.922727 \n",
       "L 164.630514 136.922727 \n",
       "L 164.452792 136.922727 \n",
       "L 164.275069 136.922727 \n",
       "L 164.097347 136.922727 \n",
       "L 163.919625 136.922727 \n",
       "L 163.741902 136.922727 \n",
       "L 163.56418 136.922727 \n",
       "L 163.386458 136.922727 \n",
       "L 163.208733 136.922727 \n",
       "L 163.031011 136.922727 \n",
       "L 162.853288 136.922727 \n",
       "L 162.675566 136.922727 \n",
       "L 162.497844 136.922727 \n",
       "L 162.320121 136.922727 \n",
       "L 162.142399 136.922727 \n",
       "L 161.964677 136.922727 \n",
       "L 161.786955 136.922727 \n",
       "L 161.609232 136.922727 \n",
       "L 161.43151 136.922727 \n",
       "L 161.253788 136.922727 \n",
       "L 161.076065 136.922727 \n",
       "L 160.898343 136.922727 \n",
       "L 160.720621 136.922727 \n",
       "L 160.542898 136.922727 \n",
       "L 160.365176 136.922727 \n",
       "L 160.187454 136.922727 \n",
       "L 160.009731 136.922727 \n",
       "L 159.832009 136.922727 \n",
       "L 159.654287 136.922727 \n",
       "L 159.476564 136.922727 \n",
       "L 159.298842 136.922727 \n",
       "L 159.12112 136.922727 \n",
       "L 158.943397 136.922727 \n",
       "L 158.765675 136.922727 \n",
       "L 158.587953 136.922727 \n",
       "L 158.41023 136.922727 \n",
       "L 158.232508 136.922727 \n",
       "L 158.054786 136.922727 \n",
       "L 157.877063 136.922727 \n",
       "L 157.699341 136.922727 \n",
       "L 157.521619 136.922727 \n",
       "L 157.343896 136.922727 \n",
       "L 157.166174 136.922727 \n",
       "L 156.988452 136.922727 \n",
       "L 156.810729 136.922727 \n",
       "L 156.633007 136.922727 \n",
       "L 156.455285 136.922727 \n",
       "L 156.277562 136.922727 \n",
       "L 156.09984 136.922727 \n",
       "L 155.922118 136.922727 \n",
       "L 155.744395 136.922727 \n",
       "L 155.566673 136.922727 \n",
       "L 155.388951 136.922727 \n",
       "L 155.211228 136.922727 \n",
       "L 155.033506 136.922727 \n",
       "L 154.855784 136.922727 \n",
       "L 154.678062 136.922727 \n",
       "L 154.500339 136.922727 \n",
       "L 154.322617 136.922727 \n",
       "L 154.144895 136.922727 \n",
       "L 153.967172 136.922727 \n",
       "L 153.78945 136.922727 \n",
       "L 153.611728 136.922727 \n",
       "L 153.434005 136.922727 \n",
       "L 153.256283 136.922727 \n",
       "L 153.078561 136.922727 \n",
       "L 152.900838 136.922727 \n",
       "L 152.723116 136.922727 \n",
       "L 152.545394 136.922727 \n",
       "L 152.367671 136.922727 \n",
       "L 152.189949 136.922727 \n",
       "L 152.012227 136.922727 \n",
       "L 151.834504 136.922727 \n",
       "L 151.656782 136.922727 \n",
       "L 151.47906 136.922727 \n",
       "L 151.301337 136.922727 \n",
       "L 151.123615 136.922727 \n",
       "L 150.945893 136.922727 \n",
       "L 150.76817 136.922727 \n",
       "L 150.590448 136.922727 \n",
       "L 150.412726 136.922727 \n",
       "L 150.235003 136.922727 \n",
       "L 150.057281 136.922727 \n",
       "L 149.879559 136.922727 \n",
       "L 149.701836 136.922727 \n",
       "L 149.524114 136.922727 \n",
       "L 149.346392 136.922727 \n",
       "L 149.168669 136.922727 \n",
       "L 148.990947 136.922727 \n",
       "L 148.813225 136.922727 \n",
       "L 148.635502 136.922727 \n",
       "L 148.45778 136.922727 \n",
       "L 148.280058 136.922727 \n",
       "L 148.102335 136.922727 \n",
       "L 147.924613 136.922727 \n",
       "L 147.746891 136.922727 \n",
       "L 147.569168 136.922727 \n",
       "L 147.391446 136.922727 \n",
       "L 147.213724 136.922727 \n",
       "L 147.036002 136.922727 \n",
       "L 146.858279 136.922727 \n",
       "L 146.680557 136.922727 \n",
       "L 146.502835 136.922727 \n",
       "L 146.325112 136.922727 \n",
       "L 146.14739 136.922727 \n",
       "L 145.969668 136.922727 \n",
       "L 145.791945 136.922727 \n",
       "L 145.614223 136.922727 \n",
       "L 145.436501 136.922727 \n",
       "L 145.258778 136.922727 \n",
       "L 145.081056 136.922727 \n",
       "L 144.903334 136.922727 \n",
       "L 144.725611 136.922727 \n",
       "L 144.547889 136.922727 \n",
       "L 144.370167 136.922727 \n",
       "L 144.192444 136.922727 \n",
       "L 144.014722 136.922727 \n",
       "L 143.837 136.922727 \n",
       "L 143.659277 136.922727 \n",
       "L 143.481555 136.922727 \n",
       "L 143.303833 136.922727 \n",
       "L 143.12611 136.922727 \n",
       "L 142.948388 136.922727 \n",
       "L 142.770666 136.922727 \n",
       "L 142.592943 136.922727 \n",
       "L 142.415221 136.922727 \n",
       "L 142.237499 136.922727 \n",
       "L 142.059776 136.922727 \n",
       "L 141.882054 136.922727 \n",
       "L 141.704332 136.922727 \n",
       "L 141.526609 136.922727 \n",
       "L 141.348887 136.922727 \n",
       "L 141.171165 136.922727 \n",
       "L 140.993442 136.922727 \n",
       "L 140.81572 136.922727 \n",
       "L 140.637998 136.922727 \n",
       "L 140.460275 136.922727 \n",
       "L 140.282553 136.922727 \n",
       "L 140.104831 136.922727 \n",
       "L 139.927109 136.922727 \n",
       "L 139.749386 136.922727 \n",
       "L 139.571664 136.922727 \n",
       "L 139.393942 136.922727 \n",
       "L 139.216219 136.922727 \n",
       "L 139.038497 136.922727 \n",
       "L 138.860775 136.922727 \n",
       "L 138.683052 136.922727 \n",
       "L 138.50533 136.922727 \n",
       "L 138.327608 136.922727 \n",
       "L 138.149885 136.922727 \n",
       "L 137.972163 136.922727 \n",
       "L 137.794441 136.922727 \n",
       "L 137.616718 136.922727 \n",
       "L 137.438996 136.922727 \n",
       "L 137.261274 136.922727 \n",
       "L 137.083551 136.922727 \n",
       "L 136.905829 136.922727 \n",
       "L 136.728107 136.922727 \n",
       "L 136.550384 136.922727 \n",
       "L 136.372661 136.922727 \n",
       "L 136.194939 136.922727 \n",
       "L 136.017217 136.922727 \n",
       "L 135.839495 136.922727 \n",
       "L 135.661772 136.922727 \n",
       "L 135.48405 136.922727 \n",
       "L 135.306328 136.922727 \n",
       "L 135.128605 136.922727 \n",
       "L 134.950883 136.922727 \n",
       "L 134.773161 136.922727 \n",
       "L 134.595438 136.922727 \n",
       "L 134.417716 136.922727 \n",
       "L 134.239994 136.922727 \n",
       "L 134.062271 136.922727 \n",
       "L 133.884549 136.922727 \n",
       "L 133.706827 136.922727 \n",
       "L 133.529104 136.922727 \n",
       "L 133.351382 136.922727 \n",
       "L 133.17366 136.922727 \n",
       "L 132.995937 136.922727 \n",
       "L 132.818215 136.922727 \n",
       "L 132.640493 136.922727 \n",
       "L 132.46277 136.922727 \n",
       "L 132.285048 136.922727 \n",
       "L 132.107326 136.922727 \n",
       "L 131.929603 136.922727 \n",
       "L 131.75188 136.922727 \n",
       "L 131.574158 136.922727 \n",
       "L 131.396435 136.922727 \n",
       "L 131.218713 136.922727 \n",
       "L 131.04099 136.922727 \n",
       "L 130.863268 136.922727 \n",
       "L 130.685545 136.922727 \n",
       "L 130.507822 136.922727 \n",
       "L 130.3301 136.922727 \n",
       "L 130.152377 136.922727 \n",
       "L 129.974655 136.922727 \n",
       "L 129.796932 136.922727 \n",
       "L 129.61921 136.922727 \n",
       "L 129.441487 136.922727 \n",
       "L 129.263765 136.922727 \n",
       "L 129.086042 136.922727 \n",
       "L 128.90832 136.922727 \n",
       "L 128.730598 136.922727 \n",
       "L 128.552875 136.922727 \n",
       "L 128.375153 136.922727 \n",
       "L 128.19743 136.922727 \n",
       "L 128.019708 136.922727 \n",
       "L 127.841985 136.922727 \n",
       "L 127.664263 136.922727 \n",
       "L 127.48654 136.922727 \n",
       "L 127.308818 136.922727 \n",
       "L 127.131095 136.922727 \n",
       "L 126.953373 136.922727 \n",
       "L 126.77565 136.922727 \n",
       "L 126.597928 136.922727 \n",
       "L 126.420205 136.922727 \n",
       "L 126.242483 136.922727 \n",
       "L 126.06476 136.922727 \n",
       "L 125.887038 136.922727 \n",
       "L 125.709315 136.922727 \n",
       "L 125.531593 136.922727 \n",
       "L 125.35387 136.922727 \n",
       "L 125.176148 136.922727 \n",
       "L 124.998425 136.922727 \n",
       "L 124.820703 136.922727 \n",
       "L 124.64298 136.922727 \n",
       "L 124.465257 136.922727 \n",
       "L 124.287535 136.922727 \n",
       "L 124.109812 136.922727 \n",
       "L 123.93209 136.922727 \n",
       "L 123.754367 136.922727 \n",
       "L 123.576645 136.922727 \n",
       "L 123.398922 136.922727 \n",
       "L 123.221199 136.922727 \n",
       "L 123.043477 136.922727 \n",
       "L 122.865755 136.922727 \n",
       "L 122.688032 136.922727 \n",
       "L 122.51031 136.922727 \n",
       "L 122.332588 136.922727 \n",
       "L 122.154865 136.922727 \n",
       "L 121.977143 136.922727 \n",
       "L 121.799421 136.922727 \n",
       "L 121.621698 136.922727 \n",
       "L 121.443976 136.922727 \n",
       "L 121.266254 136.922727 \n",
       "L 121.088531 136.922727 \n",
       "L 120.910809 136.922727 \n",
       "L 120.733087 136.922727 \n",
       "L 120.555364 136.922727 \n",
       "L 120.377642 136.922727 \n",
       "L 120.19992 136.922727 \n",
       "L 120.022197 136.922727 \n",
       "L 119.844475 136.922727 \n",
       "L 119.666753 136.922727 \n",
       "L 119.489031 136.922727 \n",
       "L 119.311308 136.922727 \n",
       "L 119.133586 136.922727 \n",
       "L 118.955864 136.922727 \n",
       "L 118.778141 136.922727 \n",
       "L 118.600419 136.922727 \n",
       "L 118.422697 136.922727 \n",
       "L 118.244974 136.922727 \n",
       "L 118.067252 136.922727 \n",
       "L 117.88953 136.922727 \n",
       "L 117.711807 136.922727 \n",
       "L 117.534085 136.922727 \n",
       "L 117.356363 136.922727 \n",
       "L 117.17864 136.922727 \n",
       "L 117.000918 136.922727 \n",
       "L 116.823196 136.922727 \n",
       "L 116.645473 136.922727 \n",
       "L 116.467751 136.922727 \n",
       "L 116.290029 136.922727 \n",
       "L 116.112306 136.922727 \n",
       "L 115.934584 136.922727 \n",
       "L 115.756862 136.922727 \n",
       "L 115.579139 136.922727 \n",
       "L 115.401417 136.922727 \n",
       "L 115.223695 136.922727 \n",
       "L 115.045972 136.922727 \n",
       "L 114.86825 136.922727 \n",
       "L 114.690528 136.922727 \n",
       "L 114.512805 136.922727 \n",
       "L 114.335083 136.922727 \n",
       "L 114.157361 136.922727 \n",
       "L 113.979638 136.922727 \n",
       "L 113.801916 136.922727 \n",
       "L 113.624194 136.922727 \n",
       "L 113.446471 136.922727 \n",
       "L 113.268749 136.922727 \n",
       "L 113.091027 136.922727 \n",
       "L 112.913304 136.922727 \n",
       "L 112.735582 136.922727 \n",
       "L 112.55786 136.922727 \n",
       "L 112.380138 136.922727 \n",
       "L 112.202415 136.922727 \n",
       "L 112.024693 136.922727 \n",
       "L 111.846971 136.922727 \n",
       "L 111.669248 136.922727 \n",
       "L 111.491526 136.922727 \n",
       "L 111.313804 136.922727 \n",
       "L 111.136081 136.922727 \n",
       "L 110.958359 136.922727 \n",
       "L 110.780637 136.922727 \n",
       "L 110.602914 136.922727 \n",
       "L 110.425192 136.922727 \n",
       "L 110.24747 136.922727 \n",
       "L 110.069747 136.922727 \n",
       "L 109.892025 136.922727 \n",
       "L 109.714303 136.922727 \n",
       "L 109.53658 136.922727 \n",
       "L 109.358858 136.922727 \n",
       "L 109.181136 136.922727 \n",
       "L 109.003413 136.922727 \n",
       "L 108.825691 136.922727 \n",
       "L 108.647969 136.922727 \n",
       "L 108.470246 136.922727 \n",
       "L 108.292524 136.922727 \n",
       "L 108.114802 136.922727 \n",
       "L 107.937079 136.922727 \n",
       "L 107.759357 136.922727 \n",
       "L 107.581635 136.922727 \n",
       "L 107.403912 136.922727 \n",
       "L 107.22619 136.922727 \n",
       "L 107.048468 136.922727 \n",
       "L 106.870745 136.922727 \n",
       "L 106.693023 136.922727 \n",
       "L 106.515301 136.922727 \n",
       "L 106.337578 136.922727 \n",
       "L 106.159856 136.922727 \n",
       "L 105.982134 136.922727 \n",
       "L 105.804411 136.922727 \n",
       "L 105.626689 136.922727 \n",
       "L 105.448967 136.922727 \n",
       "L 105.271245 136.922727 \n",
       "L 105.093522 136.922727 \n",
       "L 104.9158 136.922727 \n",
       "L 104.738078 136.922727 \n",
       "L 104.560355 136.922727 \n",
       "L 104.382633 136.922727 \n",
       "L 104.204911 136.922727 \n",
       "L 104.027188 136.922727 \n",
       "L 103.849466 136.922727 \n",
       "L 103.671744 136.922727 \n",
       "L 103.494021 136.922727 \n",
       "L 103.316299 136.922727 \n",
       "L 103.138577 136.922727 \n",
       "L 102.960854 136.922727 \n",
       "L 102.783132 136.922727 \n",
       "L 102.60541 136.922727 \n",
       "L 102.427687 136.922727 \n",
       "L 102.249965 136.922727 \n",
       "L 102.072243 136.922727 \n",
       "L 101.89452 136.922727 \n",
       "L 101.716798 136.922727 \n",
       "L 101.539076 136.922727 \n",
       "L 101.361353 136.922727 \n",
       "L 101.183631 136.922727 \n",
       "L 101.005909 136.922727 \n",
       "L 100.828186 136.922727 \n",
       "L 100.650464 136.922727 \n",
       "L 100.472742 136.922727 \n",
       "L 100.295019 136.922727 \n",
       "L 100.117297 136.922727 \n",
       "L 99.939575 136.922727 \n",
       "L 99.761852 136.922727 \n",
       "L 99.58413 136.922727 \n",
       "L 99.406408 136.922727 \n",
       "L 99.228685 136.922727 \n",
       "L 99.050963 136.922727 \n",
       "L 98.873241 136.922727 \n",
       "L 98.695518 136.922727 \n",
       "L 98.517796 136.922727 \n",
       "L 98.340074 136.922727 \n",
       "L 98.162352 136.922727 \n",
       "L 97.984629 136.922727 \n",
       "L 97.806907 136.922727 \n",
       "L 97.629185 136.922727 \n",
       "L 97.451462 136.922727 \n",
       "L 97.27374 136.922727 \n",
       "L 97.096018 136.922727 \n",
       "L 96.918295 136.922727 \n",
       "L 96.740573 136.922727 \n",
       "L 96.562851 136.922727 \n",
       "L 96.385128 136.922727 \n",
       "L 96.207406 136.922727 \n",
       "L 96.029684 136.922727 \n",
       "L 95.851961 136.922727 \n",
       "L 95.674239 136.922727 \n",
       "L 95.496517 136.922727 \n",
       "L 95.318794 136.922727 \n",
       "L 95.141072 136.922727 \n",
       "L 94.96335 136.922727 \n",
       "L 94.785627 136.922727 \n",
       "L 94.607905 136.922727 \n",
       "L 94.430183 136.922727 \n",
       "L 94.25246 136.922727 \n",
       "L 94.074738 136.922727 \n",
       "L 93.897016 136.922727 \n",
       "L 93.719293 136.922727 \n",
       "L 93.541571 136.922727 \n",
       "L 93.363849 136.922727 \n",
       "L 93.186126 136.922727 \n",
       "L 93.008404 136.922727 \n",
       "L 92.830682 136.922727 \n",
       "L 92.652959 136.922727 \n",
       "L 92.475237 136.922727 \n",
       "L 92.297515 136.922727 \n",
       "z\n",
       "\" clip-path=\"url(#p437524d199)\" style=\"fill: #1f77b4\"/>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_1\">\n",
       "    <g id=\"xtick_1\">\n",
       "     <g id=\"line2d_1\">\n",
       "      <defs>\n",
       "       <path id=\"mbb15a49f92\" d=\"M 0 0 \n",
       "L 0 3.5 \n",
       "\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </defs>\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbb15a49f92\" x=\"56.752647\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_1\">\n",
       "      <!-- −4 -->\n",
       "      <g transform=\"translate(49.381553 157.698438)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-2212\" d=\"M 678 2272 \n",
       "L 4684 2272 \n",
       "L 4684 1741 \n",
       "L 678 1741 \n",
       "L 678 2272 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "        <path id=\"DejaVuSans-34\" d=\"M 2419 4116 \n",
       "L 825 1625 \n",
       "L 2419 1625 \n",
       "L 2419 4116 \n",
       "z\n",
       "M 2253 4666 \n",
       "L 3047 4666 \n",
       "L 3047 1625 \n",
       "L 3713 1625 \n",
       "L 3713 1100 \n",
       "L 3047 1100 \n",
       "L 3047 0 \n",
       "L 2419 0 \n",
       "L 2419 1100 \n",
       "L 313 1100 \n",
       "L 313 1709 \n",
       "L 2253 4666 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-34\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_2\">\n",
       "     <g id=\"line2d_2\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbb15a49f92\" x=\"92.297146\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_2\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(84.926052 157.698438)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-32\" d=\"M 1228 531 \n",
       "L 3431 531 \n",
       "L 3431 0 \n",
       "L 469 0 \n",
       "L 469 531 \n",
       "Q 828 903 1448 1529 \n",
       "Q 2069 2156 2228 2338 \n",
       "Q 2531 2678 2651 2914 \n",
       "Q 2772 3150 2772 3378 \n",
       "Q 2772 3750 2511 3984 \n",
       "Q 2250 4219 1831 4219 \n",
       "Q 1534 4219 1204 4116 \n",
       "Q 875 4013 500 3803 \n",
       "L 500 4441 \n",
       "Q 881 4594 1212 4672 \n",
       "Q 1544 4750 1819 4750 \n",
       "Q 2544 4750 2975 4387 \n",
       "Q 3406 4025 3406 3419 \n",
       "Q 3406 3131 3298 2873 \n",
       "Q 3191 2616 2906 2266 \n",
       "Q 2828 2175 2409 1742 \n",
       "Q 1991 1309 1228 531 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_3\">\n",
       "     <g id=\"line2d_3\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbb15a49f92\" x=\"127.841645\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_3\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(124.660395 157.698438)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-30\" d=\"M 2034 4250 \n",
       "Q 1547 4250 1301 3770 \n",
       "Q 1056 3291 1056 2328 \n",
       "Q 1056 1369 1301 889 \n",
       "Q 1547 409 2034 409 \n",
       "Q 2525 409 2770 889 \n",
       "Q 3016 1369 3016 2328 \n",
       "Q 3016 3291 2770 3770 \n",
       "Q 2525 4250 2034 4250 \n",
       "z\n",
       "M 2034 4750 \n",
       "Q 2819 4750 3233 4129 \n",
       "Q 3647 3509 3647 2328 \n",
       "Q 3647 1150 3233 529 \n",
       "Q 2819 -91 2034 -91 \n",
       "Q 1250 -91 836 529 \n",
       "Q 422 1150 422 2328 \n",
       "Q 422 3509 836 4129 \n",
       "Q 1250 4750 2034 4750 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_4\">\n",
       "     <g id=\"line2d_4\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbb15a49f92\" x=\"163.386144\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_4\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(160.204894 157.698438)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_5\">\n",
       "     <g id=\"line2d_5\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbb15a49f92\" x=\"198.930643\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_5\">\n",
       "      <!-- 4 -->\n",
       "      <g transform=\"translate(195.749393 157.698438)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-34\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_2\">\n",
       "    <g id=\"ytick_1\">\n",
       "     <g id=\"line2d_6\">\n",
       "      <defs>\n",
       "       <path id=\"m19485c4fb4\" d=\"M 0 0 \n",
       "L -3.5 0 \n",
       "\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </defs>\n",
       "      <g>\n",
       "       <use xlink:href=\"#m19485c4fb4\" x=\"30.103125\" y=\"136.922727\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_6\">\n",
       "      <!-- 0.0 -->\n",
       "      <g transform=\"translate(7.2 140.721946)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-2e\" d=\"M 684 794 \n",
       "L 1344 794 \n",
       "L 1344 0 \n",
       "L 684 0 \n",
       "L 684 794 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_2\">\n",
       "     <g id=\"line2d_7\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m19485c4fb4\" x=\"30.103125\" y=\"98.215656\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_7\">\n",
       "      <!-- 0.1 -->\n",
       "      <g transform=\"translate(7.2 102.014875)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-31\" d=\"M 794 531 \n",
       "L 1825 531 \n",
       "L 1825 4091 \n",
       "L 703 3866 \n",
       "L 703 4441 \n",
       "L 1819 4666 \n",
       "L 2450 4666 \n",
       "L 2450 531 \n",
       "L 3481 531 \n",
       "L 3481 0 \n",
       "L 794 0 \n",
       "L 794 531 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-31\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_3\">\n",
       "     <g id=\"line2d_8\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m19485c4fb4\" x=\"30.103125\" y=\"59.508584\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_8\">\n",
       "      <!-- 0.2 -->\n",
       "      <g transform=\"translate(7.2 63.307803)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_4\">\n",
       "     <g id=\"line2d_9\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m19485c4fb4\" x=\"30.103125\" y=\"20.801513\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_9\">\n",
       "      <!-- 0.3 -->\n",
       "      <g transform=\"translate(7.2 24.600732)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-33\" d=\"M 2597 2516 \n",
       "Q 3050 2419 3304 2112 \n",
       "Q 3559 1806 3559 1356 \n",
       "Q 3559 666 3084 287 \n",
       "Q 2609 -91 1734 -91 \n",
       "Q 1441 -91 1130 -33 \n",
       "Q 819 25 488 141 \n",
       "L 488 750 \n",
       "Q 750 597 1062 519 \n",
       "Q 1375 441 1716 441 \n",
       "Q 2309 441 2620 675 \n",
       "Q 2931 909 2931 1356 \n",
       "Q 2931 1769 2642 2001 \n",
       "Q 2353 2234 1838 2234 \n",
       "L 1294 2234 \n",
       "L 1294 2753 \n",
       "L 1863 2753 \n",
       "Q 2328 2753 2575 2939 \n",
       "Q 2822 3125 2822 3475 \n",
       "Q 2822 3834 2567 4026 \n",
       "Q 2313 4219 1838 4219 \n",
       "Q 1578 4219 1281 4162 \n",
       "Q 984 4106 628 3988 \n",
       "L 628 4550 \n",
       "Q 988 4650 1302 4700 \n",
       "Q 1616 4750 1894 4750 \n",
       "Q 2613 4750 3031 4423 \n",
       "Q 3450 4097 3450 3541 \n",
       "Q 3450 3153 3228 2886 \n",
       "Q 3006 2619 2597 2516 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-33\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"line2d_10\">\n",
       "    <path d=\"M 38.980398 136.881286 \n",
       "L 46.978093 136.696154 \n",
       "L 51.421257 136.389294 \n",
       "L 54.798062 135.942 \n",
       "L 57.463939 135.376539 \n",
       "L 59.774329 134.670006 \n",
       "L 61.906997 133.781744 \n",
       "L 63.861943 132.716428 \n",
       "L 65.639166 131.494673 \n",
       "L 67.416389 129.987746 \n",
       "L 69.01589 128.350513 \n",
       "L 70.615391 126.412236 \n",
       "L 72.214892 124.139655 \n",
       "L 73.814393 121.50112 \n",
       "L 75.591616 118.105601 \n",
       "L 77.368839 114.190921 \n",
       "L 79.146063 109.73508 \n",
       "L 81.101008 104.198678 \n",
       "L 83.233676 97.414551 \n",
       "L 85.544066 89.250222 \n",
       "L 88.209901 78.942521 \n",
       "L 91.94207 63.491603 \n",
       "L 96.918295 42.974408 \n",
       "L 99.228685 34.357887 \n",
       "L 101.183631 27.901051 \n",
       "L 102.783132 23.343587 \n",
       "L 104.204911 19.93087 \n",
       "L 105.448967 17.489163 \n",
       "L 106.515301 15.828727 \n",
       "L 107.581635 14.586158 \n",
       "L 108.470246 13.879521 \n",
       "L 109.358858 13.477483 \n",
       "L 110.069747 13.377273 \n",
       "L 110.780637 13.474368 \n",
       "L 111.491526 13.768272 \n",
       "L 112.380138 14.410136 \n",
       "L 113.268749 15.352249 \n",
       "L 114.335083 16.868962 \n",
       "L 115.401417 18.79129 \n",
       "L 116.645473 21.519011 \n",
       "L 118.067252 25.227513 \n",
       "L 119.666753 30.071025 \n",
       "L 121.621698 36.800529 \n",
       "L 123.93209 45.617498 \n",
       "L 127.664263 60.914128 \n",
       "L 132.285048 79.661587 \n",
       "L 134.950883 89.508303 \n",
       "L 137.083551 96.584673 \n",
       "L 139.038497 102.338501 \n",
       "L 140.81572 106.912579 \n",
       "L 142.415221 110.475948 \n",
       "L 144.014722 113.511292 \n",
       "L 145.436501 115.770965 \n",
       "L 146.858279 117.628174 \n",
       "L 148.280058 119.097245 \n",
       "L 149.524114 120.078343 \n",
       "L 150.76817 120.789943 \n",
       "L 152.012227 121.247524 \n",
       "L 153.256283 121.467775 \n",
       "L 154.500339 121.468454 \n",
       "L 155.922118 121.224252 \n",
       "L 157.343896 120.746479 \n",
       "L 158.943397 119.967047 \n",
       "L 160.720621 118.851932 \n",
       "L 162.853288 117.251397 \n",
       "L 166.052292 114.537232 \n",
       "L 170.850795 110.463582 \n",
       "L 173.161185 108.786074 \n",
       "L 175.116131 107.620871 \n",
       "L 176.893354 106.810443 \n",
       "L 178.492855 106.309708 \n",
       "L 180.092356 106.041878 \n",
       "L 181.691857 106.016127 \n",
       "L 183.291358 106.235122 \n",
       "L 184.890859 106.695093 \n",
       "L 186.49036 107.386128 \n",
       "L 188.267583 108.405872 \n",
       "L 190.222529 109.800671 \n",
       "L 192.355197 111.595531 \n",
       "L 195.021031 114.13829 \n",
       "L 199.286376 118.565245 \n",
       "L 204.262719 123.656668 \n",
       "L 207.284071 126.439822 \n",
       "L 209.949969 128.608363 \n",
       "L 212.438141 130.360212 \n",
       "L 214.926313 131.843483 \n",
       "L 216.525852 132.659164 \n",
       "L 216.525852 132.659164 \n",
       "\" clip-path=\"url(#p437524d199)\" style=\"fill: none; stroke: #000000; stroke-width: 1.5; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_3\">\n",
       "    <path d=\"M 30.103125 143.1 \n",
       "L 30.103125 7.2 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_4\">\n",
       "    <path d=\"M 225.403125 143.1 \n",
       "L 225.403125 7.2 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_5\">\n",
       "    <path d=\"M 30.103125 143.1 \n",
       "L 225.403125 143.1 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_6\">\n",
       "    <path d=\"M 30.103125 7.2 \n",
       "L 225.403125 7.2 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "  </g>\n",
       " </g>\n",
       " <defs>\n",
       "  <clipPath id=\"p437524d199\">\n",
       "   <rect x=\"30.103125\" y=\"7.2\" width=\"195.3\" height=\"135.9\"/>\n",
       "  </clipPath>\n",
       " </defs>\n",
       "</svg>\n"
      ],
      "text/plain": [
       "<Figure size 252x180 with 1 Axes>"
      ]
     },
     "metadata": {
      "needs_background": "light"
     },
     "output_type": "display_data"
    },
    {
     "data": {
      "text/plain": [
       "'approximate Probability: 0.7736151814460754'"
      ]
     },
     "execution_count": 2,
     "metadata": {},
     "output_type": "execute_result"
    }
   ],
   "source": [
    "# Approximate probability using numerical integration\n",
    "epsilon = 0.01\n",
    "x = tf.range(-5, 5, 0.01)\n",
    "p = 0.2*tf.exp(-(x - 3)**2 / 2) / tf.sqrt(2 * tf.constant(tf.pi)) +\\\n",
    "    0.8*tf.exp(-(x + 1)**2 / 2) / tf.sqrt(2 * tf.constant(tf.pi))\n",
    "\n",
    "d2l.set_figsize()\n",
    "d2l.plt.plot(x, p, color='black')\n",
    "d2l.plt.fill_between(x.numpy().tolist()[300:800], p.numpy().tolist()[300:800])\n",
    "d2l.plt.show()\n",
    "\n",
    "f'approximate Probability: {tf.reduce_sum(epsilon*p[300:800])}'"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {
    "origin_pos": 8
   },
   "source": [
    "It turns out that these two properties describe exactly the space of possible probability density functions (or *p.d.f.*'s for the commonly encountered abbreviation).  They are non-negative functions $p(x) \\ge 0$ such that\n",
    "\n",
    "$$\\int_{-\\infty}^{\\infty} p(x) \\; dx = 1.$$\n",
    ":eqlabel:`eq_pdf_int_one`\n",
    "\n",
    "We interpret this function by using integration to obtain the probability our random variable is in a specific interval:\n",
    "\n",
    "$$P(X\\in(a, b]) = \\int _ {a}^{b} p(x) \\; dx.$$\n",
    ":eqlabel:`eq_pdf_int_int`\n",
    "\n",
    "In :numref:`sec_distributions` we will see a number of common distributions, but let us continue working in the abstract.\n",
    "\n",
    "### Cumulative Distribution Functions\n",
    "\n",
    "In the previous section, we saw the notion of the p.d.f.  In practice, this is a commonly encountered method to discuss continuous random variables, but it has one significant pitfall: that the values of the p.d.f. are not themselves probabilities, but rather a function that we must integrate to yield probabilities.  There is nothing wrong with a density being larger than $10$, as long as it is not larger than $10$ for more than an interval of length $1/10$.  This can be counter-intuitive, so people often also think in terms of the *cumulative distribution function*, or c.d.f., which *is* a probability.\n",
    "\n",
    "In particular, by using :eqref:`eq_pdf_int_int`, we define the c.d.f. for a random variable $X$ with density $p(x)$ by\n",
    "\n",
    "$$\n",
    "F(x) = \\int _ {-\\infty}^{x} p(x) \\; dx = P(X \\le x).\n",
    "$$\n",
    "\n",
    "Let us observe a few properties.\n",
    "\n",
    "* $F(x) \\rightarrow 0$ as $x\\rightarrow -\\infty$.\n",
    "* $F(x) \\rightarrow 1$ as $x\\rightarrow \\infty$.\n",
    "* $F(x)$ is non-decreasing ($y > x \\implies F(y) \\ge F(x)$).\n",
    "* $F(x)$ is continuous (has no jumps) if $X$ is a continuous random variable.\n",
    "\n",
    "With the fourth bullet point, note that this would not be true if $X$ were discrete, say taking the values $0$ and $1$ both with probability $1/2$.  In that case\n",
    "\n",
    "$$\n",
    "F(x) = \\begin{cases}\n",
    "0 & x < 0, \\\\\n",
    "\\frac{1}{2} & x < 1, \\\\\n",
    "1 & x \\ge 1.\n",
    "\\end{cases}\n",
    "$$\n",
    "\n",
    "In this example, we see one of the benefits of working with the c.d.f., the ability to deal with continuous or discrete random variables in the same framework, or indeed mixtures of the two (flip a coin: if heads return the roll of a die, if tails return the distance of a dart throw from the center of a dart board).\n",
    "\n",
    "### Means\n",
    "\n",
    "Suppose that we are dealing with a random variables $X$.  The distribution itself can be hard to interpret.  It is often useful to be able to summarize the behavior of a random variable concisely.  Numbers that help us capture the behavior of a random variable are called *summary statistics*.  The most commonly encountered ones are the *mean*, the *variance*, and the *standard deviation*.\n",
    "\n",
    "The *mean* encodes the average value of a random variable.  If we have a discrete random variable $X$, which takes the values $x_i$ with probabilities $p_i$, then the mean is given by the weighted average: sum the values times the probability that the random variable takes on that value:\n",
    "\n",
    "$$\\mu_X = E[X] = \\sum_i x_i p_i.$$\n",
    ":eqlabel:`eq_exp_def`\n",
    "\n",
    "The way we should interpret the mean (albeit with caution) is that it tells us essentially where the random variable tends to be located.\n",
    "\n",
    "As a minimalistic example that we will examine throughout this section, let us take $X$ to be the random variable which takes the value $a-2$ with probability $p$, $a+2$ with probability $p$ and $a$ with probability $1-2p$.  We can compute using :eqref:`eq_exp_def` that, for any possible choice of $a$ and $p$, the mean is\n",
    "\n",
    "$$\n",
    "\\mu_X = E[X] = \\sum_i x_i p_i = (a-2)p + a(1-2p) + (a+2)p = a.\n",
    "$$\n",
    "\n",
    "Thus we see that the mean is $a$.  This matches the intuition since $a$ is the location around which we centered our random variable.\n",
    "\n",
    "Because they are helpful, let us summarize a few properties.\n",
    "\n",
    "* For any random variable $X$ and numbers $a$ and $b$, we have that $\\mu_{aX+b} = a\\mu_X + b$.\n",
    "* If we have two random variables $X$ and $Y$, we have $\\mu_{X+Y} = \\mu_X+\\mu_Y$.\n",
    "\n",
    "Means are useful for understanding the average behavior of a random variable, however the mean is not sufficient to even have a full intuitive understanding.  Making a profit of $\\$10 \\pm \\$1$ per sale is very different from making $\\$10 \\pm \\$15$ per sale despite having the same average value.  The second one has a much larger degree of fluctuation, and thus represents a much larger risk.  Thus, to understand the behavior of a random variable, we will need at minimum one more measure: some measure of how widely a random variable fluctuates.\n",
    "\n",
    "### Variances\n",
    "\n",
    "This leads us to consider the *variance* of a random variable.  This is a quantitative measure of how far a random variable deviates from the mean.  Consider the expression $X - \\mu_X$.  This is the deviation of the random variable from its mean.  This value can be positive or negative, so we need to do something to make it positive so that we are measuring the magnitude of the deviation.\n",
    "\n",
    "A reasonable thing to try is to look at $\\left|X-\\mu_X\\right|$, and indeed this leads to a useful quantity called the *mean absolute deviation*, however due to connections with other areas of mathematics and statistics, people often use a different solution.\n",
    "\n",
    "In particular, they look at $(X-\\mu_X)^2.$  If we look at the typical size of this quantity by taking the mean, we arrive at the variance\n",
    "\n",
    "$$\\sigma_X^2 = \\mathrm{Var}(X) = E\\left[(X-\\mu_X)^2\\right] = E[X^2] - \\mu_X^2.$$\n",
    ":eqlabel:`eq_var_def`\n",
    "\n",
    "The last equality in :eqref:`eq_var_def` holds by expanding out the definition in the middle, and applying the properties of expectation.\n",
    "\n",
    "Let us look at our example where $X$ is the random variable which takes the value $a-2$ with probability $p$, $a+2$ with probability $p$ and $a$ with probability $1-2p$.  In this case $\\mu_X = a$, so all we need to compute is $E\\left[X^2\\right]$.  This can readily be done:\n",
    "\n",
    "$$\n",
    "E\\left[X^2\\right] = (a-2)^2p + a^2(1-2p) + (a+2)^2p = a^2 + 8p.\n",
    "$$\n",
    "\n",
    "Thus, we see that by :eqref:`eq_var_def` our variance is\n",
    "\n",
    "$$\n",
    "\\sigma_X^2 = \\mathrm{Var}(X) = E[X^2] - \\mu_X^2 = a^2 + 8p - a^2 = 8p.\n",
    "$$\n",
    "\n",
    "This result again makes sense.  The largest $p$ can be is $1/2$ which corresponds to picking $a-2$ or $a+2$ with a coin flip.  The variance of this being $4$ corresponds to the fact that both $a-2$ and $a+2$ are $2$ units away from the mean, and $2^2 = 4$.  On the other end of the spectrum, if $p=0$, this random variable always takes the value $0$ and so it has no variance at all.\n",
    "\n",
    "We will list a few properties of variance below:\n",
    "\n",
    "* For any random variable $X$, $\\mathrm{Var}(X) \\ge 0$, with $\\mathrm{Var}(X) = 0$ if and only if $X$ is a constant.\n",
    "* For any random variable $X$ and numbers $a$ and $b$, we have that $\\mathrm{Var}(aX+b) = a^2\\mathrm{Var}(X)$.\n",
    "* If we have two *independent* random variables $X$ and $Y$, we have $\\mathrm{Var}(X+Y) = \\mathrm{Var}(X) + \\mathrm{Var}(Y)$.\n",
    "\n",
    "When interpreting these values, there can be a bit of a hiccup.  In particular, let us try imagining what happens if we keep track of units through this computation.  Suppose that we are working with the star rating assigned to a product on the web page.  Then $a$, $a-2$, and $a+2$ are all measured in units of stars.  Similarly, the mean $\\mu_X$ is then also measured in stars (being a weighted average).  However, if we get to the variance, we immediately encounter an issue, which is we want to look at $(X-\\mu_X)^2$, which is in units of *squared stars*.  This means that the variance itself is not comparable to the original measurements.  To make it interpretable, we will need to return to our original units.\n",
    "\n",
    "### Standard Deviations\n",
    "\n",
    "This summary statistics can always be deduced from the variance by taking the square root!  Thus we define the *standard deviation* to be\n",
    "\n",
    "$$\n",
    "\\sigma_X = \\sqrt{\\mathrm{Var}(X)}.\n",
    "$$\n",
    "\n",
    "In our example, this means we now have the standard deviation is $\\sigma_X = 2\\sqrt{2p}$.  If we are dealing with units of stars for our review example, $\\sigma_X$ is again in units of stars.\n",
    "\n",
    "The properties we had for the variance can be restated for the standard deviation.\n",
    "\n",
    "* For any random variable $X$, $\\sigma_{X} \\ge 0$.\n",
    "* For any random variable $X$ and numbers $a$ and $b$, we have that $\\sigma_{aX+b} = |a|\\sigma_{X}$\n",
    "* If we have two *independent* random variables $X$ and $Y$, we have $\\sigma_{X+Y} = \\sqrt{\\sigma_{X}^2 + \\sigma_{Y}^2}$.\n",
    "\n",
    "It is natural at this moment to ask, \"If the standard deviation is in the units of our original random variable, does it represent something we can draw with regards to that random variable?\"  The answer is a resounding yes!  Indeed much like the mean told we the typical location of our random variable, the standard deviation gives the typical range of variation of that random variable.  We can make this rigorous with what is known as Chebyshev's inequality:\n",
    "\n",
    "$$P\\left(X \\not\\in [\\mu_X - \\alpha\\sigma_X, \\mu_X + \\alpha\\sigma_X]\\right) \\le \\frac{1}{\\alpha^2}.$$\n",
    ":eqlabel:`eq_chebyshev`\n",
    "\n",
    "Or to state it verbally in the case of $\\alpha=10$, $99\\%$ of the samples from any random variable fall within $10$ standard deviations of the mean.  This gives an immediate interpretation to our standard summary statistics.\n",
    "\n",
    "To see how this statement is rather subtle, let us take a look at our running example again where  $X$ is the random variable which takes the value $a-2$ with probability $p$, $a+2$ with probability $p$ and $a$ with probability $1-2p$.  We saw that the mean was $a$ and the standard deviation was $2\\sqrt{2p}$.  This means, if we take Chebyshev's inequality :eqref:`eq_chebyshev` with $\\alpha = 2$, we see that the expression is\n",
    "\n",
    "$$\n",
    "P\\left(X \\not\\in [a - 4\\sqrt{2p}, a + 4\\sqrt{2p}]\\right) \\le \\frac{1}{4}.\n",
    "$$\n",
    "\n",
    "This means that $75\\%$ of the time, this random variable will fall within this interval for any value of $p$.  Now, notice that as $p \\rightarrow 0$, this interval also converges to the single point $a$.  But we know that our random variable takes the values $a-2, a$, and $a+2$ only so eventually we can be certain $a-2$ and $a+2$ will fall outside the interval!  The question is, at what $p$ does that happen.  So we want to solve: for what $p$ does $a+4\\sqrt{2p} = a+2$, which is solved when $p=1/8$, which is *exactly* the first $p$ where it could possibly happen without violating our claim that no more than $1/4$ of samples from the distribution would fall outside the interval ($1/8$ to the left, and $1/8$ to the right).\n",
    "\n",
    "Let us visualize this.  We will show the probability of getting the three values as three vertical bars with height proportional to the probability.  The interval will be drawn as a horizontal line in the middle.  The first plot shows what happens for $p > 1/8$ where the interval safely contains all points.\n"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 3,
   "metadata": {
    "origin_pos": 11,
    "tab": [
     "tensorflow"
    ]
   },
   "outputs": [
    {
     "data": {
      "image/svg+xml": [
       "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>\n",
       "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"\n",
       "  \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n",
       "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"249.4625pt\" height=\"195.774375pt\" viewBox=\"0 0 249.4625 195.774375\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">\n",
       " <metadata>\n",
       "  <rdf:RDF xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:cc=\"http://creativecommons.org/ns#\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n",
       "   <cc:Work>\n",
       "    <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\"/>\n",
       "    <dc:date>2022-03-24T13:12:18.477216</dc:date>\n",
       "    <dc:format>image/svg+xml</dc:format>\n",
       "    <dc:creator>\n",
       "     <cc:Agent>\n",
       "      <dc:title>Matplotlib v3.5.1, https://matplotlib.org/</dc:title>\n",
       "     </cc:Agent>\n",
       "    </dc:creator>\n",
       "   </cc:Work>\n",
       "  </rdf:RDF>\n",
       " </metadata>\n",
       " <defs>\n",
       "  <style type=\"text/css\">*{stroke-linejoin: round; stroke-linecap: butt}</style>\n",
       " </defs>\n",
       " <g id=\"figure_1\">\n",
       "  <g id=\"patch_1\">\n",
       "   <path d=\"M 0 195.774375 \n",
       "L 249.4625 195.774375 \n",
       "L 249.4625 0 \n",
       "L 0 0 \n",
       "L 0 195.774375 \n",
       "z\n",
       "\" style=\"fill: none\"/>\n",
       "  </g>\n",
       "  <g id=\"axes_1\">\n",
       "   <g id=\"patch_2\">\n",
       "    <path d=\"M 43.78125 158.218125 \n",
       "L 239.08125 158.218125 \n",
       "L 239.08125 22.318125 \n",
       "L 43.78125 22.318125 \n",
       "z\n",
       "\" style=\"fill: #ffffff\"/>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_1\">\n",
       "    <g id=\"xtick_1\">\n",
       "     <g id=\"line2d_1\">\n",
       "      <defs>\n",
       "       <path id=\"m18c4550a22\" d=\"M 0 0 \n",
       "L 0 3.5 \n",
       "\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </defs>\n",
       "      <g>\n",
       "       <use xlink:href=\"#m18c4550a22\" x=\"43.78125\" y=\"158.218125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_1\">\n",
       "      <!-- −4 -->\n",
       "      <g transform=\"translate(36.410156 172.816562)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-2212\" d=\"M 678 2272 \n",
       "L 4684 2272 \n",
       "L 4684 1741 \n",
       "L 678 1741 \n",
       "L 678 2272 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "        <path id=\"DejaVuSans-34\" d=\"M 2419 4116 \n",
       "L 825 1625 \n",
       "L 2419 1625 \n",
       "L 2419 4116 \n",
       "z\n",
       "M 2253 4666 \n",
       "L 3047 4666 \n",
       "L 3047 1625 \n",
       "L 3713 1625 \n",
       "L 3713 1100 \n",
       "L 3047 1100 \n",
       "L 3047 0 \n",
       "L 2419 0 \n",
       "L 2419 1100 \n",
       "L 313 1100 \n",
       "L 313 1709 \n",
       "L 2253 4666 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-34\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_2\">\n",
       "     <g id=\"line2d_2\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m18c4550a22\" x=\"92.60625\" y=\"158.218125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_2\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(85.235156 172.816562)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-32\" d=\"M 1228 531 \n",
       "L 3431 531 \n",
       "L 3431 0 \n",
       "L 469 0 \n",
       "L 469 531 \n",
       "Q 828 903 1448 1529 \n",
       "Q 2069 2156 2228 2338 \n",
       "Q 2531 2678 2651 2914 \n",
       "Q 2772 3150 2772 3378 \n",
       "Q 2772 3750 2511 3984 \n",
       "Q 2250 4219 1831 4219 \n",
       "Q 1534 4219 1204 4116 \n",
       "Q 875 4013 500 3803 \n",
       "L 500 4441 \n",
       "Q 881 4594 1212 4672 \n",
       "Q 1544 4750 1819 4750 \n",
       "Q 2544 4750 2975 4387 \n",
       "Q 3406 4025 3406 3419 \n",
       "Q 3406 3131 3298 2873 \n",
       "Q 3191 2616 2906 2266 \n",
       "Q 2828 2175 2409 1742 \n",
       "Q 1991 1309 1228 531 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_3\">\n",
       "     <g id=\"line2d_3\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m18c4550a22\" x=\"141.43125\" y=\"158.218125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_3\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(138.25 172.816562)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-30\" d=\"M 2034 4250 \n",
       "Q 1547 4250 1301 3770 \n",
       "Q 1056 3291 1056 2328 \n",
       "Q 1056 1369 1301 889 \n",
       "Q 1547 409 2034 409 \n",
       "Q 2525 409 2770 889 \n",
       "Q 3016 1369 3016 2328 \n",
       "Q 3016 3291 2770 3770 \n",
       "Q 2525 4250 2034 4250 \n",
       "z\n",
       "M 2034 4750 \n",
       "Q 2819 4750 3233 4129 \n",
       "Q 3647 3509 3647 2328 \n",
       "Q 3647 1150 3233 529 \n",
       "Q 2819 -91 2034 -91 \n",
       "Q 1250 -91 836 529 \n",
       "Q 422 1150 422 2328 \n",
       "Q 422 3509 836 4129 \n",
       "Q 1250 4750 2034 4750 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_4\">\n",
       "     <g id=\"line2d_4\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m18c4550a22\" x=\"190.25625\" y=\"158.218125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_4\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(187.075 172.816562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_5\">\n",
       "     <g id=\"line2d_5\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m18c4550a22\" x=\"239.08125\" y=\"158.218125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_5\">\n",
       "      <!-- 4 -->\n",
       "      <g transform=\"translate(235.9 172.816562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-34\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_6\">\n",
       "     <!-- x -->\n",
       "     <g transform=\"translate(138.471875 186.494687)scale(0.1 -0.1)\">\n",
       "      <defs>\n",
       "       <path id=\"DejaVuSans-78\" d=\"M 3513 3500 \n",
       "L 2247 1797 \n",
       "L 3578 0 \n",
       "L 2900 0 \n",
       "L 1881 1375 \n",
       "L 863 0 \n",
       "L 184 0 \n",
       "L 1544 1831 \n",
       "L 300 3500 \n",
       "L 978 3500 \n",
       "L 1906 2253 \n",
       "L 2834 3500 \n",
       "L 3513 3500 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      </defs>\n",
       "      <use xlink:href=\"#DejaVuSans-78\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_2\">\n",
       "    <g id=\"ytick_1\">\n",
       "     <g id=\"line2d_6\">\n",
       "      <defs>\n",
       "       <path id=\"m2b795ed790\" d=\"M 0 0 \n",
       "L -3.5 0 \n",
       "\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </defs>\n",
       "      <g>\n",
       "       <use xlink:href=\"#m2b795ed790\" x=\"43.78125\" y=\"152.040852\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_7\">\n",
       "      <!-- 0.0 -->\n",
       "      <g transform=\"translate(20.878125 155.840071)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-2e\" d=\"M 684 794 \n",
       "L 1344 794 \n",
       "L 1344 0 \n",
       "L 684 0 \n",
       "L 684 794 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_2\">\n",
       "     <g id=\"line2d_7\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m2b795ed790\" x=\"43.78125\" y=\"110.859036\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_8\">\n",
       "      <!-- 0.2 -->\n",
       "      <g transform=\"translate(20.878125 114.658254)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_3\">\n",
       "     <g id=\"line2d_8\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m2b795ed790\" x=\"43.78125\" y=\"69.677219\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_9\">\n",
       "      <!-- 0.4 -->\n",
       "      <g transform=\"translate(20.878125 73.476438)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-34\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_4\">\n",
       "     <g id=\"line2d_9\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m2b795ed790\" x=\"43.78125\" y=\"28.495403\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_10\">\n",
       "      <!-- 0.6 -->\n",
       "      <g transform=\"translate(20.878125 32.294621)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-36\" d=\"M 2113 2584 \n",
       "Q 1688 2584 1439 2293 \n",
       "Q 1191 2003 1191 1497 \n",
       "Q 1191 994 1439 701 \n",
       "Q 1688 409 2113 409 \n",
       "Q 2538 409 2786 701 \n",
       "Q 3034 994 3034 1497 \n",
       "Q 3034 2003 2786 2293 \n",
       "Q 2538 2584 2113 2584 \n",
       "z\n",
       "M 3366 4563 \n",
       "L 3366 3988 \n",
       "Q 3128 4100 2886 4159 \n",
       "Q 2644 4219 2406 4219 \n",
       "Q 1781 4219 1451 3797 \n",
       "Q 1122 3375 1075 2522 \n",
       "Q 1259 2794 1537 2939 \n",
       "Q 1816 3084 2150 3084 \n",
       "Q 2853 3084 3261 2657 \n",
       "Q 3669 2231 3669 1497 \n",
       "Q 3669 778 3244 343 \n",
       "Q 2819 -91 2113 -91 \n",
       "Q 1303 -91 875 529 \n",
       "Q 447 1150 447 2328 \n",
       "Q 447 3434 972 4092 \n",
       "Q 1497 4750 2381 4750 \n",
       "Q 2619 4750 2861 4703 \n",
       "Q 3103 4656 3366 4563 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-36\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_11\">\n",
       "     <!-- p.m.f. -->\n",
       "     <g transform=\"translate(14.798437 104.4775)rotate(-90)scale(0.1 -0.1)\">\n",
       "      <defs>\n",
       "       <path id=\"DejaVuSans-70\" d=\"M 1159 525 \n",
       "L 1159 -1331 \n",
       "L 581 -1331 \n",
       "L 581 3500 \n",
       "L 1159 3500 \n",
       "L 1159 2969 \n",
       "Q 1341 3281 1617 3432 \n",
       "Q 1894 3584 2278 3584 \n",
       "Q 2916 3584 3314 3078 \n",
       "Q 3713 2572 3713 1747 \n",
       "Q 3713 922 3314 415 \n",
       "Q 2916 -91 2278 -91 \n",
       "Q 1894 -91 1617 61 \n",
       "Q 1341 213 1159 525 \n",
       "z\n",
       "M 3116 1747 \n",
       "Q 3116 2381 2855 2742 \n",
       "Q 2594 3103 2138 3103 \n",
       "Q 1681 3103 1420 2742 \n",
       "Q 1159 2381 1159 1747 \n",
       "Q 1159 1113 1420 752 \n",
       "Q 1681 391 2138 391 \n",
       "Q 2594 391 2855 752 \n",
       "Q 3116 1113 3116 1747 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-6d\" d=\"M 3328 2828 \n",
       "Q 3544 3216 3844 3400 \n",
       "Q 4144 3584 4550 3584 \n",
       "Q 5097 3584 5394 3201 \n",
       "Q 5691 2819 5691 2113 \n",
       "L 5691 0 \n",
       "L 5113 0 \n",
       "L 5113 2094 \n",
       "Q 5113 2597 4934 2840 \n",
       "Q 4756 3084 4391 3084 \n",
       "Q 3944 3084 3684 2787 \n",
       "Q 3425 2491 3425 1978 \n",
       "L 3425 0 \n",
       "L 2847 0 \n",
       "L 2847 2094 \n",
       "Q 2847 2600 2669 2842 \n",
       "Q 2491 3084 2119 3084 \n",
       "Q 1678 3084 1418 2786 \n",
       "Q 1159 2488 1159 1978 \n",
       "L 1159 0 \n",
       "L 581 0 \n",
       "L 581 3500 \n",
       "L 1159 3500 \n",
       "L 1159 2956 \n",
       "Q 1356 3278 1631 3431 \n",
       "Q 1906 3584 2284 3584 \n",
       "Q 2666 3584 2933 3390 \n",
       "Q 3200 3197 3328 2828 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-66\" d=\"M 2375 4863 \n",
       "L 2375 4384 \n",
       "L 1825 4384 \n",
       "Q 1516 4384 1395 4259 \n",
       "Q 1275 4134 1275 3809 \n",
       "L 1275 3500 \n",
       "L 2222 3500 \n",
       "L 2222 3053 \n",
       "L 1275 3053 \n",
       "L 1275 0 \n",
       "L 697 0 \n",
       "L 697 3053 \n",
       "L 147 3053 \n",
       "L 147 3500 \n",
       "L 697 3500 \n",
       "L 697 3744 \n",
       "Q 697 4328 969 4595 \n",
       "Q 1241 4863 1831 4863 \n",
       "L 2375 4863 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      </defs>\n",
       "      <use xlink:href=\"#DejaVuSans-70\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-2e\" x=\"63.476562\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-6d\" x=\"95.263672\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-2e\" x=\"192.675781\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-66\" x=\"224.462891\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-2e\" x=\"252.417969\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"LineCollection_1\">\n",
       "    <path d=\"M 92.60625 152.040852 \n",
       "L 92.60625 110.859035 \n",
       "\" clip-path=\"url(#p718caa5298)\" style=\"fill: none; stroke: #1f77b4; stroke-width: 1.5\"/>\n",
       "    <path d=\"M 141.43125 152.040852 \n",
       "L 141.43125 28.495398 \n",
       "\" clip-path=\"url(#p718caa5298)\" style=\"fill: none; stroke: #1f77b4; stroke-width: 1.5\"/>\n",
       "    <path d=\"M 190.25625 152.040852 \n",
       "L 190.25625 110.859035 \n",
       "\" clip-path=\"url(#p718caa5298)\" style=\"fill: none; stroke: #1f77b4; stroke-width: 1.5\"/>\n",
       "   </g>\n",
       "   <g id=\"line2d_10\">\n",
       "    <defs>\n",
       "     <path id=\"m074764cc3f\" d=\"M 0 3 \n",
       "C 0.795609 3 1.55874 2.683901 2.12132 2.12132 \n",
       "C 2.683901 1.55874 3 0.795609 3 0 \n",
       "C 3 -0.795609 2.683901 -1.55874 2.12132 -2.12132 \n",
       "C 1.55874 -2.683901 0.795609 -3 0 -3 \n",
       "C -0.795609 -3 -1.55874 -2.683901 -2.12132 -2.12132 \n",
       "C -2.683901 -1.55874 -3 -0.795609 -3 0 \n",
       "C -3 0.795609 -2.683901 1.55874 -2.12132 2.12132 \n",
       "C -1.55874 2.683901 -0.795609 3 0 3 \n",
       "z\n",
       "\" style=\"stroke: #1f77b4\"/>\n",
       "    </defs>\n",
       "    <g clip-path=\"url(#p718caa5298)\">\n",
       "     <use xlink:href=\"#m074764cc3f\" x=\"92.60625\" y=\"110.859035\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m074764cc3f\" x=\"141.43125\" y=\"28.495398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m074764cc3f\" x=\"190.25625\" y=\"110.859035\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"line2d_11\">\n",
       "    <path d=\"M 92.60625 152.040852 \n",
       "L 190.25625 152.040852 \n",
       "\" clip-path=\"url(#p718caa5298)\" style=\"fill: none; stroke: #d62728; stroke-width: 1.5; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"LineCollection_2\">\n",
       "    <path d=\"M 79.671968 49.086311 \n",
       "L 203.190532 49.086311 \n",
       "\" clip-path=\"url(#p718caa5298)\" style=\"fill: none; stroke: #000000; stroke-width: 4\"/>\n",
       "   </g>\n",
       "   <g id=\"LineCollection_3\">\n",
       "    <path d=\"M 79.671968 42.909038 \n",
       "L 79.671968 55.263583 \n",
       "\" clip-path=\"url(#p718caa5298)\" style=\"fill: none; stroke: #000000\"/>\n",
       "   </g>\n",
       "   <g id=\"LineCollection_4\">\n",
       "    <path d=\"M 203.190532 42.909038 \n",
       "L 203.190532 55.263583 \n",
       "\" clip-path=\"url(#p718caa5298)\" style=\"fill: none; stroke: #000000\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_3\">\n",
       "    <path d=\"M 43.78125 158.218125 \n",
       "L 43.78125 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_4\">\n",
       "    <path d=\"M 239.08125 158.218125 \n",
       "L 239.08125 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_5\">\n",
       "    <path d=\"M 43.78125 158.218125 \n",
       "L 239.08125 158.218125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_6\">\n",
       "    <path d=\"M 43.78125 22.318125 \n",
       "L 239.08125 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"text_12\">\n",
       "    <!-- p = 0.200 -->\n",
       "    <g transform=\"translate(111.60375 16.318125)scale(0.12 -0.12)\">\n",
       "     <defs>\n",
       "      <path id=\"DejaVuSans-20\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-3d\" d=\"M 678 2906 \n",
       "L 4684 2906 \n",
       "L 4684 2381 \n",
       "L 678 2381 \n",
       "L 678 2906 \n",
       "z\n",
       "M 678 1631 \n",
       "L 4684 1631 \n",
       "L 4684 1100 \n",
       "L 678 1100 \n",
       "L 678 1631 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "     </defs>\n",
       "     <use xlink:href=\"#DejaVuSans-70\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-20\" x=\"63.476562\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-3d\" x=\"95.263672\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-20\" x=\"179.052734\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-30\" x=\"210.839844\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-2e\" x=\"274.462891\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-32\" x=\"306.25\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-30\" x=\"369.873047\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-30\" x=\"433.496094\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "  </g>\n",
       " </g>\n",
       " <defs>\n",
       "  <clipPath id=\"p718caa5298\">\n",
       "   <rect x=\"43.78125\" y=\"22.318125\" width=\"195.3\" height=\"135.9\"/>\n",
       "  </clipPath>\n",
       " </defs>\n",
       "</svg>\n"
      ],
      "text/plain": [
       "<Figure size 252x180 with 1 Axes>"
      ]
     },
     "metadata": {
      "needs_background": "light"
     },
     "output_type": "display_data"
    }
   ],
   "source": [
    "# Define a helper to plot these figures\n",
    "def plot_chebyshev(a, p):\n",
    "    d2l.set_figsize()\n",
    "    d2l.plt.stem([a-2, a, a+2], [p, 1-2*p, p], use_line_collection=True)\n",
    "    d2l.plt.xlim([-4, 4])\n",
    "    d2l.plt.xlabel('x')\n",
    "    d2l.plt.ylabel('p.m.f.')\n",
    "\n",
    "    d2l.plt.hlines(0.5, a - 4 * tf.sqrt(2 * p),\n",
    "                   a + 4 * tf.sqrt(2 * p), 'black', lw=4)\n",
    "    d2l.plt.vlines(a - 4 * tf.sqrt(2 * p), 0.53, 0.47, 'black', lw=1)\n",
    "    d2l.plt.vlines(a + 4 * tf.sqrt(2 * p), 0.53, 0.47, 'black', lw=1)\n",
    "    d2l.plt.title(f'p = {p:.3f}')\n",
    "\n",
    "    d2l.plt.show()\n",
    "\n",
    "# Plot interval when p > 1/8\n",
    "plot_chebyshev(0.0, tf.constant(0.2))"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {
    "origin_pos": 12
   },
   "source": [
    "The second shows that at $p = 1/8$, the interval exactly touches the two points.  This shows that the inequality is *sharp*, since no smaller interval could be taken while keeping the inequality true.\n"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 4,
   "metadata": {
    "origin_pos": 15,
    "tab": [
     "tensorflow"
    ]
   },
   "outputs": [
    {
     "data": {
      "image/svg+xml": [
       "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>\n",
       "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"\n",
       "  \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n",
       "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"249.4625pt\" height=\"195.774375pt\" viewBox=\"0 0 249.4625 195.774375\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">\n",
       " <metadata>\n",
       "  <rdf:RDF xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:cc=\"http://creativecommons.org/ns#\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n",
       "   <cc:Work>\n",
       "    <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\"/>\n",
       "    <dc:date>2022-03-24T13:12:18.593660</dc:date>\n",
       "    <dc:format>image/svg+xml</dc:format>\n",
       "    <dc:creator>\n",
       "     <cc:Agent>\n",
       "      <dc:title>Matplotlib v3.5.1, https://matplotlib.org/</dc:title>\n",
       "     </cc:Agent>\n",
       "    </dc:creator>\n",
       "   </cc:Work>\n",
       "  </rdf:RDF>\n",
       " </metadata>\n",
       " <defs>\n",
       "  <style type=\"text/css\">*{stroke-linejoin: round; stroke-linecap: butt}</style>\n",
       " </defs>\n",
       " <g id=\"figure_1\">\n",
       "  <g id=\"patch_1\">\n",
       "   <path d=\"M 0 195.774375 \n",
       "L 249.4625 195.774375 \n",
       "L 249.4625 0 \n",
       "L 0 0 \n",
       "L 0 195.774375 \n",
       "z\n",
       "\" style=\"fill: none\"/>\n",
       "  </g>\n",
       "  <g id=\"axes_1\">\n",
       "   <g id=\"patch_2\">\n",
       "    <path d=\"M 43.78125 158.218125 \n",
       "L 239.08125 158.218125 \n",
       "L 239.08125 22.318125 \n",
       "L 43.78125 22.318125 \n",
       "z\n",
       "\" style=\"fill: #ffffff\"/>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_1\">\n",
       "    <g id=\"xtick_1\">\n",
       "     <g id=\"line2d_1\">\n",
       "      <defs>\n",
       "       <path id=\"mb73eac8089\" d=\"M 0 0 \n",
       "L 0 3.5 \n",
       "\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </defs>\n",
       "      <g>\n",
       "       <use xlink:href=\"#mb73eac8089\" x=\"43.78125\" y=\"158.218125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_1\">\n",
       "      <!-- −4 -->\n",
       "      <g transform=\"translate(36.410156 172.816562)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-2212\" d=\"M 678 2272 \n",
       "L 4684 2272 \n",
       "L 4684 1741 \n",
       "L 678 1741 \n",
       "L 678 2272 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "        <path id=\"DejaVuSans-34\" d=\"M 2419 4116 \n",
       "L 825 1625 \n",
       "L 2419 1625 \n",
       "L 2419 4116 \n",
       "z\n",
       "M 2253 4666 \n",
       "L 3047 4666 \n",
       "L 3047 1625 \n",
       "L 3713 1625 \n",
       "L 3713 1100 \n",
       "L 3047 1100 \n",
       "L 3047 0 \n",
       "L 2419 0 \n",
       "L 2419 1100 \n",
       "L 313 1100 \n",
       "L 313 1709 \n",
       "L 2253 4666 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-34\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_2\">\n",
       "     <g id=\"line2d_2\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mb73eac8089\" x=\"92.60625\" y=\"158.218125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_2\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(85.235156 172.816562)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-32\" d=\"M 1228 531 \n",
       "L 3431 531 \n",
       "L 3431 0 \n",
       "L 469 0 \n",
       "L 469 531 \n",
       "Q 828 903 1448 1529 \n",
       "Q 2069 2156 2228 2338 \n",
       "Q 2531 2678 2651 2914 \n",
       "Q 2772 3150 2772 3378 \n",
       "Q 2772 3750 2511 3984 \n",
       "Q 2250 4219 1831 4219 \n",
       "Q 1534 4219 1204 4116 \n",
       "Q 875 4013 500 3803 \n",
       "L 500 4441 \n",
       "Q 881 4594 1212 4672 \n",
       "Q 1544 4750 1819 4750 \n",
       "Q 2544 4750 2975 4387 \n",
       "Q 3406 4025 3406 3419 \n",
       "Q 3406 3131 3298 2873 \n",
       "Q 3191 2616 2906 2266 \n",
       "Q 2828 2175 2409 1742 \n",
       "Q 1991 1309 1228 531 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_3\">\n",
       "     <g id=\"line2d_3\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mb73eac8089\" x=\"141.43125\" y=\"158.218125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_3\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(138.25 172.816562)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-30\" d=\"M 2034 4250 \n",
       "Q 1547 4250 1301 3770 \n",
       "Q 1056 3291 1056 2328 \n",
       "Q 1056 1369 1301 889 \n",
       "Q 1547 409 2034 409 \n",
       "Q 2525 409 2770 889 \n",
       "Q 3016 1369 3016 2328 \n",
       "Q 3016 3291 2770 3770 \n",
       "Q 2525 4250 2034 4250 \n",
       "z\n",
       "M 2034 4750 \n",
       "Q 2819 4750 3233 4129 \n",
       "Q 3647 3509 3647 2328 \n",
       "Q 3647 1150 3233 529 \n",
       "Q 2819 -91 2034 -91 \n",
       "Q 1250 -91 836 529 \n",
       "Q 422 1150 422 2328 \n",
       "Q 422 3509 836 4129 \n",
       "Q 1250 4750 2034 4750 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_4\">\n",
       "     <g id=\"line2d_4\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mb73eac8089\" x=\"190.25625\" y=\"158.218125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_4\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(187.075 172.816562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_5\">\n",
       "     <g id=\"line2d_5\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mb73eac8089\" x=\"239.08125\" y=\"158.218125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_5\">\n",
       "      <!-- 4 -->\n",
       "      <g transform=\"translate(235.9 172.816562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-34\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_6\">\n",
       "     <!-- x -->\n",
       "     <g transform=\"translate(138.471875 186.494687)scale(0.1 -0.1)\">\n",
       "      <defs>\n",
       "       <path id=\"DejaVuSans-78\" d=\"M 3513 3500 \n",
       "L 2247 1797 \n",
       "L 3578 0 \n",
       "L 2900 0 \n",
       "L 1881 1375 \n",
       "L 863 0 \n",
       "L 184 0 \n",
       "L 1544 1831 \n",
       "L 300 3500 \n",
       "L 978 3500 \n",
       "L 1906 2253 \n",
       "L 2834 3500 \n",
       "L 3513 3500 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      </defs>\n",
       "      <use xlink:href=\"#DejaVuSans-78\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_2\">\n",
       "    <g id=\"ytick_1\">\n",
       "     <g id=\"line2d_6\">\n",
       "      <defs>\n",
       "       <path id=\"m1b9c7a5d97\" d=\"M 0 0 \n",
       "L -3.5 0 \n",
       "\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </defs>\n",
       "      <g>\n",
       "       <use xlink:href=\"#m1b9c7a5d97\" x=\"43.78125\" y=\"152.040852\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_7\">\n",
       "      <!-- 0.0 -->\n",
       "      <g transform=\"translate(20.878125 155.840071)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-2e\" d=\"M 684 794 \n",
       "L 1344 794 \n",
       "L 1344 0 \n",
       "L 684 0 \n",
       "L 684 794 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_2\">\n",
       "     <g id=\"line2d_7\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m1b9c7a5d97\" x=\"43.78125\" y=\"119.095398\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_8\">\n",
       "      <!-- 0.2 -->\n",
       "      <g transform=\"translate(20.878125 122.894616)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_3\">\n",
       "     <g id=\"line2d_8\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m1b9c7a5d97\" x=\"43.78125\" y=\"86.149943\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_9\">\n",
       "      <!-- 0.4 -->\n",
       "      <g transform=\"translate(20.878125 89.949162)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-34\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_4\">\n",
       "     <g id=\"line2d_9\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m1b9c7a5d97\" x=\"43.78125\" y=\"53.204489\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_10\">\n",
       "      <!-- 0.6 -->\n",
       "      <g transform=\"translate(20.878125 57.003707)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-36\" d=\"M 2113 2584 \n",
       "Q 1688 2584 1439 2293 \n",
       "Q 1191 2003 1191 1497 \n",
       "Q 1191 994 1439 701 \n",
       "Q 1688 409 2113 409 \n",
       "Q 2538 409 2786 701 \n",
       "Q 3034 994 3034 1497 \n",
       "Q 3034 2003 2786 2293 \n",
       "Q 2538 2584 2113 2584 \n",
       "z\n",
       "M 3366 4563 \n",
       "L 3366 3988 \n",
       "Q 3128 4100 2886 4159 \n",
       "Q 2644 4219 2406 4219 \n",
       "Q 1781 4219 1451 3797 \n",
       "Q 1122 3375 1075 2522 \n",
       "Q 1259 2794 1537 2939 \n",
       "Q 1816 3084 2150 3084 \n",
       "Q 2853 3084 3261 2657 \n",
       "Q 3669 2231 3669 1497 \n",
       "Q 3669 778 3244 343 \n",
       "Q 2819 -91 2113 -91 \n",
       "Q 1303 -91 875 529 \n",
       "Q 447 1150 447 2328 \n",
       "Q 447 3434 972 4092 \n",
       "Q 1497 4750 2381 4750 \n",
       "Q 2619 4750 2861 4703 \n",
       "Q 3103 4656 3366 4563 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-36\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_11\">\n",
       "     <!-- p.m.f. -->\n",
       "     <g transform=\"translate(14.798437 104.4775)rotate(-90)scale(0.1 -0.1)\">\n",
       "      <defs>\n",
       "       <path id=\"DejaVuSans-70\" d=\"M 1159 525 \n",
       "L 1159 -1331 \n",
       "L 581 -1331 \n",
       "L 581 3500 \n",
       "L 1159 3500 \n",
       "L 1159 2969 \n",
       "Q 1341 3281 1617 3432 \n",
       "Q 1894 3584 2278 3584 \n",
       "Q 2916 3584 3314 3078 \n",
       "Q 3713 2572 3713 1747 \n",
       "Q 3713 922 3314 415 \n",
       "Q 2916 -91 2278 -91 \n",
       "Q 1894 -91 1617 61 \n",
       "Q 1341 213 1159 525 \n",
       "z\n",
       "M 3116 1747 \n",
       "Q 3116 2381 2855 2742 \n",
       "Q 2594 3103 2138 3103 \n",
       "Q 1681 3103 1420 2742 \n",
       "Q 1159 2381 1159 1747 \n",
       "Q 1159 1113 1420 752 \n",
       "Q 1681 391 2138 391 \n",
       "Q 2594 391 2855 752 \n",
       "Q 3116 1113 3116 1747 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-6d\" d=\"M 3328 2828 \n",
       "Q 3544 3216 3844 3400 \n",
       "Q 4144 3584 4550 3584 \n",
       "Q 5097 3584 5394 3201 \n",
       "Q 5691 2819 5691 2113 \n",
       "L 5691 0 \n",
       "L 5113 0 \n",
       "L 5113 2094 \n",
       "Q 5113 2597 4934 2840 \n",
       "Q 4756 3084 4391 3084 \n",
       "Q 3944 3084 3684 2787 \n",
       "Q 3425 2491 3425 1978 \n",
       "L 3425 0 \n",
       "L 2847 0 \n",
       "L 2847 2094 \n",
       "Q 2847 2600 2669 2842 \n",
       "Q 2491 3084 2119 3084 \n",
       "Q 1678 3084 1418 2786 \n",
       "Q 1159 2488 1159 1978 \n",
       "L 1159 0 \n",
       "L 581 0 \n",
       "L 581 3500 \n",
       "L 1159 3500 \n",
       "L 1159 2956 \n",
       "Q 1356 3278 1631 3431 \n",
       "Q 1906 3584 2284 3584 \n",
       "Q 2666 3584 2933 3390 \n",
       "Q 3200 3197 3328 2828 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-66\" d=\"M 2375 4863 \n",
       "L 2375 4384 \n",
       "L 1825 4384 \n",
       "Q 1516 4384 1395 4259 \n",
       "Q 1275 4134 1275 3809 \n",
       "L 1275 3500 \n",
       "L 2222 3500 \n",
       "L 2222 3053 \n",
       "L 1275 3053 \n",
       "L 1275 0 \n",
       "L 697 0 \n",
       "L 697 3053 \n",
       "L 147 3053 \n",
       "L 147 3500 \n",
       "L 697 3500 \n",
       "L 697 3744 \n",
       "Q 697 4328 969 4595 \n",
       "Q 1241 4863 1831 4863 \n",
       "L 2375 4863 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      </defs>\n",
       "      <use xlink:href=\"#DejaVuSans-70\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-2e\" x=\"63.476562\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-6d\" x=\"95.263672\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-2e\" x=\"192.675781\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-66\" x=\"224.462891\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-2e\" x=\"252.417969\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"LineCollection_1\">\n",
       "    <path d=\"M 92.60625 152.040852 \n",
       "L 92.60625 131.449943 \n",
       "\" clip-path=\"url(#p0a39334c5e)\" style=\"fill: none; stroke: #1f77b4; stroke-width: 1.5\"/>\n",
       "    <path d=\"M 141.43125 152.040852 \n",
       "L 141.43125 28.495398 \n",
       "\" clip-path=\"url(#p0a39334c5e)\" style=\"fill: none; stroke: #1f77b4; stroke-width: 1.5\"/>\n",
       "    <path d=\"M 190.25625 152.040852 \n",
       "L 190.25625 131.449943 \n",
       "\" clip-path=\"url(#p0a39334c5e)\" style=\"fill: none; stroke: #1f77b4; stroke-width: 1.5\"/>\n",
       "   </g>\n",
       "   <g id=\"line2d_10\">\n",
       "    <defs>\n",
       "     <path id=\"m9e49d13d57\" d=\"M 0 3 \n",
       "C 0.795609 3 1.55874 2.683901 2.12132 2.12132 \n",
       "C 2.683901 1.55874 3 0.795609 3 0 \n",
       "C 3 -0.795609 2.683901 -1.55874 2.12132 -2.12132 \n",
       "C 1.55874 -2.683901 0.795609 -3 0 -3 \n",
       "C -0.795609 -3 -1.55874 -2.683901 -2.12132 -2.12132 \n",
       "C -2.683901 -1.55874 -3 -0.795609 -3 0 \n",
       "C -3 0.795609 -2.683901 1.55874 -2.12132 2.12132 \n",
       "C -1.55874 2.683901 -0.795609 3 0 3 \n",
       "z\n",
       "\" style=\"stroke: #1f77b4\"/>\n",
       "    </defs>\n",
       "    <g clip-path=\"url(#p0a39334c5e)\">\n",
       "     <use xlink:href=\"#m9e49d13d57\" x=\"92.60625\" y=\"131.449943\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m9e49d13d57\" x=\"141.43125\" y=\"28.495398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m9e49d13d57\" x=\"190.25625\" y=\"131.449943\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"line2d_11\">\n",
       "    <path d=\"M 92.60625 152.040852 \n",
       "L 190.25625 152.040852 \n",
       "\" clip-path=\"url(#p0a39334c5e)\" style=\"fill: none; stroke: #d62728; stroke-width: 1.5; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"LineCollection_2\">\n",
       "    <path d=\"M 92.60625 69.677216 \n",
       "L 190.25625 69.677216 \n",
       "\" clip-path=\"url(#p0a39334c5e)\" style=\"fill: none; stroke: #000000; stroke-width: 4\"/>\n",
       "   </g>\n",
       "   <g id=\"LineCollection_3\">\n",
       "    <path d=\"M 92.60625 64.735398 \n",
       "L 92.60625 74.619034 \n",
       "\" clip-path=\"url(#p0a39334c5e)\" style=\"fill: none; stroke: #000000\"/>\n",
       "   </g>\n",
       "   <g id=\"LineCollection_4\">\n",
       "    <path d=\"M 190.25625 64.735398 \n",
       "L 190.25625 74.619034 \n",
       "\" clip-path=\"url(#p0a39334c5e)\" style=\"fill: none; stroke: #000000\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_3\">\n",
       "    <path d=\"M 43.78125 158.218125 \n",
       "L 43.78125 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_4\">\n",
       "    <path d=\"M 239.08125 158.218125 \n",
       "L 239.08125 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_5\">\n",
       "    <path d=\"M 43.78125 158.218125 \n",
       "L 239.08125 158.218125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_6\">\n",
       "    <path d=\"M 43.78125 22.318125 \n",
       "L 239.08125 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"text_12\">\n",
       "    <!-- p = 0.125 -->\n",
       "    <g transform=\"translate(111.60375 16.318125)scale(0.12 -0.12)\">\n",
       "     <defs>\n",
       "      <path id=\"DejaVuSans-20\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-3d\" d=\"M 678 2906 \n",
       "L 4684 2906 \n",
       "L 4684 2381 \n",
       "L 678 2381 \n",
       "L 678 2906 \n",
       "z\n",
       "M 678 1631 \n",
       "L 4684 1631 \n",
       "L 4684 1100 \n",
       "L 678 1100 \n",
       "L 678 1631 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-31\" d=\"M 794 531 \n",
       "L 1825 531 \n",
       "L 1825 4091 \n",
       "L 703 3866 \n",
       "L 703 4441 \n",
       "L 1819 4666 \n",
       "L 2450 4666 \n",
       "L 2450 531 \n",
       "L 3481 531 \n",
       "L 3481 0 \n",
       "L 794 0 \n",
       "L 794 531 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-35\" d=\"M 691 4666 \n",
       "L 3169 4666 \n",
       "L 3169 4134 \n",
       "L 1269 4134 \n",
       "L 1269 2991 \n",
       "Q 1406 3038 1543 3061 \n",
       "Q 1681 3084 1819 3084 \n",
       "Q 2600 3084 3056 2656 \n",
       "Q 3513 2228 3513 1497 \n",
       "Q 3513 744 3044 326 \n",
       "Q 2575 -91 1722 -91 \n",
       "Q 1428 -91 1123 -41 \n",
       "Q 819 9 494 109 \n",
       "L 494 744 \n",
       "Q 775 591 1075 516 \n",
       "Q 1375 441 1709 441 \n",
       "Q 2250 441 2565 725 \n",
       "Q 2881 1009 2881 1497 \n",
       "Q 2881 1984 2565 2268 \n",
       "Q 2250 2553 1709 2553 \n",
       "Q 1456 2553 1204 2497 \n",
       "Q 953 2441 691 2322 \n",
       "L 691 4666 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "     </defs>\n",
       "     <use xlink:href=\"#DejaVuSans-70\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-20\" x=\"63.476562\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-3d\" x=\"95.263672\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-20\" x=\"179.052734\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-30\" x=\"210.839844\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-2e\" x=\"274.462891\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-31\" x=\"306.25\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-32\" x=\"369.873047\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-35\" x=\"433.496094\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "  </g>\n",
       " </g>\n",
       " <defs>\n",
       "  <clipPath id=\"p0a39334c5e\">\n",
       "   <rect x=\"43.78125\" y=\"22.318125\" width=\"195.3\" height=\"135.9\"/>\n",
       "  </clipPath>\n",
       " </defs>\n",
       "</svg>\n"
      ],
      "text/plain": [
       "<Figure size 252x180 with 1 Axes>"
      ]
     },
     "metadata": {
      "needs_background": "light"
     },
     "output_type": "display_data"
    }
   ],
   "source": [
    "# Plot interval when p = 1/8\n",
    "plot_chebyshev(0.0, tf.constant(0.125))"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {
    "origin_pos": 16
   },
   "source": [
    "The third shows that for $p < 1/8$ the interval only contains the center.  This does not invalidate the inequality since we only needed to ensure that no more than $1/4$ of the probability falls outside the interval, which means that once $p < 1/8$, the two points at $a-2$ and $a+2$ can be discarded.\n"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 5,
   "metadata": {
    "origin_pos": 19,
    "tab": [
     "tensorflow"
    ]
   },
   "outputs": [
    {
     "data": {
      "image/svg+xml": [
       "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>\n",
       "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"\n",
       "  \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n",
       "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"249.4625pt\" height=\"195.774375pt\" viewBox=\"0 0 249.4625 195.774375\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">\n",
       " <metadata>\n",
       "  <rdf:RDF xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:cc=\"http://creativecommons.org/ns#\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n",
       "   <cc:Work>\n",
       "    <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\"/>\n",
       "    <dc:date>2022-03-24T13:12:18.710751</dc:date>\n",
       "    <dc:format>image/svg+xml</dc:format>\n",
       "    <dc:creator>\n",
       "     <cc:Agent>\n",
       "      <dc:title>Matplotlib v3.5.1, https://matplotlib.org/</dc:title>\n",
       "     </cc:Agent>\n",
       "    </dc:creator>\n",
       "   </cc:Work>\n",
       "  </rdf:RDF>\n",
       " </metadata>\n",
       " <defs>\n",
       "  <style type=\"text/css\">*{stroke-linejoin: round; stroke-linecap: butt}</style>\n",
       " </defs>\n",
       " <g id=\"figure_1\">\n",
       "  <g id=\"patch_1\">\n",
       "   <path d=\"M 0 195.774375 \n",
       "L 249.4625 195.774375 \n",
       "L 249.4625 0 \n",
       "L 0 0 \n",
       "L 0 195.774375 \n",
       "z\n",
       "\" style=\"fill: none\"/>\n",
       "  </g>\n",
       "  <g id=\"axes_1\">\n",
       "   <g id=\"patch_2\">\n",
       "    <path d=\"M 43.78125 158.218125 \n",
       "L 239.08125 158.218125 \n",
       "L 239.08125 22.318125 \n",
       "L 43.78125 22.318125 \n",
       "z\n",
       "\" style=\"fill: #ffffff\"/>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_1\">\n",
       "    <g id=\"xtick_1\">\n",
       "     <g id=\"line2d_1\">\n",
       "      <defs>\n",
       "       <path id=\"m59908a5005\" d=\"M 0 0 \n",
       "L 0 3.5 \n",
       "\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </defs>\n",
       "      <g>\n",
       "       <use xlink:href=\"#m59908a5005\" x=\"43.78125\" y=\"158.218125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_1\">\n",
       "      <!-- −4 -->\n",
       "      <g transform=\"translate(36.410156 172.816562)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-2212\" d=\"M 678 2272 \n",
       "L 4684 2272 \n",
       "L 4684 1741 \n",
       "L 678 1741 \n",
       "L 678 2272 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "        <path id=\"DejaVuSans-34\" d=\"M 2419 4116 \n",
       "L 825 1625 \n",
       "L 2419 1625 \n",
       "L 2419 4116 \n",
       "z\n",
       "M 2253 4666 \n",
       "L 3047 4666 \n",
       "L 3047 1625 \n",
       "L 3713 1625 \n",
       "L 3713 1100 \n",
       "L 3047 1100 \n",
       "L 3047 0 \n",
       "L 2419 0 \n",
       "L 2419 1100 \n",
       "L 313 1100 \n",
       "L 313 1709 \n",
       "L 2253 4666 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-34\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_2\">\n",
       "     <g id=\"line2d_2\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m59908a5005\" x=\"92.60625\" y=\"158.218125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_2\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(85.235156 172.816562)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-32\" d=\"M 1228 531 \n",
       "L 3431 531 \n",
       "L 3431 0 \n",
       "L 469 0 \n",
       "L 469 531 \n",
       "Q 828 903 1448 1529 \n",
       "Q 2069 2156 2228 2338 \n",
       "Q 2531 2678 2651 2914 \n",
       "Q 2772 3150 2772 3378 \n",
       "Q 2772 3750 2511 3984 \n",
       "Q 2250 4219 1831 4219 \n",
       "Q 1534 4219 1204 4116 \n",
       "Q 875 4013 500 3803 \n",
       "L 500 4441 \n",
       "Q 881 4594 1212 4672 \n",
       "Q 1544 4750 1819 4750 \n",
       "Q 2544 4750 2975 4387 \n",
       "Q 3406 4025 3406 3419 \n",
       "Q 3406 3131 3298 2873 \n",
       "Q 3191 2616 2906 2266 \n",
       "Q 2828 2175 2409 1742 \n",
       "Q 1991 1309 1228 531 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_3\">\n",
       "     <g id=\"line2d_3\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m59908a5005\" x=\"141.43125\" y=\"158.218125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_3\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(138.25 172.816562)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-30\" d=\"M 2034 4250 \n",
       "Q 1547 4250 1301 3770 \n",
       "Q 1056 3291 1056 2328 \n",
       "Q 1056 1369 1301 889 \n",
       "Q 1547 409 2034 409 \n",
       "Q 2525 409 2770 889 \n",
       "Q 3016 1369 3016 2328 \n",
       "Q 3016 3291 2770 3770 \n",
       "Q 2525 4250 2034 4250 \n",
       "z\n",
       "M 2034 4750 \n",
       "Q 2819 4750 3233 4129 \n",
       "Q 3647 3509 3647 2328 \n",
       "Q 3647 1150 3233 529 \n",
       "Q 2819 -91 2034 -91 \n",
       "Q 1250 -91 836 529 \n",
       "Q 422 1150 422 2328 \n",
       "Q 422 3509 836 4129 \n",
       "Q 1250 4750 2034 4750 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_4\">\n",
       "     <g id=\"line2d_4\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m59908a5005\" x=\"190.25625\" y=\"158.218125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_4\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(187.075 172.816562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_5\">\n",
       "     <g id=\"line2d_5\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m59908a5005\" x=\"239.08125\" y=\"158.218125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_5\">\n",
       "      <!-- 4 -->\n",
       "      <g transform=\"translate(235.9 172.816562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-34\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_6\">\n",
       "     <!-- x -->\n",
       "     <g transform=\"translate(138.471875 186.494687)scale(0.1 -0.1)\">\n",
       "      <defs>\n",
       "       <path id=\"DejaVuSans-78\" d=\"M 3513 3500 \n",
       "L 2247 1797 \n",
       "L 3578 0 \n",
       "L 2900 0 \n",
       "L 1881 1375 \n",
       "L 863 0 \n",
       "L 184 0 \n",
       "L 1544 1831 \n",
       "L 300 3500 \n",
       "L 978 3500 \n",
       "L 1906 2253 \n",
       "L 2834 3500 \n",
       "L 3513 3500 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      </defs>\n",
       "      <use xlink:href=\"#DejaVuSans-78\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_2\">\n",
       "    <g id=\"ytick_1\">\n",
       "     <g id=\"line2d_6\">\n",
       "      <defs>\n",
       "       <path id=\"m834abaa7c1\" d=\"M 0 0 \n",
       "L -3.5 0 \n",
       "\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </defs>\n",
       "      <g>\n",
       "       <use xlink:href=\"#m834abaa7c1\" x=\"43.78125\" y=\"152.040852\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_7\">\n",
       "      <!-- 0.0 -->\n",
       "      <g transform=\"translate(20.878125 155.840071)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-2e\" d=\"M 684 794 \n",
       "L 1344 794 \n",
       "L 1344 0 \n",
       "L 684 0 \n",
       "L 684 794 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_2\">\n",
       "     <g id=\"line2d_7\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m834abaa7c1\" x=\"43.78125\" y=\"124.586306\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_8\">\n",
       "      <!-- 0.2 -->\n",
       "      <g transform=\"translate(20.878125 128.385525)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_3\">\n",
       "     <g id=\"line2d_8\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m834abaa7c1\" x=\"43.78125\" y=\"97.13176\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_9\">\n",
       "      <!-- 0.4 -->\n",
       "      <g transform=\"translate(20.878125 100.930979)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-34\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_4\">\n",
       "     <g id=\"line2d_9\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m834abaa7c1\" x=\"43.78125\" y=\"69.677214\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_10\">\n",
       "      <!-- 0.6 -->\n",
       "      <g transform=\"translate(20.878125 73.476432)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-36\" d=\"M 2113 2584 \n",
       "Q 1688 2584 1439 2293 \n",
       "Q 1191 2003 1191 1497 \n",
       "Q 1191 994 1439 701 \n",
       "Q 1688 409 2113 409 \n",
       "Q 2538 409 2786 701 \n",
       "Q 3034 994 3034 1497 \n",
       "Q 3034 2003 2786 2293 \n",
       "Q 2538 2584 2113 2584 \n",
       "z\n",
       "M 3366 4563 \n",
       "L 3366 3988 \n",
       "Q 3128 4100 2886 4159 \n",
       "Q 2644 4219 2406 4219 \n",
       "Q 1781 4219 1451 3797 \n",
       "Q 1122 3375 1075 2522 \n",
       "Q 1259 2794 1537 2939 \n",
       "Q 1816 3084 2150 3084 \n",
       "Q 2853 3084 3261 2657 \n",
       "Q 3669 2231 3669 1497 \n",
       "Q 3669 778 3244 343 \n",
       "Q 2819 -91 2113 -91 \n",
       "Q 1303 -91 875 529 \n",
       "Q 447 1150 447 2328 \n",
       "Q 447 3434 972 4092 \n",
       "Q 1497 4750 2381 4750 \n",
       "Q 2619 4750 2861 4703 \n",
       "Q 3103 4656 3366 4563 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-36\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_5\">\n",
       "     <g id=\"line2d_10\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m834abaa7c1\" x=\"43.78125\" y=\"42.222668\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_11\">\n",
       "      <!-- 0.8 -->\n",
       "      <g transform=\"translate(20.878125 46.021886)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-38\" d=\"M 2034 2216 \n",
       "Q 1584 2216 1326 1975 \n",
       "Q 1069 1734 1069 1313 \n",
       "Q 1069 891 1326 650 \n",
       "Q 1584 409 2034 409 \n",
       "Q 2484 409 2743 651 \n",
       "Q 3003 894 3003 1313 \n",
       "Q 3003 1734 2745 1975 \n",
       "Q 2488 2216 2034 2216 \n",
       "z\n",
       "M 1403 2484 \n",
       "Q 997 2584 770 2862 \n",
       "Q 544 3141 544 3541 \n",
       "Q 544 4100 942 4425 \n",
       "Q 1341 4750 2034 4750 \n",
       "Q 2731 4750 3128 4425 \n",
       "Q 3525 4100 3525 3541 \n",
       "Q 3525 3141 3298 2862 \n",
       "Q 3072 2584 2669 2484 \n",
       "Q 3125 2378 3379 2068 \n",
       "Q 3634 1759 3634 1313 \n",
       "Q 3634 634 3220 271 \n",
       "Q 2806 -91 2034 -91 \n",
       "Q 1263 -91 848 271 \n",
       "Q 434 634 434 1313 \n",
       "Q 434 1759 690 2068 \n",
       "Q 947 2378 1403 2484 \n",
       "z\n",
       "M 1172 3481 \n",
       "Q 1172 3119 1398 2916 \n",
       "Q 1625 2713 2034 2713 \n",
       "Q 2441 2713 2670 2916 \n",
       "Q 2900 3119 2900 3481 \n",
       "Q 2900 3844 2670 4047 \n",
       "Q 2441 4250 2034 4250 \n",
       "Q 1625 4250 1398 4047 \n",
       "Q 1172 3844 1172 3481 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-38\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_12\">\n",
       "     <!-- p.m.f. -->\n",
       "     <g transform=\"translate(14.798437 104.4775)rotate(-90)scale(0.1 -0.1)\">\n",
       "      <defs>\n",
       "       <path id=\"DejaVuSans-70\" d=\"M 1159 525 \n",
       "L 1159 -1331 \n",
       "L 581 -1331 \n",
       "L 581 3500 \n",
       "L 1159 3500 \n",
       "L 1159 2969 \n",
       "Q 1341 3281 1617 3432 \n",
       "Q 1894 3584 2278 3584 \n",
       "Q 2916 3584 3314 3078 \n",
       "Q 3713 2572 3713 1747 \n",
       "Q 3713 922 3314 415 \n",
       "Q 2916 -91 2278 -91 \n",
       "Q 1894 -91 1617 61 \n",
       "Q 1341 213 1159 525 \n",
       "z\n",
       "M 3116 1747 \n",
       "Q 3116 2381 2855 2742 \n",
       "Q 2594 3103 2138 3103 \n",
       "Q 1681 3103 1420 2742 \n",
       "Q 1159 2381 1159 1747 \n",
       "Q 1159 1113 1420 752 \n",
       "Q 1681 391 2138 391 \n",
       "Q 2594 391 2855 752 \n",
       "Q 3116 1113 3116 1747 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-6d\" d=\"M 3328 2828 \n",
       "Q 3544 3216 3844 3400 \n",
       "Q 4144 3584 4550 3584 \n",
       "Q 5097 3584 5394 3201 \n",
       "Q 5691 2819 5691 2113 \n",
       "L 5691 0 \n",
       "L 5113 0 \n",
       "L 5113 2094 \n",
       "Q 5113 2597 4934 2840 \n",
       "Q 4756 3084 4391 3084 \n",
       "Q 3944 3084 3684 2787 \n",
       "Q 3425 2491 3425 1978 \n",
       "L 3425 0 \n",
       "L 2847 0 \n",
       "L 2847 2094 \n",
       "Q 2847 2600 2669 2842 \n",
       "Q 2491 3084 2119 3084 \n",
       "Q 1678 3084 1418 2786 \n",
       "Q 1159 2488 1159 1978 \n",
       "L 1159 0 \n",
       "L 581 0 \n",
       "L 581 3500 \n",
       "L 1159 3500 \n",
       "L 1159 2956 \n",
       "Q 1356 3278 1631 3431 \n",
       "Q 1906 3584 2284 3584 \n",
       "Q 2666 3584 2933 3390 \n",
       "Q 3200 3197 3328 2828 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-66\" d=\"M 2375 4863 \n",
       "L 2375 4384 \n",
       "L 1825 4384 \n",
       "Q 1516 4384 1395 4259 \n",
       "Q 1275 4134 1275 3809 \n",
       "L 1275 3500 \n",
       "L 2222 3500 \n",
       "L 2222 3053 \n",
       "L 1275 3053 \n",
       "L 1275 0 \n",
       "L 697 0 \n",
       "L 697 3053 \n",
       "L 147 3053 \n",
       "L 147 3500 \n",
       "L 697 3500 \n",
       "L 697 3744 \n",
       "Q 697 4328 969 4595 \n",
       "Q 1241 4863 1831 4863 \n",
       "L 2375 4863 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      </defs>\n",
       "      <use xlink:href=\"#DejaVuSans-70\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-2e\" x=\"63.476562\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-6d\" x=\"95.263672\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-2e\" x=\"192.675781\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-66\" x=\"224.462891\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-2e\" x=\"252.417969\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"LineCollection_1\">\n",
       "    <path d=\"M 92.60625 152.040852 \n",
       "L 92.60625 145.177216 \n",
       "\" clip-path=\"url(#p844cf34be2)\" style=\"fill: none; stroke: #1f77b4; stroke-width: 1.5\"/>\n",
       "    <path d=\"M 141.43125 152.040852 \n",
       "L 141.43125 28.495398 \n",
       "\" clip-path=\"url(#p844cf34be2)\" style=\"fill: none; stroke: #1f77b4; stroke-width: 1.5\"/>\n",
       "    <path d=\"M 190.25625 152.040852 \n",
       "L 190.25625 145.177216 \n",
       "\" clip-path=\"url(#p844cf34be2)\" style=\"fill: none; stroke: #1f77b4; stroke-width: 1.5\"/>\n",
       "   </g>\n",
       "   <g id=\"line2d_11\">\n",
       "    <defs>\n",
       "     <path id=\"m757a42c9c2\" d=\"M 0 3 \n",
       "C 0.795609 3 1.55874 2.683901 2.12132 2.12132 \n",
       "C 2.683901 1.55874 3 0.795609 3 0 \n",
       "C 3 -0.795609 2.683901 -1.55874 2.12132 -2.12132 \n",
       "C 1.55874 -2.683901 0.795609 -3 0 -3 \n",
       "C -0.795609 -3 -1.55874 -2.683901 -2.12132 -2.12132 \n",
       "C -2.683901 -1.55874 -3 -0.795609 -3 0 \n",
       "C -3 0.795609 -2.683901 1.55874 -2.12132 2.12132 \n",
       "C -1.55874 2.683901 -0.795609 3 0 3 \n",
       "z\n",
       "\" style=\"stroke: #1f77b4\"/>\n",
       "    </defs>\n",
       "    <g clip-path=\"url(#p844cf34be2)\">\n",
       "     <use xlink:href=\"#m757a42c9c2\" x=\"92.60625\" y=\"145.177216\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m757a42c9c2\" x=\"141.43125\" y=\"28.495398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m757a42c9c2\" x=\"190.25625\" y=\"145.177216\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"line2d_12\">\n",
       "    <path d=\"M 92.60625 152.040852 \n",
       "L 190.25625 152.040852 \n",
       "\" clip-path=\"url(#p844cf34be2)\" style=\"fill: none; stroke: #d62728; stroke-width: 1.5; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"LineCollection_2\">\n",
       "    <path d=\"M 110.551609 83.404487 \n",
       "L 172.310891 83.404487 \n",
       "\" clip-path=\"url(#p844cf34be2)\" style=\"fill: none; stroke: #000000; stroke-width: 4\"/>\n",
       "   </g>\n",
       "   <g id=\"LineCollection_3\">\n",
       "    <path d=\"M 110.551609 79.286305 \n",
       "L 110.551609 87.522669 \n",
       "\" clip-path=\"url(#p844cf34be2)\" style=\"fill: none; stroke: #000000\"/>\n",
       "   </g>\n",
       "   <g id=\"LineCollection_4\">\n",
       "    <path d=\"M 172.310891 79.286305 \n",
       "L 172.310891 87.522669 \n",
       "\" clip-path=\"url(#p844cf34be2)\" style=\"fill: none; stroke: #000000\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_3\">\n",
       "    <path d=\"M 43.78125 158.218125 \n",
       "L 43.78125 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_4\">\n",
       "    <path d=\"M 239.08125 158.218125 \n",
       "L 239.08125 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_5\">\n",
       "    <path d=\"M 43.78125 158.218125 \n",
       "L 239.08125 158.218125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_6\">\n",
       "    <path d=\"M 43.78125 22.318125 \n",
       "L 239.08125 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"text_13\">\n",
       "    <!-- p = 0.050 -->\n",
       "    <g transform=\"translate(111.60375 16.318125)scale(0.12 -0.12)\">\n",
       "     <defs>\n",
       "      <path id=\"DejaVuSans-20\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-3d\" d=\"M 678 2906 \n",
       "L 4684 2906 \n",
       "L 4684 2381 \n",
       "L 678 2381 \n",
       "L 678 2906 \n",
       "z\n",
       "M 678 1631 \n",
       "L 4684 1631 \n",
       "L 4684 1100 \n",
       "L 678 1100 \n",
       "L 678 1631 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-35\" d=\"M 691 4666 \n",
       "L 3169 4666 \n",
       "L 3169 4134 \n",
       "L 1269 4134 \n",
       "L 1269 2991 \n",
       "Q 1406 3038 1543 3061 \n",
       "Q 1681 3084 1819 3084 \n",
       "Q 2600 3084 3056 2656 \n",
       "Q 3513 2228 3513 1497 \n",
       "Q 3513 744 3044 326 \n",
       "Q 2575 -91 1722 -91 \n",
       "Q 1428 -91 1123 -41 \n",
       "Q 819 9 494 109 \n",
       "L 494 744 \n",
       "Q 775 591 1075 516 \n",
       "Q 1375 441 1709 441 \n",
       "Q 2250 441 2565 725 \n",
       "Q 2881 1009 2881 1497 \n",
       "Q 2881 1984 2565 2268 \n",
       "Q 2250 2553 1709 2553 \n",
       "Q 1456 2553 1204 2497 \n",
       "Q 953 2441 691 2322 \n",
       "L 691 4666 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "     </defs>\n",
       "     <use xlink:href=\"#DejaVuSans-70\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-20\" x=\"63.476562\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-3d\" x=\"95.263672\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-20\" x=\"179.052734\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-30\" x=\"210.839844\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-2e\" x=\"274.462891\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-30\" x=\"306.25\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-35\" x=\"369.873047\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-30\" x=\"433.496094\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "  </g>\n",
       " </g>\n",
       " <defs>\n",
       "  <clipPath id=\"p844cf34be2\">\n",
       "   <rect x=\"43.78125\" y=\"22.318125\" width=\"195.3\" height=\"135.9\"/>\n",
       "  </clipPath>\n",
       " </defs>\n",
       "</svg>\n"
      ],
      "text/plain": [
       "<Figure size 252x180 with 1 Axes>"
      ]
     },
     "metadata": {
      "needs_background": "light"
     },
     "output_type": "display_data"
    }
   ],
   "source": [
    "# Plot interval when p < 1/8\n",
    "plot_chebyshev(0.0, tf.constant(0.05))"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {
    "origin_pos": 20
   },
   "source": [
    "### Means and Variances in the Continuum\n",
    "\n",
    "This has all been in terms of discrete random variables, but the case of continuous random variables is similar.  To intuitively understand how this works, imagine that we split the real number line into intervals of length $\\epsilon$ given by $(\\epsilon i, \\epsilon (i+1)]$.  Once we do this, our continuous random variable has been made discrete and we can use :eqref:`eq_exp_def` say that\n",
    "\n",
    "$$\n",
    "\\begin{aligned}\n",
    "\\mu_X & \\approx \\sum_{i} (\\epsilon i)P(X \\in (\\epsilon i, \\epsilon (i+1)]) \\\\\n",
    "& \\approx \\sum_{i} (\\epsilon i)p_X(\\epsilon i)\\epsilon, \\\\\n",
    "\\end{aligned}\n",
    "$$\n",
    "\n",
    "where $p_X$ is the density of $X$.  This is an approximation to the integral of $xp_X(x)$, so we can conclude that\n",
    "\n",
    "$$\n",
    "\\mu_X = \\int_{-\\infty}^\\infty xp_X(x) \\; dx.\n",
    "$$\n",
    "\n",
    "Similarly, using :eqref:`eq_var_def` the variance can be written as\n",
    "\n",
    "$$\n",
    "\\sigma^2_X = E[X^2] - \\mu_X^2 = \\int_{-\\infty}^\\infty x^2p_X(x) \\; dx - \\left(\\int_{-\\infty}^\\infty xp_X(x) \\; dx\\right)^2.\n",
    "$$\n",
    "\n",
    "Everything stated above about the mean, the variance, and the standard deviation still applies in this case.  For instance, if we consider the random variable with density\n",
    "\n",
    "$$\n",
    "p(x) = \\begin{cases}\n",
    "1 & x \\in [0,1], \\\\\n",
    "0 & \\text{otherwise}.\n",
    "\\end{cases}\n",
    "$$\n",
    "\n",
    "we can compute\n",
    "\n",
    "$$\n",
    "\\mu_X = \\int_{-\\infty}^\\infty xp(x) \\; dx = \\int_0^1 x \\; dx = \\frac{1}{2}.\n",
    "$$\n",
    "\n",
    "and\n",
    "\n",
    "$$\n",
    "\\sigma_X^2 = \\int_{-\\infty}^\\infty x^2p(x) \\; dx - \\left(\\frac{1}{2}\\right)^2 = \\frac{1}{3} - \\frac{1}{4} = \\frac{1}{12}.\n",
    "$$\n",
    "\n",
    "As a warning, let us examine one more example, known as the *Cauchy distribution*.  This is the distribution with p.d.f. given by\n",
    "\n",
    "$$\n",
    "p(x) = \\frac{1}{1+x^2}.\n",
    "$$\n"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 6,
   "metadata": {
    "origin_pos": 23,
    "tab": [
     "tensorflow"
    ]
   },
   "outputs": [
    {
     "data": {
      "image/svg+xml": [
       "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>\n",
       "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"\n",
       "  \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n",
       "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"246.28125pt\" height=\"180.65625pt\" viewBox=\"0 0 246.28125 180.65625\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">\n",
       " <metadata>\n",
       "  <rdf:RDF xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:cc=\"http://creativecommons.org/ns#\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n",
       "   <cc:Work>\n",
       "    <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\"/>\n",
       "    <dc:date>2022-03-24T13:12:18.876482</dc:date>\n",
       "    <dc:format>image/svg+xml</dc:format>\n",
       "    <dc:creator>\n",
       "     <cc:Agent>\n",
       "      <dc:title>Matplotlib v3.5.1, https://matplotlib.org/</dc:title>\n",
       "     </cc:Agent>\n",
       "    </dc:creator>\n",
       "   </cc:Work>\n",
       "  </rdf:RDF>\n",
       " </metadata>\n",
       " <defs>\n",
       "  <style type=\"text/css\">*{stroke-linejoin: round; stroke-linecap: butt}</style>\n",
       " </defs>\n",
       " <g id=\"figure_1\">\n",
       "  <g id=\"patch_1\">\n",
       "   <path d=\"M 0 180.65625 \n",
       "L 246.28125 180.65625 \n",
       "L 246.28125 0 \n",
       "L 0 0 \n",
       "L 0 180.65625 \n",
       "z\n",
       "\" style=\"fill: none\"/>\n",
       "  </g>\n",
       "  <g id=\"axes_1\">\n",
       "   <g id=\"patch_2\">\n",
       "    <path d=\"M 43.78125 143.1 \n",
       "L 239.08125 143.1 \n",
       "L 239.08125 7.2 \n",
       "L 43.78125 7.2 \n",
       "z\n",
       "\" style=\"fill: #ffffff\"/>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_1\">\n",
       "    <g id=\"xtick_1\">\n",
       "     <g id=\"line2d_1\">\n",
       "      <path d=\"M 70.430772 143.1 \n",
       "L 70.430772 7.2 \n",
       "\" clip-path=\"url(#p8258664444)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_2\">\n",
       "      <defs>\n",
       "       <path id=\"m618b7cc94f\" d=\"M 0 0 \n",
       "L 0 3.5 \n",
       "\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </defs>\n",
       "      <g>\n",
       "       <use xlink:href=\"#m618b7cc94f\" x=\"70.430772\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_1\">\n",
       "      <!-- −4 -->\n",
       "      <g transform=\"translate(63.059678 157.698438)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-2212\" d=\"M 678 2272 \n",
       "L 4684 2272 \n",
       "L 4684 1741 \n",
       "L 678 1741 \n",
       "L 678 2272 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "        <path id=\"DejaVuSans-34\" d=\"M 2419 4116 \n",
       "L 825 1625 \n",
       "L 2419 1625 \n",
       "L 2419 4116 \n",
       "z\n",
       "M 2253 4666 \n",
       "L 3047 4666 \n",
       "L 3047 1625 \n",
       "L 3713 1625 \n",
       "L 3713 1100 \n",
       "L 3047 1100 \n",
       "L 3047 0 \n",
       "L 2419 0 \n",
       "L 2419 1100 \n",
       "L 313 1100 \n",
       "L 313 1709 \n",
       "L 2253 4666 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-34\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_2\">\n",
       "     <g id=\"line2d_3\">\n",
       "      <path d=\"M 105.975271 143.1 \n",
       "L 105.975271 7.2 \n",
       "\" clip-path=\"url(#p8258664444)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_4\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m618b7cc94f\" x=\"105.975271\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_2\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(98.604177 157.698438)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-32\" d=\"M 1228 531 \n",
       "L 3431 531 \n",
       "L 3431 0 \n",
       "L 469 0 \n",
       "L 469 531 \n",
       "Q 828 903 1448 1529 \n",
       "Q 2069 2156 2228 2338 \n",
       "Q 2531 2678 2651 2914 \n",
       "Q 2772 3150 2772 3378 \n",
       "Q 2772 3750 2511 3984 \n",
       "Q 2250 4219 1831 4219 \n",
       "Q 1534 4219 1204 4116 \n",
       "Q 875 4013 500 3803 \n",
       "L 500 4441 \n",
       "Q 881 4594 1212 4672 \n",
       "Q 1544 4750 1819 4750 \n",
       "Q 2544 4750 2975 4387 \n",
       "Q 3406 4025 3406 3419 \n",
       "Q 3406 3131 3298 2873 \n",
       "Q 3191 2616 2906 2266 \n",
       "Q 2828 2175 2409 1742 \n",
       "Q 1991 1309 1228 531 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_3\">\n",
       "     <g id=\"line2d_5\">\n",
       "      <path d=\"M 141.51977 143.1 \n",
       "L 141.51977 7.2 \n",
       "\" clip-path=\"url(#p8258664444)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_6\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m618b7cc94f\" x=\"141.51977\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_3\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(138.33852 157.698438)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-30\" d=\"M 2034 4250 \n",
       "Q 1547 4250 1301 3770 \n",
       "Q 1056 3291 1056 2328 \n",
       "Q 1056 1369 1301 889 \n",
       "Q 1547 409 2034 409 \n",
       "Q 2525 409 2770 889 \n",
       "Q 3016 1369 3016 2328 \n",
       "Q 3016 3291 2770 3770 \n",
       "Q 2525 4250 2034 4250 \n",
       "z\n",
       "M 2034 4750 \n",
       "Q 2819 4750 3233 4129 \n",
       "Q 3647 3509 3647 2328 \n",
       "Q 3647 1150 3233 529 \n",
       "Q 2819 -91 2034 -91 \n",
       "Q 1250 -91 836 529 \n",
       "Q 422 1150 422 2328 \n",
       "Q 422 3509 836 4129 \n",
       "Q 1250 4750 2034 4750 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_4\">\n",
       "     <g id=\"line2d_7\">\n",
       "      <path d=\"M 177.064269 143.1 \n",
       "L 177.064269 7.2 \n",
       "\" clip-path=\"url(#p8258664444)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_8\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m618b7cc94f\" x=\"177.064269\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_4\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(173.883019 157.698438)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_5\">\n",
       "     <g id=\"line2d_9\">\n",
       "      <path d=\"M 212.608768 143.1 \n",
       "L 212.608768 7.2 \n",
       "\" clip-path=\"url(#p8258664444)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_10\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m618b7cc94f\" x=\"212.608768\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_5\">\n",
       "      <!-- 4 -->\n",
       "      <g transform=\"translate(209.427518 157.698438)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-34\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_6\">\n",
       "     <!-- x -->\n",
       "     <g transform=\"translate(138.471875 171.376563)scale(0.1 -0.1)\">\n",
       "      <defs>\n",
       "       <path id=\"DejaVuSans-78\" d=\"M 3513 3500 \n",
       "L 2247 1797 \n",
       "L 3578 0 \n",
       "L 2900 0 \n",
       "L 1881 1375 \n",
       "L 863 0 \n",
       "L 184 0 \n",
       "L 1544 1831 \n",
       "L 300 3500 \n",
       "L 978 3500 \n",
       "L 1906 2253 \n",
       "L 2834 3500 \n",
       "L 3513 3500 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      </defs>\n",
       "      <use xlink:href=\"#DejaVuSans-78\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_2\">\n",
       "    <g id=\"ytick_1\">\n",
       "     <g id=\"line2d_11\">\n",
       "      <path d=\"M 43.78125 141.864546 \n",
       "L 239.08125 141.864546 \n",
       "\" clip-path=\"url(#p8258664444)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_12\">\n",
       "      <defs>\n",
       "       <path id=\"md97f70b247\" d=\"M 0 0 \n",
       "L -3.5 0 \n",
       "\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </defs>\n",
       "      <g>\n",
       "       <use xlink:href=\"#md97f70b247\" x=\"43.78125\" y=\"141.864546\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_7\">\n",
       "      <!-- 0.0 -->\n",
       "      <g transform=\"translate(20.878125 145.663764)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-2e\" d=\"M 684 794 \n",
       "L 1344 794 \n",
       "L 1344 0 \n",
       "L 684 0 \n",
       "L 684 794 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_2\">\n",
       "     <g id=\"line2d_13\">\n",
       "      <path d=\"M 43.78125 116.167091 \n",
       "L 239.08125 116.167091 \n",
       "\" clip-path=\"url(#p8258664444)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_14\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#md97f70b247\" x=\"43.78125\" y=\"116.167091\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_8\">\n",
       "      <!-- 0.2 -->\n",
       "      <g transform=\"translate(20.878125 119.96631)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_3\">\n",
       "     <g id=\"line2d_15\">\n",
       "      <path d=\"M 43.78125 90.469636 \n",
       "L 239.08125 90.469636 \n",
       "\" clip-path=\"url(#p8258664444)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_16\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#md97f70b247\" x=\"43.78125\" y=\"90.469636\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_9\">\n",
       "      <!-- 0.4 -->\n",
       "      <g transform=\"translate(20.878125 94.268855)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-34\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_4\">\n",
       "     <g id=\"line2d_17\">\n",
       "      <path d=\"M 43.78125 64.772182 \n",
       "L 239.08125 64.772182 \n",
       "\" clip-path=\"url(#p8258664444)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_18\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#md97f70b247\" x=\"43.78125\" y=\"64.772182\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_10\">\n",
       "      <!-- 0.6 -->\n",
       "      <g transform=\"translate(20.878125 68.571401)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-36\" d=\"M 2113 2584 \n",
       "Q 1688 2584 1439 2293 \n",
       "Q 1191 2003 1191 1497 \n",
       "Q 1191 994 1439 701 \n",
       "Q 1688 409 2113 409 \n",
       "Q 2538 409 2786 701 \n",
       "Q 3034 994 3034 1497 \n",
       "Q 3034 2003 2786 2293 \n",
       "Q 2538 2584 2113 2584 \n",
       "z\n",
       "M 3366 4563 \n",
       "L 3366 3988 \n",
       "Q 3128 4100 2886 4159 \n",
       "Q 2644 4219 2406 4219 \n",
       "Q 1781 4219 1451 3797 \n",
       "Q 1122 3375 1075 2522 \n",
       "Q 1259 2794 1537 2939 \n",
       "Q 1816 3084 2150 3084 \n",
       "Q 2853 3084 3261 2657 \n",
       "Q 3669 2231 3669 1497 \n",
       "Q 3669 778 3244 343 \n",
       "Q 2819 -91 2113 -91 \n",
       "Q 1303 -91 875 529 \n",
       "Q 447 1150 447 2328 \n",
       "Q 447 3434 972 4092 \n",
       "Q 1497 4750 2381 4750 \n",
       "Q 2619 4750 2861 4703 \n",
       "Q 3103 4656 3366 4563 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-36\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_5\">\n",
       "     <g id=\"line2d_19\">\n",
       "      <path d=\"M 43.78125 39.074727 \n",
       "L 239.08125 39.074727 \n",
       "\" clip-path=\"url(#p8258664444)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_20\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#md97f70b247\" x=\"43.78125\" y=\"39.074727\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_11\">\n",
       "      <!-- 0.8 -->\n",
       "      <g transform=\"translate(20.878125 42.873946)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-38\" d=\"M 2034 2216 \n",
       "Q 1584 2216 1326 1975 \n",
       "Q 1069 1734 1069 1313 \n",
       "Q 1069 891 1326 650 \n",
       "Q 1584 409 2034 409 \n",
       "Q 2484 409 2743 651 \n",
       "Q 3003 894 3003 1313 \n",
       "Q 3003 1734 2745 1975 \n",
       "Q 2488 2216 2034 2216 \n",
       "z\n",
       "M 1403 2484 \n",
       "Q 997 2584 770 2862 \n",
       "Q 544 3141 544 3541 \n",
       "Q 544 4100 942 4425 \n",
       "Q 1341 4750 2034 4750 \n",
       "Q 2731 4750 3128 4425 \n",
       "Q 3525 4100 3525 3541 \n",
       "Q 3525 3141 3298 2862 \n",
       "Q 3072 2584 2669 2484 \n",
       "Q 3125 2378 3379 2068 \n",
       "Q 3634 1759 3634 1313 \n",
       "Q 3634 634 3220 271 \n",
       "Q 2806 -91 2034 -91 \n",
       "Q 1263 -91 848 271 \n",
       "Q 434 634 434 1313 \n",
       "Q 434 1759 690 2068 \n",
       "Q 947 2378 1403 2484 \n",
       "z\n",
       "M 1172 3481 \n",
       "Q 1172 3119 1398 2916 \n",
       "Q 1625 2713 2034 2713 \n",
       "Q 2441 2713 2670 2916 \n",
       "Q 2900 3119 2900 3481 \n",
       "Q 2900 3844 2670 4047 \n",
       "Q 2441 4250 2034 4250 \n",
       "Q 1625 4250 1398 4047 \n",
       "Q 1172 3844 1172 3481 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-38\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_6\">\n",
       "     <g id=\"line2d_21\">\n",
       "      <path d=\"M 43.78125 13.377273 \n",
       "L 239.08125 13.377273 \n",
       "\" clip-path=\"url(#p8258664444)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_22\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#md97f70b247\" x=\"43.78125\" y=\"13.377273\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_12\">\n",
       "      <!-- 1.0 -->\n",
       "      <g transform=\"translate(20.878125 17.176491)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-31\" d=\"M 794 531 \n",
       "L 1825 531 \n",
       "L 1825 4091 \n",
       "L 703 3866 \n",
       "L 703 4441 \n",
       "L 1819 4666 \n",
       "L 2450 4666 \n",
       "L 2450 531 \n",
       "L 3481 531 \n",
       "L 3481 0 \n",
       "L 794 0 \n",
       "L 794 531 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-31\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_13\">\n",
       "     <!-- p.d.f. -->\n",
       "     <g transform=\"translate(14.798437 87.663281)rotate(-90)scale(0.1 -0.1)\">\n",
       "      <defs>\n",
       "       <path id=\"DejaVuSans-70\" d=\"M 1159 525 \n",
       "L 1159 -1331 \n",
       "L 581 -1331 \n",
       "L 581 3500 \n",
       "L 1159 3500 \n",
       "L 1159 2969 \n",
       "Q 1341 3281 1617 3432 \n",
       "Q 1894 3584 2278 3584 \n",
       "Q 2916 3584 3314 3078 \n",
       "Q 3713 2572 3713 1747 \n",
       "Q 3713 922 3314 415 \n",
       "Q 2916 -91 2278 -91 \n",
       "Q 1894 -91 1617 61 \n",
       "Q 1341 213 1159 525 \n",
       "z\n",
       "M 3116 1747 \n",
       "Q 3116 2381 2855 2742 \n",
       "Q 2594 3103 2138 3103 \n",
       "Q 1681 3103 1420 2742 \n",
       "Q 1159 2381 1159 1747 \n",
       "Q 1159 1113 1420 752 \n",
       "Q 1681 391 2138 391 \n",
       "Q 2594 391 2855 752 \n",
       "Q 3116 1113 3116 1747 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-64\" d=\"M 2906 2969 \n",
       "L 2906 4863 \n",
       "L 3481 4863 \n",
       "L 3481 0 \n",
       "L 2906 0 \n",
       "L 2906 525 \n",
       "Q 2725 213 2448 61 \n",
       "Q 2172 -91 1784 -91 \n",
       "Q 1150 -91 751 415 \n",
       "Q 353 922 353 1747 \n",
       "Q 353 2572 751 3078 \n",
       "Q 1150 3584 1784 3584 \n",
       "Q 2172 3584 2448 3432 \n",
       "Q 2725 3281 2906 2969 \n",
       "z\n",
       "M 947 1747 \n",
       "Q 947 1113 1208 752 \n",
       "Q 1469 391 1925 391 \n",
       "Q 2381 391 2643 752 \n",
       "Q 2906 1113 2906 1747 \n",
       "Q 2906 2381 2643 2742 \n",
       "Q 2381 3103 1925 3103 \n",
       "Q 1469 3103 1208 2742 \n",
       "Q 947 2381 947 1747 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-66\" d=\"M 2375 4863 \n",
       "L 2375 4384 \n",
       "L 1825 4384 \n",
       "Q 1516 4384 1395 4259 \n",
       "Q 1275 4134 1275 3809 \n",
       "L 1275 3500 \n",
       "L 2222 3500 \n",
       "L 2222 3053 \n",
       "L 1275 3053 \n",
       "L 1275 0 \n",
       "L 697 0 \n",
       "L 697 3053 \n",
       "L 147 3053 \n",
       "L 147 3500 \n",
       "L 697 3500 \n",
       "L 697 3744 \n",
       "Q 697 4328 969 4595 \n",
       "Q 1241 4863 1831 4863 \n",
       "L 2375 4863 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      </defs>\n",
       "      <use xlink:href=\"#DejaVuSans-70\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-2e\" x=\"63.476562\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-64\" x=\"95.263672\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-2e\" x=\"158.740234\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-66\" x=\"190.527344\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-2e\" x=\"218.482422\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"line2d_23\">\n",
       "    <path d=\"M 52.658523 136.922727 \n",
       "L 60.300765 135.993474 \n",
       "L 66.876648 134.971395 \n",
       "L 72.38612 133.899763 \n",
       "L 77.362345 132.707773 \n",
       "L 81.627681 131.466403 \n",
       "L 85.537572 130.100857 \n",
       "L 89.092019 128.621674 \n",
       "L 92.291021 127.049543 \n",
       "L 95.134578 125.417098 \n",
       "L 97.800413 123.643268 \n",
       "L 100.288525 121.73274 \n",
       "L 102.598916 119.696312 \n",
       "L 104.909306 117.360509 \n",
       "L 107.041974 114.891367 \n",
       "L 109.174642 112.069191 \n",
       "L 111.129587 109.120843 \n",
       "L 113.084533 105.771954 \n",
       "L 115.039478 101.962156 \n",
       "L 116.994424 97.624861 \n",
       "L 118.94937 92.689388 \n",
       "L 120.904315 87.085471 \n",
       "L 122.859261 80.751675 \n",
       "L 124.814206 73.649534 \n",
       "L 126.946874 65.034993 \n",
       "L 129.434987 54.0024 \n",
       "L 135.477546 26.689959 \n",
       "L 136.899324 21.51192 \n",
       "L 137.96566 18.318183 \n",
       "L 138.854273 16.203926 \n",
       "L 139.742885 14.648941 \n",
       "L 140.453775 13.837882 \n",
       "L 140.986943 13.492655 \n",
       "L 141.52011 13.377273 \n",
       "L 142.053278 13.492946 \n",
       "L 142.586445 13.838456 \n",
       "L 143.297335 14.649906 \n",
       "L 144.008225 15.847877 \n",
       "L 144.896838 17.854924 \n",
       "L 145.963173 20.936435 \n",
       "L 147.207229 25.313523 \n",
       "L 148.80673 31.869208 \n",
       "L 151.294843 43.219457 \n",
       "L 155.560179 62.753078 \n",
       "L 157.870569 72.277839 \n",
       "L 160.003237 80.140436 \n",
       "L 161.958183 86.542722 \n",
       "L 163.913128 92.210429 \n",
       "L 165.868074 97.203609 \n",
       "L 167.82302 101.592127 \n",
       "L 169.777965 105.446872 \n",
       "L 171.732911 108.834911 \n",
       "L 173.865579 112.070152 \n",
       "L 175.998246 114.892206 \n",
       "L 178.130917 117.361246 \n",
       "L 180.441307 119.696953 \n",
       "L 182.929419 121.878909 \n",
       "L 185.417532 123.770258 \n",
       "L 188.083367 125.526897 \n",
       "L 190.926924 127.144106 \n",
       "L 194.125926 128.702157 \n",
       "L 197.50265 130.101117 \n",
       "L 201.234819 131.409679 \n",
       "L 205.500155 132.660663 \n",
       "L 210.298657 133.822542 \n",
       "L 215.630399 134.877389 \n",
       "L 221.673102 135.843684 \n",
       "L 228.782165 136.747256 \n",
       "L 230.203977 136.90374 \n",
       "L 230.203977 136.90374 \n",
       "\" clip-path=\"url(#p8258664444)\" style=\"fill: none; stroke: #1f77b4; stroke-width: 1.5; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_3\">\n",
       "    <path d=\"M 43.78125 143.1 \n",
       "L 43.78125 7.2 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_4\">\n",
       "    <path d=\"M 239.08125 143.1 \n",
       "L 239.08125 7.2 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_5\">\n",
       "    <path d=\"M 43.78125 143.1 \n",
       "L 239.08125 143.1 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_6\">\n",
       "    <path d=\"M 43.78125 7.2 \n",
       "L 239.08125 7.2 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "  </g>\n",
       " </g>\n",
       " <defs>\n",
       "  <clipPath id=\"p8258664444\">\n",
       "   <rect x=\"43.78125\" y=\"7.2\" width=\"195.3\" height=\"135.9\"/>\n",
       "  </clipPath>\n",
       " </defs>\n",
       "</svg>\n"
      ],
      "text/plain": [
       "<Figure size 252x180 with 1 Axes>"
      ]
     },
     "metadata": {
      "needs_background": "light"
     },
     "output_type": "display_data"
    }
   ],
   "source": [
    "# Plot the Cauchy distribution p.d.f.\n",
    "x = tf.range(-5, 5, 0.01)\n",
    "p = 1 / (1 + x**2)\n",
    "\n",
    "d2l.plot(x, p, 'x', 'p.d.f.')"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {
    "origin_pos": 24
   },
   "source": [
    "This function looks innocent, and indeed consulting a table of integrals will show it has area one under it, and thus it defines a continuous random variable.\n",
    "\n",
    "To see what goes astray, let us try to compute the variance of this.  This would involve using :eqref:`eq_var_def` computing\n",
    "\n",
    "$$\n",
    "\\int_{-\\infty}^\\infty \\frac{x^2}{1+x^2}\\; dx.\n",
    "$$\n",
    "\n",
    "The function on the inside looks like this:\n"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 7,
   "metadata": {
    "origin_pos": 27,
    "tab": [
     "tensorflow"
    ]
   },
   "outputs": [
    {
     "data": {
      "image/svg+xml": [
       "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>\n",
       "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"\n",
       "  \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n",
       "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"246.28125pt\" height=\"180.65625pt\" viewBox=\"0 0 246.28125 180.65625\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">\n",
       " <metadata>\n",
       "  <rdf:RDF xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:cc=\"http://creativecommons.org/ns#\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n",
       "   <cc:Work>\n",
       "    <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\"/>\n",
       "    <dc:date>2022-03-24T13:12:19.044518</dc:date>\n",
       "    <dc:format>image/svg+xml</dc:format>\n",
       "    <dc:creator>\n",
       "     <cc:Agent>\n",
       "      <dc:title>Matplotlib v3.5.1, https://matplotlib.org/</dc:title>\n",
       "     </cc:Agent>\n",
       "    </dc:creator>\n",
       "   </cc:Work>\n",
       "  </rdf:RDF>\n",
       " </metadata>\n",
       " <defs>\n",
       "  <style type=\"text/css\">*{stroke-linejoin: round; stroke-linecap: butt}</style>\n",
       " </defs>\n",
       " <g id=\"figure_1\">\n",
       "  <g id=\"patch_1\">\n",
       "   <path d=\"M 0 180.65625 \n",
       "L 246.28125 180.65625 \n",
       "L 246.28125 0 \n",
       "L 0 0 \n",
       "L 0 180.65625 \n",
       "z\n",
       "\" style=\"fill: none\"/>\n",
       "  </g>\n",
       "  <g id=\"axes_1\">\n",
       "   <g id=\"patch_2\">\n",
       "    <path d=\"M 43.78125 143.1 \n",
       "L 239.08125 143.1 \n",
       "L 239.08125 7.2 \n",
       "L 43.78125 7.2 \n",
       "z\n",
       "\" style=\"fill: #ffffff\"/>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_1\">\n",
       "    <g id=\"xtick_1\">\n",
       "     <g id=\"line2d_1\">\n",
       "      <path d=\"M 52.658523 143.1 \n",
       "L 52.658523 7.2 \n",
       "\" clip-path=\"url(#pe0392c9d51)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_2\">\n",
       "      <defs>\n",
       "       <path id=\"mf5ab90a904\" d=\"M 0 0 \n",
       "L 0 3.5 \n",
       "\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </defs>\n",
       "      <g>\n",
       "       <use xlink:href=\"#mf5ab90a904\" x=\"52.658523\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_1\">\n",
       "      <!-- −20 -->\n",
       "      <g transform=\"translate(42.106179 157.698438)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-2212\" d=\"M 678 2272 \n",
       "L 4684 2272 \n",
       "L 4684 1741 \n",
       "L 678 1741 \n",
       "L 678 2272 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "        <path id=\"DejaVuSans-32\" d=\"M 1228 531 \n",
       "L 3431 531 \n",
       "L 3431 0 \n",
       "L 469 0 \n",
       "L 469 531 \n",
       "Q 828 903 1448 1529 \n",
       "Q 2069 2156 2228 2338 \n",
       "Q 2531 2678 2651 2914 \n",
       "Q 2772 3150 2772 3378 \n",
       "Q 2772 3750 2511 3984 \n",
       "Q 2250 4219 1831 4219 \n",
       "Q 1534 4219 1204 4116 \n",
       "Q 875 4013 500 3803 \n",
       "L 500 4441 \n",
       "Q 881 4594 1212 4672 \n",
       "Q 1544 4750 1819 4750 \n",
       "Q 2544 4750 2975 4387 \n",
       "Q 3406 4025 3406 3419 \n",
       "Q 3406 3131 3298 2873 \n",
       "Q 3191 2616 2906 2266 \n",
       "Q 2828 2175 2409 1742 \n",
       "Q 1991 1309 1228 531 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "        <path id=\"DejaVuSans-30\" d=\"M 2034 4250 \n",
       "Q 1547 4250 1301 3770 \n",
       "Q 1056 3291 1056 2328 \n",
       "Q 1056 1369 1301 889 \n",
       "Q 1547 409 2034 409 \n",
       "Q 2525 409 2770 889 \n",
       "Q 3016 1369 3016 2328 \n",
       "Q 3016 3291 2770 3770 \n",
       "Q 2525 4250 2034 4250 \n",
       "z\n",
       "M 2034 4750 \n",
       "Q 2819 4750 3233 4129 \n",
       "Q 3647 3509 3647 2328 \n",
       "Q 3647 1150 3233 529 \n",
       "Q 2819 -91 2034 -91 \n",
       "Q 1250 -91 836 529 \n",
       "Q 422 1150 422 2328 \n",
       "Q 422 3509 836 4129 \n",
       "Q 1250 4750 2034 4750 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-30\" x=\"147.412109\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_2\">\n",
       "     <g id=\"line2d_3\">\n",
       "      <path d=\"M 97.055181 143.1 \n",
       "L 97.055181 7.2 \n",
       "\" clip-path=\"url(#pe0392c9d51)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_4\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mf5ab90a904\" x=\"97.055181\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_2\">\n",
       "      <!-- −10 -->\n",
       "      <g transform=\"translate(86.502838 157.698438)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-31\" d=\"M 794 531 \n",
       "L 1825 531 \n",
       "L 1825 4091 \n",
       "L 703 3866 \n",
       "L 703 4441 \n",
       "L 1819 4666 \n",
       "L 2450 4666 \n",
       "L 2450 531 \n",
       "L 3481 531 \n",
       "L 3481 0 \n",
       "L 794 0 \n",
       "L 794 531 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-31\" x=\"83.789062\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-30\" x=\"147.412109\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_3\">\n",
       "     <g id=\"line2d_5\">\n",
       "      <path d=\"M 141.45184 143.1 \n",
       "L 141.45184 7.2 \n",
       "\" clip-path=\"url(#pe0392c9d51)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_6\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mf5ab90a904\" x=\"141.45184\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_3\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(138.27059 157.698438)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_4\">\n",
       "     <g id=\"line2d_7\">\n",
       "      <path d=\"M 185.848499 143.1 \n",
       "L 185.848499 7.2 \n",
       "\" clip-path=\"url(#pe0392c9d51)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_8\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mf5ab90a904\" x=\"185.848499\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_4\">\n",
       "      <!-- 10 -->\n",
       "      <g transform=\"translate(179.485999 157.698438)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-31\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_5\">\n",
       "     <g id=\"line2d_9\">\n",
       "      <path d=\"M 230.245157 143.1 \n",
       "L 230.245157 7.2 \n",
       "\" clip-path=\"url(#pe0392c9d51)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_10\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mf5ab90a904\" x=\"230.245157\" y=\"143.1\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_5\">\n",
       "      <!-- 20 -->\n",
       "      <g transform=\"translate(223.882657 157.698438)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_6\">\n",
       "     <!-- x -->\n",
       "     <g transform=\"translate(138.471875 171.376563)scale(0.1 -0.1)\">\n",
       "      <defs>\n",
       "       <path id=\"DejaVuSans-78\" d=\"M 3513 3500 \n",
       "L 2247 1797 \n",
       "L 3578 0 \n",
       "L 2900 0 \n",
       "L 1881 1375 \n",
       "L 863 0 \n",
       "L 184 0 \n",
       "L 1544 1831 \n",
       "L 300 3500 \n",
       "L 978 3500 \n",
       "L 1906 2253 \n",
       "L 2834 3500 \n",
       "L 3513 3500 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      </defs>\n",
       "      <use xlink:href=\"#DejaVuSans-78\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_2\">\n",
       "    <g id=\"ytick_1\">\n",
       "     <g id=\"line2d_11\">\n",
       "      <path d=\"M 43.78125 136.922744 \n",
       "L 239.08125 136.922744 \n",
       "\" clip-path=\"url(#pe0392c9d51)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_12\">\n",
       "      <defs>\n",
       "       <path id=\"m42b508d390\" d=\"M 0 0 \n",
       "L -3.5 0 \n",
       "\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </defs>\n",
       "      <g>\n",
       "       <use xlink:href=\"#m42b508d390\" x=\"43.78125\" y=\"136.922744\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_7\">\n",
       "      <!-- 0.0 -->\n",
       "      <g transform=\"translate(20.878125 140.721962)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-2e\" d=\"M 684 794 \n",
       "L 1344 794 \n",
       "L 1344 0 \n",
       "L 684 0 \n",
       "L 684 794 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_2\">\n",
       "     <g id=\"line2d_13\">\n",
       "      <path d=\"M 43.78125 112.151877 \n",
       "L 239.08125 112.151877 \n",
       "\" clip-path=\"url(#pe0392c9d51)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_14\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m42b508d390\" x=\"43.78125\" y=\"112.151877\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_8\">\n",
       "      <!-- 0.2 -->\n",
       "      <g transform=\"translate(20.878125 115.951096)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_3\">\n",
       "     <g id=\"line2d_15\">\n",
       "      <path d=\"M 43.78125 87.381011 \n",
       "L 239.08125 87.381011 \n",
       "\" clip-path=\"url(#pe0392c9d51)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_16\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m42b508d390\" x=\"43.78125\" y=\"87.381011\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_9\">\n",
       "      <!-- 0.4 -->\n",
       "      <g transform=\"translate(20.878125 91.18023)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-34\" d=\"M 2419 4116 \n",
       "L 825 1625 \n",
       "L 2419 1625 \n",
       "L 2419 4116 \n",
       "z\n",
       "M 2253 4666 \n",
       "L 3047 4666 \n",
       "L 3047 1625 \n",
       "L 3713 1625 \n",
       "L 3713 1100 \n",
       "L 3047 1100 \n",
       "L 3047 0 \n",
       "L 2419 0 \n",
       "L 2419 1100 \n",
       "L 313 1100 \n",
       "L 313 1709 \n",
       "L 2253 4666 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-34\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_4\">\n",
       "     <g id=\"line2d_17\">\n",
       "      <path d=\"M 43.78125 62.610145 \n",
       "L 239.08125 62.610145 \n",
       "\" clip-path=\"url(#pe0392c9d51)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_18\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m42b508d390\" x=\"43.78125\" y=\"62.610145\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_10\">\n",
       "      <!-- 0.6 -->\n",
       "      <g transform=\"translate(20.878125 66.409364)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-36\" d=\"M 2113 2584 \n",
       "Q 1688 2584 1439 2293 \n",
       "Q 1191 2003 1191 1497 \n",
       "Q 1191 994 1439 701 \n",
       "Q 1688 409 2113 409 \n",
       "Q 2538 409 2786 701 \n",
       "Q 3034 994 3034 1497 \n",
       "Q 3034 2003 2786 2293 \n",
       "Q 2538 2584 2113 2584 \n",
       "z\n",
       "M 3366 4563 \n",
       "L 3366 3988 \n",
       "Q 3128 4100 2886 4159 \n",
       "Q 2644 4219 2406 4219 \n",
       "Q 1781 4219 1451 3797 \n",
       "Q 1122 3375 1075 2522 \n",
       "Q 1259 2794 1537 2939 \n",
       "Q 1816 3084 2150 3084 \n",
       "Q 2853 3084 3261 2657 \n",
       "Q 3669 2231 3669 1497 \n",
       "Q 3669 778 3244 343 \n",
       "Q 2819 -91 2113 -91 \n",
       "Q 1303 -91 875 529 \n",
       "Q 447 1150 447 2328 \n",
       "Q 447 3434 972 4092 \n",
       "Q 1497 4750 2381 4750 \n",
       "Q 2619 4750 2861 4703 \n",
       "Q 3103 4656 3366 4563 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-36\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_5\">\n",
       "     <g id=\"line2d_19\">\n",
       "      <path d=\"M 43.78125 37.839279 \n",
       "L 239.08125 37.839279 \n",
       "\" clip-path=\"url(#pe0392c9d51)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_20\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m42b508d390\" x=\"43.78125\" y=\"37.839279\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_11\">\n",
       "      <!-- 0.8 -->\n",
       "      <g transform=\"translate(20.878125 41.638497)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-38\" d=\"M 2034 2216 \n",
       "Q 1584 2216 1326 1975 \n",
       "Q 1069 1734 1069 1313 \n",
       "Q 1069 891 1326 650 \n",
       "Q 1584 409 2034 409 \n",
       "Q 2484 409 2743 651 \n",
       "Q 3003 894 3003 1313 \n",
       "Q 3003 1734 2745 1975 \n",
       "Q 2488 2216 2034 2216 \n",
       "z\n",
       "M 1403 2484 \n",
       "Q 997 2584 770 2862 \n",
       "Q 544 3141 544 3541 \n",
       "Q 544 4100 942 4425 \n",
       "Q 1341 4750 2034 4750 \n",
       "Q 2731 4750 3128 4425 \n",
       "Q 3525 4100 3525 3541 \n",
       "Q 3525 3141 3298 2862 \n",
       "Q 3072 2584 2669 2484 \n",
       "Q 3125 2378 3379 2068 \n",
       "Q 3634 1759 3634 1313 \n",
       "Q 3634 634 3220 271 \n",
       "Q 2806 -91 2034 -91 \n",
       "Q 1263 -91 848 271 \n",
       "Q 434 634 434 1313 \n",
       "Q 434 1759 690 2068 \n",
       "Q 947 2378 1403 2484 \n",
       "z\n",
       "M 1172 3481 \n",
       "Q 1172 3119 1398 2916 \n",
       "Q 1625 2713 2034 2713 \n",
       "Q 2441 2713 2670 2916 \n",
       "Q 2900 3119 2900 3481 \n",
       "Q 2900 3844 2670 4047 \n",
       "Q 2441 4250 2034 4250 \n",
       "Q 1625 4250 1398 4047 \n",
       "Q 1172 3844 1172 3481 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-38\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_6\">\n",
       "     <g id=\"line2d_21\">\n",
       "      <path d=\"M 43.78125 13.068412 \n",
       "L 239.08125 13.068412 \n",
       "\" clip-path=\"url(#pe0392c9d51)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_22\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m42b508d390\" x=\"43.78125\" y=\"13.068412\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_12\">\n",
       "      <!-- 1.0 -->\n",
       "      <g transform=\"translate(20.878125 16.867631)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-31\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_13\">\n",
       "     <!-- integrand -->\n",
       "     <g transform=\"translate(14.798438 99.38125)rotate(-90)scale(0.1 -0.1)\">\n",
       "      <defs>\n",
       "       <path id=\"DejaVuSans-69\" d=\"M 603 3500 \n",
       "L 1178 3500 \n",
       "L 1178 0 \n",
       "L 603 0 \n",
       "L 603 3500 \n",
       "z\n",
       "M 603 4863 \n",
       "L 1178 4863 \n",
       "L 1178 4134 \n",
       "L 603 4134 \n",
       "L 603 4863 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-6e\" d=\"M 3513 2113 \n",
       "L 3513 0 \n",
       "L 2938 0 \n",
       "L 2938 2094 \n",
       "Q 2938 2591 2744 2837 \n",
       "Q 2550 3084 2163 3084 \n",
       "Q 1697 3084 1428 2787 \n",
       "Q 1159 2491 1159 1978 \n",
       "L 1159 0 \n",
       "L 581 0 \n",
       "L 581 3500 \n",
       "L 1159 3500 \n",
       "L 1159 2956 \n",
       "Q 1366 3272 1645 3428 \n",
       "Q 1925 3584 2291 3584 \n",
       "Q 2894 3584 3203 3211 \n",
       "Q 3513 2838 3513 2113 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-74\" d=\"M 1172 4494 \n",
       "L 1172 3500 \n",
       "L 2356 3500 \n",
       "L 2356 3053 \n",
       "L 1172 3053 \n",
       "L 1172 1153 \n",
       "Q 1172 725 1289 603 \n",
       "Q 1406 481 1766 481 \n",
       "L 2356 481 \n",
       "L 2356 0 \n",
       "L 1766 0 \n",
       "Q 1100 0 847 248 \n",
       "Q 594 497 594 1153 \n",
       "L 594 3053 \n",
       "L 172 3053 \n",
       "L 172 3500 \n",
       "L 594 3500 \n",
       "L 594 4494 \n",
       "L 1172 4494 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-65\" d=\"M 3597 1894 \n",
       "L 3597 1613 \n",
       "L 953 1613 \n",
       "Q 991 1019 1311 708 \n",
       "Q 1631 397 2203 397 \n",
       "Q 2534 397 2845 478 \n",
       "Q 3156 559 3463 722 \n",
       "L 3463 178 \n",
       "Q 3153 47 2828 -22 \n",
       "Q 2503 -91 2169 -91 \n",
       "Q 1331 -91 842 396 \n",
       "Q 353 884 353 1716 \n",
       "Q 353 2575 817 3079 \n",
       "Q 1281 3584 2069 3584 \n",
       "Q 2775 3584 3186 3129 \n",
       "Q 3597 2675 3597 1894 \n",
       "z\n",
       "M 3022 2063 \n",
       "Q 3016 2534 2758 2815 \n",
       "Q 2500 3097 2075 3097 \n",
       "Q 1594 3097 1305 2825 \n",
       "Q 1016 2553 972 2059 \n",
       "L 3022 2063 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-67\" d=\"M 2906 1791 \n",
       "Q 2906 2416 2648 2759 \n",
       "Q 2391 3103 1925 3103 \n",
       "Q 1463 3103 1205 2759 \n",
       "Q 947 2416 947 1791 \n",
       "Q 947 1169 1205 825 \n",
       "Q 1463 481 1925 481 \n",
       "Q 2391 481 2648 825 \n",
       "Q 2906 1169 2906 1791 \n",
       "z\n",
       "M 3481 434 \n",
       "Q 3481 -459 3084 -895 \n",
       "Q 2688 -1331 1869 -1331 \n",
       "Q 1566 -1331 1297 -1286 \n",
       "Q 1028 -1241 775 -1147 \n",
       "L 775 -588 \n",
       "Q 1028 -725 1275 -790 \n",
       "Q 1522 -856 1778 -856 \n",
       "Q 2344 -856 2625 -561 \n",
       "Q 2906 -266 2906 331 \n",
       "L 2906 616 \n",
       "Q 2728 306 2450 153 \n",
       "Q 2172 0 1784 0 \n",
       "Q 1141 0 747 490 \n",
       "Q 353 981 353 1791 \n",
       "Q 353 2603 747 3093 \n",
       "Q 1141 3584 1784 3584 \n",
       "Q 2172 3584 2450 3431 \n",
       "Q 2728 3278 2906 2969 \n",
       "L 2906 3500 \n",
       "L 3481 3500 \n",
       "L 3481 434 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-72\" d=\"M 2631 2963 \n",
       "Q 2534 3019 2420 3045 \n",
       "Q 2306 3072 2169 3072 \n",
       "Q 1681 3072 1420 2755 \n",
       "Q 1159 2438 1159 1844 \n",
       "L 1159 0 \n",
       "L 581 0 \n",
       "L 581 3500 \n",
       "L 1159 3500 \n",
       "L 1159 2956 \n",
       "Q 1341 3275 1631 3429 \n",
       "Q 1922 3584 2338 3584 \n",
       "Q 2397 3584 2469 3576 \n",
       "Q 2541 3569 2628 3553 \n",
       "L 2631 2963 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-61\" d=\"M 2194 1759 \n",
       "Q 1497 1759 1228 1600 \n",
       "Q 959 1441 959 1056 \n",
       "Q 959 750 1161 570 \n",
       "Q 1363 391 1709 391 \n",
       "Q 2188 391 2477 730 \n",
       "Q 2766 1069 2766 1631 \n",
       "L 2766 1759 \n",
       "L 2194 1759 \n",
       "z\n",
       "M 3341 1997 \n",
       "L 3341 0 \n",
       "L 2766 0 \n",
       "L 2766 531 \n",
       "Q 2569 213 2275 61 \n",
       "Q 1981 -91 1556 -91 \n",
       "Q 1019 -91 701 211 \n",
       "Q 384 513 384 1019 \n",
       "Q 384 1609 779 1909 \n",
       "Q 1175 2209 1959 2209 \n",
       "L 2766 2209 \n",
       "L 2766 2266 \n",
       "Q 2766 2663 2505 2880 \n",
       "Q 2244 3097 1772 3097 \n",
       "Q 1472 3097 1187 3025 \n",
       "Q 903 2953 641 2809 \n",
       "L 641 3341 \n",
       "Q 956 3463 1253 3523 \n",
       "Q 1550 3584 1831 3584 \n",
       "Q 2591 3584 2966 3190 \n",
       "Q 3341 2797 3341 1997 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       <path id=\"DejaVuSans-64\" d=\"M 2906 2969 \n",
       "L 2906 4863 \n",
       "L 3481 4863 \n",
       "L 3481 0 \n",
       "L 2906 0 \n",
       "L 2906 525 \n",
       "Q 2725 213 2448 61 \n",
       "Q 2172 -91 1784 -91 \n",
       "Q 1150 -91 751 415 \n",
       "Q 353 922 353 1747 \n",
       "Q 353 2572 751 3078 \n",
       "Q 1150 3584 1784 3584 \n",
       "Q 2172 3584 2448 3432 \n",
       "Q 2725 3281 2906 2969 \n",
       "z\n",
       "M 947 1747 \n",
       "Q 947 1113 1208 752 \n",
       "Q 1469 391 1925 391 \n",
       "Q 2381 391 2643 752 \n",
       "Q 2906 1113 2906 1747 \n",
       "Q 2906 2381 2643 2742 \n",
       "Q 2381 3103 1925 3103 \n",
       "Q 1469 3103 1208 2742 \n",
       "Q 947 2381 947 1747 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      </defs>\n",
       "      <use xlink:href=\"#DejaVuSans-69\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-6e\" x=\"27.783203\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-74\" x=\"91.162109\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-65\" x=\"130.371094\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-67\" x=\"191.894531\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-72\" x=\"255.371094\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-61\" x=\"296.484375\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-6e\" x=\"357.763672\"/>\n",
       "      <use xlink:href=\"#DejaVuSans-64\" x=\"421.142578\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"line2d_23\">\n",
       "    <path d=\"M 52.658523 13.377273 \n",
       "L 77.432425 13.66121 \n",
       "L 91.106909 14.024146 \n",
       "L 99.897649 14.466235 \n",
       "L 106.068925 14.988141 \n",
       "L 110.641886 15.587856 \n",
       "L 114.1937 16.269139 \n",
       "L 117.035151 17.032217 \n",
       "L 119.388228 17.88812 \n",
       "L 121.386123 18.848652 \n",
       "L 123.117633 19.928667 \n",
       "L 124.62713 21.131146 \n",
       "L 126.003425 22.517275 \n",
       "L 127.246531 24.08977 \n",
       "L 128.400843 25.914437 \n",
       "L 129.466361 28.012175 \n",
       "L 130.487484 30.514898 \n",
       "L 131.464209 33.503516 \n",
       "L 132.396538 37.070655 \n",
       "L 133.328867 41.556601 \n",
       "L 134.216799 46.94806 \n",
       "L 135.104732 53.7583 \n",
       "L 135.992664 62.373355 \n",
       "L 136.880596 73.18744 \n",
       "L 137.857322 87.881714 \n",
       "L 139.544393 117.623159 \n",
       "L 140.387929 130.196525 \n",
       "L 140.920689 135.175015 \n",
       "L 141.275862 136.728457 \n",
       "L 141.453449 136.922727 \n",
       "L 141.586639 136.80867 \n",
       "L 141.808622 136.12801 \n",
       "L 142.119399 134.184447 \n",
       "L 142.563366 129.617299 \n",
       "L 143.184918 120.545142 \n",
       "L 144.694403 93.837948 \n",
       "L 145.893112 74.97318 \n",
       "L 146.914234 62.338377 \n",
       "L 147.89096 52.975747 \n",
       "L 148.867685 45.746739 \n",
       "L 149.844411 40.149477 \n",
       "L 150.821137 35.778879 \n",
       "L 151.842259 32.189741 \n",
       "L 152.907778 29.241061 \n",
       "L 154.017693 26.813298 \n",
       "L 155.172005 24.807802 \n",
       "L 156.415111 23.089536 \n",
       "L 157.747009 21.62689 \n",
       "L 159.212097 20.352728 \n",
       "L 160.810414 19.257166 \n",
       "L 162.630718 18.281906 \n",
       "L 164.717409 17.420031 \n",
       "L 167.159281 16.655402 \n",
       "L 170.133925 15.966472 \n",
       "L 173.774535 15.36181 \n",
       "L 178.391891 14.831968 \n",
       "L 184.385577 14.378784 \n",
       "L 192.643544 13.993022 \n",
       "L 204.542121 13.678707 \n",
       "L 223.233542 13.432345 \n",
       "L 230.203977 13.377561 \n",
       "L 230.203977 13.377561 \n",
       "\" clip-path=\"url(#pe0392c9d51)\" style=\"fill: none; stroke: #1f77b4; stroke-width: 1.5; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_3\">\n",
       "    <path d=\"M 43.78125 143.1 \n",
       "L 43.78125 7.2 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_4\">\n",
       "    <path d=\"M 239.08125 143.1 \n",
       "L 239.08125 7.2 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_5\">\n",
       "    <path d=\"M 43.78125 143.1 \n",
       "L 239.08125 143.1 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_6\">\n",
       "    <path d=\"M 43.78125 7.2 \n",
       "L 239.08125 7.2 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "  </g>\n",
       " </g>\n",
       " <defs>\n",
       "  <clipPath id=\"pe0392c9d51\">\n",
       "   <rect x=\"43.78125\" y=\"7.2\" width=\"195.3\" height=\"135.9\"/>\n",
       "  </clipPath>\n",
       " </defs>\n",
       "</svg>\n"
      ],
      "text/plain": [
       "<Figure size 252x180 with 1 Axes>"
      ]
     },
     "metadata": {
      "needs_background": "light"
     },
     "output_type": "display_data"
    }
   ],
   "source": [
    "# Plot the integrand needed to compute the variance\n",
    "x = tf.range(-20, 20, 0.01)\n",
    "p = x**2 / (1 + x**2)\n",
    "\n",
    "d2l.plot(x, p, 'x', 'integrand')"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {
    "origin_pos": 28
   },
   "source": [
    "This function clearly has infinite area under it since it is essentially the constant one with a small dip near zero, and indeed we could show that\n",
    "\n",
    "$$\n",
    "\\int_{-\\infty}^\\infty \\frac{x^2}{1+x^2}\\; dx = \\infty.\n",
    "$$\n",
    "\n",
    "This means it does not have a well-defined finite variance.\n",
    "\n",
    "However, looking deeper shows an even more disturbing result.  Let us try to compute the mean using :eqref:`eq_exp_def`.  Using the change of variables formula, we see\n",
    "\n",
    "$$\n",
    "\\mu_X = \\int_{-\\infty}^{\\infty} \\frac{x}{1+x^2} \\; dx = \\frac{1}{2}\\int_1^\\infty \\frac{1}{u} \\; du.\n",
    "$$\n",
    "\n",
    "The integral inside is the definition of the logarithm, so this is in essence $\\log(\\infty) = \\infty$, so there is no well-defined average value either!\n",
    "\n",
    "Machine learning scientists define their models so that we most often do not need to deal with these issues, and will in the vast majority of cases deal with random variables with well-defined means and variances.  However, every so often random variables with *heavy tails* (that is those random variables where the probabilities of getting large values are large enough to make things like the mean or variance undefined) are helpful in modeling physical systems, thus it is worth knowing that they exist.\n",
    "\n",
    "### Joint Density Functions\n",
    "\n",
    "The above work all assumes we are working with a single real valued random variable.  But what if we are dealing with two or more potentially highly correlated random variables?  This circumstance is the norm in machine learning: imagine random variables like $R_{i, j}$ which encode the red value of the pixel at the $(i, j)$ coordinate in an image, or $P_t$ which is a random variable given by a stock price at time $t$.  Nearby pixels tend to have similar color, and nearby times tend to have similar prices.  We cannot treat them as separate random variables, and expect to create a successful model (we will see in :numref:`sec_naive_bayes` a model that under-performs due to such an assumption).  We need to develop the mathematical language to handle these correlated continuous random variables.\n",
    "\n",
    "Thankfully, with the multiple integrals in :numref:`sec_integral_calculus` we can develop such a language.  Suppose that we have, for simplicity, two random variables $X, Y$ which can be correlated.  Then, similar to the case of a single variable, we can ask the question:\n",
    "\n",
    "$$\n",
    "P(X \\;\\text{is in an}\\; \\epsilon \\text{-sized interval around}\\; x \\; \\text{and} \\;Y \\;\\text{is in an}\\; \\epsilon \\text{-sized interval around}\\; y ).\n",
    "$$\n",
    "\n",
    "Similar reasoning to the single variable case shows that this should be approximately\n",
    "\n",
    "$$\n",
    "P(X \\;\\text{is in an}\\; \\epsilon \\text{-sized interval around}\\; x \\; \\text{and} \\;Y \\;\\text{is in an}\\; \\epsilon \\text{-sized interval around}\\; y ) \\approx \\epsilon^{2}p(x, y),\n",
    "$$\n",
    "\n",
    "for some function $p(x, y)$.  This is referred to as the joint density of $X$ and $Y$.  Similar properties are true for this as we saw in the single variable case. Namely:\n",
    "\n",
    "* $p(x, y) \\ge 0$;\n",
    "* $\\int _ {\\mathbb{R}^2} p(x, y) \\;dx \\;dy = 1$;\n",
    "* $P((X, Y) \\in \\mathcal{D}) = \\int _ {\\mathcal{D}} p(x, y) \\;dx \\;dy$.\n",
    "\n",
    "In this way, we can deal with multiple, potentially correlated random variables.  If we wish to work with more than two random variables, we can extend the multivariate density to as many coordinates as desired by considering $p(\\mathbf{x}) = p(x_1, \\ldots, x_n)$.  The same properties of being non-negative, and having total integral of one still hold.\n",
    "\n",
    "### Marginal Distributions\n",
    "When dealing with multiple variables, we oftentimes want to be able to ignore the relationships and ask, \"how is this one variable distributed?\"  Such a distribution is called a *marginal distribution*.\n",
    "\n",
    "To be concrete, let us suppose that we have two random variables $X, Y$ with joint density given by $p _ {X, Y}(x, y)$.  We will be using the subscript to indicate what random variables the density is for.  The question of finding the marginal distribution is taking this function, and using it to find $p _ X(x)$.\n",
    "\n",
    "As with most things, it is best to return to the intuitive picture to figure out what should be true.  Recall that the density is the function $p _ X$ so that\n",
    "\n",
    "$$\n",
    "P(X \\in [x, x+\\epsilon]) \\approx \\epsilon \\cdot p _ X(x).\n",
    "$$\n",
    "\n",
    "There is no mention of $Y$, but if all we are given is $p _{X, Y}$, we need to include $Y$ somehow. We can first observe that this is the same as\n",
    "\n",
    "$$\n",
    "P(X \\in [x, x+\\epsilon] \\text{, and } Y \\in \\mathbb{R}) \\approx \\epsilon \\cdot p _ X(x).\n",
    "$$\n",
    "\n",
    "Our density does not directly tell us about what happens in this case, we need to split into small intervals in $y$ as well, so we can write this as\n",
    "\n",
    "$$\n",
    "\\begin{aligned}\n",
    "\\epsilon \\cdot p _ X(x) & \\approx \\sum _ {i} P(X \\in [x, x+\\epsilon] \\text{, and } Y \\in [\\epsilon \\cdot i, \\epsilon \\cdot (i+1)]) \\\\\n",
    "& \\approx \\sum _ {i} \\epsilon^{2} p _ {X, Y}(x, \\epsilon\\cdot i).\n",
    "\\end{aligned}\n",
    "$$\n",
    "\n",
    "![By summing along the columns of our array of probabilities, we are able to obtain the marginal distribution for just the random variable represented along the $x$-axis.](../img/marginal.svg)\n",
    ":label:`fig_marginal`\n",
    "\n",
    "This tells us to add up the value of the density along a series of squares in a line as is shown in :numref:`fig_marginal`.  Indeed, after canceling one factor of epsilon from both sides, and recognizing the sum on the right is the integral over $y$, we can conclude that\n",
    "\n",
    "$$\n",
    "\\begin{aligned}\n",
    " p _ X(x) &  \\approx \\sum _ {i} \\epsilon p _ {X, Y}(x, \\epsilon\\cdot i) \\\\\n",
    " & \\approx \\int_{-\\infty}^\\infty p_{X, Y}(x, y) \\; dy.\n",
    "\\end{aligned}\n",
    "$$\n",
    "\n",
    "Thus we see\n",
    "\n",
    "$$\n",
    "p _ X(x) = \\int_{-\\infty}^\\infty p_{X, Y}(x, y) \\; dy.\n",
    "$$\n",
    "\n",
    "This tells us that to get a marginal distribution, we integrate over the variables we do not care about.  This process is often referred to as *integrating out* or *marginalized out* the unneeded variables.\n",
    "\n",
    "### Covariance\n",
    "\n",
    "When dealing with multiple random variables, there is one additional summary statistic which is helpful to know: the *covariance*.  This measures the degree that two random variable fluctuate together.\n",
    "\n",
    "Suppose that we have two random variables $X$ and $Y$, to begin with, let us suppose they are discrete, taking on values $(x_i, y_j)$ with probability $p_{ij}$.  In this case, the covariance is defined as\n",
    "\n",
    "$$\\sigma_{XY} = \\mathrm{Cov}(X, Y) = \\sum_{i, j} (x_i - \\mu_X) (y_j-\\mu_Y) p_{ij}. = E[XY] - E[X]E[Y].$$\n",
    ":eqlabel:`eq_cov_def`\n",
    "\n",
    "To think about this intuitively: consider the following pair of random variables.  Suppose that $X$ takes the values $1$ and $3$, and $Y$ takes the values $-1$ and $3$.  Suppose that we have the following probabilities\n",
    "\n",
    "$$\n",
    "\\begin{aligned}\n",
    "P(X = 1 \\; \\text{and} \\; Y = -1) & = \\frac{p}{2}, \\\\\n",
    "P(X = 1 \\; \\text{and} \\; Y = 3) & = \\frac{1-p}{2}, \\\\\n",
    "P(X = 3 \\; \\text{and} \\; Y = -1) & = \\frac{1-p}{2}, \\\\\n",
    "P(X = 3 \\; \\text{and} \\; Y = 3) & = \\frac{p}{2},\n",
    "\\end{aligned}\n",
    "$$\n",
    "\n",
    "where $p$ is a parameter in $[0,1]$ we get to pick.  Notice that if $p=1$ then they are both always their minimum or maximum values simultaneously, and if $p=0$ they are guaranteed to take their flipped values simultaneously (one is large when the other is small and vice versa).  If $p=1/2$, then the four possibilities are all equally likely, and neither should be related.  Let us compute the covariance.  First, note $\\mu_X = 2$ and $\\mu_Y = 1$, so we may compute using :eqref:`eq_cov_def`:\n",
    "\n",
    "$$\n",
    "\\begin{aligned}\n",
    "\\mathrm{Cov}(X, Y) & = \\sum_{i, j} (x_i - \\mu_X) (y_j-\\mu_Y) p_{ij} \\\\\n",
    "& = (1-2)(-1-1)\\frac{p}{2} + (1-2)(3-1)\\frac{1-p}{2} + (3-2)(-1-1)\\frac{1-p}{2} + (3-2)(3-1)\\frac{p}{2} \\\\\n",
    "& = 4p-2.\n",
    "\\end{aligned}\n",
    "$$\n",
    "\n",
    "When $p=1$ (the case where they are both maximally positive or negative at the same time) has a covariance of $2$. When $p=0$ (the case where they are flipped) the covariance is $-2$.  Finally, when $p=1/2$ (the case where they are unrelated), the covariance is $0$.  Thus we see that the covariance measures how these two random variables are related.\n",
    "\n",
    "A quick note on the covariance is that it only measures these linear relationships.  More complex relationships like $X = Y^2$ where $Y$ is randomly chosen from $\\{-2, -1, 0, 1, 2\\}$ with equal probability can be missed.  Indeed a quick computation shows that these random variables have covariance zero, despite one being a deterministic function of the other.\n",
    "\n",
    "For continuous random variables, much the same story holds.  At this point, we are pretty comfortable with doing the transition between discrete and continuous, so we will provide the continuous analogue of :eqref:`eq_cov_def` without any derivation.\n",
    "\n",
    "$$\n",
    "\\sigma_{XY} = \\int_{\\mathbb{R}^2} (x-\\mu_X)(y-\\mu_Y)p(x, y) \\;dx \\;dy.\n",
    "$$\n",
    "\n",
    "For visualization, let us take a look at a collection of random variables with tunable covariance.\n"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 8,
   "metadata": {
    "origin_pos": 31,
    "tab": [
     "tensorflow"
    ]
   },
   "outputs": [
    {
     "data": {
      "image/svg+xml": [
       "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>\n",
       "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"\n",
       "  \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n",
       "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"544.742052pt\" height=\"222.954375pt\" viewBox=\"0 0 544.742052 222.954375\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">\n",
       " <metadata>\n",
       "  <rdf:RDF xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:cc=\"http://creativecommons.org/ns#\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n",
       "   <cc:Work>\n",
       "    <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\"/>\n",
       "    <dc:date>2022-03-24T13:12:19.296950</dc:date>\n",
       "    <dc:format>image/svg+xml</dc:format>\n",
       "    <dc:creator>\n",
       "     <cc:Agent>\n",
       "      <dc:title>Matplotlib v3.5.1, https://matplotlib.org/</dc:title>\n",
       "     </cc:Agent>\n",
       "    </dc:creator>\n",
       "   </cc:Work>\n",
       "  </rdf:RDF>\n",
       " </metadata>\n",
       " <defs>\n",
       "  <style type=\"text/css\">*{stroke-linejoin: round; stroke-linecap: butt}</style>\n",
       " </defs>\n",
       " <g id=\"figure_1\">\n",
       "  <g id=\"patch_1\">\n",
       "   <path d=\"M 0 222.954375 \n",
       "L 544.742052 222.954375 \n",
       "L 544.742052 0 \n",
       "L 0 0 \n",
       "L 0 222.954375 \n",
       "z\n",
       "\" style=\"fill: none\"/>\n",
       "  </g>\n",
       "  <g id=\"axes_1\">\n",
       "   <g id=\"patch_2\">\n",
       "    <path d=\"M 42.620312 185.398125 \n",
       "L 188.18553 185.398125 \n",
       "L 188.18553 22.318125 \n",
       "L 42.620312 22.318125 \n",
       "z\n",
       "\" style=\"fill: #ffffff\"/>\n",
       "   </g>\n",
       "   <g id=\"PathCollection_1\">\n",
       "    <defs>\n",
       "     <path id=\"m4bbc05113f\" d=\"M 0 3 \n",
       "C 0.795609 3 1.55874 2.683901 2.12132 2.12132 \n",
       "C 2.683901 1.55874 3 0.795609 3 0 \n",
       "C 3 -0.795609 2.683901 -1.55874 2.12132 -2.12132 \n",
       "C 1.55874 -2.683901 0.795609 -3 0 -3 \n",
       "C -0.795609 -3 -1.55874 -2.683901 -2.12132 -2.12132 \n",
       "C -2.683901 -1.55874 -3 -0.795609 -3 0 \n",
       "C -3 0.795609 -2.683901 1.55874 -2.12132 2.12132 \n",
       "C -1.55874 2.683901 -0.795609 3 0 3 \n",
       "z\n",
       "\" style=\"stroke: #1f77b4\"/>\n",
       "    </defs>\n",
       "    <g clip-path=\"url(#p2d9a20e216)\">\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"130.740851\" y=\"111.83818\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"72.095962\" y=\"59.570098\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"134.933153\" y=\"85.615943\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"91.010401\" y=\"63.527333\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"125.415349\" y=\"123.709142\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"104.473309\" y=\"71.014636\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"116.60752\" y=\"112.443201\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"146.493582\" y=\"87.786117\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"105.074806\" y=\"113.837415\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"89.206237\" y=\"42.560583\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"87.43278\" y=\"115.149727\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"126.35009\" y=\"107.007907\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"148.600791\" y=\"127.510549\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"92.221291\" y=\"92.377975\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"158.128419\" y=\"137.905773\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"90.309356\" y=\"76.000285\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"110.279342\" y=\"52.444091\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"86.952375\" y=\"57.132326\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"129.50314\" y=\"104.594134\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"161.92628\" y=\"124.874691\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"118.649942\" y=\"91.059977\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"106.045471\" y=\"105.8475\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"121.775303\" y=\"94.495028\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"112.199288\" y=\"123.87557\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"124.453858\" y=\"121.605044\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"139.49506\" y=\"147.09168\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"102.950004\" y=\"115.638855\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"118.94496\" y=\"108.771854\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"103.204354\" y=\"102.070302\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"100.008557\" y=\"59.067651\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"82.898322\" y=\"67.226342\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"119.009748\" y=\"94.188759\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"113.318306\" y=\"74.126591\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"152.929426\" y=\"139.316524\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"111.230318\" y=\"79.357144\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"106.657064\" y=\"109.800823\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"104.930834\" y=\"87.245521\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"129.337835\" y=\"103.970409\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"116.549312\" y=\"57.179952\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"102.390899\" y=\"79.99544\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"135.183208\" y=\"127.763487\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"107.741645\" y=\"83.825508\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"130.903834\" y=\"103.898523\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"125.224789\" y=\"102.816715\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"113.04926\" y=\"42.12842\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"99.202599\" y=\"113.901311\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"89.504119\" y=\"45.979629\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"145.224437\" y=\"140.017193\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"73.780076\" y=\"66.219892\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"150.602471\" y=\"137.388101\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"100.778163\" y=\"80.587642\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"106.794686\" y=\"114.795947\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"101.701064\" y=\"95.135871\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"99.394328\" y=\"96.59291\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"181.568929\" y=\"141.833177\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"112.990822\" y=\"104.232894\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"97.945596\" y=\"60.657849\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"138.767629\" y=\"146.838997\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"97.587227\" y=\"80.873755\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"116.292016\" y=\"149.366609\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"148.713359\" y=\"131.527153\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"132.753549\" y=\"130.241485\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"98.385001\" y=\"80.81327\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"79.544557\" y=\"65.68876\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"76.811257\" y=\"48.081822\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"142.422534\" y=\"144.972408\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"154.974654\" y=\"155.86615\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"136.598476\" y=\"129.090453\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"99.283237\" y=\"108.955601\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"76.232171\" y=\"78.902522\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"150.416926\" y=\"82.594564\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"82.856075\" y=\"87.299694\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"119.247264\" y=\"94.114175\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"73.841911\" y=\"67.114199\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"130.544499\" y=\"108.211229\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"134.791796\" y=\"100.204958\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"128.241865\" y=\"129.905829\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"120.034032\" y=\"44.25513\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"120.708861\" y=\"111.709287\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"103.263184\" y=\"80.20626\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"115.900868\" y=\"87.165768\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"119.763555\" y=\"118.923494\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"95.309021\" y=\"74.300323\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"148.304229\" y=\"99.668072\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"95.905842\" y=\"113.447951\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"111.392906\" y=\"101.70814\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"145.541128\" y=\"122.218997\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"111.631178\" y=\"89.899153\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"117.938853\" y=\"70.08727\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"111.105342\" y=\"115.810139\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"135.553007\" y=\"96.193766\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"119.127377\" y=\"96.476474\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"132.271912\" y=\"125.679706\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"122.031595\" y=\"102.681725\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"109.076673\" y=\"74.991272\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"133.79696\" y=\"147.182444\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"142.247833\" y=\"100.266705\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"99.982798\" y=\"73.144396\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"131.606536\" y=\"76.264429\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"117.283399\" y=\"114.886821\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"120.726661\" y=\"110.150867\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"149.466327\" y=\"114.071098\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"111.112634\" y=\"84.305565\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"112.905644\" y=\"90.795265\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"81.224949\" y=\"69.657837\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"111.666714\" y=\"108.447641\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"99.294689\" y=\"116.857715\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"93.452204\" y=\"69.849265\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"100.967865\" y=\"119.317738\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"130.774486\" y=\"102.656175\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"125.085282\" y=\"125.489971\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"116.090569\" y=\"106.458813\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"85.347021\" y=\"55.799398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"97.502115\" y=\"82.153671\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"77.323639\" y=\"75.030391\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"116.694175\" y=\"68.610645\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"119.305232\" y=\"96.004051\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"142.276128\" y=\"109.783764\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"103.355312\" y=\"80.233315\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"142.901643\" y=\"108.708891\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"120.611827\" y=\"144.563987\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"94.992736\" y=\"77.051236\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"137.710943\" y=\"113.823399\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"110.784463\" y=\"102.909118\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"131.381591\" y=\"119.85728\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"119.493674\" y=\"134.881287\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"130.729304\" y=\"110.132599\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"109.844271\" y=\"69.706804\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"92.893364\" y=\"70.666001\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"136.359192\" y=\"137.875639\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"134.289318\" y=\"141.656799\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"127.707264\" y=\"108.230808\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"127.038897\" y=\"87.367725\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"111.922517\" y=\"113.507329\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"96.634355\" y=\"74.707954\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"132.049609\" y=\"105.903797\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"126.808901\" y=\"80.457792\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"135.163772\" y=\"128.137893\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"139.455214\" y=\"177.985398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"80.547391\" y=\"117.845886\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"115.591629\" y=\"83.871659\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"109.731536\" y=\"85.524223\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"103.370897\" y=\"90.283601\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"121.045516\" y=\"109.386988\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"109.838953\" y=\"75.659402\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"128.247883\" y=\"129.479389\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"116.87105\" y=\"91.830802\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"144.138464\" y=\"107.855456\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"153.450434\" y=\"98.178883\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"145.404566\" y=\"86.262115\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"114.402526\" y=\"48.017789\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"125.288732\" y=\"117.676547\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"99.621447\" y=\"83.755842\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"168.126037\" y=\"134.171732\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"86.51815\" y=\"52.186038\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"144.196043\" y=\"109.927766\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"149.113116\" y=\"93.167488\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"88.373033\" y=\"79.288304\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"104.422103\" y=\"116.780042\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"104.98216\" y=\"81.784755\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"116.066368\" y=\"94.134096\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"77.025534\" y=\"117.792399\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"88.267602\" y=\"88.804977\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"121.92443\" y=\"101.939486\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"93.022845\" y=\"48.003116\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"98.326506\" y=\"76.346071\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"110.815968\" y=\"75.044635\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"140.085771\" y=\"117.09805\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"88.709463\" y=\"60.660811\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"101.263383\" y=\"73.534654\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"117.543659\" y=\"82.992507\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"120.053588\" y=\"107.460218\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"137.548985\" y=\"102.11771\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"124.452518\" y=\"117.103019\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"130.980702\" y=\"94.658669\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"131.48576\" y=\"121.152046\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"123.59619\" y=\"115.531859\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"132.22742\" y=\"101.112956\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"136.381973\" y=\"92.343411\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"96.74028\" y=\"78.402076\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"56.396326\" y=\"72.856675\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"128.044863\" y=\"124.164074\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"88.876699\" y=\"71.27293\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"95.059099\" y=\"108.251206\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"114.957745\" y=\"79.72797\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"113.551098\" y=\"114.482799\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"72.253282\" y=\"85.156856\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"104.33091\" y=\"73.444468\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"138.908161\" y=\"117.661425\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"76.152122\" y=\"30.535307\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"125.256532\" y=\"120.163276\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"104.424009\" y=\"85.615845\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"86.302497\" y=\"78.550588\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"130.625753\" y=\"97.542499\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"100.923073\" y=\"96.041816\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"112.128292\" y=\"77.967567\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"116.10373\" y=\"103.083497\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"121.450538\" y=\"115.713244\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"156.050085\" y=\"172.446956\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"95.446463\" y=\"43.48185\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"112.674248\" y=\"115.249386\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"117.752934\" y=\"102.827114\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"123.58124\" y=\"93.161099\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"157.561911\" y=\"133.122501\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"144.855661\" y=\"116.351741\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"119.014961\" y=\"116.843911\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"114.442011\" y=\"29.730852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"114.329958\" y=\"89.863185\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"123.016034\" y=\"113.637453\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"134.104107\" y=\"130.532622\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"91.169574\" y=\"42.405681\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"112.371439\" y=\"122.481723\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"121.609227\" y=\"65.783562\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"89.642319\" y=\"62.689599\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"130.291\" y=\"146.477885\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"127.28998\" y=\"71.254641\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"128.598918\" y=\"116.86747\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"141.512456\" y=\"112.839731\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"127.327056\" y=\"115.283962\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"122.580936\" y=\"107.809095\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"109.750227\" y=\"97.977409\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"97.005316\" y=\"71.22668\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"84.927619\" y=\"75.057427\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"148.013237\" y=\"144.97604\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"125.85626\" y=\"83.311479\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"128.914907\" y=\"96.168692\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"97.117604\" y=\"61.181769\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"139.291565\" y=\"91.458395\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"141.184259\" y=\"89.564674\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"107.248324\" y=\"100.466218\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"112.068403\" y=\"69.591811\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"121.541267\" y=\"99.903086\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"101.267787\" y=\"72.278464\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"94.770586\" y=\"124.207153\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"89.832318\" y=\"71.584007\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"144.167901\" y=\"123.212901\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"124.849055\" y=\"100.563346\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"126.995063\" y=\"137.423161\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"106.579986\" y=\"105.612682\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"125.281756\" y=\"111.262207\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"116.006792\" y=\"106.382192\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"96.179675\" y=\"80.80533\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"124.979258\" y=\"122.528115\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"97.742001\" y=\"70.740689\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"114.591698\" y=\"88.559978\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"122.824881\" y=\"97.401582\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"117.962057\" y=\"80.480291\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"130.6565\" y=\"106.855402\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"148.243722\" y=\"107.245072\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"113.358146\" y=\"69.305083\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"112.522965\" y=\"140.219733\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"99.214557\" y=\"66.315573\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"160.771486\" y=\"177.117234\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"120.472771\" y=\"99.429698\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"105.201447\" y=\"66.012384\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"141.862075\" y=\"131.485306\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"137.100447\" y=\"122.771475\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"87.977319\" y=\"58.852014\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"117.714746\" y=\"78.13935\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"92.819909\" y=\"95.261992\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"107.470098\" y=\"83.155357\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"99.468857\" y=\"123.417724\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"151.804077\" y=\"146.069879\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"107.040319\" y=\"78.633436\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"146.220218\" y=\"89.577163\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"115.42906\" y=\"127.524527\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"102.27472\" y=\"87.20363\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"113.868583\" y=\"125.29024\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"90.062628\" y=\"55.125154\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"121.06159\" y=\"76.964304\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"130.293237\" y=\"115.421116\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"118.383428\" y=\"112.166068\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"119.864415\" y=\"117.868528\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"109.469785\" y=\"86.417807\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"139.184723\" y=\"144.842202\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"116.933178\" y=\"120.831475\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"157.792441\" y=\"123.486617\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"140.450965\" y=\"114.704318\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"101.235214\" y=\"81.735403\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"125.613462\" y=\"140.942631\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"149.369722\" y=\"86.53655\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"109.119343\" y=\"118.708088\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"88.525502\" y=\"60.96563\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"72.726549\" y=\"32.773992\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"89.214519\" y=\"63.955519\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"103.417029\" y=\"99.368008\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"112.944139\" y=\"57.177866\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"87.281353\" y=\"91.227777\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"131.438807\" y=\"94.792212\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"145.974837\" y=\"110.891989\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"132.755474\" y=\"102.682852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"134.712547\" y=\"97.165541\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"110.497302\" y=\"98.027192\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"153.488967\" y=\"155.569024\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"95.26918\" y=\"82.685417\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"108.240823\" y=\"113.834318\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"116.183856\" y=\"119.198606\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"139.441362\" y=\"104.947825\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"117.339929\" y=\"69.097576\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"117.803808\" y=\"99.20339\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"108.204917\" y=\"75.874533\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"79.124465\" y=\"97.919167\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"114.290699\" y=\"136.650029\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"98.600281\" y=\"128.406564\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"113.926785\" y=\"122.224852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"129.121984\" y=\"99.161013\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"110.816011\" y=\"119.293561\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"108.277003\" y=\"92.052905\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"161.159689\" y=\"107.607736\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"93.404695\" y=\"88.31382\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"137.762341\" y=\"111.732985\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"136.920372\" y=\"101.324758\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"122.150229\" y=\"112.534643\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"91.048985\" y=\"116.074569\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"160.870948\" y=\"116.612307\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"141.183282\" y=\"126.271688\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"82.862771\" y=\"39.550384\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"130.080785\" y=\"93.565442\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"116.089898\" y=\"140.552072\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"129.901433\" y=\"115.05752\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"107.505453\" y=\"92.039157\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"94.321998\" y=\"77.841224\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"112.048077\" y=\"107.934475\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"115.003259\" y=\"69.419324\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"113.016616\" y=\"114.867305\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"121.338588\" y=\"110.11516\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"121.689025\" y=\"113.554384\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"125.772488\" y=\"157.815375\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"171.599701\" y=\"127.436222\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"80.981897\" y=\"82.716544\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"121.255417\" y=\"53.316588\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"168.03292\" y=\"148.530885\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"100.105323\" y=\"84.167177\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"149.574551\" y=\"139.417278\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"109.975343\" y=\"85.136104\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"90.366688\" y=\"112.099594\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"94.453028\" y=\"69.024743\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"124.536721\" y=\"106.929807\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"119.951773\" y=\"106.386214\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"116.69345\" y=\"101.199614\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"133.308559\" y=\"118.806114\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"118.750865\" y=\"84.405352\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"122.20411\" y=\"85.318179\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"105.403418\" y=\"115.228895\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"134.25829\" y=\"125.297925\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"147.961335\" y=\"124.601227\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"136.315158\" y=\"131.146904\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"93.63583\" y=\"80.063384\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"92.476534\" y=\"68.146967\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"131.715724\" y=\"96.599363\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"139.060113\" y=\"119.582206\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"125.046284\" y=\"86.626938\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"101.768327\" y=\"115.897739\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"95.754793\" y=\"68.116749\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"108.075454\" y=\"73.230296\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"106.95249\" y=\"65.217578\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"102.969221\" y=\"78.933208\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"76.026359\" y=\"55.644797\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"125.559554\" y=\"106.731141\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"120.126904\" y=\"116.525262\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"87.704663\" y=\"35.481471\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"83.624743\" y=\"84.989592\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"98.845813\" y=\"59.836225\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"170.957135\" y=\"132.218319\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"142.301251\" y=\"137.075509\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"64.49074\" y=\"84.640159\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"94.572073\" y=\"64.770948\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"130.046512\" y=\"104.090463\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"86.9724\" y=\"73.920001\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"125.115486\" y=\"59.316344\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"140.737429\" y=\"109.796651\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"125.946107\" y=\"107.321774\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"146.444285\" y=\"100.526483\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"107.444778\" y=\"98.546613\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"112.195442\" y=\"85.435296\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"132.559199\" y=\"131.808058\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"100.588708\" y=\"91.174977\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"120.351319\" y=\"126.652242\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"167.873182\" y=\"162.682647\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"105.180047\" y=\"105.477554\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"113.040209\" y=\"104.586798\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"129.604079\" y=\"98.420304\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"106.428348\" y=\"91.231006\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"102.739186\" y=\"71.960258\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"123.779104\" y=\"119.993727\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"49.236913\" y=\"87.24936\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"147.26987\" y=\"117.95412\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"109.928093\" y=\"98.243193\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"86.506892\" y=\"115.259164\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"96.365653\" y=\"128.963784\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"137.403072\" y=\"144.775839\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"66.786383\" y=\"40.535693\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"114.06927\" y=\"95.914954\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"116.196173\" y=\"89.372139\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"128.604499\" y=\"132.489715\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"145.493724\" y=\"86.662199\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"158.209346\" y=\"151.439218\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"112.12498\" y=\"95.854693\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"92.139618\" y=\"72.257736\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"145.618024\" y=\"117.191329\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"83.959638\" y=\"72.754655\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"90.417976\" y=\"77.47599\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"148.665658\" y=\"92.509747\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"94.53761\" y=\"77.05413\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"94.597448\" y=\"80.018925\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"121.046414\" y=\"125.315166\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"153.657867\" y=\"164.172186\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"119.222195\" y=\"112.269662\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"142.216459\" y=\"83.327777\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"105.858065\" y=\"94.844827\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"113.204909\" y=\"120.688055\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"97.462486\" y=\"45.198764\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"90.007524\" y=\"80.03109\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"151.662721\" y=\"114.380781\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"119.951295\" y=\"119.766328\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"104.686542\" y=\"56.302378\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"110.718026\" y=\"67.862792\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"123.256581\" y=\"99.414228\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"129.085928\" y=\"134.115524\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"101.927583\" y=\"77.25478\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"136.541952\" y=\"112.386581\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"97.473497\" y=\"77.380424\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"149.149779\" y=\"153.823561\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"99.707546\" y=\"59.465816\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"134.179205\" y=\"72.308013\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"73.594154\" y=\"60.637687\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"114.959056\" y=\"84.91097\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"119.034585\" y=\"127.386453\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"146.066305\" y=\"115.985955\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"64.141013\" y=\"90.717577\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"113.495014\" y=\"121.849823\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"78.636302\" y=\"98.596201\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"162.140105\" y=\"138.383649\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"135.93973\" y=\"111.197199\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"136.748325\" y=\"109.864735\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"90.199034\" y=\"74.290715\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"114.450847\" y=\"140.779419\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"125.359719\" y=\"96.997844\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"132.559449\" y=\"123.684558\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"110.810992\" y=\"110.953545\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"120.139574\" y=\"106.49521\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"94.493954\" y=\"43.435716\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"104.145271\" y=\"62.138231\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"117.890547\" y=\"67.825694\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"145.811051\" y=\"129.695707\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"89.931086\" y=\"83.032307\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"118.807632\" y=\"82.404397\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"101.002501\" y=\"63.480232\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"133.42014\" y=\"92.700167\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"114.815841\" y=\"103.569888\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"95.423833\" y=\"82.855174\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"122.246507\" y=\"101.574309\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"129.206348\" y=\"119.653473\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"137.557879\" y=\"111.172721\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"135.288945\" y=\"92.401946\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"157.930647\" y=\"105.603189\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"126.186805\" y=\"120.525463\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"132.760996\" y=\"85.365613\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"101.848449\" y=\"91.056652\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"114.929096\" y=\"89.070388\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"103.152956\" y=\"82.210718\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"161.991544\" y=\"108.888647\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"116.863138\" y=\"119.338872\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"138.901162\" y=\"126.196139\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"90.857507\" y=\"104.944378\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"97.02262\" y=\"105.500942\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"94.491602\" y=\"57.809268\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"85.219629\" y=\"68.041892\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"87.628572\" y=\"79.551369\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"112.425913\" y=\"124.436549\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"143.723363\" y=\"158.686689\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"89.614791\" y=\"99.212875\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"147.106159\" y=\"135.963787\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"72.344575\" y=\"53.825778\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"107.491346\" y=\"87.889422\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"114.771395\" y=\"111.629467\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"137.589104\" y=\"92.323211\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"135.447146\" y=\"81.105863\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"137.133501\" y=\"75.42038\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"132.059365\" y=\"117.216499\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"99.695786\" y=\"116.181976\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"96.428795\" y=\"67.297827\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"112.717589\" y=\"115.298921\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"123.618506\" y=\"97.137459\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"131.638352\" y=\"105.915573\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"177.727477\" y=\"139.783217\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"98.948669\" y=\"112.829126\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"109.654229\" y=\"102.182008\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"82.868599\" y=\"93.190755\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"153.846884\" y=\"136.169463\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"128.074515\" y=\"99.467023\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"118.753137\" y=\"121.200094\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"169.25482\" y=\"116.190872\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"119.384621\" y=\"83.361493\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"74.70703\" y=\"111.601467\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"69.843675\" y=\"59.690755\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"156.32432\" y=\"120.690148\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"94.185188\" y=\"125.946637\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"90.535882\" y=\"94.647558\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"120.694696\" y=\"92.008789\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_1\">\n",
       "    <g id=\"xtick_1\">\n",
       "     <g id=\"line2d_1\">\n",
       "      <defs>\n",
       "       <path id=\"mcfa235ae1c\" d=\"M 0 0 \n",
       "L 0 3.5 \n",
       "\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </defs>\n",
       "      <g>\n",
       "       <use xlink:href=\"#mcfa235ae1c\" x=\"69.519586\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_1\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(62.148492 199.996562)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-2212\" d=\"M 678 2272 \n",
       "L 4684 2272 \n",
       "L 4684 1741 \n",
       "L 678 1741 \n",
       "L 678 2272 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "        <path id=\"DejaVuSans-32\" d=\"M 1228 531 \n",
       "L 3431 531 \n",
       "L 3431 0 \n",
       "L 469 0 \n",
       "L 469 531 \n",
       "Q 828 903 1448 1529 \n",
       "Q 2069 2156 2228 2338 \n",
       "Q 2531 2678 2651 2914 \n",
       "Q 2772 3150 2772 3378 \n",
       "Q 2772 3750 2511 3984 \n",
       "Q 2250 4219 1831 4219 \n",
       "Q 1534 4219 1204 4116 \n",
       "Q 875 4013 500 3803 \n",
       "L 500 4441 \n",
       "Q 881 4594 1212 4672 \n",
       "Q 1544 4750 1819 4750 \n",
       "Q 2544 4750 2975 4387 \n",
       "Q 3406 4025 3406 3419 \n",
       "Q 3406 3131 3298 2873 \n",
       "Q 3191 2616 2906 2266 \n",
       "Q 2828 2175 2409 1742 \n",
       "Q 1991 1309 1228 531 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_2\">\n",
       "     <g id=\"line2d_2\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mcfa235ae1c\" x=\"114.705197\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_2\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(111.523947 199.996562)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-30\" d=\"M 2034 4250 \n",
       "Q 1547 4250 1301 3770 \n",
       "Q 1056 3291 1056 2328 \n",
       "Q 1056 1369 1301 889 \n",
       "Q 1547 409 2034 409 \n",
       "Q 2525 409 2770 889 \n",
       "Q 3016 1369 3016 2328 \n",
       "Q 3016 3291 2770 3770 \n",
       "Q 2525 4250 2034 4250 \n",
       "z\n",
       "M 2034 4750 \n",
       "Q 2819 4750 3233 4129 \n",
       "Q 3647 3509 3647 2328 \n",
       "Q 3647 1150 3233 529 \n",
       "Q 2819 -91 2034 -91 \n",
       "Q 1250 -91 836 529 \n",
       "Q 422 1150 422 2328 \n",
       "Q 422 3509 836 4129 \n",
       "Q 1250 4750 2034 4750 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_3\">\n",
       "     <g id=\"line2d_3\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mcfa235ae1c\" x=\"159.890807\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_3\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(156.709557 199.996562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_4\">\n",
       "     <!-- X -->\n",
       "     <g transform=\"translate(111.977921 213.674688)scale(0.1 -0.1)\">\n",
       "      <defs>\n",
       "       <path id=\"DejaVuSans-58\" d=\"M 403 4666 \n",
       "L 1081 4666 \n",
       "L 2241 2931 \n",
       "L 3406 4666 \n",
       "L 4084 4666 \n",
       "L 2584 2425 \n",
       "L 4184 0 \n",
       "L 3506 0 \n",
       "L 2194 1984 \n",
       "L 872 0 \n",
       "L 191 0 \n",
       "L 1856 2491 \n",
       "L 403 4666 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      </defs>\n",
       "      <use xlink:href=\"#DejaVuSans-58\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_2\">\n",
       "    <g id=\"ytick_1\">\n",
       "     <g id=\"line2d_4\">\n",
       "      <defs>\n",
       "       <path id=\"mbfe687da40\" d=\"M 0 0 \n",
       "L -3.5 0 \n",
       "\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </defs>\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbfe687da40\" x=\"42.620312\" y=\"176.574475\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_5\">\n",
       "      <!-- −4 -->\n",
       "      <g transform=\"translate(20.878125 180.373693)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-34\" d=\"M 2419 4116 \n",
       "L 825 1625 \n",
       "L 2419 1625 \n",
       "L 2419 4116 \n",
       "z\n",
       "M 2253 4666 \n",
       "L 3047 4666 \n",
       "L 3047 1625 \n",
       "L 3713 1625 \n",
       "L 3713 1100 \n",
       "L 3047 1100 \n",
       "L 3047 0 \n",
       "L 2419 0 \n",
       "L 2419 1100 \n",
       "L 313 1100 \n",
       "L 313 1709 \n",
       "L 2253 4666 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-34\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_2\">\n",
       "     <g id=\"line2d_5\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbfe687da40\" x=\"42.620312\" y=\"136.533332\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_6\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(20.878125 140.332551)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_3\">\n",
       "     <g id=\"line2d_6\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbfe687da40\" x=\"42.620312\" y=\"96.492189\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_7\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(29.257812 100.291408)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_4\">\n",
       "     <g id=\"line2d_7\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbfe687da40\" x=\"42.620312\" y=\"56.451046\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_8\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(29.257812 60.250265)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_9\">\n",
       "     <!-- Y -->\n",
       "     <g transform=\"translate(14.798437 106.912031)rotate(-90)scale(0.1 -0.1)\">\n",
       "      <defs>\n",
       "       <path id=\"DejaVuSans-59\" d=\"M -13 4666 \n",
       "L 666 4666 \n",
       "L 1959 2747 \n",
       "L 3244 4666 \n",
       "L 3922 4666 \n",
       "L 2272 2222 \n",
       "L 2272 0 \n",
       "L 1638 0 \n",
       "L 1638 2222 \n",
       "L -13 4666 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      </defs>\n",
       "      <use xlink:href=\"#DejaVuSans-59\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"patch_3\">\n",
       "    <path d=\"M 42.620312 185.398125 \n",
       "L 42.620312 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_4\">\n",
       "    <path d=\"M 188.18553 185.398125 \n",
       "L 188.18553 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_5\">\n",
       "    <path d=\"M 42.620312 185.398125 \n",
       "L 188.18553 185.398125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_6\">\n",
       "    <path d=\"M 42.620312 22.318125 \n",
       "L 188.18553 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"text_10\">\n",
       "    <!-- cov = -0.9 -->\n",
       "    <g transform=\"translate(84.333234 16.318125)scale(0.12 -0.12)\">\n",
       "     <defs>\n",
       "      <path id=\"DejaVuSans-63\" d=\"M 3122 3366 \n",
       "L 3122 2828 \n",
       "Q 2878 2963 2633 3030 \n",
       "Q 2388 3097 2138 3097 \n",
       "Q 1578 3097 1268 2742 \n",
       "Q 959 2388 959 1747 \n",
       "Q 959 1106 1268 751 \n",
       "Q 1578 397 2138 397 \n",
       "Q 2388 397 2633 464 \n",
       "Q 2878 531 3122 666 \n",
       "L 3122 134 \n",
       "Q 2881 22 2623 -34 \n",
       "Q 2366 -91 2075 -91 \n",
       "Q 1284 -91 818 406 \n",
       "Q 353 903 353 1747 \n",
       "Q 353 2603 823 3093 \n",
       "Q 1294 3584 2113 3584 \n",
       "Q 2378 3584 2631 3529 \n",
       "Q 2884 3475 3122 3366 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-6f\" d=\"M 1959 3097 \n",
       "Q 1497 3097 1228 2736 \n",
       "Q 959 2375 959 1747 \n",
       "Q 959 1119 1226 758 \n",
       "Q 1494 397 1959 397 \n",
       "Q 2419 397 2687 759 \n",
       "Q 2956 1122 2956 1747 \n",
       "Q 2956 2369 2687 2733 \n",
       "Q 2419 3097 1959 3097 \n",
       "z\n",
       "M 1959 3584 \n",
       "Q 2709 3584 3137 3096 \n",
       "Q 3566 2609 3566 1747 \n",
       "Q 3566 888 3137 398 \n",
       "Q 2709 -91 1959 -91 \n",
       "Q 1206 -91 779 398 \n",
       "Q 353 888 353 1747 \n",
       "Q 353 2609 779 3096 \n",
       "Q 1206 3584 1959 3584 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-76\" d=\"M 191 3500 \n",
       "L 800 3500 \n",
       "L 1894 563 \n",
       "L 2988 3500 \n",
       "L 3597 3500 \n",
       "L 2284 0 \n",
       "L 1503 0 \n",
       "L 191 3500 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-20\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-3d\" d=\"M 678 2906 \n",
       "L 4684 2906 \n",
       "L 4684 2381 \n",
       "L 678 2381 \n",
       "L 678 2906 \n",
       "z\n",
       "M 678 1631 \n",
       "L 4684 1631 \n",
       "L 4684 1100 \n",
       "L 678 1100 \n",
       "L 678 1631 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-2d\" d=\"M 313 2009 \n",
       "L 1997 2009 \n",
       "L 1997 1497 \n",
       "L 313 1497 \n",
       "L 313 2009 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-2e\" d=\"M 684 794 \n",
       "L 1344 794 \n",
       "L 1344 0 \n",
       "L 684 0 \n",
       "L 684 794 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-39\" d=\"M 703 97 \n",
       "L 703 672 \n",
       "Q 941 559 1184 500 \n",
       "Q 1428 441 1663 441 \n",
       "Q 2288 441 2617 861 \n",
       "Q 2947 1281 2994 2138 \n",
       "Q 2813 1869 2534 1725 \n",
       "Q 2256 1581 1919 1581 \n",
       "Q 1219 1581 811 2004 \n",
       "Q 403 2428 403 3163 \n",
       "Q 403 3881 828 4315 \n",
       "Q 1253 4750 1959 4750 \n",
       "Q 2769 4750 3195 4129 \n",
       "Q 3622 3509 3622 2328 \n",
       "Q 3622 1225 3098 567 \n",
       "Q 2575 -91 1691 -91 \n",
       "Q 1453 -91 1209 -44 \n",
       "Q 966 3 703 97 \n",
       "z\n",
       "M 1959 2075 \n",
       "Q 2384 2075 2632 2365 \n",
       "Q 2881 2656 2881 3163 \n",
       "Q 2881 3666 2632 3958 \n",
       "Q 2384 4250 1959 4250 \n",
       "Q 1534 4250 1286 3958 \n",
       "Q 1038 3666 1038 3163 \n",
       "Q 1038 2656 1286 2365 \n",
       "Q 1534 2075 1959 2075 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "     </defs>\n",
       "     <use xlink:href=\"#DejaVuSans-63\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-6f\" x=\"54.980469\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-76\" x=\"116.162109\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-20\" x=\"175.341797\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-3d\" x=\"207.128906\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-20\" x=\"290.917969\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-2d\" x=\"322.705078\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-30\" x=\"358.789062\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-2e\" x=\"422.412109\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-39\" x=\"454.199219\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "  </g>\n",
       "  <g id=\"axes_2\">\n",
       "   <g id=\"patch_7\">\n",
       "    <path d=\"M 217.298573 185.398125 \n",
       "L 362.863791 185.398125 \n",
       "L 362.863791 22.318125 \n",
       "L 217.298573 22.318125 \n",
       "z\n",
       "\" style=\"fill: #ffffff\"/>\n",
       "   </g>\n",
       "   <g id=\"PathCollection_2\">\n",
       "    <g clip-path=\"url(#p8937ed4d29)\">\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"318.989178\" y=\"110.909233\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"303.342941\" y=\"115.755544\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"339.771719\" y=\"62.162519\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"251.898001\" y=\"101.62592\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"294.378626\" y=\"99.288157\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"288.077976\" y=\"117.324914\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"238.076082\" y=\"92.881898\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"313.526574\" y=\"93.176099\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"246.182686\" y=\"108.178322\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"289.131384\" y=\"68.19541\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"274.772459\" y=\"111.760889\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"293.527404\" y=\"83.927599\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"234.524061\" y=\"111.499688\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"309.647147\" y=\"157.81271\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"302.223992\" y=\"142.241283\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"262.715476\" y=\"100.70853\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"289.023434\" y=\"135.513186\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"261.457453\" y=\"116.716889\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"263.452707\" y=\"93.634643\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"282.642102\" y=\"106.566475\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"295.752412\" y=\"120.955984\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"278.88834\" y=\"107.584239\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"297.199642\" y=\"152.090466\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"284.345781\" y=\"93.464632\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"275.402353\" y=\"138.238822\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"268.326185\" y=\"110.194219\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"281.290873\" y=\"177.985398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"284.228086\" y=\"118.783363\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"262.469257\" y=\"122.418127\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"320.416819\" y=\"70.713075\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"311.37525\" y=\"97.539591\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"288.630957\" y=\"91.640417\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"262.315771\" y=\"92.610434\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"265.973279\" y=\"115.242295\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"285.36196\" y=\"132.326047\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"255.189042\" y=\"147.704622\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"267.747446\" y=\"128.351791\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"303.391747\" y=\"142.041053\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"306.237325\" y=\"101.572468\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"297.766402\" y=\"118.136823\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"309.621478\" y=\"73.979905\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"255.439196\" y=\"120.800884\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"256.970513\" y=\"126.453987\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"294.586519\" y=\"105.759683\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"243.051666\" y=\"106.514588\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"284.094533\" y=\"128.610398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"248.836577\" y=\"130.494713\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"251.851778\" y=\"107.419081\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"245.781677\" y=\"93.61803\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"285.464396\" y=\"92.3357\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"301.470789\" y=\"91.135858\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"281.619193\" y=\"88.094318\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"284.127522\" y=\"124.192306\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"265.336528\" y=\"83.896464\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"267.109733\" y=\"119.209411\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"270.180647\" y=\"110.097388\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"308.950912\" y=\"134.922397\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"296.781467\" y=\"114.233978\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"263.964349\" y=\"125.132131\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"281.089157\" y=\"106.737955\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"276.823516\" y=\"103.398038\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"290.645099\" y=\"83.781047\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"290.703596\" y=\"94.724761\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"287.201213\" y=\"109.58893\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"265.510961\" y=\"155.628676\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"290.389995\" y=\"105.131958\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"254.820037\" y=\"90.773365\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"262.417639\" y=\"85.242127\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"316.142768\" y=\"145.464858\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"255.181796\" y=\"104.297138\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"274.681513\" y=\"76.412219\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"279.721567\" y=\"100.848503\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"284.119994\" y=\"133.938038\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"286.592717\" y=\"154.515063\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"283.994905\" y=\"96.139762\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"281.824423\" y=\"112.48897\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"298.156015\" y=\"89.293218\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"295.22283\" y=\"56.368978\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"253.572992\" y=\"117.23085\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"309.98124\" y=\"145.120645\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"303.019992\" y=\"36.991104\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"298.70826\" y=\"148.024142\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"278.698845\" y=\"112.633532\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"286.382633\" y=\"70.711369\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"266.8742\" y=\"85.79116\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"268.263942\" y=\"121.264827\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"302.343946\" y=\"87.236236\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"304.609103\" y=\"115.655622\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"299.61641\" y=\"57.951885\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"302.424354\" y=\"125.04848\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"309.075339\" y=\"110.57828\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"300.809116\" y=\"50.933119\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"279.235494\" y=\"123.67906\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"269.265931\" y=\"118.039955\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"272.9154\" y=\"73.599336\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"271.066285\" y=\"138.77988\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"291.032255\" y=\"112.079472\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"299.898953\" y=\"77.676542\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"343.585001\" y=\"95.917818\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"283.217766\" y=\"123.196469\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"271.172116\" y=\"98.070733\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"245.294287\" y=\"107.228004\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"262.713143\" y=\"101.33579\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"282.194641\" y=\"77.954498\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"254.047401\" y=\"109.589704\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"290.507476\" y=\"103.559178\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"305.915987\" y=\"108.856788\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"286.535935\" y=\"100.41283\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"286.152139\" y=\"118.804179\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"239.116818\" y=\"102.420534\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"300.914929\" y=\"120.43722\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"293.666748\" y=\"103.211525\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"281.909904\" y=\"86.394424\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"288.8607\" y=\"82.196554\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"309.385867\" y=\"125.038384\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"284.779323\" y=\"87.554054\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"296.097772\" y=\"53.318619\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"289.292182\" y=\"154.609451\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"299.941606\" y=\"95.198772\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"279.916797\" y=\"99.263997\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"291.013901\" y=\"84.813047\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"292.094224\" y=\"89.639114\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"266.483564\" y=\"60.500037\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"287.975014\" y=\"93.889627\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"276.052971\" y=\"72.365861\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"312.588301\" y=\"111.931617\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"286.743863\" y=\"106.236458\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"269.651571\" y=\"80.607931\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"329.9619\" y=\"99.703502\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"258.915507\" y=\"156.823389\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"262.330061\" y=\"97.416023\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"296.468691\" y=\"87.718581\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"314.811838\" y=\"106.856696\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"297.694902\" y=\"107.87582\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"300.693324\" y=\"124.288493\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"286.356036\" y=\"153.444295\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"300.434779\" y=\"115.058687\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"277.18687\" y=\"75.417372\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"280.733217\" y=\"76.963531\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"264.800045\" y=\"79.370423\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"306.956306\" y=\"57.06852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"330.291006\" y=\"77.462689\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"304.550131\" y=\"119.471507\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"289.150563\" y=\"123.157984\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"302.409903\" y=\"122.349041\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"279.030447\" y=\"112.362647\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"284.810166\" y=\"108.416039\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"328.685291\" y=\"95.288568\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"264.533163\" y=\"111.817364\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"309.150553\" y=\"83.298874\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"291.459451\" y=\"119.400609\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"299.316926\" y=\"100.7953\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"322.361713\" y=\"104.552102\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"290.716857\" y=\"103.884288\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"296.891243\" y=\"98.226013\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"291.189276\" y=\"106.861606\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"270.919628\" y=\"89.729083\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"263.475211\" y=\"125.772558\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"286.888284\" y=\"133.958768\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"264.949111\" y=\"94.824028\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"269.56728\" y=\"64.585982\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"296.478754\" y=\"62.527278\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"280.792533\" y=\"124.617499\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"309.14726\" y=\"98.03679\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"264.807889\" y=\"65.667225\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"332.847635\" y=\"142.740087\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"296.365354\" y=\"123.160719\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"307.354524\" y=\"69.69641\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"295.898473\" y=\"102.412392\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"255.888334\" y=\"122.834435\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"259.607585\" y=\"80.88311\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"267.304844\" y=\"90.96664\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"298.436766\" y=\"98.482226\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"321.562884\" y=\"79.676422\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"223.915174\" y=\"135.051479\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"246.219913\" y=\"130.610615\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"322.091841\" y=\"105.024413\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"290.597003\" y=\"116.847078\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"303.973346\" y=\"69.224007\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"314.648773\" y=\"99.061583\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"297.705033\" y=\"126.29968\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"275.001672\" y=\"105.732148\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"302.299536\" y=\"84.032708\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"302.381042\" y=\"113.329025\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"303.019943\" y=\"77.407763\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"272.291138\" y=\"106.162829\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"272.840063\" y=\"109.744833\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"292.131411\" y=\"155.873118\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"289.164781\" y=\"80.693387\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"298.76754\" y=\"110.103111\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"259.585936\" y=\"84.413152\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"253.485325\" y=\"98.93946\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"295.944877\" y=\"85.44875\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"258.147553\" y=\"161.674445\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"243.931518\" y=\"125.088648\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"303.21648\" y=\"109.535456\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"254.743707\" y=\"112.056673\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"275.023624\" y=\"87.917538\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"284.153623\" y=\"103.93837\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"300.632293\" y=\"128.850199\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"303.555348\" y=\"120.577296\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"298.474917\" y=\"99.922903\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"299.10673\" y=\"94.811997\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"293.99422\" y=\"108.496108\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"251.07097\" y=\"138.944945\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"289.897259\" y=\"117.776972\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"319.379561\" y=\"106.027287\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"277.445422\" y=\"136.467224\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"280.028684\" y=\"138.674163\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"296.214873\" y=\"77.95846\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"325.177026\" y=\"71.290042\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"311.015128\" y=\"82.59543\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"266.519376\" y=\"119.639806\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"295.946131\" y=\"120.074641\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"271.654163\" y=\"118.088757\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"305.358611\" y=\"102.24245\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"283.592745\" y=\"149.784803\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"274.790142\" y=\"73.911088\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"275.78916\" y=\"110.605577\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"279.50443\" y=\"125.944423\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"316.273362\" y=\"101.55089\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"284.13025\" y=\"90.783573\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"305.159402\" y=\"127.637862\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"334.289931\" y=\"122.501201\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"238.350864\" y=\"70.029148\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"340.158761\" y=\"120.575018\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"283.148041\" y=\"97.422492\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"294.169024\" y=\"71.937218\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"258.996259\" y=\"132.469546\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"278.814643\" y=\"75.010721\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"267.209063\" y=\"99.00243\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"302.875646\" y=\"84.695829\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"263.863489\" y=\"84.37207\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"304.009099\" y=\"135.395849\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"278.695038\" y=\"90.913311\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"237.023495\" y=\"99.761162\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"279.926114\" y=\"101.478435\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"271.09314\" y=\"98.918461\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"319.214745\" y=\"103.042335\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"278.284146\" y=\"29.730852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"262.542669\" y=\"96.534503\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"258.623929\" y=\"104.332568\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"275.925585\" y=\"134.77811\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"325.043545\" y=\"93.277523\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"279.471076\" y=\"141.581688\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"282.764164\" y=\"159.513325\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"297.27923\" y=\"103.00625\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"301.361771\" y=\"112.839247\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"257.764123\" y=\"108.197014\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"273.89137\" y=\"93.3972\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"235.57267\" y=\"138.16482\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"329.015387\" y=\"101.327849\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"276.454816\" y=\"116.385331\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"313.493848\" y=\"112.70942\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"267.486069\" y=\"125.640104\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"293.123276\" y=\"112.535714\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"299.204514\" y=\"127.751506\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"272.285626\" y=\"91.845706\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"302.736204\" y=\"119.375907\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"305.887672\" y=\"75.621812\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"292.95191\" y=\"109.636658\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"291.02418\" y=\"104.53878\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"280.675281\" y=\"122.060336\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"330.019153\" y=\"75.856375\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"267.715254\" y=\"114.866092\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"264.577483\" y=\"130.023918\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"272.154949\" y=\"130.811473\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"292.357966\" y=\"105.151648\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"302.522008\" y=\"89.419786\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"274.358795\" y=\"127.329309\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"287.093638\" y=\"73.77347\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"286.524322\" y=\"100.526411\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"286.309694\" y=\"112.844941\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"269.554182\" y=\"111.253533\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"284.527174\" y=\"122.159588\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"293.24334\" y=\"83.308063\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"271.823973\" y=\"87.803422\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"260.555698\" y=\"59.14917\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"249.781725\" y=\"117.497148\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"286.79266\" y=\"157.437078\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"248.859241\" y=\"105.643647\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"287.672453\" y=\"78.471993\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"288.024649\" y=\"81.789571\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"263.345847\" y=\"121.441305\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"272.200002\" y=\"128.274541\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"303.463094\" y=\"97.408087\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"297.400487\" y=\"146.652166\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"295.711711\" y=\"102.529178\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"282.635616\" y=\"134.950242\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"308.887214\" y=\"96.173983\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"278.520054\" y=\"91.329571\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"242.974093\" y=\"137.555048\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"273.428892\" y=\"142.330393\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"292.000236\" y=\"111.919017\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"268.544129\" y=\"86.931422\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"278.028592\" y=\"115.752194\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"310.631131\" y=\"78.981733\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"286.697065\" y=\"108.409388\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"276.557109\" y=\"87.110277\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"283.694806\" y=\"114.941756\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"261.443814\" y=\"90.495475\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"274.978054\" y=\"121.523667\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"294.866676\" y=\"106.632873\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"320.905505\" y=\"147.547998\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"311.736274\" y=\"59.050574\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"261.70592\" y=\"131.238029\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"313.178105\" y=\"115.456487\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"296.402818\" y=\"121.142694\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"282.6128\" y=\"87.086728\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"279.18728\" y=\"78.403266\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"255.136208\" y=\"96.632716\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"257.496668\" y=\"129.469555\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"291.58216\" y=\"105.661167\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"282.859296\" y=\"103.2268\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"277.268331\" y=\"124.784449\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"269.154173\" y=\"105.841893\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"246.33117\" y=\"92.479658\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"299.077011\" y=\"117.294594\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"274.88002\" y=\"101.984468\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"253.363205\" y=\"115.886627\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"276.378296\" y=\"92.805727\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"269.922275\" y=\"116.025405\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"285.831234\" y=\"119.045205\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"302.731534\" y=\"105.139289\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"274.659436\" y=\"125.671665\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"313.896127\" y=\"129.965021\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"283.785154\" y=\"95.918519\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"268.51698\" y=\"76.902401\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"275.106301\" y=\"123.642645\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"269.14279\" y=\"117.125046\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"307.649217\" y=\"93.74356\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"277.802151\" y=\"157.512258\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"270.278844\" y=\"119.470759\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"253.552498\" y=\"75.364295\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"272.333098\" y=\"74.41373\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"245.060364\" y=\"103.382787\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"298.071789\" y=\"104.220035\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"281.726372\" y=\"126.546647\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"318.563104\" y=\"126.882019\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"298.945478\" y=\"128.381062\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"268.394413\" y=\"168.511451\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"285.721769\" y=\"89.032049\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"294.930255\" y=\"133.486663\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"280.350436\" y=\"118.084884\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"294.770178\" y=\"120.486248\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"307.842311\" y=\"133.848284\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"264.353645\" y=\"107.246678\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"303.722289\" y=\"109.845071\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"285.95927\" y=\"58.011278\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"279.893072\" y=\"118.994625\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"281.877315\" y=\"105.006983\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"313.794703\" y=\"160.703669\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"332.169309\" y=\"46.589954\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"308.587645\" y=\"65.672841\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"264.510987\" y=\"106.559904\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"306.307352\" y=\"63.24263\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"269.194821\" y=\"75.2612\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"320.861033\" y=\"115.042547\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"265.31603\" y=\"75.664566\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"273.528821\" y=\"113.743884\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"288.61351\" y=\"112.984539\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"280.860411\" y=\"78.15757\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"328.820079\" y=\"87.52228\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"259.640754\" y=\"150.072684\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"316.523685\" y=\"102.683623\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"265.633542\" y=\"91.793773\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"281.557253\" y=\"137.352917\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"273.495704\" y=\"121.374838\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"301.615974\" y=\"98.842611\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"256.869585\" y=\"96.299028\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"235.762522\" y=\"86.251114\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"317.259619\" y=\"124.880477\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"292.369264\" y=\"123.924944\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"266.099008\" y=\"94.655379\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"284.99486\" y=\"119.424427\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"277.337394\" y=\"137.033455\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"298.426294\" y=\"101.519303\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"279.375422\" y=\"144.528485\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"274.710492\" y=\"86.971931\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"341.510474\" y=\"106.391883\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"295.3281\" y=\"176.111457\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"293.905325\" y=\"75.730252\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"302.852177\" y=\"91.978282\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"294.551462\" y=\"124.79613\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"252.488649\" y=\"79.054921\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"293.060963\" y=\"76.37089\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"291.436343\" y=\"118.50605\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"275.893739\" y=\"106.325141\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"266.356283\" y=\"92.022957\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"269.16526\" y=\"88.591126\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"307.060744\" y=\"101.073319\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"307.70208\" y=\"118.348523\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"263.857024\" y=\"103.862359\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"302.712849\" y=\"73.119252\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"264.528017\" y=\"108.411313\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"269.450774\" y=\"44.269912\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"303.856038\" y=\"131.325156\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"290.839844\" y=\"62.079833\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"291.16322\" y=\"103.942916\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"270.635333\" y=\"115.452487\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"305.093658\" y=\"112.523607\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"296.3495\" y=\"64.40636\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"256.841048\" y=\"126.33983\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"263.567468\" y=\"115.585524\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"303.229139\" y=\"131.315587\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"301.041299\" y=\"113.003905\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"314.561381\" y=\"68.968569\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"276.484972\" y=\"125.805452\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"261.371709\" y=\"101.323727\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"256.316914\" y=\"109.005357\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"256.623569\" y=\"86.675265\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"277.043507\" y=\"76.312229\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"264.274627\" y=\"115.02833\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"241.068609\" y=\"91.315409\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"333.335164\" y=\"117.644463\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"287.507888\" y=\"125.872032\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"302.378104\" y=\"92.267249\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"290.700938\" y=\"114.702726\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"271.771028\" y=\"126.588299\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"258.044353\" y=\"83.642141\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"301.618036\" y=\"123.256646\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"309.509446\" y=\"111.877087\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"296.481638\" y=\"101.98941\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"277.783122\" y=\"89.249619\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"282.626705\" y=\"104.32311\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"291.969001\" y=\"75.423029\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"283.127896\" y=\"102.471937\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"287.412864\" y=\"107.616308\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"231.989865\" y=\"64.36085\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"307.769484\" y=\"126.647754\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"301.141876\" y=\"103.30602\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"305.111327\" y=\"101.691462\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"275.907986\" y=\"90.510386\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"288.483053\" y=\"130.3744\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"276.918802\" y=\"132.863727\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"258.963748\" y=\"110.363938\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"287.897763\" y=\"114.008683\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"280.859771\" y=\"109.736204\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"280.621046\" y=\"118.212276\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"228.797147\" y=\"111.459867\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"284.864258\" y=\"113.981276\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"266.216622\" y=\"87.304246\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"280.028032\" y=\"120.127955\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"267.262116\" y=\"111.025123\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"264.299993\" y=\"90.829941\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"315.033164\" y=\"122.641992\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"289.787183\" y=\"57.469673\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"243.821627\" y=\"71.98449\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"356.24719\" y=\"112.894428\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"264.9406\" y=\"125.932183\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"262.987431\" y=\"91.193239\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"278.982906\" y=\"128.651812\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"277.149173\" y=\"116.968754\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"296.459596\" y=\"92.715675\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"257.728227\" y=\"125.453538\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"261.701475\" y=\"97.548205\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"267.243178\" y=\"100.121066\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"284.997801\" y=\"160.283387\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"265.575062\" y=\"93.409555\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"279.314737\" y=\"138.003047\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"313.719867\" y=\"95.514616\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"315.799952\" y=\"116.288815\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"289.83798\" y=\"110.427659\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"298.91054\" y=\"121.157033\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"253.938907\" y=\"152.752706\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"264.678572\" y=\"81.17718\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"300.633827\" y=\"122.435114\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"320.845565\" y=\"123.855894\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"260.875113\" y=\"105.072631\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"276.5428\" y=\"136.832823\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"277.535521\" y=\"113.787453\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"290.194498\" y=\"126.362009\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"292.916412\" y=\"107.277454\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"291.821727\" y=\"122.309408\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"269.27183\" y=\"102.722033\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"303.64475\" y=\"80.922856\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"309.627081\" y=\"144.277732\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"291.635833\" y=\"71.790206\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"260.315487\" y=\"97.300501\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"330.68041\" y=\"118.853551\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"299.124203\" y=\"111.836853\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"267.372854\" y=\"78.445169\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"288.905698\" y=\"121.752267\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"305.605823\" y=\"109.720915\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"302.456228\" y=\"114.925786\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"274.557013\" y=\"120.209102\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"324.972774\" y=\"97.420712\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"307.185006\" y=\"98.513299\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"275.973493\" y=\"95.785323\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"273.611701\" y=\"138.52177\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"278.152084\" y=\"132.17869\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"265.776898\" y=\"160.172281\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"277.949583\" y=\"106.534588\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"243.458163\" y=\"70.180322\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"327.198037\" y=\"146.546155\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"316.546525\" y=\"89.005466\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"267.588026\" y=\"152.092644\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"295.275424\" y=\"128.962004\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"297.417733\" y=\"106.593799\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"325.904837\" y=\"126.492449\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_3\">\n",
       "    <g id=\"xtick_4\">\n",
       "     <g id=\"line2d_8\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mcfa235ae1c\" x=\"241.195093\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_11\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(233.823999 199.996562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_5\">\n",
       "     <g id=\"line2d_9\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mcfa235ae1c\" x=\"285.224705\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_12\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(282.043455 199.996562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_6\">\n",
       "     <g id=\"line2d_10\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mcfa235ae1c\" x=\"329.254317\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_13\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(326.073067 199.996562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_14\">\n",
       "     <!-- X -->\n",
       "     <g transform=\"translate(286.656182 213.674688)scale(0.1 -0.1)\">\n",
       "      <use xlink:href=\"#DejaVuSans-58\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_4\">\n",
       "    <g id=\"ytick_5\">\n",
       "     <g id=\"line2d_11\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbfe687da40\" x=\"217.298573\" y=\"180.817552\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_15\">\n",
       "      <!-- −3 -->\n",
       "      <g transform=\"translate(195.556386 184.616771)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-33\" d=\"M 2597 2516 \n",
       "Q 3050 2419 3304 2112 \n",
       "Q 3559 1806 3559 1356 \n",
       "Q 3559 666 3084 287 \n",
       "Q 2609 -91 1734 -91 \n",
       "Q 1441 -91 1130 -33 \n",
       "Q 819 25 488 141 \n",
       "L 488 750 \n",
       "Q 750 597 1062 519 \n",
       "Q 1375 441 1716 441 \n",
       "Q 2309 441 2620 675 \n",
       "Q 2931 909 2931 1356 \n",
       "Q 2931 1769 2642 2001 \n",
       "Q 2353 2234 1838 2234 \n",
       "L 1294 2234 \n",
       "L 1294 2753 \n",
       "L 1863 2753 \n",
       "Q 2328 2753 2575 2939 \n",
       "Q 2822 3125 2822 3475 \n",
       "Q 2822 3834 2567 4026 \n",
       "Q 2313 4219 1838 4219 \n",
       "Q 1578 4219 1281 4162 \n",
       "Q 984 4106 628 3988 \n",
       "L 628 4550 \n",
       "Q 988 4650 1302 4700 \n",
       "Q 1616 4750 1894 4750 \n",
       "Q 2613 4750 3031 4423 \n",
       "Q 3450 4097 3450 3541 \n",
       "Q 3450 3153 3228 2886 \n",
       "Q 3006 2619 2597 2516 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-33\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_6\">\n",
       "     <g id=\"line2d_12\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbfe687da40\" x=\"217.298573\" y=\"156.35641\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_16\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(195.556386 160.155628)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_7\">\n",
       "     <g id=\"line2d_13\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbfe687da40\" x=\"217.298573\" y=\"131.895267\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_17\">\n",
       "      <!-- −1 -->\n",
       "      <g transform=\"translate(195.556386 135.694486)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-31\" d=\"M 794 531 \n",
       "L 1825 531 \n",
       "L 1825 4091 \n",
       "L 703 3866 \n",
       "L 703 4441 \n",
       "L 1819 4666 \n",
       "L 2450 4666 \n",
       "L 2450 531 \n",
       "L 3481 531 \n",
       "L 3481 0 \n",
       "L 794 0 \n",
       "L 794 531 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-31\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_8\">\n",
       "     <g id=\"line2d_14\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbfe687da40\" x=\"217.298573\" y=\"107.434124\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_18\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(203.936073 111.233343)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_9\">\n",
       "     <g id=\"line2d_15\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbfe687da40\" x=\"217.298573\" y=\"82.972981\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_19\">\n",
       "      <!-- 1 -->\n",
       "      <g transform=\"translate(203.936073 86.7722)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-31\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_10\">\n",
       "     <g id=\"line2d_16\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbfe687da40\" x=\"217.298573\" y=\"58.511838\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_20\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(203.936073 62.311057)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_11\">\n",
       "     <g id=\"line2d_17\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbfe687da40\" x=\"217.298573\" y=\"34.050695\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_21\">\n",
       "      <!-- 3 -->\n",
       "      <g transform=\"translate(203.936073 37.849914)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-33\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_22\">\n",
       "     <!-- Y -->\n",
       "     <g transform=\"translate(189.476698 106.912031)rotate(-90)scale(0.1 -0.1)\">\n",
       "      <use xlink:href=\"#DejaVuSans-59\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"patch_8\">\n",
       "    <path d=\"M 217.298573 185.398125 \n",
       "L 217.298573 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_9\">\n",
       "    <path d=\"M 362.863791 185.398125 \n",
       "L 362.863791 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_10\">\n",
       "    <path d=\"M 217.298573 185.398125 \n",
       "L 362.863791 185.398125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_11\">\n",
       "    <path d=\"M 217.298573 22.318125 \n",
       "L 362.863791 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"text_23\">\n",
       "    <!-- cov = 0.0 -->\n",
       "    <g transform=\"translate(261.176182 16.318125)scale(0.12 -0.12)\">\n",
       "     <use xlink:href=\"#DejaVuSans-63\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-6f\" x=\"54.980469\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-76\" x=\"116.162109\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-20\" x=\"175.341797\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-3d\" x=\"207.128906\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-20\" x=\"290.917969\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-30\" x=\"322.705078\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-2e\" x=\"386.328125\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-30\" x=\"418.115234\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "  </g>\n",
       "  <g id=\"axes_3\">\n",
       "   <g id=\"patch_12\">\n",
       "    <path d=\"M 391.976834 185.398125 \n",
       "L 537.542052 185.398125 \n",
       "L 537.542052 22.318125 \n",
       "L 391.976834 22.318125 \n",
       "z\n",
       "\" style=\"fill: #ffffff\"/>\n",
       "   </g>\n",
       "   <g id=\"PathCollection_3\">\n",
       "    <g clip-path=\"url(#p105e800926)\">\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"442.635061\" y=\"127.750906\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"487.718031\" y=\"39.866623\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"477.440529\" y=\"88.869829\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"468.853552\" y=\"91.095404\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"470.907579\" y=\"102.861316\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"460.527341\" y=\"112.165789\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"510.404865\" y=\"76.794442\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"454.837253\" y=\"130.502166\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"487.590829\" y=\"71.114334\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"475.121319\" y=\"93.200792\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"466.411982\" y=\"95.599498\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"469.386894\" y=\"110.267674\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"478.189397\" y=\"102.798527\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"470.179714\" y=\"115.35354\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"431.7601\" y=\"106.3468\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"431.662851\" y=\"155.022637\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"453.802623\" y=\"85.711966\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"442.026853\" y=\"122.117508\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"419.415856\" y=\"132.231501\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"453.729265\" y=\"117.277195\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"446.872092\" y=\"91.084534\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"459.339354\" y=\"111.425198\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"411.159073\" y=\"151.327814\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"486.202161\" y=\"64.177991\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"507.550589\" y=\"90.035863\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"447.556471\" y=\"97.729158\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"476.532076\" y=\"89.387847\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"453.204514\" y=\"87.727699\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"447.784985\" y=\"98.749415\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"462.726718\" y=\"110.870347\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"473.572722\" y=\"78.449975\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"489.277353\" y=\"79.165632\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"433.757686\" y=\"134.217388\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"432.632321\" y=\"148.073614\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"477.46297\" y=\"102.282906\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"442.489179\" y=\"118.352107\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"457.750336\" y=\"120.097284\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"444.298957\" y=\"94.122079\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"458.566341\" y=\"121.967866\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"471.508583\" y=\"91.420738\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"426.964295\" y=\"161.127678\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"484.691668\" y=\"31.584307\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"443.545496\" y=\"129.429247\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"398.836497\" y=\"151.878148\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"442.017574\" y=\"87.059624\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"437.334554\" y=\"125.898262\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"455.744471\" y=\"119.449579\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"483.179409\" y=\"59.798405\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"448.906235\" y=\"151.423775\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"445.188394\" y=\"116.614731\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"466.253132\" y=\"107.411525\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"508.444488\" y=\"51.789943\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"470.979752\" y=\"101.86323\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"448.321731\" y=\"128.603129\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"477.059779\" y=\"49.8483\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"455.663818\" y=\"142.22997\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"444.912622\" y=\"152.788768\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"490.766512\" y=\"61.926369\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"485.004095\" y=\"126.625312\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"517.722286\" y=\"60.719205\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"474.554321\" y=\"137.680335\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"452.488695\" y=\"86.522071\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"438.989099\" y=\"144.666753\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"413.050645\" y=\"159.35995\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"478.635623\" y=\"55.649634\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"463.632584\" y=\"79.442002\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"456.767663\" y=\"94.068216\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"459.994305\" y=\"165.346483\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"489.752489\" y=\"74.144256\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"497.206796\" y=\"100.267299\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"481.330409\" y=\"89.269423\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"482.344736\" y=\"83.350464\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"477.545001\" y=\"60.200008\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"491.452976\" y=\"92.977883\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"528.371069\" y=\"53.778676\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"444.325945\" y=\"86.741138\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"425.596625\" y=\"157.47406\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"429.196328\" y=\"115.780423\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"485.079087\" y=\"58.696827\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"448.010157\" y=\"115.869076\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"438.787111\" y=\"97.003407\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"452.677382\" y=\"112.834112\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"477.302364\" y=\"88.235714\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"501.468326\" y=\"75.812677\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"498.603427\" y=\"38.908026\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"478.268839\" y=\"70.928824\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"473.579242\" y=\"103.13229\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"482.504264\" y=\"88.664009\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"459.099387\" y=\"98.476703\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"444.899171\" y=\"144.282987\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"485.605971\" y=\"46.545233\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"473.540622\" y=\"105.318132\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"456.832973\" y=\"99.138535\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"490.836718\" y=\"84.853956\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"456.559826\" y=\"115.406782\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"480.619633\" y=\"56.263079\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"466.626789\" y=\"112.087312\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"415.694383\" y=\"120.488513\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"450.774445\" y=\"109.10569\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"518.630232\" y=\"63.216669\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"464.376275\" y=\"99.971471\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"448.642505\" y=\"110.089773\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"457.077392\" y=\"117.502046\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"485.351359\" y=\"83.87036\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"441.799129\" y=\"92.634154\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"449.840162\" y=\"126.712496\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"485.361394\" y=\"68.203961\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"454.150797\" y=\"90.303415\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"462.230992\" y=\"93.798713\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"483.81903\" y=\"75.5832\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"458.756828\" y=\"102.109069\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"456.783264\" y=\"85.651384\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"446.259937\" y=\"109.380242\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"425.332572\" y=\"124.285054\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"456.340447\" y=\"94.94487\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"462.366235\" y=\"107.429378\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"405.159461\" y=\"148.200482\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"486.965531\" y=\"119.593678\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"475.367851\" y=\"100.648573\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"417.79425\" y=\"123.468354\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"426.546117\" y=\"171.407723\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"478.428502\" y=\"118.74736\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"458.43957\" y=\"82.311467\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"463.368544\" y=\"102.256732\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"484.370925\" y=\"116.891743\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"423.96204\" y=\"143.359633\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"444.459683\" y=\"92.207953\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"464.234811\" y=\"96.468915\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"439.088404\" y=\"111.544776\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"421.715705\" y=\"124.707551\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"461.376954\" y=\"88.688717\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"398.684912\" y=\"162.593066\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"492.054977\" y=\"139.782826\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"453.464362\" y=\"115.187364\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"467.384115\" y=\"109.344963\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"485.818547\" y=\"108.23466\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"460.198625\" y=\"107.461025\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"448.990224\" y=\"132.921315\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"448.544078\" y=\"115.367881\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"447.580444\" y=\"107.497646\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"471.65379\" y=\"71.091807\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"501.605267\" y=\"75.359286\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"454.191775\" y=\"109.333438\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"431.882582\" y=\"89.492586\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"476.92465\" y=\"103.803336\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"449.531906\" y=\"94.337113\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"507.739324\" y=\"43.927215\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"428.681593\" y=\"121.708811\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"430.921488\" y=\"112.341662\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"448.61426\" y=\"124.412301\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"490.307048\" y=\"57.544535\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"457.511133\" y=\"99.917033\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"454.419329\" y=\"78.449084\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"513.072719\" y=\"96.209818\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"484.820737\" y=\"126.98852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"493.818858\" y=\"87.006246\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"466.72136\" y=\"98.865234\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"463.492878\" y=\"124.017801\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"451.380925\" y=\"136.708324\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"455.37604\" y=\"72.109917\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"438.15209\" y=\"156.302472\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"451.934995\" y=\"93.651624\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"462.25923\" y=\"108.897591\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"467.427867\" y=\"61.209712\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"469.971882\" y=\"85.205493\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"473.007343\" y=\"97.622702\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"458.618554\" y=\"66.73077\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"407.429435\" y=\"117.417027\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"482.370908\" y=\"74.111821\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"448.626799\" y=\"128.498294\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"437.434498\" y=\"109.205962\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"431.431608\" y=\"130.838076\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"458.028572\" y=\"111.780912\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"431.795277\" y=\"155.747912\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"467.397283\" y=\"91.238837\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"426.051161\" y=\"130.241341\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"444.468687\" y=\"156.644631\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"477.230062\" y=\"60.163477\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"458.809209\" y=\"80.639541\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"451.723394\" y=\"97.119701\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"446.16292\" y=\"99.929371\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"434.808527\" y=\"150.201176\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"441.172954\" y=\"127.656388\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"506.695199\" y=\"67.411017\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"472.793474\" y=\"81.333824\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"448.172397\" y=\"75.670603\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"431.584139\" y=\"164.528812\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"451.742001\" y=\"119.908639\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"449.894696\" y=\"113.307878\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"435.05247\" y=\"138.468457\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"420.816656\" y=\"135.220945\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"423.315071\" y=\"131.91968\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"468.272855\" y=\"99.798655\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"480.712466\" y=\"106.352353\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"473.112479\" y=\"77.729739\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"466.17537\" y=\"90.768409\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"444.393863\" y=\"109.985233\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"491.430595\" y=\"110.554336\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"453.306\" y=\"95.42083\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"428.267996\" y=\"173.389408\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"457.328385\" y=\"82.866337\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"466.260403\" y=\"90.413261\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"519.477049\" y=\"53.854727\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"455.347816\" y=\"113.311877\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"446.115731\" y=\"123.065118\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"488.28817\" y=\"93.157943\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"469.512666\" y=\"117.631938\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"444.268701\" y=\"114.755426\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"406.179298\" y=\"124.329765\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"487.335761\" y=\"100.4249\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"472.820586\" y=\"105.080546\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"463.994718\" y=\"94.86679\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"476.684057\" y=\"101.203732\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"469.694549\" y=\"108.194959\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"435.63737\" y=\"115.686227\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"462.087599\" y=\"125.658347\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"477.599304\" y=\"87.032336\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"501.629334\" y=\"68.671189\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"443.898629\" y=\"156.931864\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"446.059907\" y=\"114.445169\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"448.620367\" y=\"108.029913\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"450.64664\" y=\"107.306795\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"480.241911\" y=\"80.204607\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"497.352657\" y=\"91.174751\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"451.141137\" y=\"142.548594\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"454.168516\" y=\"117.939981\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"466.350101\" y=\"90.900623\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"464.566814\" y=\"116.53223\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"491.677769\" y=\"65.778791\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"464.314822\" y=\"134.603042\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"484.94274\" y=\"70.950071\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"499.689431\" y=\"72.99213\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"482.370193\" y=\"82.139663\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"506.389104\" y=\"38.578419\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"451.28678\" y=\"146.748764\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"475.575935\" y=\"126.845985\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"450.914766\" y=\"107.064144\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"450.617162\" y=\"111.286462\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"429.110418\" y=\"160.234145\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"433.456577\" y=\"115.380957\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"492.930229\" y=\"70.859303\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"477.76992\" y=\"103.805856\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"458.950283\" y=\"82.402623\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"484.28108\" y=\"85.552377\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"430.863755\" y=\"111.192192\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"499.442584\" y=\"86.607394\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"441.045529\" y=\"88.535617\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"486.997859\" y=\"45.376217\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"443.731208\" y=\"139.129409\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"427.996454\" y=\"111.156205\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"512.713544\" y=\"58.254606\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"491.073809\" y=\"83.523245\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"456.348311\" y=\"127.762244\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"428.243026\" y=\"177.985398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"469.740569\" y=\"103.825399\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"491.348476\" y=\"94.777532\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"472.404484\" y=\"116.555603\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"434.027337\" y=\"111.678362\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"431.635068\" y=\"123.516708\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"473.02667\" y=\"83.362719\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"438.866425\" y=\"102.058848\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"478.546854\" y=\"93.110416\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"438.184661\" y=\"92.880133\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"490.194848\" y=\"59.121929\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"447.427698\" y=\"111.500148\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"465.102756\" y=\"107.758493\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"433.00604\" y=\"149.151246\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"444.377846\" y=\"112.027168\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"441.834073\" y=\"98.196397\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"479.288251\" y=\"70.245549\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"465.187771\" y=\"93.934359\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"487.413619\" y=\"101.197428\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"449.182384\" y=\"115.69216\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"428.327886\" y=\"123.046403\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"444.349829\" y=\"124.325068\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"450.528191\" y=\"124.533123\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"435.962804\" y=\"157.19497\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"447.515777\" y=\"119.298662\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"460.577984\" y=\"109.096412\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"438.326847\" y=\"146.646873\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"448.672713\" y=\"85.366388\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"470.002261\" y=\"96.326511\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"486.737129\" y=\"45.575783\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"449.890171\" y=\"147.263421\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"485.256918\" y=\"47.200871\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"428.994589\" y=\"116.608907\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"403.19969\" y=\"159.956925\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"519.595471\" y=\"56.991841\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"530.925451\" y=\"29.730852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"460.56763\" y=\"109.757983\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"457.014794\" y=\"121.508278\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"479.274449\" y=\"64.567641\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"471.312481\" y=\"62.442462\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"422.16779\" y=\"124.909054\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"431.128525\" y=\"139.850779\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"498.540443\" y=\"33.198976\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"470.126783\" y=\"72.575961\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"428.235007\" y=\"151.592582\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"433.300536\" y=\"140.631272\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"429.978735\" y=\"119.825665\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"445.322266\" y=\"135.568217\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"430.121912\" y=\"84.377715\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"486.90135\" y=\"89.693525\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"481.256222\" y=\"88.379559\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"455.540142\" y=\"97.108835\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"461.372012\" y=\"91.111587\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"448.077155\" y=\"93.680278\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"487.865955\" y=\"97.182116\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"501.008339\" y=\"30.648276\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"431.12716\" y=\"136.184442\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"451.885655\" y=\"106.914085\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"426.31228\" y=\"108.238105\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"439.845436\" y=\"101.991031\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"464.724455\" y=\"153.178197\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"456.743787\" y=\"95.172661\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"461.829918\" y=\"125.069057\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"480.032984\" y=\"80.734043\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"472.679845\" y=\"114.715688\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"462.021855\" y=\"130.326675\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"431.654918\" y=\"126.196142\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"484.631172\" y=\"56.574013\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"462.32706\" y=\"79.384704\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"467.845289\" y=\"72.13523\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"518.824235\" y=\"45.718797\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"451.989292\" y=\"132.854217\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"458.919898\" y=\"99.450117\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"465.046193\" y=\"78.021791\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"452.770325\" y=\"76.117524\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"477.026479\" y=\"100.694177\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"475.98431\" y=\"95.249522\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"443.165577\" y=\"118.150416\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"452.090718\" y=\"125.573985\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"457.17375\" y=\"138.372325\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"489.931722\" y=\"67.165103\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"482.97929\" y=\"98.21935\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"485.495831\" y=\"70.007338\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"457.079249\" y=\"105.617333\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"428.459214\" y=\"128.004422\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"443.55818\" y=\"127.458425\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"463.782114\" y=\"114.287219\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"485.755266\" y=\"68.700135\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"430.560354\" y=\"136.157074\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"505.354253\" y=\"49.473862\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"529.16071\" y=\"54.522036\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"448.740187\" y=\"98.46093\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"518.740078\" y=\"102.331596\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"482.78625\" y=\"80.832173\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"447.886735\" y=\"134.830422\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"500.852914\" y=\"56.961923\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"457.751074\" y=\"82.775377\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"461.380614\" y=\"106.329684\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"452.719611\" y=\"93.002285\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"458.706009\" y=\"90.011004\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"464.593802\" y=\"63.102003\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"454.125541\" y=\"125.531219\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"488.449428\" y=\"93.432283\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"471.261436\" y=\"89.105051\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"474.265831\" y=\"104.970673\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"449.520095\" y=\"94.620196\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"475.648033\" y=\"74.988952\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"461.224521\" y=\"117.122368\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"444.072247\" y=\"117.546674\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"482.518512\" y=\"78.542623\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"439.523093\" y=\"104.80702\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"441.945388\" y=\"133.542595\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"402.283988\" y=\"122.057183\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"429.22813\" y=\"137.072895\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"470.307387\" y=\"108.041128\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"494.744631\" y=\"116.855526\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"424.174307\" y=\"139.37319\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"435.740157\" y=\"133.664413\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"479.854042\" y=\"67.530027\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"443.573447\" y=\"111.637319\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"453.145123\" y=\"110.706299\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"459.345925\" y=\"108.976369\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"496.425987\" y=\"70.50971\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"465.629468\" y=\"104.029177\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"444.259726\" y=\"136.37074\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"437.137878\" y=\"103.613402\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"455.875763\" y=\"107.556866\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"495.21727\" y=\"54.782445\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"442.129659\" y=\"116.745167\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"507.557573\" y=\"54.768396\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"486.728146\" y=\"95.818423\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"462.780539\" y=\"132.254249\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"477.415298\" y=\"63.330795\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"469.422233\" y=\"95.009277\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"493.782163\" y=\"89.467264\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"478.009124\" y=\"100.085729\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"432.23702\" y=\"130.953079\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"484.356147\" y=\"80.959809\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"487.99006\" y=\"108.80858\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"453.44563\" y=\"123.842955\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"455.505553\" y=\"87.260325\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"503.57989\" y=\"30.127495\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"416.315668\" y=\"112.667172\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"472.499151\" y=\"92.733766\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"427.922565\" y=\"127.882692\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"427.871936\" y=\"116.317681\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"474.577053\" y=\"84.974349\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"461.145451\" y=\"115.292153\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"438.354389\" y=\"122.603336\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"419.684307\" y=\"151.831215\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"458.048294\" y=\"105.576677\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"440.464334\" y=\"148.810421\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"478.528684\" y=\"105.434188\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"479.461107\" y=\"64.952405\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"441.709687\" y=\"137.669759\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"442.347937\" y=\"135.957071\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"404.378156\" y=\"138.607578\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"473.361831\" y=\"47.466458\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"431.672463\" y=\"148.239937\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"439.894545\" y=\"129.953901\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"455.95263\" y=\"119.868223\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"438.480133\" y=\"119.502612\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"470.587682\" y=\"116.270523\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"488.376247\" y=\"77.504534\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"468.261032\" y=\"112.871413\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"487.343247\" y=\"75.611391\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"477.514627\" y=\"79.84248\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"496.243617\" y=\"92.53616\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"491.669968\" y=\"59.37245\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"462.963879\" y=\"95.070617\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"465.396517\" y=\"106.691184\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"407.934086\" y=\"159.572009\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"505.513932\" y=\"79.472213\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"494.342591\" y=\"79.133758\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"489.714956\" y=\"88.848671\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"463.355445\" y=\"126.796976\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"474.204122\" y=\"113.913087\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"443.826016\" y=\"131.866092\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"462.05169\" y=\"100.549903\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"440.556283\" y=\"119.389681\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"460.495072\" y=\"94.004404\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"493.024069\" y=\"112.29331\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"465.775382\" y=\"65.653318\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"461.845562\" y=\"99.900262\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"472.309238\" y=\"101.014856\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"466.685826\" y=\"106.781865\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"398.593435\" y=\"146.9539\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"441.461189\" y=\"136.323212\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"402.907398\" y=\"167.406884\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"465.221452\" y=\"92.91836\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"463.29845\" y=\"80.380428\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"489.231936\" y=\"70.242314\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"452.063636\" y=\"48.831599\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"443.320987\" y=\"143.516035\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"454.300587\" y=\"128.669547\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"448.157228\" y=\"105.884365\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"446.775874\" y=\"100.816107\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"432.750767\" y=\"144.943627\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"457.446439\" y=\"125.608198\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"423.332561\" y=\"124.719268\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"442.738147\" y=\"112.32018\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"419.95495\" y=\"128.16968\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"430.084486\" y=\"162.013798\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"440.32207\" y=\"130.948733\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"421.907936\" y=\"150.403074\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"440.945919\" y=\"133.512769\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"452.860249\" y=\"118.465706\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"477.597169\" y=\"81.660209\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"408.739054\" y=\"133.061369\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"446.14709\" y=\"97.029907\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"427.957072\" y=\"141.572307\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"434.617068\" y=\"124.725011\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"489.66332\" y=\"77.695165\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"449.249942\" y=\"117.989185\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"426.463323\" y=\"135.475027\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"473.352713\" y=\"119.59105\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"473.914266\" y=\"76.081752\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"513.442429\" y=\"80.525672\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"468.559977\" y=\"104.076793\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"460.720163\" y=\"121.04541\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"483.528513\" y=\"77.930621\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"464.573143\" y=\"145.35412\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"478.951334\" y=\"53.388702\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"476.00416\" y=\"97.251902\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"453.189872\" y=\"113.268025\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"477.0071\" y=\"76.983085\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"466.477351\" y=\"63.176314\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"449.917703\" y=\"133.839002\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"463.59203\" y=\"65.433233\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"461.82462\" y=\"85.455674\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"456.691032\" y=\"116.408156\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"469.5998\" y=\"125.852881\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"491.725978\" y=\"95.056675\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"472.965831\" y=\"84.09024\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"473.211661\" y=\"134.297869\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"497.450075\" y=\"94.83576\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"445.077221\" y=\"125.582425\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"440.04164\" y=\"125.12639\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"452.460093\" y=\"121.450273\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"518.328043\" y=\"61.339208\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"418.866549\" y=\"148.456817\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"462.433373\" y=\"144.630102\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"421.57318\" y=\"145.169107\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"444.696463\" y=\"111.681191\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"459.058886\" y=\"55.935135\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"436.555959\" y=\"71.257096\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m4bbc05113f\" x=\"445.363868\" y=\"102.693454\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_5\">\n",
       "    <g id=\"xtick_7\">\n",
       "     <g id=\"line2d_18\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mcfa235ae1c\" x=\"408.241185\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_24\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(400.870091 199.996562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_8\">\n",
       "     <g id=\"line2d_19\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mcfa235ae1c\" x=\"459.587175\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_25\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(456.405925 199.996562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_9\">\n",
       "     <g id=\"line2d_20\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mcfa235ae1c\" x=\"510.933164\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_26\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(507.751914 199.996562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_27\">\n",
       "     <!-- X -->\n",
       "     <g transform=\"translate(461.334443 213.674688)scale(0.1 -0.1)\">\n",
       "      <use xlink:href=\"#DejaVuSans-58\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_6\">\n",
       "    <g id=\"ytick_12\">\n",
       "     <g id=\"line2d_21\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbfe687da40\" x=\"391.976834\" y=\"181.542514\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_28\">\n",
       "      <!-- −4 -->\n",
       "      <g transform=\"translate(370.234647 185.341733)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-34\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_13\">\n",
       "     <g id=\"line2d_22\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbfe687da40\" x=\"391.976834\" y=\"142.800501\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_29\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(370.234647 146.59972)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_14\">\n",
       "     <g id=\"line2d_23\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbfe687da40\" x=\"391.976834\" y=\"104.058488\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_30\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(378.614334 107.857706)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_15\">\n",
       "     <g id=\"line2d_24\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbfe687da40\" x=\"391.976834\" y=\"65.316475\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_31\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(378.614334 69.115693)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_16\">\n",
       "     <g id=\"line2d_25\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mbfe687da40\" x=\"391.976834\" y=\"26.574461\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_32\">\n",
       "      <!-- 4 -->\n",
       "      <g transform=\"translate(378.614334 30.37368)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-34\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_33\">\n",
       "     <!-- Y -->\n",
       "     <g transform=\"translate(364.154959 106.912031)rotate(-90)scale(0.1 -0.1)\">\n",
       "      <use xlink:href=\"#DejaVuSans-59\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"patch_13\">\n",
       "    <path d=\"M 391.976834 185.398125 \n",
       "L 391.976834 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_14\">\n",
       "    <path d=\"M 537.542052 185.398125 \n",
       "L 537.542052 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_15\">\n",
       "    <path d=\"M 391.976834 185.398125 \n",
       "L 537.542052 185.398125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_16\">\n",
       "    <path d=\"M 391.976834 22.318125 \n",
       "L 537.542052 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"text_34\">\n",
       "    <!-- cov = 1.2 -->\n",
       "    <g transform=\"translate(435.854443 16.318125)scale(0.12 -0.12)\">\n",
       "     <use xlink:href=\"#DejaVuSans-63\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-6f\" x=\"54.980469\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-76\" x=\"116.162109\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-20\" x=\"175.341797\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-3d\" x=\"207.128906\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-20\" x=\"290.917969\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-31\" x=\"322.705078\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-2e\" x=\"386.328125\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-32\" x=\"418.115234\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "  </g>\n",
       " </g>\n",
       " <defs>\n",
       "  <clipPath id=\"p2d9a20e216\">\n",
       "   <rect x=\"42.620312\" y=\"22.318125\" width=\"145.565217\" height=\"163.08\"/>\n",
       "  </clipPath>\n",
       "  <clipPath id=\"p8937ed4d29\">\n",
       "   <rect x=\"217.298573\" y=\"22.318125\" width=\"145.565217\" height=\"163.08\"/>\n",
       "  </clipPath>\n",
       "  <clipPath id=\"p105e800926\">\n",
       "   <rect x=\"391.976834\" y=\"22.318125\" width=\"145.565217\" height=\"163.08\"/>\n",
       "  </clipPath>\n",
       " </defs>\n",
       "</svg>\n"
      ],
      "text/plain": [
       "<Figure size 864x216 with 3 Axes>"
      ]
     },
     "metadata": {
      "needs_background": "light"
     },
     "output_type": "display_data"
    }
   ],
   "source": [
    "# Plot a few random variables adjustable covariance\n",
    "covs = [-0.9, 0.0, 1.2]\n",
    "d2l.plt.figure(figsize=(12, 3))\n",
    "for i in range(3):\n",
    "    X = tf.random.normal((500, ))\n",
    "    Y = covs[i]*X + tf.random.normal((500, ))\n",
    "\n",
    "    d2l.plt.subplot(1, 4, i+1)\n",
    "    d2l.plt.scatter(X.numpy(), Y.numpy())\n",
    "    d2l.plt.xlabel('X')\n",
    "    d2l.plt.ylabel('Y')\n",
    "    d2l.plt.title(f'cov = {covs[i]}')\n",
    "d2l.plt.show()"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {
    "origin_pos": 32
   },
   "source": [
    "Let us see some properties of covariances:\n",
    "\n",
    "* For any random variable $X$, $\\mathrm{Cov}(X, X) = \\mathrm{Var}(X)$.\n",
    "* For any random variables $X, Y$ and numbers $a$ and $b$, $\\mathrm{Cov}(aX+b, Y) = \\mathrm{Cov}(X, aY+b) = a\\mathrm{Cov}(X, Y)$.\n",
    "* If $X$ and $Y$ are independent then $\\mathrm{Cov}(X, Y) = 0$.\n",
    "\n",
    "In addition, we can use the covariance to expand a relationship we saw before.  Recall that is $X$ and $Y$ are two independent random variables then\n",
    "\n",
    "$$\n",
    "\\mathrm{Var}(X+Y) = \\mathrm{Var}(X) + \\mathrm{Var}(Y).\n",
    "$$\n",
    "\n",
    "With knowledge of covariances, we can expand this relationship.  Indeed, some algebra can show that in general,\n",
    "\n",
    "$$\n",
    "\\mathrm{Var}(X+Y) = \\mathrm{Var}(X) + \\mathrm{Var}(Y) + 2\\mathrm{Cov}(X, Y).\n",
    "$$\n",
    "\n",
    "This allows us to generalize the variance summation rule for correlated random variables.\n",
    "\n",
    "### Correlation\n",
    "\n",
    "As we did in the case of means and variances, let us now consider units.  If $X$ is measured in one unit (say inches), and $Y$ is measured in another (say dollars), the covariance is measured in the product of these two units $\\text{inches} \\times \\text{dollars}$.  These units can be hard to interpret.  What we will often want in this case is a unit-less measurement of relatedness.  Indeed, often we do not care about exact quantitative correlation, but rather ask if the correlation is in the same direction, and how strong the relationship is.\n",
    "\n",
    "To see what makes sense, let us perform a thought experiment.  Suppose that we convert our random variables in inches and dollars to be in inches and cents.  In this case the random variable $Y$ is multiplied by $100$.  If we work through the definition, this means that $\\mathrm{Cov}(X, Y)$ will be multiplied by $100$.  Thus we see that in this case a change of units change the covariance by a factor of $100$.  Thus, to find our unit-invariant measure of correlation, we will need to divide by something else that also gets scaled by $100$.  Indeed we have a clear candidate, the standard deviation!  Indeed if we define the *correlation coefficient* to be\n",
    "\n",
    "$$\\rho(X, Y) = \\frac{\\mathrm{Cov}(X, Y)}{\\sigma_{X}\\sigma_{Y}},$$\n",
    ":eqlabel:`eq_cor_def`\n",
    "\n",
    "we see that this is a unit-less value.  A little mathematics can show that this number is between $-1$ and $1$ with $1$ meaning maximally positively correlated, whereas $-1$ means maximally negatively correlated.\n",
    "\n",
    "Returning to our explicit discrete example above, we can see that $\\sigma_X = 1$ and $\\sigma_Y = 2$, so we can compute the correlation between the two random variables using :eqref:`eq_cor_def` to see that\n",
    "\n",
    "$$\n",
    "\\rho(X, Y) = \\frac{4p-2}{1\\cdot 2} = 2p-1.\n",
    "$$\n",
    "\n",
    "This now ranges between $-1$ and $1$ with the expected behavior of $1$ meaning most correlated, and $-1$ meaning minimally correlated.\n",
    "\n",
    "As another example, consider $X$ as any random variable, and $Y=aX+b$ as any linear deterministic function of $X$.  Then, one can compute that\n",
    "\n",
    "$$\\sigma_{Y} = \\sigma_{aX+b} = |a|\\sigma_{X},$$\n",
    "\n",
    "$$\\mathrm{Cov}(X, Y) = \\mathrm{Cov}(X, aX+b) = a\\mathrm{Cov}(X, X) = a\\mathrm{Var}(X),$$\n",
    "\n",
    "and thus by :eqref:`eq_cor_def` that\n",
    "\n",
    "$$\n",
    "\\rho(X, Y) = \\frac{a\\mathrm{Var}(X)}{|a|\\sigma_{X}^2} = \\frac{a}{|a|} = \\mathrm{sign}(a).\n",
    "$$\n",
    "\n",
    "Thus we see that the correlation is $+1$ for any $a > 0$, and $-1$ for any $a < 0$ illustrating that correlation measures the degree and directionality the two random variables are related, not the scale that the variation takes.\n",
    "\n",
    "Let us again plot a collection of random variables with tunable correlation.\n"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 9,
   "metadata": {
    "origin_pos": 35,
    "tab": [
     "tensorflow"
    ]
   },
   "outputs": [
    {
     "data": {
      "image/svg+xml": [
       "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>\n",
       "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"\n",
       "  \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n",
       "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"544.742052pt\" height=\"222.954375pt\" viewBox=\"0 0 544.742052 222.954375\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">\n",
       " <metadata>\n",
       "  <rdf:RDF xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:cc=\"http://creativecommons.org/ns#\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n",
       "   <cc:Work>\n",
       "    <dc:type rdf:resource=\"http://purl.org/dc/dcmitype/StillImage\"/>\n",
       "    <dc:date>2022-03-24T13:12:19.648329</dc:date>\n",
       "    <dc:format>image/svg+xml</dc:format>\n",
       "    <dc:creator>\n",
       "     <cc:Agent>\n",
       "      <dc:title>Matplotlib v3.5.1, https://matplotlib.org/</dc:title>\n",
       "     </cc:Agent>\n",
       "    </dc:creator>\n",
       "   </cc:Work>\n",
       "  </rdf:RDF>\n",
       " </metadata>\n",
       " <defs>\n",
       "  <style type=\"text/css\">*{stroke-linejoin: round; stroke-linecap: butt}</style>\n",
       " </defs>\n",
       " <g id=\"figure_1\">\n",
       "  <g id=\"patch_1\">\n",
       "   <path d=\"M 0 222.954375 \n",
       "L 544.742052 222.954375 \n",
       "L 544.742052 0 \n",
       "L 0 0 \n",
       "L 0 222.954375 \n",
       "z\n",
       "\" style=\"fill: none\"/>\n",
       "  </g>\n",
       "  <g id=\"axes_1\">\n",
       "   <g id=\"patch_2\">\n",
       "    <path d=\"M 42.620312 185.398125 \n",
       "L 188.18553 185.398125 \n",
       "L 188.18553 22.318125 \n",
       "L 42.620312 22.318125 \n",
       "z\n",
       "\" style=\"fill: #ffffff\"/>\n",
       "   </g>\n",
       "   <g id=\"PathCollection_1\">\n",
       "    <defs>\n",
       "     <path id=\"m7145ac23e3\" d=\"M 0 3 \n",
       "C 0.795609 3 1.55874 2.683901 2.12132 2.12132 \n",
       "C 2.683901 1.55874 3 0.795609 3 0 \n",
       "C 3 -0.795609 2.683901 -1.55874 2.12132 -2.12132 \n",
       "C 1.55874 -2.683901 0.795609 -3 0 -3 \n",
       "C -0.795609 -3 -1.55874 -2.683901 -2.12132 -2.12132 \n",
       "C -2.683901 -1.55874 -3 -0.795609 -3 0 \n",
       "C -3 0.795609 -2.683901 1.55874 -2.12132 2.12132 \n",
       "C -1.55874 2.683901 -0.795609 3 0 3 \n",
       "z\n",
       "\" style=\"stroke: #1f77b4\"/>\n",
       "    </defs>\n",
       "    <g clip-path=\"url(#p3b3fe7a27a)\">\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"137.276195\" y=\"124.645395\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"157.49277\" y=\"146.317942\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"130.148981\" y=\"116.904631\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"156.704887\" y=\"134.615916\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"135.139105\" y=\"120.309557\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"129.179699\" y=\"115.546459\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"78.975651\" y=\"67.834657\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"103.212223\" y=\"81.187295\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"133.775225\" y=\"133.804382\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"111.725396\" y=\"113.38537\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"129.726426\" y=\"122.174257\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"97.794131\" y=\"94.659823\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"111.103815\" y=\"99.277472\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"117.264416\" y=\"91.600456\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"125.710905\" y=\"118.94851\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"108.034912\" y=\"99.162108\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"93.374472\" y=\"71.168658\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"101.509245\" y=\"95.719609\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"117.825784\" y=\"97.926096\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"88.686175\" y=\"102.008446\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"96.413609\" y=\"102.043107\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"167.723312\" y=\"141.653816\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"101.852006\" y=\"92.728154\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"98.746084\" y=\"86.12152\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"93.327071\" y=\"67.537117\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"98.50754\" y=\"87.61515\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"136.700673\" y=\"131.353464\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"133.050219\" y=\"135.84678\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"101.241409\" y=\"90.764104\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"107.21552\" y=\"91.695605\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"148.635451\" y=\"123.287475\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"138.625974\" y=\"139.246819\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"136.553108\" y=\"134.034092\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"104.366716\" y=\"78.145276\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"147.262381\" y=\"145.786565\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"142.111473\" y=\"132.370783\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"81.076137\" y=\"80.380323\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"110.156295\" y=\"111.822494\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"117.301676\" y=\"111.56321\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"149.408909\" y=\"117.953881\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"118.651802\" y=\"103.194037\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"97.6501\" y=\"85.634651\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"123.056369\" y=\"116.865369\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"110.536399\" y=\"110.515558\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"145.474728\" y=\"140.674685\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"122.352259\" y=\"88.977935\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"103.152371\" y=\"117.756896\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"119.679007\" y=\"117.515216\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"112.380677\" y=\"95.533581\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"135.361697\" y=\"150.663853\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"100.151003\" y=\"109.31332\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"148.963384\" y=\"127.763682\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"136.736062\" y=\"108.882446\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"121.822457\" y=\"115.814121\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"146.108077\" y=\"127.655379\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"108.755734\" y=\"93.658617\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"97.209746\" y=\"73.146583\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"94.796883\" y=\"90.173265\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"137.642686\" y=\"138.829598\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"108.499057\" y=\"112.775975\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"149.161041\" y=\"132.369614\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"149.313728\" y=\"128.454378\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"103.179881\" y=\"82.331752\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"122.046738\" y=\"119.283696\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"115.131629\" y=\"93.599813\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"93.336632\" y=\"75.216248\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"108.552629\" y=\"95.913468\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"143.715595\" y=\"123.107145\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"127.841311\" y=\"126.270583\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"89.870166\" y=\"89.714283\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"133.597046\" y=\"118.887434\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"70.87991\" y=\"65.146087\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"69.019577\" y=\"50.772576\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"78.127819\" y=\"79.154977\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"119.538034\" y=\"102.41061\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"107.23683\" y=\"68.714213\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"122.075688\" y=\"104.172136\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"101.486803\" y=\"97.21347\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"123.765148\" y=\"113.131781\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"107.716783\" y=\"101.518377\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"98.32889\" y=\"83.463673\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"154.130836\" y=\"129.686556\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"121.827427\" y=\"96.579833\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"89.046738\" y=\"73.658623\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"153.100481\" y=\"139.602504\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"139.899229\" y=\"125.907802\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"64.090979\" y=\"63.097442\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"55.81824\" y=\"36.384356\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"163.19131\" y=\"146.245556\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"137.304891\" y=\"120.63403\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"119.568318\" y=\"107.859239\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"141.237305\" y=\"123.359506\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"95.644434\" y=\"104.450869\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"116.247204\" y=\"96.234631\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"130.993794\" y=\"117.916208\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"155.14658\" y=\"126.945635\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"133.260328\" y=\"113.461694\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"134.227718\" y=\"138.47446\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"146.336572\" y=\"142.189177\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"113.946374\" y=\"108.817816\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"180.13463\" y=\"173.340775\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"119.627439\" y=\"83.277267\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"76.254042\" y=\"60.383826\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"161.879088\" y=\"147.029645\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"124.896893\" y=\"83.547195\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"111.173093\" y=\"118.339983\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"127.087637\" y=\"123.050904\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"143.529228\" y=\"108.025611\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"101.201982\" y=\"82.950992\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"122.908618\" y=\"107.27458\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"126.63047\" y=\"118.423401\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"129.182692\" y=\"111.241306\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"135.534015\" y=\"128.90134\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"137.411271\" y=\"132.352312\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"116.613288\" y=\"107.562506\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"126.071646\" y=\"119.633305\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"124.963164\" y=\"127.435185\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"122.944478\" y=\"122.415202\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"115.100187\" y=\"100.547615\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"89.221857\" y=\"71.498248\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"137.854074\" y=\"137.608724\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"91.257859\" y=\"68.907555\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"73.946862\" y=\"65.386019\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"161.683044\" y=\"138.397749\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"121.91764\" y=\"123.58111\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"110.424706\" y=\"111.401818\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"136.878056\" y=\"119.179519\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"149.794792\" y=\"133.940589\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"107.33512\" y=\"106.65371\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"146.662919\" y=\"152.845039\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"96.371858\" y=\"87.658525\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"79.255836\" y=\"93.241789\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"137.811426\" y=\"139.594725\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"50.398906\" y=\"39.116966\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"125.132718\" y=\"96.05939\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"89.129493\" y=\"82.08606\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"105.441303\" y=\"102.638285\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"80.778423\" y=\"96.632137\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"155.96049\" y=\"137.85116\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"106.635262\" y=\"99.147002\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"86.63453\" y=\"82.561149\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"87.502785\" y=\"85.371984\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"125.490647\" y=\"108.460825\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"74.305994\" y=\"80.553502\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"109.432791\" y=\"96.474361\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"157.990473\" y=\"153.88812\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"118.261045\" y=\"115.819331\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"110.551742\" y=\"104.763384\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"96.545277\" y=\"94.759058\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"108.161553\" y=\"87.818601\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"119.117872\" y=\"126.311001\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"115.004342\" y=\"77.406993\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"125.559832\" y=\"115.913698\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"91.313776\" y=\"76.293564\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"76.422152\" y=\"66.053793\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"141.822564\" y=\"128.463218\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"164.853457\" y=\"133.845719\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"122.90864\" y=\"124.442861\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"79.119591\" y=\"81.466319\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"125.102302\" y=\"118.595127\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"106.733165\" y=\"81.202204\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"131.112626\" y=\"116.610372\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"157.649444\" y=\"111.462967\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"139.38823\" y=\"125.96382\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"166.974209\" y=\"134.568335\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"127.577024\" y=\"119.583568\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"106.180792\" y=\"93.773561\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"150.498229\" y=\"146.928019\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"128.618294\" y=\"106.161101\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"132.625784\" y=\"126.847148\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"86.567099\" y=\"83.099861\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"82.760394\" y=\"65.508495\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"156.015804\" y=\"139.087692\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"114.223528\" y=\"103.639293\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"81.988813\" y=\"61.862063\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"98.547985\" y=\"72.625147\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"144.712518\" y=\"136.627786\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"60.34174\" y=\"61.046516\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"172.189266\" y=\"153.462942\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"93.584875\" y=\"95.479505\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"120.215322\" y=\"100.813831\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"106.081282\" y=\"78.113276\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"123.816424\" y=\"95.645945\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"106.131521\" y=\"94.937751\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"137.789272\" y=\"133.390189\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"87.105013\" y=\"85.874438\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"79.272892\" y=\"65.154207\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"100.39231\" y=\"108.401313\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"136.315501\" y=\"107.187996\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"132.988377\" y=\"113.634381\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"81.067287\" y=\"81.059182\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"149.02761\" y=\"143.078397\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"94.284947\" y=\"80.782938\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"150.019089\" y=\"152.663101\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"130.839578\" y=\"116.690928\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"114.458809\" y=\"75.885071\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"123.300926\" y=\"117.20208\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"84.218965\" y=\"110.495019\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"137.910386\" y=\"125.003665\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"135.340742\" y=\"115.400401\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"101.53675\" y=\"84.387086\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"173.013034\" y=\"162.625543\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"158.640512\" y=\"140.726572\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"82.460623\" y=\"51.410699\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"112.957844\" y=\"82.326175\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"103.331499\" y=\"85.07985\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"77.114112\" y=\"62.449358\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"98.395631\" y=\"81.772987\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"112.546123\" y=\"96.291825\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"97.506973\" y=\"92.847467\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"63.847693\" y=\"56.958139\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"154.365248\" y=\"153.472799\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"100.558066\" y=\"83.400892\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"128.840849\" y=\"114.087094\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"88.224546\" y=\"80.646205\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"109.22626\" y=\"91.692235\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"116.696586\" y=\"104.476132\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"119.236828\" y=\"110.235961\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"111.031487\" y=\"100.749845\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"107.593578\" y=\"101.632127\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"114.417955\" y=\"100.009517\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"135.042906\" y=\"140.823214\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"93.059082\" y=\"92.46283\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"118.824198\" y=\"112.67755\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"134.138348\" y=\"128.634926\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"138.682301\" y=\"124.558145\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"147.189163\" y=\"122.467296\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"99.284126\" y=\"100.321708\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"137.132073\" y=\"132.216375\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"85.662008\" y=\"103.589886\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"137.006789\" y=\"122.188489\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"98.16784\" y=\"61.726385\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"116.520599\" y=\"93.968911\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"109.839026\" y=\"107.538234\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"121.39765\" y=\"108.17398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"130.338916\" y=\"115.271453\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"142.383059\" y=\"122.368018\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"76.066952\" y=\"73.258016\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"141.231717\" y=\"126.272997\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"169.880854\" y=\"168.472342\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"126.861088\" y=\"101.576493\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"124.300211\" y=\"108.229356\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"102.870091\" y=\"80.713214\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"109.759618\" y=\"104.391864\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"106.885653\" y=\"105.491321\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"112.006452\" y=\"107.890179\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"149.438057\" y=\"126.727402\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"157.892052\" y=\"131.100236\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"66.043633\" y=\"51.222296\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"130.400652\" y=\"122.797682\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"138.143817\" y=\"127.126338\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"125.781498\" y=\"125.845287\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"129.764294\" y=\"119.121642\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"119.97097\" y=\"103.729639\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"132.517959\" y=\"116.853676\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"180.636927\" y=\"177.985398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"140.817851\" y=\"145.360567\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"113.555442\" y=\"109.532196\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"106.154088\" y=\"94.846695\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"131.930443\" y=\"115.310513\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"132.298489\" y=\"122.047987\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"111.604866\" y=\"100.846156\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"91.174413\" y=\"103.097237\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"85.07056\" y=\"84.180276\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"106.446953\" y=\"94.680073\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"94.890477\" y=\"66.593763\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"129.690995\" y=\"116.185366\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"165.48881\" y=\"142.313018\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"131.111304\" y=\"111.834413\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"103.551864\" y=\"93.331722\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"108.009146\" y=\"84.030439\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"105.60507\" y=\"105.667498\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"159.237106\" y=\"139.366734\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"73.516731\" y=\"80.965563\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"144.593063\" y=\"136.884878\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"96.966531\" y=\"90.062741\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"109.532428\" y=\"114.607864\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"100.728563\" y=\"104.766264\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"106.381884\" y=\"96.002718\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"106.272538\" y=\"98.993202\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"104.772513\" y=\"82.748113\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"70.988257\" y=\"54.274948\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"82.487679\" y=\"75.475953\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"92.976083\" y=\"79.399259\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"94.2711\" y=\"81.08792\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"102.494982\" y=\"81.944007\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"133.914106\" y=\"123.359695\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"90.673064\" y=\"91.878654\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"115.234925\" y=\"123.983043\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"55.759115\" y=\"29.730852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"117.656596\" y=\"98.988402\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"123.976847\" y=\"96.654127\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"77.37487\" y=\"66.121257\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"120.025303\" y=\"118.543129\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"84.749766\" y=\"74.093271\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"127.767873\" y=\"119.17295\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"122.077221\" y=\"104.691942\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"138.903276\" y=\"136.666104\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"149.186226\" y=\"141.869854\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"115.69798\" y=\"110.485065\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"103.714376\" y=\"83.362445\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"128.610682\" y=\"112.841604\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"125.548223\" y=\"109.573654\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"129.573316\" y=\"125.986119\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"128.423766\" y=\"105.564424\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"123.68266\" y=\"115.294643\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"93.475489\" y=\"71.427846\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"121.923266\" y=\"106.829374\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"101.235182\" y=\"83.860522\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"106.609642\" y=\"92.163097\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"72.511888\" y=\"68.253985\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"98.467778\" y=\"81.274063\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"71.984956\" y=\"78.285827\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"89.645425\" y=\"80.203398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"123.400598\" y=\"114.645587\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"138.015928\" y=\"99.818403\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"114.490478\" y=\"99.705724\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"120.201621\" y=\"91.361815\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"167.107864\" y=\"146.598869\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"134.610363\" y=\"117.933696\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"143.705544\" y=\"139.36002\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"63.989768\" y=\"48.833642\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"126.427029\" y=\"121.890996\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"119.62952\" y=\"113.844962\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"71.257331\" y=\"61.902561\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"92.427546\" y=\"86.162617\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"145.280689\" y=\"150.506184\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"156.973955\" y=\"148.778089\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"164.458333\" y=\"139.693729\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"145.715706\" y=\"130.094777\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"105.350207\" y=\"96.281491\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"123.260303\" y=\"106.135535\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"134.15776\" y=\"126.876445\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"108.620862\" y=\"102.673296\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"112.411881\" y=\"117.912019\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"91.969203\" y=\"83.054527\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"142.591125\" y=\"119.917525\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"102.648106\" y=\"101.137481\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"85.129791\" y=\"77.900179\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"148.585691\" y=\"127.521978\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"134.798569\" y=\"116.717753\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"121.638131\" y=\"106.018849\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"90.134258\" y=\"91.058411\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"78.99443\" y=\"73.057538\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"109.396129\" y=\"107.754496\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"131.745688\" y=\"134.726105\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"148.084429\" y=\"132.245991\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"168.032929\" y=\"159.34465\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"84.880998\" y=\"84.557317\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"107.241612\" y=\"101.964266\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"93.663092\" y=\"63.468734\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"129.004531\" y=\"134.046447\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"128.871951\" y=\"121.090985\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"100.320255\" y=\"86.488343\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"137.339208\" y=\"109.295493\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"124.163336\" y=\"107.223934\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"69.645116\" y=\"55.312136\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"105.400962\" y=\"95.783375\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"152.887289\" y=\"134.053342\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"181.568929\" y=\"170.276812\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"132.687491\" y=\"121.368659\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"111.990828\" y=\"93.886596\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"132.238869\" y=\"123.481593\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"116.977983\" y=\"102.77418\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"115.099385\" y=\"116.988911\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"112.134882\" y=\"101.540085\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"127.411083\" y=\"114.582954\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"106.368982\" y=\"106.740329\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"100.271609\" y=\"85.629132\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"118.438084\" y=\"103.665959\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"132.234782\" y=\"127.915434\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"120.383257\" y=\"114.245455\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"101.107138\" y=\"86.751024\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"105.607145\" y=\"95.719269\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"158.828835\" y=\"135.62878\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"126.962563\" y=\"117.388346\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"120.508786\" y=\"113.301076\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"141.642651\" y=\"132.437819\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"113.791654\" y=\"85.145402\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"72.647525\" y=\"57.663197\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"107.648276\" y=\"89.44396\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"101.38114\" y=\"111.14522\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"146.696623\" y=\"139.725366\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"128.486757\" y=\"117.529486\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"134.974089\" y=\"121.883568\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"107.868109\" y=\"101.677515\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"152.994344\" y=\"135.439908\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"123.191092\" y=\"99.585027\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"116.357512\" y=\"95.19727\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"130.99769\" y=\"117.84132\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"107.875015\" y=\"94.141992\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"95.044961\" y=\"88.437478\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"54.808443\" y=\"42.627366\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"137.001174\" y=\"143.663646\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"131.993987\" y=\"119.271004\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"82.292513\" y=\"86.722925\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"115.57533\" y=\"102.357724\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"89.944868\" y=\"70.648078\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"119.29889\" y=\"114.117057\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"97.209039\" y=\"77.845718\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"123.017649\" y=\"106.924143\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"95.568814\" y=\"74.990903\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"117.47598\" y=\"103.203599\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"162.670881\" y=\"147.097478\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"100.643803\" y=\"97.20286\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"155.011701\" y=\"152.74308\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"149.608302\" y=\"142.286631\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"136.51988\" y=\"109.441056\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"86.603933\" y=\"87.12685\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"96.104132\" y=\"91.862386\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"123.428678\" y=\"110.926077\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"143.013293\" y=\"141.595662\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"132.649802\" y=\"109.373708\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"118.74424\" y=\"113.727496\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"100.164902\" y=\"78.271986\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"127.524723\" y=\"120.029858\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"141.379854\" y=\"132.046896\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"72.912022\" y=\"72.103381\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"102.155406\" y=\"80.987962\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"109.127114\" y=\"89.023251\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"169.202702\" y=\"150.899129\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"146.68667\" y=\"127.933033\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"150.704303\" y=\"139.223566\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"116.909877\" y=\"105.93513\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"111.62223\" y=\"70.909464\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"141.909031\" y=\"121.678776\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"104.822867\" y=\"110.969073\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"90.825224\" y=\"80.075186\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"89.229646\" y=\"71.127241\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"104.07686\" y=\"76.46374\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"115.835119\" y=\"116.351951\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"102.099347\" y=\"87.707152\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"77.697703\" y=\"66.499921\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"123.978759\" y=\"119.097462\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"102.83207\" y=\"88.517351\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"150.103322\" y=\"130.230675\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"61.123563\" y=\"47.788272\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"91.878157\" y=\"88.920284\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"126.652655\" y=\"144.552614\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"139.108522\" y=\"129.982699\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"101.303831\" y=\"90.148631\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"154.605779\" y=\"146.328563\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"132.880154\" y=\"117.111895\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"170.24152\" y=\"142.981151\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"112.282196\" y=\"93.242892\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"141.853674\" y=\"133.785935\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"132.307689\" y=\"140.840056\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"156.176034\" y=\"139.364596\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"142.877848\" y=\"132.515476\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"118.931028\" y=\"118.555838\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"126.469047\" y=\"122.335325\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"146.713108\" y=\"136.631062\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"121.078742\" y=\"107.809679\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"98.020441\" y=\"71.10175\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"126.511351\" y=\"114.761089\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"129.212188\" y=\"110.921198\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"140.746304\" y=\"123.783215\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"122.514211\" y=\"101.280793\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"149.324339\" y=\"122.277151\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"137.188972\" y=\"123.864186\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"120.742344\" y=\"109.593325\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"155.750568\" y=\"156.0682\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"125.482981\" y=\"89.35621\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"150.973861\" y=\"145.170003\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"118.695966\" y=\"104.95951\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"138.262406\" y=\"133.710612\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"84.067381\" y=\"76.663204\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"141.237144\" y=\"132.463905\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"132.181185\" y=\"132.345485\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"125.8166\" y=\"120.467991\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"138.186619\" y=\"101.71941\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"99.65109\" y=\"89.203704\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"113.950375\" y=\"88.29718\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"52.252523\" y=\"44.765283\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"122.963927\" y=\"121.222675\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"49.236913\" y=\"43.794427\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"113.150761\" y=\"109.10123\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"126.232797\" y=\"115.320333\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"133.926309\" y=\"131.316946\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"115.3303\" y=\"107.218423\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"80.196041\" y=\"71.505257\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"90.811305\" y=\"85.813274\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"102.117198\" y=\"89.057432\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"88.628044\" y=\"71.319955\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"55.608977\" y=\"78.133204\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"104.738652\" y=\"87.775149\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"124.396531\" y=\"131.336816\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"112.061018\" y=\"92.112547\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"161.687916\" y=\"142.698984\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"130.802703\" y=\"111.166335\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"115.041884\" y=\"91.407878\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"122.347439\" y=\"95.66887\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"87.89025\" y=\"69.807411\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"98.685384\" y=\"89.05074\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"101.295142\" y=\"86.787072\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"130.812011\" y=\"134.240216\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"160.133022\" y=\"145.642273\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"80.249334\" y=\"79.597831\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"84.937057\" y=\"99.072322\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"171.025565\" y=\"157.952298\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_1\">\n",
       "    <g id=\"xtick_1\">\n",
       "     <g id=\"line2d_1\">\n",
       "      <defs>\n",
       "       <path id=\"mb1177f2efb\" d=\"M 0 0 \n",
       "L 0 3.5 \n",
       "\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </defs>\n",
       "      <g>\n",
       "       <use xlink:href=\"#mb1177f2efb\" x=\"68.186536\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_1\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(60.815443 199.996562)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-2212\" d=\"M 678 2272 \n",
       "L 4684 2272 \n",
       "L 4684 1741 \n",
       "L 678 1741 \n",
       "L 678 2272 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "        <path id=\"DejaVuSans-32\" d=\"M 1228 531 \n",
       "L 3431 531 \n",
       "L 3431 0 \n",
       "L 469 0 \n",
       "L 469 531 \n",
       "Q 828 903 1448 1529 \n",
       "Q 2069 2156 2228 2338 \n",
       "Q 2531 2678 2651 2914 \n",
       "Q 2772 3150 2772 3378 \n",
       "Q 2772 3750 2511 3984 \n",
       "Q 2250 4219 1831 4219 \n",
       "Q 1534 4219 1204 4116 \n",
       "Q 875 4013 500 3803 \n",
       "L 500 4441 \n",
       "Q 881 4594 1212 4672 \n",
       "Q 1544 4750 1819 4750 \n",
       "Q 2544 4750 2975 4387 \n",
       "Q 3406 4025 3406 3419 \n",
       "Q 3406 3131 3298 2873 \n",
       "Q 3191 2616 2906 2266 \n",
       "Q 2828 2175 2409 1742 \n",
       "Q 1991 1309 1228 531 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_2\">\n",
       "     <g id=\"line2d_2\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mb1177f2efb\" x=\"117.779001\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_2\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(114.597751 199.996562)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-30\" d=\"M 2034 4250 \n",
       "Q 1547 4250 1301 3770 \n",
       "Q 1056 3291 1056 2328 \n",
       "Q 1056 1369 1301 889 \n",
       "Q 1547 409 2034 409 \n",
       "Q 2525 409 2770 889 \n",
       "Q 3016 1369 3016 2328 \n",
       "Q 3016 3291 2770 3770 \n",
       "Q 2525 4250 2034 4250 \n",
       "z\n",
       "M 2034 4750 \n",
       "Q 2819 4750 3233 4129 \n",
       "Q 3647 3509 3647 2328 \n",
       "Q 3647 1150 3233 529 \n",
       "Q 2819 -91 2034 -91 \n",
       "Q 1250 -91 836 529 \n",
       "Q 422 1150 422 2328 \n",
       "Q 422 3509 836 4129 \n",
       "Q 1250 4750 2034 4750 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_3\">\n",
       "     <g id=\"line2d_3\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mb1177f2efb\" x=\"167.371466\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_3\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(164.190216 199.996562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_4\">\n",
       "     <!-- X -->\n",
       "     <g transform=\"translate(111.977921 213.674688)scale(0.1 -0.1)\">\n",
       "      <defs>\n",
       "       <path id=\"DejaVuSans-58\" d=\"M 403 4666 \n",
       "L 1081 4666 \n",
       "L 2241 2931 \n",
       "L 3406 4666 \n",
       "L 4084 4666 \n",
       "L 2584 2425 \n",
       "L 4184 0 \n",
       "L 3506 0 \n",
       "L 2194 1984 \n",
       "L 872 0 \n",
       "L 191 0 \n",
       "L 1856 2491 \n",
       "L 403 4666 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      </defs>\n",
       "      <use xlink:href=\"#DejaVuSans-58\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_2\">\n",
       "    <g id=\"ytick_1\">\n",
       "     <g id=\"line2d_4\">\n",
       "      <defs>\n",
       "       <path id=\"m50ad2c7140\" d=\"M 0 0 \n",
       "L -3.5 0 \n",
       "\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </defs>\n",
       "      <g>\n",
       "       <use xlink:href=\"#m50ad2c7140\" x=\"42.620312\" y=\"181.917478\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_5\">\n",
       "      <!-- −3 -->\n",
       "      <g transform=\"translate(20.878125 185.716697)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-33\" d=\"M 2597 2516 \n",
       "Q 3050 2419 3304 2112 \n",
       "Q 3559 1806 3559 1356 \n",
       "Q 3559 666 3084 287 \n",
       "Q 2609 -91 1734 -91 \n",
       "Q 1441 -91 1130 -33 \n",
       "Q 819 25 488 141 \n",
       "L 488 750 \n",
       "Q 750 597 1062 519 \n",
       "Q 1375 441 1716 441 \n",
       "Q 2309 441 2620 675 \n",
       "Q 2931 909 2931 1356 \n",
       "Q 2931 1769 2642 2001 \n",
       "Q 2353 2234 1838 2234 \n",
       "L 1294 2234 \n",
       "L 1294 2753 \n",
       "L 1863 2753 \n",
       "Q 2328 2753 2575 2939 \n",
       "Q 2822 3125 2822 3475 \n",
       "Q 2822 3834 2567 4026 \n",
       "Q 2313 4219 1838 4219 \n",
       "Q 1578 4219 1281 4162 \n",
       "Q 984 4106 628 3988 \n",
       "L 628 4550 \n",
       "Q 988 4650 1302 4700 \n",
       "Q 1616 4750 1894 4750 \n",
       "Q 2613 4750 3031 4423 \n",
       "Q 3450 4097 3450 3541 \n",
       "Q 3450 3153 3228 2886 \n",
       "Q 3006 2619 2597 2516 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-33\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_2\">\n",
       "     <g id=\"line2d_5\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m50ad2c7140\" x=\"42.620312\" y=\"156.974508\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_6\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(20.878125 160.773727)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_3\">\n",
       "     <g id=\"line2d_6\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m50ad2c7140\" x=\"42.620312\" y=\"132.031538\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_7\">\n",
       "      <!-- −1 -->\n",
       "      <g transform=\"translate(20.878125 135.830757)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-31\" d=\"M 794 531 \n",
       "L 1825 531 \n",
       "L 1825 4091 \n",
       "L 703 3866 \n",
       "L 703 4441 \n",
       "L 1819 4666 \n",
       "L 2450 4666 \n",
       "L 2450 531 \n",
       "L 3481 531 \n",
       "L 3481 0 \n",
       "L 794 0 \n",
       "L 794 531 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-31\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_4\">\n",
       "     <g id=\"line2d_7\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m50ad2c7140\" x=\"42.620312\" y=\"107.088568\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_8\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(29.257812 110.887786)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_5\">\n",
       "     <g id=\"line2d_8\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m50ad2c7140\" x=\"42.620312\" y=\"82.145597\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_9\">\n",
       "      <!-- 1 -->\n",
       "      <g transform=\"translate(29.257812 85.944816)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-31\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_6\">\n",
       "     <g id=\"line2d_9\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m50ad2c7140\" x=\"42.620312\" y=\"57.202627\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_10\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(29.257812 61.001846)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_7\">\n",
       "     <g id=\"line2d_10\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m50ad2c7140\" x=\"42.620312\" y=\"32.259657\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_11\">\n",
       "      <!-- 3 -->\n",
       "      <g transform=\"translate(29.257812 36.058875)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-33\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_12\">\n",
       "     <!-- Y -->\n",
       "     <g transform=\"translate(14.798437 106.912031)rotate(-90)scale(0.1 -0.1)\">\n",
       "      <defs>\n",
       "       <path id=\"DejaVuSans-59\" d=\"M -13 4666 \n",
       "L 666 4666 \n",
       "L 1959 2747 \n",
       "L 3244 4666 \n",
       "L 3922 4666 \n",
       "L 2272 2222 \n",
       "L 2272 0 \n",
       "L 1638 0 \n",
       "L 1638 2222 \n",
       "L -13 4666 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      </defs>\n",
       "      <use xlink:href=\"#DejaVuSans-59\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"patch_3\">\n",
       "    <path d=\"M 42.620312 185.398125 \n",
       "L 42.620312 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_4\">\n",
       "    <path d=\"M 188.18553 185.398125 \n",
       "L 188.18553 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_5\">\n",
       "    <path d=\"M 42.620312 185.398125 \n",
       "L 188.18553 185.398125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_6\">\n",
       "    <path d=\"M 42.620312 22.318125 \n",
       "L 188.18553 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"text_13\">\n",
       "    <!-- cor = -0.9 -->\n",
       "    <g transform=\"translate(85.417921 16.318125)scale(0.12 -0.12)\">\n",
       "     <defs>\n",
       "      <path id=\"DejaVuSans-63\" d=\"M 3122 3366 \n",
       "L 3122 2828 \n",
       "Q 2878 2963 2633 3030 \n",
       "Q 2388 3097 2138 3097 \n",
       "Q 1578 3097 1268 2742 \n",
       "Q 959 2388 959 1747 \n",
       "Q 959 1106 1268 751 \n",
       "Q 1578 397 2138 397 \n",
       "Q 2388 397 2633 464 \n",
       "Q 2878 531 3122 666 \n",
       "L 3122 134 \n",
       "Q 2881 22 2623 -34 \n",
       "Q 2366 -91 2075 -91 \n",
       "Q 1284 -91 818 406 \n",
       "Q 353 903 353 1747 \n",
       "Q 353 2603 823 3093 \n",
       "Q 1294 3584 2113 3584 \n",
       "Q 2378 3584 2631 3529 \n",
       "Q 2884 3475 3122 3366 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-6f\" d=\"M 1959 3097 \n",
       "Q 1497 3097 1228 2736 \n",
       "Q 959 2375 959 1747 \n",
       "Q 959 1119 1226 758 \n",
       "Q 1494 397 1959 397 \n",
       "Q 2419 397 2687 759 \n",
       "Q 2956 1122 2956 1747 \n",
       "Q 2956 2369 2687 2733 \n",
       "Q 2419 3097 1959 3097 \n",
       "z\n",
       "M 1959 3584 \n",
       "Q 2709 3584 3137 3096 \n",
       "Q 3566 2609 3566 1747 \n",
       "Q 3566 888 3137 398 \n",
       "Q 2709 -91 1959 -91 \n",
       "Q 1206 -91 779 398 \n",
       "Q 353 888 353 1747 \n",
       "Q 353 2609 779 3096 \n",
       "Q 1206 3584 1959 3584 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-72\" d=\"M 2631 2963 \n",
       "Q 2534 3019 2420 3045 \n",
       "Q 2306 3072 2169 3072 \n",
       "Q 1681 3072 1420 2755 \n",
       "Q 1159 2438 1159 1844 \n",
       "L 1159 0 \n",
       "L 581 0 \n",
       "L 581 3500 \n",
       "L 1159 3500 \n",
       "L 1159 2956 \n",
       "Q 1341 3275 1631 3429 \n",
       "Q 1922 3584 2338 3584 \n",
       "Q 2397 3584 2469 3576 \n",
       "Q 2541 3569 2628 3553 \n",
       "L 2631 2963 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-20\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-3d\" d=\"M 678 2906 \n",
       "L 4684 2906 \n",
       "L 4684 2381 \n",
       "L 678 2381 \n",
       "L 678 2906 \n",
       "z\n",
       "M 678 1631 \n",
       "L 4684 1631 \n",
       "L 4684 1100 \n",
       "L 678 1100 \n",
       "L 678 1631 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-2d\" d=\"M 313 2009 \n",
       "L 1997 2009 \n",
       "L 1997 1497 \n",
       "L 313 1497 \n",
       "L 313 2009 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-2e\" d=\"M 684 794 \n",
       "L 1344 794 \n",
       "L 1344 0 \n",
       "L 684 0 \n",
       "L 684 794 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "      <path id=\"DejaVuSans-39\" d=\"M 703 97 \n",
       "L 703 672 \n",
       "Q 941 559 1184 500 \n",
       "Q 1428 441 1663 441 \n",
       "Q 2288 441 2617 861 \n",
       "Q 2947 1281 2994 2138 \n",
       "Q 2813 1869 2534 1725 \n",
       "Q 2256 1581 1919 1581 \n",
       "Q 1219 1581 811 2004 \n",
       "Q 403 2428 403 3163 \n",
       "Q 403 3881 828 4315 \n",
       "Q 1253 4750 1959 4750 \n",
       "Q 2769 4750 3195 4129 \n",
       "Q 3622 3509 3622 2328 \n",
       "Q 3622 1225 3098 567 \n",
       "Q 2575 -91 1691 -91 \n",
       "Q 1453 -91 1209 -44 \n",
       "Q 966 3 703 97 \n",
       "z\n",
       "M 1959 2075 \n",
       "Q 2384 2075 2632 2365 \n",
       "Q 2881 2656 2881 3163 \n",
       "Q 2881 3666 2632 3958 \n",
       "Q 2384 4250 1959 4250 \n",
       "Q 1534 4250 1286 3958 \n",
       "Q 1038 3666 1038 3163 \n",
       "Q 1038 2656 1286 2365 \n",
       "Q 1534 2075 1959 2075 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "     </defs>\n",
       "     <use xlink:href=\"#DejaVuSans-63\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-6f\" x=\"54.980469\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-72\" x=\"116.162109\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-20\" x=\"157.275391\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-3d\" x=\"189.0625\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-20\" x=\"272.851562\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-2d\" x=\"304.638672\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-30\" x=\"340.722656\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-2e\" x=\"404.345703\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-39\" x=\"436.132812\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "  </g>\n",
       "  <g id=\"axes_2\">\n",
       "   <g id=\"patch_7\">\n",
       "    <path d=\"M 217.298573 185.398125 \n",
       "L 362.863791 185.398125 \n",
       "L 362.863791 22.318125 \n",
       "L 217.298573 22.318125 \n",
       "z\n",
       "\" style=\"fill: #ffffff\"/>\n",
       "   </g>\n",
       "   <g id=\"PathCollection_2\">\n",
       "    <g clip-path=\"url(#p7afdb0ccdf)\">\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"323.958308\" y=\"79.109163\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"259.552815\" y=\"106.108439\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"246.631258\" y=\"79.18837\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"297.431231\" y=\"110.815054\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"302.340589\" y=\"40.192504\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"281.272115\" y=\"89.535887\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"290.449069\" y=\"71.646794\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"320.216881\" y=\"90.074066\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"323.756095\" y=\"81.919363\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"291.460015\" y=\"117.222918\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"317.738047\" y=\"104.057588\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"255.096334\" y=\"69.455587\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"292.375368\" y=\"78.074948\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"320.362109\" y=\"82.653639\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"315.999354\" y=\"80.856898\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"284.040555\" y=\"104.299775\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"281.557256\" y=\"74.816698\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"287.401004\" y=\"78.251033\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"308.739139\" y=\"81.311437\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"262.474148\" y=\"102.376803\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"317.487351\" y=\"57.788191\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"285.537145\" y=\"110.910719\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"289.448392\" y=\"107.476923\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"283.05158\" y=\"130.548798\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"286.603109\" y=\"109.934466\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"257.970104\" y=\"91.04039\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"286.647665\" y=\"62.539832\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"313.601445\" y=\"88.116626\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"301.22825\" y=\"131.21734\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"325.70706\" y=\"106.970749\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"289.176464\" y=\"105.04579\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"291.29964\" y=\"94.223241\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"223.915174\" y=\"91.586041\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"251.2408\" y=\"70.118344\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"246.695559\" y=\"110.803281\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"308.265897\" y=\"78.243222\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"264.414755\" y=\"78.519393\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"326.491052\" y=\"116.866051\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"324.406324\" y=\"59.735782\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"273.783446\" y=\"98.492859\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"301.568748\" y=\"126.929383\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"283.10919\" y=\"120.287053\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"272.873597\" y=\"53.924404\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"266.140537\" y=\"112.829978\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"286.550147\" y=\"84.324954\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"315.188769\" y=\"104.821954\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"302.575905\" y=\"71.715101\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"241.235467\" y=\"119.635851\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"286.47221\" y=\"103.279863\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"279.694703\" y=\"51.090392\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"257.028643\" y=\"96.66405\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"272.025181\" y=\"143.614629\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"301.323477\" y=\"82.526293\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"298.337346\" y=\"123.688221\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"307.956818\" y=\"116.33447\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"318.06522\" y=\"105.268515\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"284.958855\" y=\"118.440007\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"267.769342\" y=\"109.199257\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"293.457288\" y=\"90.954105\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"300.058016\" y=\"100.251641\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"263.510335\" y=\"114.800977\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"278.836\" y=\"118.540276\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"264.886127\" y=\"116.377381\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"270.490703\" y=\"110.35344\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"315.789886\" y=\"115.693458\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"289.968317\" y=\"130.578511\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"293.670591\" y=\"114.385347\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"254.534572\" y=\"64.143584\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"316.34933\" y=\"144.705029\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"284.696408\" y=\"93.730765\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"279.827949\" y=\"98.704331\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"291.348111\" y=\"129.819696\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"269.945702\" y=\"82.375783\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"269.609562\" y=\"90.750599\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"300.900031\" y=\"136.792174\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"314.066388\" y=\"102.106659\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"235.1643\" y=\"89.896875\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"317.046392\" y=\"119.781008\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"288.726668\" y=\"100.134965\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"296.133493\" y=\"86.081069\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"329.324617\" y=\"89.272889\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"255.123726\" y=\"113.494617\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"334.236457\" y=\"128.5583\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"265.315383\" y=\"87.356978\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"354.809474\" y=\"125.25951\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"324.813876\" y=\"84.232538\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"289.450187\" y=\"63.376388\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"307.022586\" y=\"118.709443\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"290.858581\" y=\"78.032611\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"296.502509\" y=\"84.539284\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"325.213269\" y=\"115.507605\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"275.867061\" y=\"136.326049\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"324.215959\" y=\"141.652062\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"253.128212\" y=\"149.55147\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"295.371875\" y=\"126.095376\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"289.244543\" y=\"80.552803\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"300.978649\" y=\"65.963717\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"312.424562\" y=\"70.380685\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"309.684622\" y=\"93.876541\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"234.544192\" y=\"73.221057\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"294.118945\" y=\"88.962648\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"299.945624\" y=\"59.370608\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"315.407461\" y=\"86.576388\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"328.874788\" y=\"106.315235\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"320.498839\" y=\"100.206024\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"318.574174\" y=\"114.318209\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"314.880432\" y=\"83.664108\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"294.796262\" y=\"73.522824\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"273.511244\" y=\"72.856216\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"231.478405\" y=\"117.47159\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"259.447186\" y=\"91.956162\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"317.822191\" y=\"90.668882\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"265.078585\" y=\"137.659879\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"356.24719\" y=\"107.691351\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"308.827764\" y=\"98.129047\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"318.495762\" y=\"88.248318\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"294.835281\" y=\"60.754098\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"288.100177\" y=\"71.542341\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"259.544166\" y=\"74.795396\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"265.41689\" y=\"89.362082\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"276.012923\" y=\"55.926226\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"321.253366\" y=\"117.645834\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"269.109121\" y=\"92.109799\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"262.636099\" y=\"71.519352\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"307.689832\" y=\"106.907593\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"297.196573\" y=\"145.313297\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"269.644684\" y=\"96.175488\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"268.821052\" y=\"68.705229\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"300.288723\" y=\"117.465149\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"289.393602\" y=\"110.141497\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"330.486143\" y=\"65.616728\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"279.178204\" y=\"135.031214\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"308.866022\" y=\"106.387665\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"291.326378\" y=\"125.239316\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"298.10153\" y=\"98.25345\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"309.886316\" y=\"95.417052\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"296.497685\" y=\"112.101297\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"227.92323\" y=\"78.271615\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"307.104203\" y=\"116.423181\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"272.429903\" y=\"76.087427\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"294.478\" y=\"61.200084\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"279.072835\" y=\"110.982271\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"326.424933\" y=\"62.785614\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"302.56971\" y=\"103.601475\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"312.217417\" y=\"119.677244\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"302.394421\" y=\"68.356295\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"295.481716\" y=\"39.113518\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"286.545257\" y=\"134.442173\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"292.436769\" y=\"100.20164\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"278.400995\" y=\"127.055821\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"288.833894\" y=\"114.51806\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"321.123953\" y=\"97.551242\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"313.70811\" y=\"139.693557\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"260.541782\" y=\"60.220651\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"286.699082\" y=\"140.820745\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"302.893913\" y=\"91.995964\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"294.331916\" y=\"115.897577\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"310.651993\" y=\"106.101801\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"264.26021\" y=\"70.734643\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"309.6474\" y=\"52.023588\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"297.185826\" y=\"124.671937\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"327.911125\" y=\"89.516458\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"312.639299\" y=\"76.422622\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"278.33373\" y=\"109.35965\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"276.216677\" y=\"127.839855\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"305.31875\" y=\"97.312939\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"284.904158\" y=\"121.06694\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"296.9808\" y=\"80.972419\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"259.001318\" y=\"69.166248\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"315.234447\" y=\"97.442768\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"294.311884\" y=\"76.634052\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"336.291436\" y=\"112.042248\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"283.871034\" y=\"69.353638\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"274.711137\" y=\"70.786316\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"320.048575\" y=\"103.671347\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"304.176158\" y=\"65.421796\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"295.785452\" y=\"57.548713\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"271.472344\" y=\"105.907146\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"285.495458\" y=\"120.138375\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"322.142128\" y=\"82.719707\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"295.631821\" y=\"144.192318\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"285.794188\" y=\"68.056861\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"330.860572\" y=\"91.592352\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"307.789267\" y=\"75.799851\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"321.55638\" y=\"81.652282\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"326.348162\" y=\"162.266051\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"286.821389\" y=\"65.579181\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"258.981886\" y=\"85.649343\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"242.903562\" y=\"112.42463\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"323.989833\" y=\"63.508658\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"268.144692\" y=\"102.088829\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"278.459836\" y=\"51.642629\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"283.10689\" y=\"72.615658\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"283.975904\" y=\"97.36914\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"292.866141\" y=\"103.160142\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"324.745262\" y=\"78.220033\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"290.169176\" y=\"113.201901\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"287.320014\" y=\"90.780133\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"279.68676\" y=\"49.49896\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"304.909217\" y=\"53.439605\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"249.319778\" y=\"69.094831\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"319.211246\" y=\"113.245107\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"274.350809\" y=\"101.56809\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"276.959416\" y=\"136.885182\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"306.576255\" y=\"133.77493\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"299.48359\" y=\"88.650463\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"266.726737\" y=\"77.538004\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"283.784031\" y=\"138.433339\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"254.16604\" y=\"79.613949\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"263.081646\" y=\"59.09607\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"317.182945\" y=\"71.093427\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"254.519622\" y=\"75.976477\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"309.516309\" y=\"113.35662\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"277.70698\" y=\"107.749177\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"244.322171\" y=\"107.137689\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"296.904207\" y=\"109.977739\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"297.879385\" y=\"126.272283\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"282.287389\" y=\"82.844156\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"276.578538\" y=\"111.201136\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"224.459116\" y=\"62.381365\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"295.510573\" y=\"105.521822\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"281.921567\" y=\"92.341642\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"297.025612\" y=\"76.926433\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"287.286188\" y=\"81.666811\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"293.469553\" y=\"102.533061\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"305.364911\" y=\"90.181605\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"293.959712\" y=\"77.78099\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"254.316606\" y=\"113.066629\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"304.045629\" y=\"118.28585\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"245.786098\" y=\"95.263495\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"325.684251\" y=\"134.099806\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"283.652271\" y=\"74.432812\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"289.648316\" y=\"126.733482\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"259.332601\" y=\"72.590175\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"305.351008\" y=\"88.728557\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"306.846272\" y=\"135.053458\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"296.873412\" y=\"88.200371\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"299.043168\" y=\"103.636799\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"322.723898\" y=\"84.082271\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"293.142716\" y=\"100.493782\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"288.894172\" y=\"113.600101\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"282.591382\" y=\"129.419071\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"289.510298\" y=\"56.891015\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"299.384285\" y=\"124.793037\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"298.62255\" y=\"80.684788\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"286.600755\" y=\"135.412013\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"305.780696\" y=\"104.641123\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"320.627893\" y=\"106.761252\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"285.967529\" y=\"57.966285\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"300.455615\" y=\"123.912296\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"271.458519\" y=\"93.175871\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"277.150755\" y=\"111.046877\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"254.765836\" y=\"78.034791\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"271.808615\" y=\"74.054716\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"298.832242\" y=\"93.38872\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"284.337821\" y=\"57.863248\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"296.652108\" y=\"72.060423\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"287.626548\" y=\"85.436443\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"316.31326\" y=\"76.539657\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"301.29139\" y=\"94.722677\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"298.399147\" y=\"108.223348\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"268.603888\" y=\"170.249124\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"313.530384\" y=\"75.727603\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"299.039881\" y=\"131.007924\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"282.682206\" y=\"95.161918\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"265.442578\" y=\"82.892778\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"309.595904\" y=\"70.747417\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"300.304014\" y=\"151.070514\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"270.387239\" y=\"117.931813\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"293.268659\" y=\"139.31729\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"321.27425\" y=\"112.263892\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"320.449417\" y=\"82.220215\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"244.95735\" y=\"71.585734\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"330.822483\" y=\"87.721354\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"293.460359\" y=\"88.513794\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"301.346532\" y=\"97.768511\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"293.734183\" y=\"61.774267\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"258.460702\" y=\"106.405425\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"266.26425\" y=\"157.296054\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"343.327163\" y=\"78.754721\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"281.390277\" y=\"114.97881\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"260.455336\" y=\"93.712941\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"339.062971\" y=\"70.401672\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"297.766965\" y=\"118.372656\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"304.035158\" y=\"136.630895\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"281.410663\" y=\"85.397286\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"298.707802\" y=\"131.61262\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"286.590948\" y=\"131.321563\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"261.454419\" y=\"138.491088\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"288.466993\" y=\"99.621312\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"306.76595\" y=\"98.231216\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"281.606375\" y=\"82.715355\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"232.112295\" y=\"124.515578\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"331.937434\" y=\"82.064482\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"328.315453\" y=\"128.791853\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"244.485918\" y=\"70.593764\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"304.572772\" y=\"91.5927\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"307.003371\" y=\"123.161399\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"261.140109\" y=\"102.858715\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"279.20015\" y=\"142.880393\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"339.024982\" y=\"123.507632\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"345.069848\" y=\"46.748732\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"295.957224\" y=\"115.667531\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"317.793186\" y=\"84.674047\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"327.849714\" y=\"70.867055\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"291.146172\" y=\"82.521461\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"255.265863\" y=\"92.833403\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"329.047479\" y=\"102.723719\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"299.859757\" y=\"102.850356\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"293.2331\" y=\"98.777133\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"344.150681\" y=\"75.719991\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"317.588575\" y=\"102.589523\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"324.444172\" y=\"124.41471\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"308.137506\" y=\"63.051442\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"299.020063\" y=\"84.50473\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"352.889166\" y=\"105.329545\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"327.157086\" y=\"95.582744\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"301.023043\" y=\"58.668666\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"293.64225\" y=\"84.009119\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"295.997308\" y=\"65.258847\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"295.924758\" y=\"82.707859\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"245.058671\" y=\"133.933499\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"247.045435\" y=\"90.222472\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"312.565746\" y=\"91.595172\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"276.17188\" y=\"102.598439\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"313.328951\" y=\"29.730852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"274.932646\" y=\"70.648289\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"301.388238\" y=\"61.396065\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"275.242266\" y=\"116.796291\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"284.458251\" y=\"87.730498\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"270.12783\" y=\"93.476185\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"320.734708\" y=\"133.091729\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"301.833933\" y=\"115.401241\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"293.654942\" y=\"101.763297\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"290.534599\" y=\"116.702545\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"232.910564\" y=\"121.346865\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"293.095406\" y=\"130.67175\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"307.614608\" y=\"125.807812\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"234.934208\" y=\"81.663299\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"303.800569\" y=\"67.878633\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"310.767775\" y=\"114.019722\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"280.280713\" y=\"122.610055\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"314.476811\" y=\"96.695682\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"267.2394\" y=\"118.316668\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"234.374635\" y=\"148.616335\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"280.254126\" y=\"110.702621\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"308.101739\" y=\"89.719215\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"318.296449\" y=\"97.59362\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"301.540622\" y=\"114.306443\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"268.553992\" y=\"74.001278\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"307.178692\" y=\"57.239943\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"317.721324\" y=\"125.035146\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"289.546794\" y=\"88.437127\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"293.455679\" y=\"91.315456\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"242.368281\" y=\"105.561987\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"262.71584\" y=\"106.881939\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"325.148484\" y=\"145.171761\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"261.564593\" y=\"53.403287\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"308.430143\" y=\"129.379407\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"278.215219\" y=\"105.37466\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"296.499364\" y=\"128.932174\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"271.569144\" y=\"69.062582\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"282.377762\" y=\"67.767206\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"296.348467\" y=\"78.885696\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"287.927399\" y=\"103.361167\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"291.806077\" y=\"101.297146\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"265.810492\" y=\"135.444874\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"322.199031\" y=\"116.825252\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"305.321883\" y=\"91.794827\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"310.537077\" y=\"69.360682\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"307.406264\" y=\"71.257066\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"275.722902\" y=\"85.622723\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"276.352642\" y=\"79.968397\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"315.693675\" y=\"70.49873\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"287.601205\" y=\"152.194526\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"268.430832\" y=\"116.900284\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"286.538661\" y=\"100.126597\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"300.932556\" y=\"116.177681\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"281.866468\" y=\"87.518363\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"288.61729\" y=\"109.309262\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"257.855026\" y=\"69.0935\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"317.714488\" y=\"89.922019\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"241.264841\" y=\"70.293185\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"301.385904\" y=\"72.160017\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"261.16154\" y=\"74.607187\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"289.82326\" y=\"56.176854\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"257.985286\" y=\"116.048213\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"267.526642\" y=\"99.862178\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"315.790691\" y=\"90.87151\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"322.791893\" y=\"53.935548\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"281.59727\" y=\"53.546995\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"252.438044\" y=\"138.153567\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"265.201167\" y=\"94.08821\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"300.395414\" y=\"46.769472\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"320.26081\" y=\"92.065956\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"295.861955\" y=\"113.07104\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"321.206985\" y=\"82.996443\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"301.84497\" y=\"105.783787\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"322.923855\" y=\"102.074748\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"297.198377\" y=\"90.013793\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"306.338152\" y=\"65.935392\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"306.435889\" y=\"127.659682\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"272.233296\" y=\"139.564297\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"295.107177\" y=\"79.48178\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"295.942218\" y=\"37.475417\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"340.03048\" y=\"109.422805\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"338.623236\" y=\"96.166319\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"275.436809\" y=\"99.541338\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"263.601776\" y=\"104.111804\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"277.877289\" y=\"147.675888\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"285.718335\" y=\"112.08079\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"271.990317\" y=\"91.213363\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"293.556103\" y=\"89.572965\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"281.721095\" y=\"121.708192\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"272.413906\" y=\"112.933915\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"270.966614\" y=\"100.592516\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"312.838527\" y=\"139.749781\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"309.948442\" y=\"53.99372\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"262.993044\" y=\"111.832881\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"322.42174\" y=\"132.190459\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"309.636798\" y=\"46.122064\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"286.967431\" y=\"125.506047\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"286.45277\" y=\"126.449517\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"336.572034\" y=\"94.964517\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"257.258034\" y=\"72.237168\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"304.845748\" y=\"86.339077\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"304.922529\" y=\"104.176963\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"262.646295\" y=\"97.639874\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"306.486481\" y=\"70.816853\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"244.503764\" y=\"72.382558\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"310.879078\" y=\"77.20357\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"298.026119\" y=\"93.790834\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"261.484958\" y=\"94.565219\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"271.459971\" y=\"127.023387\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"251.128389\" y=\"99.329314\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"255.97925\" y=\"100.815036\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"263.971763\" y=\"99.015097\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"277.818491\" y=\"62.652039\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"304.756613\" y=\"127.273743\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"283.296376\" y=\"109.975115\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"334.697017\" y=\"103.793712\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"295.854294\" y=\"93.066892\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"305.69714\" y=\"109.327313\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"289.564369\" y=\"68.488731\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"286.32256\" y=\"80.549205\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"247.648152\" y=\"138.21726\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"332.923342\" y=\"131.802668\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"320.590288\" y=\"60.048973\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"259.421515\" y=\"81.751764\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"286.787605\" y=\"71.10789\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"303.681843\" y=\"119.745186\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"295.587681\" y=\"91.153993\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"260.575337\" y=\"88.590881\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"285.757567\" y=\"89.327667\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"282.335601\" y=\"93.114981\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"286.940014\" y=\"70.02004\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"306.028188\" y=\"100.916702\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"278.15886\" y=\"118.098444\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"311.044893\" y=\"89.208698\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"282.450608\" y=\"102.706638\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"295.897971\" y=\"113.058223\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"311.405884\" y=\"177.985398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"292.356406\" y=\"92.889626\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"293.787311\" y=\"125.223988\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"261.214703\" y=\"105.525095\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"263.408208\" y=\"129.39423\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"284.891579\" y=\"117.013961\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"277.266788\" y=\"72.228568\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"279.555018\" y=\"69.083226\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"301.037186\" y=\"139.258997\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"283.697055\" y=\"76.830262\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"252.483605\" y=\"96.477899\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"283.879889\" y=\"118.730518\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"302.068344\" y=\"86.808194\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"270.281886\" y=\"62.764937\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"278.816757\" y=\"117.800725\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"273.387105\" y=\"110.624327\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"282.432096\" y=\"62.399127\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"287.841658\" y=\"106.386676\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"310.885336\" y=\"95.323923\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"280.931761\" y=\"126.043617\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"307.974484\" y=\"95.19388\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"279.869976\" y=\"94.437868\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"285.239599\" y=\"80.851156\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"267.927925\" y=\"105.310711\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"304.137773\" y=\"91.787344\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"265.871599\" y=\"71.385512\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"251.188709\" y=\"126.810161\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"298.342715\" y=\"108.206059\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"299.790117\" y=\"120.105093\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"290.2349\" y=\"80.33944\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"311.507556\" y=\"87.708448\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"272.637219\" y=\"92.651036\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"281.606888\" y=\"83.208759\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"294.958129\" y=\"121.428614\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"267.673193\" y=\"46.498123\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"279.546944\" y=\"135.497671\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"321.656653\" y=\"121.45108\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"282.547847\" y=\"76.580714\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"246.196045\" y=\"116.373744\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_3\">\n",
       "    <g id=\"xtick_4\">\n",
       "     <g id=\"line2d_11\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mb1177f2efb\" x=\"243.901713\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_14\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(236.53062 199.996562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_5\">\n",
       "     <g id=\"line2d_12\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mb1177f2efb\" x=\"291.952584\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_15\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(288.771334 199.996562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_6\">\n",
       "     <g id=\"line2d_13\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mb1177f2efb\" x=\"340.003455\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_16\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(336.822205 199.996562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_17\">\n",
       "     <!-- X -->\n",
       "     <g transform=\"translate(286.656182 213.674688)scale(0.1 -0.1)\">\n",
       "      <use xlink:href=\"#DejaVuSans-58\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_4\">\n",
       "    <g id=\"ytick_8\">\n",
       "     <g id=\"line2d_14\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m50ad2c7140\" x=\"217.298573\" y=\"176.939153\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_18\">\n",
       "      <!-- −3 -->\n",
       "      <g transform=\"translate(195.556386 180.738372)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-33\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_9\">\n",
       "     <g id=\"line2d_15\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m50ad2c7140\" x=\"217.298573\" y=\"150.106489\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_19\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(195.556386 153.905708)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_10\">\n",
       "     <g id=\"line2d_16\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m50ad2c7140\" x=\"217.298573\" y=\"123.273826\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_20\">\n",
       "      <!-- −1 -->\n",
       "      <g transform=\"translate(195.556386 127.073044)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-31\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_11\">\n",
       "     <g id=\"line2d_17\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m50ad2c7140\" x=\"217.298573\" y=\"96.441162\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_21\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(203.936073 100.24038)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_12\">\n",
       "     <g id=\"line2d_18\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m50ad2c7140\" x=\"217.298573\" y=\"69.608498\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_22\">\n",
       "      <!-- 1 -->\n",
       "      <g transform=\"translate(203.936073 73.407717)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-31\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_13\">\n",
       "     <g id=\"line2d_19\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m50ad2c7140\" x=\"217.298573\" y=\"42.775834\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_23\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(203.936073 46.575053)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_24\">\n",
       "     <!-- Y -->\n",
       "     <g transform=\"translate(189.476698 106.912031)rotate(-90)scale(0.1 -0.1)\">\n",
       "      <use xlink:href=\"#DejaVuSans-59\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"patch_8\">\n",
       "    <path d=\"M 217.298573 185.398125 \n",
       "L 217.298573 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_9\">\n",
       "    <path d=\"M 362.863791 185.398125 \n",
       "L 362.863791 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_10\">\n",
       "    <path d=\"M 217.298573 185.398125 \n",
       "L 362.863791 185.398125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_11\">\n",
       "    <path d=\"M 217.298573 22.318125 \n",
       "L 362.863791 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"text_25\">\n",
       "    <!-- cor = 0.0 -->\n",
       "    <g transform=\"translate(262.26087 16.318125)scale(0.12 -0.12)\">\n",
       "     <use xlink:href=\"#DejaVuSans-63\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-6f\" x=\"54.980469\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-72\" x=\"116.162109\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-20\" x=\"157.275391\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-3d\" x=\"189.0625\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-20\" x=\"272.851562\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-30\" x=\"304.638672\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-2e\" x=\"368.261719\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-30\" x=\"400.048828\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "  </g>\n",
       "  <g id=\"axes_3\">\n",
       "   <g id=\"patch_12\">\n",
       "    <path d=\"M 391.976834 185.398125 \n",
       "L 537.542052 185.398125 \n",
       "L 537.542052 22.318125 \n",
       "L 391.976834 22.318125 \n",
       "z\n",
       "\" style=\"fill: #ffffff\"/>\n",
       "   </g>\n",
       "   <g id=\"PathCollection_3\">\n",
       "    <g clip-path=\"url(#pac308e61c8)\">\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"447.566025\" y=\"123.120299\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"435.874769\" y=\"136.218278\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"462.324563\" y=\"106.585976\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"487.255069\" y=\"78.655767\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"456.380756\" y=\"113.244957\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"454.534391\" y=\"115.313482\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"468.546204\" y=\"99.615731\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"424.992316\" y=\"148.410135\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"464.158278\" y=\"104.531624\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"454.141977\" y=\"115.753112\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"468.80084\" y=\"99.330456\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"467.906781\" y=\"100.332091\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"438.520052\" y=\"133.254707\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"440.215332\" y=\"131.355447\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"474.281122\" y=\"93.190773\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"458.354517\" y=\"111.033709\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"475.912167\" y=\"91.363476\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"464.891026\" y=\"103.71071\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"450.686071\" y=\"119.624841\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"453.226166\" y=\"116.779116\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"457.548203\" y=\"111.93704\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"489.261181\" y=\"76.408275\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"460.85261\" y=\"108.235038\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"439.619913\" y=\"132.022508\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"470.432548\" y=\"97.502417\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"473.336789\" y=\"94.24873\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"449.571868\" y=\"120.873108\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"460.463173\" y=\"108.671333\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"435.674453\" y=\"136.442696\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"452.448563\" y=\"117.650282\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"434.283978\" y=\"138.000476\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"455.166513\" y=\"114.605301\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"452.759209\" y=\"117.302258\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"461.109944\" y=\"107.946741\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"421.972042\" y=\"151.793816\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"448.787813\" y=\"121.751503\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"462.2438\" y=\"106.676457\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"476.705572\" y=\"90.474607\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"477.114212\" y=\"90.016798\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"447.704213\" y=\"122.965484\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"451.080498\" y=\"119.182956\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"414.25898\" y=\"160.434934\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"441.795323\" y=\"129.585347\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"408.15016\" y=\"167.278783\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"450.472804\" y=\"119.86377\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"451.523784\" y=\"118.686333\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"450.895448\" y=\"119.390271\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"467.993526\" y=\"100.234909\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"456.663976\" y=\"112.92766\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"474.696007\" y=\"92.725968\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"445.682944\" y=\"125.229958\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"458.985645\" y=\"110.326641\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"480.427871\" y=\"86.304431\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"441.307495\" y=\"130.131872\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"464.197075\" y=\"104.488159\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"460.194161\" y=\"108.972713\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"472.83737\" y=\"94.808241\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"447.641266\" y=\"123.036006\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"467.42619\" y=\"100.870508\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"457.681699\" y=\"111.787481\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"469.715292\" y=\"98.305975\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"470.313659\" y=\"97.635611\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"449.602065\" y=\"120.839277\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"447.37676\" y=\"123.332338\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"474.312699\" y=\"93.155396\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"450.185328\" y=\"120.185835\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"431.411208\" y=\"141.218905\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"460.373547\" y=\"108.771743\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"481.69676\" y=\"84.882866\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"465.663302\" y=\"102.845512\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"433.13634\" y=\"139.286201\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"466.331623\" y=\"102.096776\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"460.055234\" y=\"109.128357\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"459.682013\" y=\"109.546484\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"452.498422\" y=\"117.594424\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"438.181819\" y=\"133.633637\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"480.881694\" y=\"85.796003\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"468.905771\" y=\"99.2129\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"449.194052\" y=\"121.296383\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"452.710123\" y=\"117.357251\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"458.283048\" y=\"111.113777\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"438.620084\" y=\"133.142639\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"437.326519\" y=\"134.591849\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"431.40572\" y=\"141.225054\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"478.654443\" y=\"88.291242\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"469.845595\" y=\"98.159994\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"466.212184\" y=\"102.230587\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"462.747728\" y=\"106.111895\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"441.753588\" y=\"129.632104\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"491.382057\" y=\"74.032209\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"437.424443\" y=\"134.482142\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"427.605852\" y=\"145.482132\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"446.392593\" y=\"124.434922\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"462.986154\" y=\"105.84478\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"432.829229\" y=\"139.630265\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"482.201423\" y=\"84.317481\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"458.702473\" y=\"110.643886\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"460.718063\" y=\"108.385774\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"427.479867\" y=\"145.623275\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"474.28947\" y=\"93.18142\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"448.825761\" y=\"121.708988\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"424.475277\" y=\"148.989386\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"530.925451\" y=\"29.730852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"448.110537\" y=\"122.51027\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"477.344712\" y=\"89.758564\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"447.721451\" y=\"122.946172\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"436.725007\" y=\"135.265737\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"455.05988\" y=\"114.724764\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"458.466683\" y=\"110.908047\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"452.526289\" y=\"117.563203\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"472.617004\" y=\"95.055122\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"447.921102\" y=\"122.722499\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"434.976332\" y=\"137.224816\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"462.927209\" y=\"105.910819\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"465.200792\" y=\"103.363672\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"458.463573\" y=\"110.91153\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"440.067718\" y=\"131.520822\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"447.973957\" y=\"122.663284\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"463.314326\" y=\"105.477122\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"454.57729\" y=\"115.26542\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"454.218422\" y=\"115.667468\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"452.749654\" y=\"117.312963\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"408.33743\" y=\"167.06898\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"433.428942\" y=\"138.958393\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"446.40061\" y=\"124.425941\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"452.208949\" y=\"117.918726\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"446.866333\" y=\"123.90418\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"455.86893\" y=\"113.818367\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"443.551965\" y=\"127.617342\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"444.141579\" y=\"126.956783\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"460.050494\" y=\"109.133667\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"459.228328\" y=\"110.054758\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"462.801857\" y=\"106.051253\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"453.842373\" y=\"116.088765\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"468.840026\" y=\"99.286556\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"443.746255\" y=\"127.399674\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"476.640706\" y=\"90.547278\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"453.29549\" y=\"116.70145\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"481.943626\" y=\"84.606296\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"474.683628\" y=\"92.739836\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"462.039333\" y=\"106.905526\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"442.210708\" y=\"129.119982\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"454.70522\" y=\"115.122098\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"467.994427\" y=\"100.2339\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"425.022408\" y=\"148.376423\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"455.032119\" y=\"114.755866\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"459.574371\" y=\"109.667078\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"441.547061\" y=\"129.86348\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"433.519023\" y=\"138.857473\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"448.998117\" y=\"121.515894\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"443.401963\" y=\"127.785393\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"455.764619\" y=\"113.93523\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"454.578002\" y=\"115.264624\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"432.57958\" y=\"139.909952\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"446.508131\" y=\"124.305482\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"461.415789\" y=\"107.604096\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"448.839525\" y=\"121.693568\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"430.727236\" y=\"141.985175\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"441.275214\" y=\"130.168037\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"443.74668\" y=\"127.399198\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"468.366829\" y=\"99.816689\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"439.434169\" y=\"132.230601\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"473.852372\" y=\"93.671111\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"434.720109\" y=\"137.511869\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"440.562057\" y=\"130.967002\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"451.91179\" y=\"118.251641\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"491.785572\" y=\"73.580142\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"432.157758\" y=\"140.382528\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"442.879286\" y=\"128.370959\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"466.130054\" y=\"102.322599\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"454.233356\" y=\"115.650738\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"410.671504\" y=\"164.454064\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"468.8175\" y=\"99.311792\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"459.653962\" y=\"109.577911\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"442.827187\" y=\"128.429326\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"443.233552\" y=\"127.974067\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"467.805118\" y=\"100.445987\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"436.780145\" y=\"135.203965\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"431.280033\" y=\"141.365864\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"424.489044\" y=\"148.973962\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"481.48451\" y=\"85.120654\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"434.224373\" y=\"138.067254\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"462.616012\" y=\"106.259459\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"427.423851\" y=\"145.686032\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"408.897454\" y=\"166.441573\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"453.309739\" y=\"116.685487\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"414.463024\" y=\"160.206339\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"429.915885\" y=\"142.89415\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"463.96194\" y=\"104.751586\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"445.929413\" y=\"124.953833\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"440.480456\" y=\"131.058423\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"460.583409\" y=\"108.53663\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"453.374106\" y=\"116.613375\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"446.025884\" y=\"124.845754\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"499.514261\" y=\"64.921518\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"443.913552\" y=\"127.212248\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"464.71041\" y=\"103.913057\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"459.68197\" y=\"109.546532\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"419.571376\" y=\"154.483336\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"426.707881\" y=\"146.488149\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"427.209963\" y=\"145.925656\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"433.937176\" y=\"138.389007\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"467.348033\" y=\"100.958069\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"457.260481\" y=\"112.259381\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"471.172219\" y=\"96.673748\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"505.467109\" y=\"58.252407\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"469.10373\" y=\"98.991122\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"457.82775\" y=\"111.623857\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"434.422828\" y=\"137.84492\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"464.704275\" y=\"103.91993\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"452.047198\" y=\"118.099941\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"433.095624\" y=\"139.331817\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"447.28135\" y=\"123.439227\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"460.401434\" y=\"108.7405\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"451.654229\" y=\"118.540192\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"424.146653\" y=\"149.357551\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"479.129829\" y=\"87.758657\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"445.669702\" y=\"125.244793\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"456.74038\" y=\"112.842062\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"438.080464\" y=\"133.747188\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"470.416656\" y=\"97.520222\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"430.245942\" y=\"142.524379\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"461.715205\" y=\"107.268654\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"428.660234\" y=\"144.300884\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"422.715\" y=\"150.961463\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"450.448636\" y=\"119.890846\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"453.956243\" y=\"115.961194\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"428.404003\" y=\"144.587946\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"443.920857\" y=\"127.204064\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"445.771458\" y=\"125.130794\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"434.024809\" y=\"138.290829\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"455.309046\" y=\"114.445618\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"479.24718\" y=\"87.627186\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"460.265101\" y=\"108.893238\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"482.366714\" y=\"84.132302\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"452.564042\" y=\"117.520908\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"444.254304\" y=\"126.830495\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"438.335501\" y=\"133.461463\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"452.386256\" y=\"117.720086\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"444.801805\" y=\"126.217118\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"428.91772\" y=\"144.012416\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"447.104681\" y=\"123.637153\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"462.808821\" y=\"106.043451\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"456.7491\" y=\"112.832293\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"444.269599\" y=\"126.81336\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"467.037275\" y=\"101.306218\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"444.966588\" y=\"126.032507\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"414.368879\" y=\"160.311812\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"472.695409\" y=\"94.967283\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"445.425208\" y=\"125.518705\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"423.828169\" y=\"149.714356\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"462.458307\" y=\"106.436139\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"461.82964\" y=\"107.140449\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"447.029884\" y=\"123.72095\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"455.862653\" y=\"113.8254\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"413.375769\" y=\"161.424416\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"435.301367\" y=\"136.860673\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"464.067106\" y=\"104.633766\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"459.756749\" y=\"109.462755\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"448.663505\" y=\"121.890768\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"473.359801\" y=\"94.22295\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"438.988699\" y=\"132.729671\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"434.820176\" y=\"137.399762\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"462.731837\" y=\"106.129697\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"414.736795\" y=\"159.899627\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"479.757327\" y=\"87.055657\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"468.490776\" y=\"99.677828\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"466.018604\" y=\"102.447458\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"429.269221\" y=\"143.618622\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"439.18064\" y=\"132.514636\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"452.515867\" y=\"117.574879\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"461.835975\" y=\"107.133352\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"457.886085\" y=\"111.558503\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"450.425605\" y=\"119.916647\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"484.61453\" y=\"81.614023\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"474.14463\" y=\"93.343688\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"451.658627\" y=\"118.535265\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"453.195457\" y=\"116.81352\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"439.268943\" y=\"132.415708\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"493.980509\" y=\"71.121105\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"467.756617\" y=\"100.500323\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"436.938673\" y=\"135.026362\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"448.688149\" y=\"121.863158\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"453.948355\" y=\"115.970031\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"449.597982\" y=\"120.843852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"439.971056\" y=\"131.629115\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"439.1425\" y=\"132.557365\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"426.913421\" y=\"146.257878\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"428.48479\" y=\"144.497438\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"432.181667\" y=\"140.355744\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"469.439664\" y=\"98.614767\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"433.438003\" y=\"138.948241\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"448.869255\" y=\"121.660262\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"436.99313\" y=\"134.965352\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"456.070149\" y=\"113.592937\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"432.286815\" y=\"140.237943\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"446.440548\" y=\"124.381196\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"468.260449\" y=\"99.935868\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"459.289495\" y=\"109.986231\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"446.64503\" y=\"124.152111\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"444.29757\" y=\"126.782023\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"481.822885\" y=\"84.741566\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"454.336749\" y=\"115.534905\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"462.949863\" y=\"105.885439\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"449.840939\" y=\"120.571662\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"427.441567\" y=\"145.666184\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"398.593435\" y=\"177.985398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"431.693615\" y=\"140.902519\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"441.506541\" y=\"129.908877\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"433.94627\" y=\"138.378818\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"443.26485\" y=\"127.939003\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"451.207848\" y=\"119.040283\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"434.780508\" y=\"137.444202\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"448.649842\" y=\"121.906075\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"450.064054\" y=\"120.321701\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"480.359477\" y=\"86.381055\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"465.966741\" y=\"102.505561\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"449.029106\" y=\"121.481176\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"456.039507\" y=\"113.627266\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"460.08675\" y=\"109.093049\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"450.382172\" y=\"119.965307\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"456.646441\" y=\"112.947304\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"473.789916\" y=\"93.741082\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"464.228761\" y=\"104.45266\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"460.548695\" y=\"108.575521\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"456.28212\" y=\"113.355461\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"442.682293\" y=\"128.591655\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"469.643164\" y=\"98.386782\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"452.001635\" y=\"118.150985\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"439.833935\" y=\"131.782735\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"447.267046\" y=\"123.455252\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"444.257669\" y=\"126.826725\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"442.939886\" y=\"128.303067\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"446.168071\" y=\"124.686459\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"465.416078\" y=\"103.122482\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"455.650873\" y=\"114.062662\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"454.008421\" y=\"115.902738\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"419.205682\" y=\"154.893032\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"463.644254\" y=\"105.107496\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"441.54332\" y=\"129.867672\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"438.12564\" y=\"133.696576\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"427.813575\" y=\"145.249415\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"454.662742\" y=\"115.169687\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"452.088717\" y=\"118.053426\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"481.342912\" y=\"85.27929\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"458.823795\" y=\"110.507966\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"464.977405\" y=\"103.613937\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"469.685227\" y=\"98.339658\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"460.289761\" y=\"108.86561\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"467.025858\" y=\"101.319009\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"460.239036\" y=\"108.922439\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"453.964714\" y=\"115.951704\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"444.582324\" y=\"126.463007\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"445.483457\" y=\"125.453448\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"439.528305\" y=\"132.125138\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"457.949345\" y=\"111.487631\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"442.618705\" y=\"128.662893\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"475.959426\" y=\"91.310531\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"450.400832\" y=\"119.944401\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"475.446031\" y=\"91.885699\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"418.66486\" y=\"155.498927\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"468.898598\" y=\"99.220937\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"441.55643\" y=\"129.852984\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"468.462979\" y=\"99.70897\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"449.820617\" y=\"120.594429\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"481.28318\" y=\"85.346209\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"431.550829\" y=\"141.062486\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"457.109269\" y=\"112.428787\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"479.337509\" y=\"87.525989\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"463.520463\" y=\"105.246182\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"481.045916\" y=\"85.612021\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"427.447807\" y=\"145.659193\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"493.83815\" y=\"71.280593\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"449.751676\" y=\"120.671666\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"441.990432\" y=\"129.366762\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"444.007915\" y=\"127.106531\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"441.043285\" y=\"130.427873\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"482.836146\" y=\"83.606386\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"433.839781\" y=\"138.498121\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"445.429426\" y=\"125.513979\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"471.130031\" y=\"96.721011\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"459.445614\" y=\"109.811328\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"455.805044\" y=\"113.889941\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"462.89085\" y=\"105.951552\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"447.464512\" y=\"123.234026\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"471.110262\" y=\"96.743159\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"462.612845\" y=\"106.263007\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"458.97763\" y=\"110.335621\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"444.756436\" y=\"126.267945\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"447.23377\" y=\"123.492532\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"470.292834\" y=\"97.658942\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"451.743708\" y=\"118.439947\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"474.752744\" y=\"92.662404\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"443.851725\" y=\"127.281514\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"425.309282\" y=\"148.055031\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"466.221356\" y=\"102.220311\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"432.038861\" y=\"140.515732\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"415.135502\" y=\"159.452946\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"441.949926\" y=\"129.412141\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"458.444031\" y=\"110.933423\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"448.118495\" y=\"122.501354\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"442.88996\" y=\"128.359001\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"434.223838\" y=\"138.067852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"442.353275\" y=\"128.960261\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"512.973393\" y=\"49.842948\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"441.208158\" y=\"130.243161\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"450.458061\" y=\"119.880286\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"411.374196\" y=\"163.666822\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"467.767679\" y=\"100.48793\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"441.607643\" y=\"129.795609\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"464.029169\" y=\"104.676267\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"442.559469\" y=\"128.729257\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"439.934124\" y=\"131.67049\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"474.79298\" y=\"92.617326\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"478.547252\" y=\"88.411331\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"439.312729\" y=\"132.366654\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"446.963958\" y=\"123.794809\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"462.11951\" y=\"106.815701\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"448.232637\" y=\"122.373479\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"464.298212\" y=\"104.374852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"433.429311\" y=\"138.95798\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"444.972858\" y=\"126.025483\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"451.709575\" y=\"118.478186\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"448.243129\" y=\"122.361724\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"459.078369\" y=\"110.22276\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"458.012684\" y=\"111.416671\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"429.217373\" y=\"143.676708\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"467.12582\" y=\"101.207019\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"437.046718\" y=\"134.905317\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"427.925964\" y=\"145.123504\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"446.602572\" y=\"124.199677\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"451.114938\" y=\"119.144371\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"478.875564\" y=\"88.043516\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"463.617287\" y=\"105.137708\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"460.265279\" y=\"108.893039\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"434.137975\" y=\"138.164047\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"473.466674\" y=\"94.103218\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"435.088102\" y=\"137.099599\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"438.850046\" y=\"132.885008\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"477.216574\" y=\"89.90212\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"477.615696\" y=\"89.454974\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"427.323476\" y=\"145.798484\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"442.725559\" y=\"128.543182\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"430.383599\" y=\"142.370159\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"461.859935\" y=\"107.10651\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"437.418963\" y=\"134.488283\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"449.927757\" y=\"120.474397\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"453.430033\" y=\"116.550718\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"418.19113\" y=\"156.029658\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"445.29744\" y=\"125.661846\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"482.650273\" y=\"83.814624\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"452.873233\" y=\"117.174514\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"452.100095\" y=\"118.040678\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"432.626263\" y=\"139.857653\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"422.324993\" y=\"151.398397\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"441.521025\" y=\"129.892649\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"426.771924\" y=\"146.416401\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"443.327956\" y=\"127.868304\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"471.573831\" y=\"96.223813\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"457.506215\" y=\"111.98408\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"416.974886\" y=\"157.392244\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"459.415816\" y=\"109.844711\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"435.166128\" y=\"137.012184\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"488.50742\" y=\"77.25273\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"456.441284\" y=\"113.177146\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"472.505623\" y=\"95.179904\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"448.751547\" y=\"121.792132\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"464.876315\" y=\"103.727191\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"465.772783\" y=\"102.722858\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"446.304322\" y=\"124.533813\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"471.250783\" y=\"96.58573\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"482.251402\" y=\"84.261488\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"470.336633\" y=\"97.609873\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"433.643608\" y=\"138.717898\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"460.945349\" y=\"108.131141\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"454.20439\" y=\"115.683189\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"412.5113\" y=\"162.392899\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"435.888143\" y=\"136.203295\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"439.427807\" y=\"132.237729\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"436.198011\" y=\"135.856143\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"447.597275\" y=\"123.085289\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"436.790928\" y=\"135.191883\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"448.708065\" y=\"121.840846\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"473.8042\" y=\"93.72508\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"460.165423\" y=\"109.004909\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"436.284287\" y=\"135.759485\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"459.513593\" y=\"109.735169\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"492.186467\" y=\"73.13101\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"420.96853\" y=\"152.918074\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"442.28828\" y=\"129.033076\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"431.337047\" y=\"141.30199\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"457.038891\" y=\"112.507634\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"470.243716\" y=\"97.71397\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"421.246228\" y=\"152.606963\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"455.610164\" y=\"114.108268\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"463.521742\" y=\"105.244749\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"448.766612\" y=\"121.775255\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"462.471486\" y=\"106.421375\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"434.412809\" y=\"137.856145\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#m7145ac23e3\" x=\"438.711422\" y=\"133.040311\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_5\">\n",
       "    <g id=\"xtick_7\">\n",
       "     <g id=\"line2d_20\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mb1177f2efb\" x=\"408.144401\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_26\">\n",
       "      <!-- −2.5 -->\n",
       "      <g transform=\"translate(396.002995 199.996562)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-35\" d=\"M 691 4666 \n",
       "L 3169 4666 \n",
       "L 3169 4134 \n",
       "L 1269 4134 \n",
       "L 1269 2991 \n",
       "Q 1406 3038 1543 3061 \n",
       "Q 1681 3084 1819 3084 \n",
       "Q 2600 3084 3056 2656 \n",
       "Q 3513 2228 3513 1497 \n",
       "Q 3513 744 3044 326 \n",
       "Q 2575 -91 1722 -91 \n",
       "Q 1428 -91 1123 -41 \n",
       "Q 819 9 494 109 \n",
       "L 494 744 \n",
       "Q 775 591 1075 516 \n",
       "Q 1375 441 1709 441 \n",
       "Q 2250 441 2565 725 \n",
       "Q 2881 1009 2881 1497 \n",
       "Q 2881 1984 2565 2268 \n",
       "Q 2250 2553 1709 2553 \n",
       "Q 1456 2553 1204 2497 \n",
       "Q 953 2441 691 2322 \n",
       "L 691 4666 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"147.412109\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-35\" x=\"179.199219\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_8\">\n",
       "     <g id=\"line2d_21\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mb1177f2efb\" x=\"452.091261\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_27\">\n",
       "      <!-- 0.0 -->\n",
       "      <g transform=\"translate(444.139699 199.996562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_9\">\n",
       "     <g id=\"line2d_22\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mb1177f2efb\" x=\"496.038121\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_28\">\n",
       "      <!-- 2.5 -->\n",
       "      <g transform=\"translate(488.086559 199.996562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-35\" x=\"95.410156\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_29\">\n",
       "     <!-- X -->\n",
       "     <g transform=\"translate(461.334443 213.674688)scale(0.1 -0.1)\">\n",
       "      <use xlink:href=\"#DejaVuSans-58\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_6\">\n",
       "    <g id=\"ytick_14\">\n",
       "     <g id=\"line2d_23\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m50ad2c7140\" x=\"391.976834\" y=\"157.438303\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_30\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(370.234647 161.237522)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-32\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_15\">\n",
       "     <g id=\"line2d_24\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m50ad2c7140\" x=\"391.976834\" y=\"118.050575\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_31\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(378.614334 121.849794)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_16\">\n",
       "     <g id=\"line2d_25\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m50ad2c7140\" x=\"391.976834\" y=\"78.662848\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_32\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(378.614334 82.462066)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_17\">\n",
       "     <g id=\"line2d_26\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m50ad2c7140\" x=\"391.976834\" y=\"39.27512\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_33\">\n",
       "      <!-- 4 -->\n",
       "      <g transform=\"translate(378.614334 43.074339)scale(0.1 -0.1)\">\n",
       "       <defs>\n",
       "        <path id=\"DejaVuSans-34\" d=\"M 2419 4116 \n",
       "L 825 1625 \n",
       "L 2419 1625 \n",
       "L 2419 4116 \n",
       "z\n",
       "M 2253 4666 \n",
       "L 3047 4666 \n",
       "L 3047 1625 \n",
       "L 3713 1625 \n",
       "L 3713 1100 \n",
       "L 3047 1100 \n",
       "L 3047 0 \n",
       "L 2419 0 \n",
       "L 2419 1100 \n",
       "L 313 1100 \n",
       "L 313 1709 \n",
       "L 2253 4666 \n",
       "z\n",
       "\" transform=\"scale(0.015625)\"/>\n",
       "       </defs>\n",
       "       <use xlink:href=\"#DejaVuSans-34\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_34\">\n",
       "     <!-- Y -->\n",
       "     <g transform=\"translate(364.154959 106.912031)rotate(-90)scale(0.1 -0.1)\">\n",
       "      <use xlink:href=\"#DejaVuSans-59\"/>\n",
       "     </g>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"patch_13\">\n",
       "    <path d=\"M 391.976834 185.398125 \n",
       "L 391.976834 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_14\">\n",
       "    <path d=\"M 537.542052 185.398125 \n",
       "L 537.542052 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_15\">\n",
       "    <path d=\"M 391.976834 185.398125 \n",
       "L 537.542052 185.398125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"patch_16\">\n",
       "    <path d=\"M 391.976834 22.318125 \n",
       "L 537.542052 22.318125 \n",
       "\" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"text_35\">\n",
       "    <!-- cor = 1.0 -->\n",
       "    <g transform=\"translate(436.93913 16.318125)scale(0.12 -0.12)\">\n",
       "     <use xlink:href=\"#DejaVuSans-63\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-6f\" x=\"54.980469\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-72\" x=\"116.162109\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-20\" x=\"157.275391\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-3d\" x=\"189.0625\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-20\" x=\"272.851562\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-31\" x=\"304.638672\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-2e\" x=\"368.261719\"/>\n",
       "     <use xlink:href=\"#DejaVuSans-30\" x=\"400.048828\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "  </g>\n",
       " </g>\n",
       " <defs>\n",
       "  <clipPath id=\"p3b3fe7a27a\">\n",
       "   <rect x=\"42.620312\" y=\"22.318125\" width=\"145.565217\" height=\"163.08\"/>\n",
       "  </clipPath>\n",
       "  <clipPath id=\"p7afdb0ccdf\">\n",
       "   <rect x=\"217.298573\" y=\"22.318125\" width=\"145.565217\" height=\"163.08\"/>\n",
       "  </clipPath>\n",
       "  <clipPath id=\"pac308e61c8\">\n",
       "   <rect x=\"391.976834\" y=\"22.318125\" width=\"145.565217\" height=\"163.08\"/>\n",
       "  </clipPath>\n",
       " </defs>\n",
       "</svg>\n"
      ],
      "text/plain": [
       "<Figure size 864x216 with 3 Axes>"
      ]
     },
     "metadata": {
      "needs_background": "light"
     },
     "output_type": "display_data"
    }
   ],
   "source": [
    "# Plot a few random variables adjustable correlations\n",
    "cors = [-0.9, 0.0, 1.0]\n",
    "d2l.plt.figure(figsize=(12, 3))\n",
    "for i in range(3):\n",
    "    X = tf.random.normal((500, ))\n",
    "    Y = cors[i] * X + tf.sqrt(tf.constant(1.) -\n",
    "                                 cors[i]**2) * tf.random.normal((500, ))\n",
    "\n",
    "    d2l.plt.subplot(1, 4, i + 1)\n",
    "    d2l.plt.scatter(X.numpy(), Y.numpy())\n",
    "    d2l.plt.xlabel('X')\n",
    "    d2l.plt.ylabel('Y')\n",
    "    d2l.plt.title(f'cor = {cors[i]}')\n",
    "d2l.plt.show()"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {
    "origin_pos": 36
   },
   "source": [
    "Let us list a few properties of the correlation below.\n",
    "\n",
    "* For any random variable $X$, $\\rho(X, X) = 1$.\n",
    "* For any random variables $X, Y$ and numbers $a$ and $b$, $\\rho(aX+b, Y) = \\rho(X, aY+b) = \\rho(X, Y)$.\n",
    "* If $X$ and $Y$ are independent with non-zero variance then $\\rho(X, Y) = 0$.\n",
    "\n",
    "As a final note, you may feel like some of these formulae are familiar.  Indeed, if we expand everything out assuming that $\\mu_X = \\mu_Y = 0$, we see that this is\n",
    "\n",
    "$$\n",
    "\\rho(X, Y) = \\frac{\\sum_{i, j} x_iy_ip_{ij}}{\\sqrt{\\sum_{i, j}x_i^2 p_{ij}}\\sqrt{\\sum_{i, j}y_j^2 p_{ij}}}.\n",
    "$$\n",
    "\n",
    "This looks like a sum of a product of terms divided by the square root of sums of terms.  This is exactly the formula for the cosine of the angle between two vectors $\\mathbf{v}, \\mathbf{w}$ with the different coordinates weighted by $p_{ij}$:\n",
    "\n",
    "$$\n",
    "\\cos(\\theta) = \\frac{\\mathbf{v}\\cdot \\mathbf{w}}{\\|\\mathbf{v}\\|\\|\\mathbf{w}\\|} = \\frac{\\sum_{i} v_iw_i}{\\sqrt{\\sum_{i}v_i^2}\\sqrt{\\sum_{i}w_i^2}}.\n",
    "$$\n",
    "\n",
    "Indeed if we think of norms as being related to standard deviations, and correlations as being cosines of angles, much of the intuition we have from geometry can be applied to thinking about random variables.\n",
    "\n",
    "## Summary\n",
    "* Continuous random variables are random variables that can take on a continuum of values.  They have some technical difficulties that make them more challenging to work with compared to discrete random variables.\n",
    "* The probability density function allows us to work with continuous random variables by giving a function where the area under the curve on some interval gives the probability of finding a sample point in that interval.\n",
    "* The cumulative distribution function is the probability of observing the random variable to be less than a given threshold.  It can provide a useful alternate viewpoint which unifies discrete and continuous variables.\n",
    "* The mean is the average value of a random variable.\n",
    "* The variance is the expected square of the difference between the random variable and its mean.\n",
    "* The standard deviation is the square root of the variance.  It can be thought of as measuring the range of values the random variable may take.\n",
    "* Chebyshev's inequality allows us to make this intuition rigorous by giving an explicit interval that contains the random variable most of the time.\n",
    "* Joint densities allow us to work with correlated random variables.  We may marginalize joint densities by integrating over unwanted random variables to get the distribution of the desired random variable.\n",
    "* The covariance and correlation coefficient provide a way to measure any linear relationship between two correlated random variables.\n",
    "\n",
    "## Exercises\n",
    "1. Suppose that we have the random variable with density given by $p(x) = \\frac{1}{x^2}$ for $x \\ge 1$ and $p(x) = 0$ otherwise.  What is $P(X > 2)$?\n",
    "2. The Laplace distribution is a random variable whose density is given by $p(x = \\frac{1}{2}e^{-|x|}$.  What is the mean and the standard deviation of this function?  As a hint, $\\int_0^\\infty xe^{-x} \\; dx = 1$ and $\\int_0^\\infty x^2e^{-x} \\; dx = 2$.\n",
    "3. I walk up to you on the street and say \"I have a random variable with mean $1$, standard deviation $2$, and I observed $25\\%$ of my samples taking a value larger than $9$.\"  Do you believe me?  Why or why not?\n",
    "4. Suppose that you have two random variables $X, Y$, with joint density given by $p_{XY}(x, y) = 4xy$ for $x, y \\in [0,1]$ and $p_{XY}(x, y) = 0$ otherwise.  What is the covariance of $X$ and $Y$?\n"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {
    "origin_pos": 39,
    "tab": [
     "tensorflow"
    ]
   },
   "source": [
    "[Discussions](https://discuss.d2l.ai/t/1095)\n"
   ]
  }
 ],
 "metadata": {
  "language_info": {
   "name": "python"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 4
}