{
 "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": 1,
    "tab": [
     "mxnet"
    ]
   },
   "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-24T10:46:56.163337</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.430841 143.1 \n",
       "L 70.430841 7.2 \n",
       "\" clip-path=\"url(#p0a0e1f340d)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_2\">\n",
       "      <defs>\n",
       "       <path id=\"ma24aee3901\" 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=\"#ma24aee3901\" x=\"70.430841\" 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.059747 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.975477 143.1 \n",
       "L 105.975477 7.2 \n",
       "\" clip-path=\"url(#p0a0e1f340d)\" 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=\"#ma24aee3901\" x=\"105.975477\" 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.604384 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.520114 143.1 \n",
       "L 141.520114 7.2 \n",
       "\" clip-path=\"url(#p0a0e1f340d)\" 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=\"#ma24aee3901\" x=\"141.520114\" 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.338864 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.06475 143.1 \n",
       "L 177.06475 7.2 \n",
       "\" clip-path=\"url(#p0a0e1f340d)\" 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=\"#ma24aee3901\" x=\"177.06475\" 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.8835 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.609386 143.1 \n",
       "L 212.609386 7.2 \n",
       "\" clip-path=\"url(#p0a0e1f340d)\" 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=\"#ma24aee3901\" x=\"212.609386\" 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.428136 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(#p0a0e1f340d)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_12\">\n",
       "      <defs>\n",
       "       <path id=\"m65ca43f64f\" 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=\"#m65ca43f64f\" 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(#p0a0e1f340d)\" 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=\"#m65ca43f64f\" 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(#p0a0e1f340d)\" 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=\"#m65ca43f64f\" 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(#p0a0e1f340d)\" 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=\"#m65ca43f64f\" 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.656063 136.737542 \n",
       "L 65.099142 136.430599 \n",
       "L 68.475884 135.983189 \n",
       "L 71.141733 135.41758 \n",
       "L 73.452136 134.710848 \n",
       "L 75.584813 133.822336 \n",
       "L 77.53977 132.756714 \n",
       "L 79.317 131.534608 \n",
       "L 81.09423 130.027243 \n",
       "L 82.693741 128.389525 \n",
       "L 84.293249 126.450675 \n",
       "L 85.892756 124.177418 \n",
       "L 87.492267 121.53808 \n",
       "L 89.269497 118.141537 \n",
       "L 91.046727 114.225658 \n",
       "L 92.823962 109.768428 \n",
       "L 94.778915 104.230301 \n",
       "L 96.911595 97.444016 \n",
       "L 99.221994 89.277081 \n",
       "L 101.887844 78.966015 \n",
       "L 105.620031 63.509971 \n",
       "L 110.59628 42.985759 \n",
       "L 112.906679 34.36622 \n",
       "L 114.861636 27.907021 \n",
       "L 116.461143 23.347877 \n",
       "L 117.882928 19.933854 \n",
       "L 119.126993 17.491166 \n",
       "L 120.193331 15.830046 \n",
       "L 121.259669 14.586898 \n",
       "L 122.148284 13.879909 \n",
       "L 123.036899 13.477632 \n",
       "L 123.747795 13.377273 \n",
       "L 124.458687 13.474297 \n",
       "L 125.16958 13.768219 \n",
       "L 126.058199 14.41016 \n",
       "L 126.94681 15.352497 \n",
       "L 128.013148 16.869568 \n",
       "L 129.079486 18.792392 \n",
       "L 130.323551 21.520924 \n",
       "L 131.745335 25.230508 \n",
       "L 133.344847 30.075519 \n",
       "L 135.299804 36.807154 \n",
       "L 137.610199 45.626949 \n",
       "L 141.342386 60.928647 \n",
       "L 145.963193 79.682507 \n",
       "L 148.629043 89.532671 \n",
       "L 150.761719 96.611537 \n",
       "L 152.716668 102.367411 \n",
       "L 154.493906 106.943169 \n",
       "L 156.093409 110.507837 \n",
       "L 157.69292 113.544318 \n",
       "L 159.114705 115.804838 \n",
       "L 160.536489 117.662772 \n",
       "L 161.958281 119.132432 \n",
       "L 163.202338 120.113921 \n",
       "L 164.446403 120.825832 \n",
       "L 165.69046 121.283627 \n",
       "L 166.934526 121.504018 \n",
       "L 168.178591 121.504751 \n",
       "L 169.600375 121.260521 \n",
       "L 171.022159 120.782637 \n",
       "L 172.62167 120.002989 \n",
       "L 174.398901 118.887543 \n",
       "L 176.531577 117.286504 \n",
       "L 179.730591 114.571454 \n",
       "L 184.529117 110.496404 \n",
       "L 186.83952 108.818293 \n",
       "L 188.794477 107.652653 \n",
       "L 190.571707 106.841913 \n",
       "L 192.171219 106.340964 \n",
       "L 193.77073 106.073 \n",
       "L 195.370233 106.047192 \n",
       "L 196.969744 106.266217 \n",
       "L 198.569256 106.726299 \n",
       "L 200.168767 107.417531 \n",
       "L 201.945989 108.437568 \n",
       "L 203.900955 109.832807 \n",
       "L 206.033631 111.628234 \n",
       "L 208.699472 114.17181 \n",
       "L 212.964824 118.60023 \n",
       "L 217.941085 123.693285 \n",
       "L 220.962364 126.477342 \n",
       "L 223.628222 128.646624 \n",
       "L 226.116352 130.399085 \n",
       "L 228.604466 131.882879 \n",
       "L 230.203977 132.698862 \n",
       "L 230.203977 132.698862 \n",
       "\" clip-path=\"url(#p0a0e1f340d)\" 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=\"p0a0e1f340d\">\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",
    "from IPython import display\n",
    "from mxnet import np, npx\n",
    "from d2l import mxnet as d2l\n",
    "\n",
    "npx.set_np()\n",
    "\n",
    "# Plot the probability density function for some random variable\n",
    "x = np.arange(-5, 5, 0.01)\n",
    "p = 0.2*np.exp(-(x - 3)**2 / 2)/np.sqrt(2 * np.pi) + \\\n",
    "    0.8*np.exp(-(x + 1)**2 / 2)/np.sqrt(2 * np.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": 5,
    "tab": [
     "mxnet"
    ]
   },
   "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-24T10:46:56.341498</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.297352 136.922727 \n",
       "L 92.297352 61.994783 \n",
       "L 92.475075 61.245528 \n",
       "L 92.652798 60.496423 \n",
       "L 92.830521 59.747618 \n",
       "L 93.008244 58.999263 \n",
       "L 93.185967 58.251525 \n",
       "L 93.36369 57.504548 \n",
       "L 93.541413 56.758506 \n",
       "L 93.719136 56.013537 \n",
       "L 93.896859 55.269825 \n",
       "L 94.074582 54.527491 \n",
       "L 94.252305 53.786744 \n",
       "L 94.430028 53.047715 \n",
       "L 94.607751 52.310578 \n",
       "L 94.785474 51.575501 \n",
       "L 94.963197 50.842643 \n",
       "L 95.14092 50.112186 \n",
       "L 95.318643 49.384266 \n",
       "L 95.496366 48.659074 \n",
       "L 95.674089 47.936778 \n",
       "L 95.851813 47.217533 \n",
       "L 96.02954 46.501512 \n",
       "L 96.207263 45.788894 \n",
       "L 96.384986 45.079858 \n",
       "L 96.562709 44.374548 \n",
       "L 96.740432 43.673149 \n",
       "L 96.918155 42.975827 \n",
       "L 97.095878 42.282774 \n",
       "L 97.273601 41.59411 \n",
       "L 97.451324 40.910048 \n",
       "L 97.629047 40.230751 \n",
       "L 97.80677 39.556385 \n",
       "L 97.984493 38.887112 \n",
       "L 98.162216 38.223111 \n",
       "L 98.339939 37.564544 \n",
       "L 98.517662 36.911594 \n",
       "L 98.695385 36.2644 \n",
       "L 98.873108 35.623182 \n",
       "L 99.050831 34.988031 \n",
       "L 99.228554 34.359179 \n",
       "L 99.406277 33.736753 \n",
       "L 99.584 33.120947 \n",
       "L 99.761723 32.51189 \n",
       "L 99.939446 31.909766 \n",
       "L 100.117169 31.314725 \n",
       "L 100.294892 30.726928 \n",
       "L 100.472619 30.146526 \n",
       "L 100.650342 29.573702 \n",
       "L 100.828065 29.008607 \n",
       "L 101.005788 28.451357 \n",
       "L 101.183511 27.902147 \n",
       "L 101.361234 27.361104 \n",
       "L 101.538957 26.828389 \n",
       "L 101.71668 26.304142 \n",
       "L 101.894403 25.788512 \n",
       "L 102.072126 25.281638 \n",
       "L 102.249849 24.783669 \n",
       "L 102.427572 24.294732 \n",
       "L 102.605295 23.814978 \n",
       "L 102.783018 23.344533 \n",
       "L 102.960741 22.883535 \n",
       "L 103.138464 22.432101 \n",
       "L 103.316188 21.990379 \n",
       "L 103.493911 21.558486 \n",
       "L 103.671634 21.13656 \n",
       "L 103.849357 20.724693 \n",
       "L 104.02708 20.323011 \n",
       "L 104.204803 19.931654 \n",
       "L 104.382526 19.550702 \n",
       "L 104.560249 19.180283 \n",
       "L 104.737972 18.82051 \n",
       "L 104.915695 18.471466 \n",
       "L 105.093422 18.133253 \n",
       "L 105.271145 17.806011 \n",
       "L 105.448868 17.489786 \n",
       "L 105.626591 17.184715 \n",
       "L 105.804314 16.890845 \n",
       "L 105.982037 16.608269 \n",
       "L 106.15976 16.33709 \n",
       "L 106.337483 16.077389 \n",
       "L 106.515206 15.829224 \n",
       "L 106.692929 15.592674 \n",
       "L 106.870652 15.367811 \n",
       "L 107.048375 15.154702 \n",
       "L 107.226098 14.953406 \n",
       "L 107.403821 14.763991 \n",
       "L 107.581544 14.586493 \n",
       "L 107.759267 14.420991 \n",
       "L 107.93699 14.267522 \n",
       "L 108.114713 14.12613 \n",
       "L 108.292436 13.996862 \n",
       "L 108.470159 13.879741 \n",
       "L 108.647882 13.774813 \n",
       "L 108.825605 13.682101 \n",
       "L 109.003328 13.601663 \n",
       "L 109.181051 13.533488 \n",
       "L 109.358774 13.477598 \n",
       "L 109.536501 13.434016 \n",
       "L 109.714224 13.402766 \n",
       "L 109.891947 13.383848 \n",
       "L 110.06967 13.377273 \n",
       "L 110.247389 13.383017 \n",
       "L 110.425116 13.401105 \n",
       "L 110.602835 13.431525 \n",
       "L 110.780562 13.474264 \n",
       "L 110.958281 13.5293 \n",
       "L 111.136009 13.596645 \n",
       "L 111.313727 13.676241 \n",
       "L 111.491455 13.768088 \n",
       "L 111.669173 13.872139 \n",
       "L 111.846901 13.988395 \n",
       "L 112.024628 14.116774 \n",
       "L 112.202347 14.257266 \n",
       "L 112.380074 14.409813 \n",
       "L 112.557793 14.574392 \n",
       "L 112.73552 14.750944 \n",
       "L 112.913239 14.93939 \n",
       "L 113.090966 15.139717 \n",
       "L 113.268685 15.351834 \n",
       "L 113.446412 15.575682 \n",
       "L 113.624131 15.811193 \n",
       "L 113.801858 16.058286 \n",
       "L 113.979577 16.316903 \n",
       "L 114.157304 16.586974 \n",
       "L 114.335023 16.868397 \n",
       "L 114.51275 17.161113 \n",
       "L 114.690469 17.464984 \n",
       "L 114.868196 17.779987 \n",
       "L 115.045915 18.105972 \n",
       "L 115.223642 18.442892 \n",
       "L 115.401361 18.790575 \n",
       "L 115.579088 19.149009 \n",
       "L 115.756807 19.518022 \n",
       "L 115.934534 19.897532 \n",
       "L 116.112253 20.287401 \n",
       "L 116.28998 20.687559 \n",
       "L 116.467707 21.097869 \n",
       "L 116.645426 21.518192 \n",
       "L 116.823153 21.948424 \n",
       "L 117.000872 22.388427 \n",
       "L 117.178599 22.838096 \n",
       "L 117.356318 23.29726 \n",
       "L 117.534045 23.765847 \n",
       "L 117.711764 24.243652 \n",
       "L 117.889491 24.730616 \n",
       "L 118.06721 25.226532 \n",
       "L 118.244937 25.731307 \n",
       "L 118.422656 26.244757 \n",
       "L 118.600384 26.766766 \n",
       "L 118.778102 27.29715 \n",
       "L 118.95583 27.835829 \n",
       "L 119.133548 28.382559 \n",
       "L 119.311276 28.937294 \n",
       "L 119.488994 29.499771 \n",
       "L 119.666722 30.069918 \n",
       "L 119.84444 30.647506 \n",
       "L 120.022168 31.232453 \n",
       "L 120.199886 31.824541 \n",
       "L 120.377614 32.423631 \n",
       "L 120.555332 33.029551 \n",
       "L 120.73306 33.642149 \n",
       "L 120.910787 34.261242 \n",
       "L 121.088506 34.886668 \n",
       "L 121.266233 35.518277 \n",
       "L 121.443952 36.155861 \n",
       "L 121.621679 36.799295 \n",
       "L 121.799398 37.448368 \n",
       "L 121.977125 38.102945 \n",
       "L 122.154844 38.762828 \n",
       "L 122.332571 39.42789 \n",
       "L 122.51029 40.097878 \n",
       "L 122.688017 40.772705 \n",
       "L 122.865736 41.452129 \n",
       "L 123.043463 42.136041 \n",
       "L 123.221182 42.824186 \n",
       "L 123.398909 43.516466 \n",
       "L 123.576628 44.212646 \n",
       "L 123.754355 44.912615 \n",
       "L 123.932074 45.616131 \n",
       "L 124.109801 46.323097 \n",
       "L 124.28752 47.033246 \n",
       "L 124.465247 47.746498 \n",
       "L 124.642966 48.462606 \n",
       "L 124.820693 49.181447 \n",
       "L 124.998412 49.902803 \n",
       "L 125.176139 50.626559 \n",
       "L 125.353858 51.352477 \n",
       "L 125.531585 52.080449 \n",
       "L 125.709312 52.810278 \n",
       "L 125.887031 53.541762 \n",
       "L 126.064759 54.274781 \n",
       "L 126.242477 55.009126 \n",
       "L 126.420205 55.744688 \n",
       "L 126.597923 56.481231 \n",
       "L 126.775651 57.21865 \n",
       "L 126.953369 57.956721 \n",
       "L 127.131097 58.695352 \n",
       "L 127.308815 59.434311 \n",
       "L 127.486543 60.173507 \n",
       "L 127.664261 60.912697 \n",
       "L 127.841989 61.651812 \n",
       "L 128.019707 62.390616 \n",
       "L 128.197435 63.129027 \n",
       "L 128.375153 63.866822 \n",
       "L 128.552881 64.603907 \n",
       "L 128.730599 65.340074 \n",
       "L 128.908327 66.075244 \n",
       "L 129.086045 66.809191 \n",
       "L 129.263773 67.541852 \n",
       "L 129.441491 68.272985 \n",
       "L 129.619219 69.002549 \n",
       "L 129.796938 69.730324 \n",
       "L 129.974665 70.456231 \n",
       "L 130.152392 71.180108 \n",
       "L 130.330111 71.901769 \n",
       "L 130.507838 72.621164 \n",
       "L 130.685557 73.338097 \n",
       "L 130.863284 74.052491 \n",
       "L 131.041003 74.764163 \n",
       "L 131.21873 75.473049 \n",
       "L 131.396449 76.178959 \n",
       "L 131.574176 76.881829 \n",
       "L 131.751895 77.581498 \n",
       "L 131.929622 78.277885 \n",
       "L 132.107341 78.970829 \n",
       "L 132.285068 79.660266 \n",
       "L 132.462787 80.346035 \n",
       "L 132.640514 81.028078 \n",
       "L 132.818233 81.706233 \n",
       "L 132.99596 82.380449 \n",
       "L 133.173679 83.050569 \n",
       "L 133.351406 83.716555 \n",
       "L 133.529125 84.378237 \n",
       "L 133.706852 85.035588 \n",
       "L 133.884571 85.688451 \n",
       "L 134.062298 86.336793 \n",
       "L 134.240017 86.980468 \n",
       "L 134.417744 87.619442 \n",
       "L 134.595472 88.253607 \n",
       "L 134.77319 88.882836 \n",
       "L 134.950918 89.507126 \n",
       "L 135.128636 90.126326 \n",
       "L 135.306364 90.740421 \n",
       "L 135.484082 91.349285 \n",
       "L 135.66181 91.952891 \n",
       "L 135.839528 92.551127 \n",
       "L 136.017256 93.143965 \n",
       "L 136.194974 93.731295 \n",
       "L 136.372702 94.313108 \n",
       "L 136.55042 94.889282 \n",
       "L 136.728148 95.459816 \n",
       "L 136.905866 96.024591 \n",
       "L 137.083594 96.583618 \n",
       "L 137.261313 97.136791 \n",
       "L 137.43904 97.684094 \n",
       "L 137.616759 98.225446 \n",
       "L 137.794486 98.760837 \n",
       "L 137.972205 99.290182 \n",
       "L 138.149932 99.813487 \n",
       "L 138.327651 100.330657 \n",
       "L 138.505378 100.841704 \n",
       "L 138.683097 101.346543 \n",
       "L 138.860824 101.84519 \n",
       "L 139.038543 102.337561 \n",
       "L 139.21627 102.823674 \n",
       "L 139.393997 103.303478 \n",
       "L 139.571716 103.776922 \n",
       "L 139.749443 104.244022 \n",
       "L 139.927162 104.704719 \n",
       "L 140.104889 105.159026 \n",
       "L 140.282608 105.60689 \n",
       "L 140.460335 106.048329 \n",
       "L 140.638054 106.483282 \n",
       "L 140.815781 106.911783 \n",
       "L 140.9935 107.333773 \n",
       "L 141.171227 107.749289 \n",
       "L 141.348946 108.158275 \n",
       "L 141.526673 108.560764 \n",
       "L 141.704392 108.956712 \n",
       "L 141.882119 109.346154 \n",
       "L 142.059838 109.729047 \n",
       "L 142.237565 110.105422 \n",
       "L 142.415284 110.475256 \n",
       "L 142.593011 110.838576 \n",
       "L 142.77073 111.195355 \n",
       "L 142.948457 111.545628 \n",
       "L 143.126176 111.889372 \n",
       "L 143.303903 112.226624 \n",
       "L 143.481622 112.557358 \n",
       "L 143.659349 112.881621 \n",
       "L 143.837077 113.199408 \n",
       "L 144.014795 113.510718 \n",
       "L 144.192523 113.815589 \n",
       "L 144.370241 114.114013 \n",
       "L 144.547969 114.406033 \n",
       "L 144.725688 114.691639 \n",
       "L 144.903415 114.970875 \n",
       "L 145.081134 115.243738 \n",
       "L 145.258861 115.510273 \n",
       "L 145.43658 115.77048 \n",
       "L 145.614307 116.024406 \n",
       "L 145.792026 116.272051 \n",
       "L 145.969753 116.51346 \n",
       "L 146.147472 116.748642 \n",
       "L 146.325199 116.977644 \n",
       "L 146.502918 117.20048 \n",
       "L 146.680645 117.417191 \n",
       "L 146.858364 117.627791 \n",
       "L 147.036091 117.832331 \n",
       "L 147.21381 118.030826 \n",
       "L 147.391537 118.223322 \n",
       "L 147.569256 118.409843 \n",
       "L 147.746983 118.590437 \n",
       "L 147.924702 118.765124 \n",
       "L 148.102429 118.933953 \n",
       "L 148.280156 119.096958 \n",
       "L 148.457875 119.254167 \n",
       "L 148.635602 119.405635 \n",
       "L 148.813321 119.551385 \n",
       "L 148.991048 119.69147 \n",
       "L 149.168767 119.825925 \n",
       "L 149.346494 119.954796 \n",
       "L 149.524213 120.078118 \n",
       "L 149.70194 120.19594 \n",
       "L 149.879659 120.308301 \n",
       "L 150.057386 120.415249 \n",
       "L 150.235105 120.516826 \n",
       "L 150.412832 120.613079 \n",
       "L 150.590551 120.70405 \n",
       "L 150.768278 120.78979 \n",
       "L 150.945997 120.870343 \n",
       "L 151.123724 120.945757 \n",
       "L 151.301443 121.016081 \n",
       "L 151.47917 121.081361 \n",
       "L 151.656889 121.141646 \n",
       "L 151.834616 121.196988 \n",
       "L 152.012335 121.247432 \n",
       "L 152.190062 121.293033 \n",
       "L 152.367781 121.333838 \n",
       "L 152.545509 121.369901 \n",
       "L 152.723227 121.401272 \n",
       "L 152.900955 121.428003 \n",
       "L 153.078682 121.450144 \n",
       "L 153.256401 121.467749 \n",
       "L 153.434128 121.480873 \n",
       "L 153.611847 121.489566 \n",
       "L 153.789574 121.493883 \n",
       "L 153.967293 121.493878 \n",
       "L 154.14502 121.489607 \n",
       "L 154.322739 121.481123 \n",
       "L 154.500466 121.468481 \n",
       "L 154.678185 121.451735 \n",
       "L 154.855912 121.430942 \n",
       "L 155.033631 121.406157 \n",
       "L 155.211358 121.377435 \n",
       "L 155.389077 121.34484 \n",
       "L 155.566804 121.308416 \n",
       "L 155.744523 121.268232 \n",
       "L 155.92225 121.224333 \n",
       "L 156.099969 121.176789 \n",
       "L 156.277696 121.125649 \n",
       "L 156.455415 121.070974 \n",
       "L 156.633142 121.012822 \n",
       "L 156.810861 120.951254 \n",
       "L 156.988588 120.886318 \n",
       "L 157.166307 120.818087 \n",
       "L 157.344034 120.746609 \n",
       "L 157.521761 120.671949 \n",
       "L 157.69948 120.594167 \n",
       "L 157.877207 120.513316 \n",
       "L 158.054926 120.429466 \n",
       "L 158.232653 120.342664 \n",
       "L 158.410372 120.252983 \n",
       "L 158.588099 120.160473 \n",
       "L 158.765818 120.065204 \n",
       "L 158.943545 119.967223 \n",
       "L 159.121264 119.866607 \n",
       "L 159.298991 119.763401 \n",
       "L 159.47671 119.657678 \n",
       "L 159.654437 119.549491 \n",
       "L 159.832156 119.438911 \n",
       "L 160.009884 119.325988 \n",
       "L 160.187602 119.210793 \n",
       "L 160.36533 119.093376 \n",
       "L 160.543048 118.973813 \n",
       "L 160.720776 118.852151 \n",
       "L 160.898494 118.728466 \n",
       "L 161.076222 118.602809 \n",
       "L 161.25394 118.475248 \n",
       "L 161.431668 118.345836 \n",
       "L 161.609386 118.214652 \n",
       "L 161.787114 118.08174 \n",
       "L 161.964841 117.947171 \n",
       "L 162.14256 117.811009 \n",
       "L 162.320287 117.673312 \n",
       "L 162.498006 117.534146 \n",
       "L 162.675733 117.393569 \n",
       "L 162.853452 117.251649 \n",
       "L 163.031179 117.108439 \n",
       "L 163.208898 116.964013 \n",
       "L 163.386625 116.818419 \n",
       "L 163.564344 116.671735 \n",
       "L 163.742071 116.524009 \n",
       "L 163.91979 116.375315 \n",
       "L 164.097517 116.225703 \n",
       "L 164.275236 116.075249 \n",
       "L 164.452963 115.923999 \n",
       "L 164.630682 115.772033 \n",
       "L 164.808409 115.619393 \n",
       "L 164.986128 115.466156 \n",
       "L 165.163855 115.312374 \n",
       "L 165.341574 115.15812 \n",
       "L 165.519301 115.003437 \n",
       "L 165.69702 114.84841 \n",
       "L 165.874747 114.693072 \n",
       "L 166.052466 114.53751 \n",
       "L 166.230193 114.381768 \n",
       "L 166.40792 114.225906 \n",
       "L 166.585639 114.069999 \n",
       "L 166.763366 113.914093 \n",
       "L 166.941085 113.758257 \n",
       "L 167.118812 113.602542 \n",
       "L 167.296531 113.447016 \n",
       "L 167.474259 113.291728 \n",
       "L 167.651977 113.136747 \n",
       "L 167.829705 112.982122 \n",
       "L 168.007423 112.827926 \n",
       "L 168.185151 112.674197 \n",
       "L 168.362869 112.521007 \n",
       "L 168.540597 112.368402 \n",
       "L 168.718315 112.216458 \n",
       "L 168.896043 112.065209 \n",
       "L 169.073761 111.914724 \n",
       "L 169.251489 111.765055 \n",
       "L 169.429207 111.616263 \n",
       "L 169.606935 111.468394 \n",
       "L 169.784653 111.321514 \n",
       "L 169.962381 111.175664 \n",
       "L 170.140099 111.030909 \n",
       "L 170.317827 110.887285 \n",
       "L 170.495545 110.744869 \n",
       "L 170.673273 110.603697 \n",
       "L 170.850992 110.463827 \n",
       "L 171.028719 110.325302 \n",
       "L 171.206446 110.188178 \n",
       "L 171.384165 110.052514 \n",
       "L 171.561892 109.918343 \n",
       "L 171.739611 109.78573 \n",
       "L 171.917338 109.654711 \n",
       "L 172.095057 109.525339 \n",
       "L 172.272784 109.397658 \n",
       "L 172.450503 109.271726 \n",
       "L 172.62823 109.147569 \n",
       "L 172.805949 109.025251 \n",
       "L 172.983676 108.904802 \n",
       "L 173.161395 108.786279 \n",
       "L 173.339122 108.669715 \n",
       "L 173.516841 108.555157 \n",
       "L 173.694568 108.442648 \n",
       "L 173.872287 108.332226 \n",
       "L 174.050014 108.223933 \n",
       "L 174.227733 108.117808 \n",
       "L 174.40546 108.013887 \n",
       "L 174.583179 107.912215 \n",
       "L 174.760906 107.812824 \n",
       "L 174.938625 107.715752 \n",
       "L 175.116352 107.62103 \n",
       "L 175.294071 107.528702 \n",
       "L 175.471798 107.438793 \n",
       "L 175.649526 107.351342 \n",
       "L 175.827244 107.266385 \n",
       "L 176.004972 107.18394 \n",
       "L 176.18269 107.104045 \n",
       "L 176.360418 107.026733 \n",
       "L 176.538136 106.952031 \n",
       "L 176.715864 106.879963 \n",
       "L 176.893582 106.810561 \n",
       "L 177.07131 106.743845 \n",
       "L 177.249028 106.679849 \n",
       "L 177.426756 106.618586 \n",
       "L 177.604474 106.560089 \n",
       "L 177.782202 106.504378 \n",
       "L 177.95992 106.45147 \n",
       "L 178.137648 106.401385 \n",
       "L 178.315366 106.354152 \n",
       "L 178.493094 106.309781 \n",
       "L 178.670813 106.26829 \n",
       "L 178.84854 106.2297 \n",
       "L 179.026259 106.194027 \n",
       "L 179.203986 106.161277 \n",
       "L 179.381705 106.131472 \n",
       "L 179.559432 106.10462 \n",
       "L 179.737151 106.080735 \n",
       "L 179.914878 106.059824 \n",
       "L 180.092605 106.041906 \n",
       "L 180.270324 106.026979 \n",
       "L 180.448051 106.015054 \n",
       "L 180.62577 106.00614 \n",
       "L 180.803497 106.000243 \n",
       "L 180.981216 105.997365 \n",
       "L 180.981216 136.922727 \n",
       "L 180.981216 136.922727 \n",
       "L 180.803497 136.922727 \n",
       "L 180.62577 136.922727 \n",
       "L 180.448051 136.922727 \n",
       "L 180.270324 136.922727 \n",
       "L 180.092605 136.922727 \n",
       "L 179.914878 136.922727 \n",
       "L 179.737151 136.922727 \n",
       "L 179.559432 136.922727 \n",
       "L 179.381705 136.922727 \n",
       "L 179.203986 136.922727 \n",
       "L 179.026259 136.922727 \n",
       "L 178.84854 136.922727 \n",
       "L 178.670813 136.922727 \n",
       "L 178.493094 136.922727 \n",
       "L 178.315366 136.922727 \n",
       "L 178.137648 136.922727 \n",
       "L 177.95992 136.922727 \n",
       "L 177.782202 136.922727 \n",
       "L 177.604474 136.922727 \n",
       "L 177.426756 136.922727 \n",
       "L 177.249028 136.922727 \n",
       "L 177.07131 136.922727 \n",
       "L 176.893582 136.922727 \n",
       "L 176.715864 136.922727 \n",
       "L 176.538136 136.922727 \n",
       "L 176.360418 136.922727 \n",
       "L 176.18269 136.922727 \n",
       "L 176.004972 136.922727 \n",
       "L 175.827244 136.922727 \n",
       "L 175.649526 136.922727 \n",
       "L 175.471798 136.922727 \n",
       "L 175.294071 136.922727 \n",
       "L 175.116352 136.922727 \n",
       "L 174.938625 136.922727 \n",
       "L 174.760906 136.922727 \n",
       "L 174.583179 136.922727 \n",
       "L 174.40546 136.922727 \n",
       "L 174.227733 136.922727 \n",
       "L 174.050014 136.922727 \n",
       "L 173.872287 136.922727 \n",
       "L 173.694568 136.922727 \n",
       "L 173.516841 136.922727 \n",
       "L 173.339122 136.922727 \n",
       "L 173.161395 136.922727 \n",
       "L 172.983676 136.922727 \n",
       "L 172.805949 136.922727 \n",
       "L 172.62823 136.922727 \n",
       "L 172.450503 136.922727 \n",
       "L 172.272784 136.922727 \n",
       "L 172.095057 136.922727 \n",
       "L 171.917338 136.922727 \n",
       "L 171.739611 136.922727 \n",
       "L 171.561892 136.922727 \n",
       "L 171.384165 136.922727 \n",
       "L 171.206446 136.922727 \n",
       "L 171.028719 136.922727 \n",
       "L 170.850992 136.922727 \n",
       "L 170.673273 136.922727 \n",
       "L 170.495545 136.922727 \n",
       "L 170.317827 136.922727 \n",
       "L 170.140099 136.922727 \n",
       "L 169.962381 136.922727 \n",
       "L 169.784653 136.922727 \n",
       "L 169.606935 136.922727 \n",
       "L 169.429207 136.922727 \n",
       "L 169.251489 136.922727 \n",
       "L 169.073761 136.922727 \n",
       "L 168.896043 136.922727 \n",
       "L 168.718315 136.922727 \n",
       "L 168.540597 136.922727 \n",
       "L 168.362869 136.922727 \n",
       "L 168.185151 136.922727 \n",
       "L 168.007423 136.922727 \n",
       "L 167.829705 136.922727 \n",
       "L 167.651977 136.922727 \n",
       "L 167.474259 136.922727 \n",
       "L 167.296531 136.922727 \n",
       "L 167.118812 136.922727 \n",
       "L 166.941085 136.922727 \n",
       "L 166.763366 136.922727 \n",
       "L 166.585639 136.922727 \n",
       "L 166.40792 136.922727 \n",
       "L 166.230193 136.922727 \n",
       "L 166.052466 136.922727 \n",
       "L 165.874747 136.922727 \n",
       "L 165.69702 136.922727 \n",
       "L 165.519301 136.922727 \n",
       "L 165.341574 136.922727 \n",
       "L 165.163855 136.922727 \n",
       "L 164.986128 136.922727 \n",
       "L 164.808409 136.922727 \n",
       "L 164.630682 136.922727 \n",
       "L 164.452963 136.922727 \n",
       "L 164.275236 136.922727 \n",
       "L 164.097517 136.922727 \n",
       "L 163.91979 136.922727 \n",
       "L 163.742071 136.922727 \n",
       "L 163.564344 136.922727 \n",
       "L 163.386625 136.922727 \n",
       "L 163.208898 136.922727 \n",
       "L 163.031179 136.922727 \n",
       "L 162.853452 136.922727 \n",
       "L 162.675733 136.922727 \n",
       "L 162.498006 136.922727 \n",
       "L 162.320287 136.922727 \n",
       "L 162.14256 136.922727 \n",
       "L 161.964841 136.922727 \n",
       "L 161.787114 136.922727 \n",
       "L 161.609386 136.922727 \n",
       "L 161.431668 136.922727 \n",
       "L 161.25394 136.922727 \n",
       "L 161.076222 136.922727 \n",
       "L 160.898494 136.922727 \n",
       "L 160.720776 136.922727 \n",
       "L 160.543048 136.922727 \n",
       "L 160.36533 136.922727 \n",
       "L 160.187602 136.922727 \n",
       "L 160.009884 136.922727 \n",
       "L 159.832156 136.922727 \n",
       "L 159.654437 136.922727 \n",
       "L 159.47671 136.922727 \n",
       "L 159.298991 136.922727 \n",
       "L 159.121264 136.922727 \n",
       "L 158.943545 136.922727 \n",
       "L 158.765818 136.922727 \n",
       "L 158.588099 136.922727 \n",
       "L 158.410372 136.922727 \n",
       "L 158.232653 136.922727 \n",
       "L 158.054926 136.922727 \n",
       "L 157.877207 136.922727 \n",
       "L 157.69948 136.922727 \n",
       "L 157.521761 136.922727 \n",
       "L 157.344034 136.922727 \n",
       "L 157.166307 136.922727 \n",
       "L 156.988588 136.922727 \n",
       "L 156.810861 136.922727 \n",
       "L 156.633142 136.922727 \n",
       "L 156.455415 136.922727 \n",
       "L 156.277696 136.922727 \n",
       "L 156.099969 136.922727 \n",
       "L 155.92225 136.922727 \n",
       "L 155.744523 136.922727 \n",
       "L 155.566804 136.922727 \n",
       "L 155.389077 136.922727 \n",
       "L 155.211358 136.922727 \n",
       "L 155.033631 136.922727 \n",
       "L 154.855912 136.922727 \n",
       "L 154.678185 136.922727 \n",
       "L 154.500466 136.922727 \n",
       "L 154.322739 136.922727 \n",
       "L 154.14502 136.922727 \n",
       "L 153.967293 136.922727 \n",
       "L 153.789574 136.922727 \n",
       "L 153.611847 136.922727 \n",
       "L 153.434128 136.922727 \n",
       "L 153.256401 136.922727 \n",
       "L 153.078682 136.922727 \n",
       "L 152.900955 136.922727 \n",
       "L 152.723227 136.922727 \n",
       "L 152.545509 136.922727 \n",
       "L 152.367781 136.922727 \n",
       "L 152.190062 136.922727 \n",
       "L 152.012335 136.922727 \n",
       "L 151.834616 136.922727 \n",
       "L 151.656889 136.922727 \n",
       "L 151.47917 136.922727 \n",
       "L 151.301443 136.922727 \n",
       "L 151.123724 136.922727 \n",
       "L 150.945997 136.922727 \n",
       "L 150.768278 136.922727 \n",
       "L 150.590551 136.922727 \n",
       "L 150.412832 136.922727 \n",
       "L 150.235105 136.922727 \n",
       "L 150.057386 136.922727 \n",
       "L 149.879659 136.922727 \n",
       "L 149.70194 136.922727 \n",
       "L 149.524213 136.922727 \n",
       "L 149.346494 136.922727 \n",
       "L 149.168767 136.922727 \n",
       "L 148.991048 136.922727 \n",
       "L 148.813321 136.922727 \n",
       "L 148.635602 136.922727 \n",
       "L 148.457875 136.922727 \n",
       "L 148.280156 136.922727 \n",
       "L 148.102429 136.922727 \n",
       "L 147.924702 136.922727 \n",
       "L 147.746983 136.922727 \n",
       "L 147.569256 136.922727 \n",
       "L 147.391537 136.922727 \n",
       "L 147.21381 136.922727 \n",
       "L 147.036091 136.922727 \n",
       "L 146.858364 136.922727 \n",
       "L 146.680645 136.922727 \n",
       "L 146.502918 136.922727 \n",
       "L 146.325199 136.922727 \n",
       "L 146.147472 136.922727 \n",
       "L 145.969753 136.922727 \n",
       "L 145.792026 136.922727 \n",
       "L 145.614307 136.922727 \n",
       "L 145.43658 136.922727 \n",
       "L 145.258861 136.922727 \n",
       "L 145.081134 136.922727 \n",
       "L 144.903415 136.922727 \n",
       "L 144.725688 136.922727 \n",
       "L 144.547969 136.922727 \n",
       "L 144.370241 136.922727 \n",
       "L 144.192523 136.922727 \n",
       "L 144.014795 136.922727 \n",
       "L 143.837077 136.922727 \n",
       "L 143.659349 136.922727 \n",
       "L 143.481622 136.922727 \n",
       "L 143.303903 136.922727 \n",
       "L 143.126176 136.922727 \n",
       "L 142.948457 136.922727 \n",
       "L 142.77073 136.922727 \n",
       "L 142.593011 136.922727 \n",
       "L 142.415284 136.922727 \n",
       "L 142.237565 136.922727 \n",
       "L 142.059838 136.922727 \n",
       "L 141.882119 136.922727 \n",
       "L 141.704392 136.922727 \n",
       "L 141.526673 136.922727 \n",
       "L 141.348946 136.922727 \n",
       "L 141.171227 136.922727 \n",
       "L 140.9935 136.922727 \n",
       "L 140.815781 136.922727 \n",
       "L 140.638054 136.922727 \n",
       "L 140.460335 136.922727 \n",
       "L 140.282608 136.922727 \n",
       "L 140.104889 136.922727 \n",
       "L 139.927162 136.922727 \n",
       "L 139.749443 136.922727 \n",
       "L 139.571716 136.922727 \n",
       "L 139.393997 136.922727 \n",
       "L 139.21627 136.922727 \n",
       "L 139.038543 136.922727 \n",
       "L 138.860824 136.922727 \n",
       "L 138.683097 136.922727 \n",
       "L 138.505378 136.922727 \n",
       "L 138.327651 136.922727 \n",
       "L 138.149932 136.922727 \n",
       "L 137.972205 136.922727 \n",
       "L 137.794486 136.922727 \n",
       "L 137.616759 136.922727 \n",
       "L 137.43904 136.922727 \n",
       "L 137.261313 136.922727 \n",
       "L 137.083594 136.922727 \n",
       "L 136.905866 136.922727 \n",
       "L 136.728148 136.922727 \n",
       "L 136.55042 136.922727 \n",
       "L 136.372702 136.922727 \n",
       "L 136.194974 136.922727 \n",
       "L 136.017256 136.922727 \n",
       "L 135.839528 136.922727 \n",
       "L 135.66181 136.922727 \n",
       "L 135.484082 136.922727 \n",
       "L 135.306364 136.922727 \n",
       "L 135.128636 136.922727 \n",
       "L 134.950918 136.922727 \n",
       "L 134.77319 136.922727 \n",
       "L 134.595472 136.922727 \n",
       "L 134.417744 136.922727 \n",
       "L 134.240017 136.922727 \n",
       "L 134.062298 136.922727 \n",
       "L 133.884571 136.922727 \n",
       "L 133.706852 136.922727 \n",
       "L 133.529125 136.922727 \n",
       "L 133.351406 136.922727 \n",
       "L 133.173679 136.922727 \n",
       "L 132.99596 136.922727 \n",
       "L 132.818233 136.922727 \n",
       "L 132.640514 136.922727 \n",
       "L 132.462787 136.922727 \n",
       "L 132.285068 136.922727 \n",
       "L 132.107341 136.922727 \n",
       "L 131.929622 136.922727 \n",
       "L 131.751895 136.922727 \n",
       "L 131.574176 136.922727 \n",
       "L 131.396449 136.922727 \n",
       "L 131.21873 136.922727 \n",
       "L 131.041003 136.922727 \n",
       "L 130.863284 136.922727 \n",
       "L 130.685557 136.922727 \n",
       "L 130.507838 136.922727 \n",
       "L 130.330111 136.922727 \n",
       "L 130.152392 136.922727 \n",
       "L 129.974665 136.922727 \n",
       "L 129.796938 136.922727 \n",
       "L 129.619219 136.922727 \n",
       "L 129.441491 136.922727 \n",
       "L 129.263773 136.922727 \n",
       "L 129.086045 136.922727 \n",
       "L 128.908327 136.922727 \n",
       "L 128.730599 136.922727 \n",
       "L 128.552881 136.922727 \n",
       "L 128.375153 136.922727 \n",
       "L 128.197435 136.922727 \n",
       "L 128.019707 136.922727 \n",
       "L 127.841989 136.922727 \n",
       "L 127.664261 136.922727 \n",
       "L 127.486543 136.922727 \n",
       "L 127.308815 136.922727 \n",
       "L 127.131097 136.922727 \n",
       "L 126.953369 136.922727 \n",
       "L 126.775651 136.922727 \n",
       "L 126.597923 136.922727 \n",
       "L 126.420205 136.922727 \n",
       "L 126.242477 136.922727 \n",
       "L 126.064759 136.922727 \n",
       "L 125.887031 136.922727 \n",
       "L 125.709312 136.922727 \n",
       "L 125.531585 136.922727 \n",
       "L 125.353858 136.922727 \n",
       "L 125.176139 136.922727 \n",
       "L 124.998412 136.922727 \n",
       "L 124.820693 136.922727 \n",
       "L 124.642966 136.922727 \n",
       "L 124.465247 136.922727 \n",
       "L 124.28752 136.922727 \n",
       "L 124.109801 136.922727 \n",
       "L 123.932074 136.922727 \n",
       "L 123.754355 136.922727 \n",
       "L 123.576628 136.922727 \n",
       "L 123.398909 136.922727 \n",
       "L 123.221182 136.922727 \n",
       "L 123.043463 136.922727 \n",
       "L 122.865736 136.922727 \n",
       "L 122.688017 136.922727 \n",
       "L 122.51029 136.922727 \n",
       "L 122.332571 136.922727 \n",
       "L 122.154844 136.922727 \n",
       "L 121.977125 136.922727 \n",
       "L 121.799398 136.922727 \n",
       "L 121.621679 136.922727 \n",
       "L 121.443952 136.922727 \n",
       "L 121.266233 136.922727 \n",
       "L 121.088506 136.922727 \n",
       "L 120.910787 136.922727 \n",
       "L 120.73306 136.922727 \n",
       "L 120.555332 136.922727 \n",
       "L 120.377614 136.922727 \n",
       "L 120.199886 136.922727 \n",
       "L 120.022168 136.922727 \n",
       "L 119.84444 136.922727 \n",
       "L 119.666722 136.922727 \n",
       "L 119.488994 136.922727 \n",
       "L 119.311276 136.922727 \n",
       "L 119.133548 136.922727 \n",
       "L 118.95583 136.922727 \n",
       "L 118.778102 136.922727 \n",
       "L 118.600384 136.922727 \n",
       "L 118.422656 136.922727 \n",
       "L 118.244937 136.922727 \n",
       "L 118.06721 136.922727 \n",
       "L 117.889491 136.922727 \n",
       "L 117.711764 136.922727 \n",
       "L 117.534045 136.922727 \n",
       "L 117.356318 136.922727 \n",
       "L 117.178599 136.922727 \n",
       "L 117.000872 136.922727 \n",
       "L 116.823153 136.922727 \n",
       "L 116.645426 136.922727 \n",
       "L 116.467707 136.922727 \n",
       "L 116.28998 136.922727 \n",
       "L 116.112253 136.922727 \n",
       "L 115.934534 136.922727 \n",
       "L 115.756807 136.922727 \n",
       "L 115.579088 136.922727 \n",
       "L 115.401361 136.922727 \n",
       "L 115.223642 136.922727 \n",
       "L 115.045915 136.922727 \n",
       "L 114.868196 136.922727 \n",
       "L 114.690469 136.922727 \n",
       "L 114.51275 136.922727 \n",
       "L 114.335023 136.922727 \n",
       "L 114.157304 136.922727 \n",
       "L 113.979577 136.922727 \n",
       "L 113.801858 136.922727 \n",
       "L 113.624131 136.922727 \n",
       "L 113.446412 136.922727 \n",
       "L 113.268685 136.922727 \n",
       "L 113.090966 136.922727 \n",
       "L 112.913239 136.922727 \n",
       "L 112.73552 136.922727 \n",
       "L 112.557793 136.922727 \n",
       "L 112.380074 136.922727 \n",
       "L 112.202347 136.922727 \n",
       "L 112.024628 136.922727 \n",
       "L 111.846901 136.922727 \n",
       "L 111.669173 136.922727 \n",
       "L 111.491455 136.922727 \n",
       "L 111.313727 136.922727 \n",
       "L 111.136009 136.922727 \n",
       "L 110.958281 136.922727 \n",
       "L 110.780562 136.922727 \n",
       "L 110.602835 136.922727 \n",
       "L 110.425116 136.922727 \n",
       "L 110.247389 136.922727 \n",
       "L 110.06967 136.922727 \n",
       "L 109.891947 136.922727 \n",
       "L 109.714224 136.922727 \n",
       "L 109.536501 136.922727 \n",
       "L 109.358774 136.922727 \n",
       "L 109.181051 136.922727 \n",
       "L 109.003328 136.922727 \n",
       "L 108.825605 136.922727 \n",
       "L 108.647882 136.922727 \n",
       "L 108.470159 136.922727 \n",
       "L 108.292436 136.922727 \n",
       "L 108.114713 136.922727 \n",
       "L 107.93699 136.922727 \n",
       "L 107.759267 136.922727 \n",
       "L 107.581544 136.922727 \n",
       "L 107.403821 136.922727 \n",
       "L 107.226098 136.922727 \n",
       "L 107.048375 136.922727 \n",
       "L 106.870652 136.922727 \n",
       "L 106.692929 136.922727 \n",
       "L 106.515206 136.922727 \n",
       "L 106.337483 136.922727 \n",
       "L 106.15976 136.922727 \n",
       "L 105.982037 136.922727 \n",
       "L 105.804314 136.922727 \n",
       "L 105.626591 136.922727 \n",
       "L 105.448868 136.922727 \n",
       "L 105.271145 136.922727 \n",
       "L 105.093422 136.922727 \n",
       "L 104.915695 136.922727 \n",
       "L 104.737972 136.922727 \n",
       "L 104.560249 136.922727 \n",
       "L 104.382526 136.922727 \n",
       "L 104.204803 136.922727 \n",
       "L 104.02708 136.922727 \n",
       "L 103.849357 136.922727 \n",
       "L 103.671634 136.922727 \n",
       "L 103.493911 136.922727 \n",
       "L 103.316188 136.922727 \n",
       "L 103.138464 136.922727 \n",
       "L 102.960741 136.922727 \n",
       "L 102.783018 136.922727 \n",
       "L 102.605295 136.922727 \n",
       "L 102.427572 136.922727 \n",
       "L 102.249849 136.922727 \n",
       "L 102.072126 136.922727 \n",
       "L 101.894403 136.922727 \n",
       "L 101.71668 136.922727 \n",
       "L 101.538957 136.922727 \n",
       "L 101.361234 136.922727 \n",
       "L 101.183511 136.922727 \n",
       "L 101.005788 136.922727 \n",
       "L 100.828065 136.922727 \n",
       "L 100.650342 136.922727 \n",
       "L 100.472619 136.922727 \n",
       "L 100.294892 136.922727 \n",
       "L 100.117169 136.922727 \n",
       "L 99.939446 136.922727 \n",
       "L 99.761723 136.922727 \n",
       "L 99.584 136.922727 \n",
       "L 99.406277 136.922727 \n",
       "L 99.228554 136.922727 \n",
       "L 99.050831 136.922727 \n",
       "L 98.873108 136.922727 \n",
       "L 98.695385 136.922727 \n",
       "L 98.517662 136.922727 \n",
       "L 98.339939 136.922727 \n",
       "L 98.162216 136.922727 \n",
       "L 97.984493 136.922727 \n",
       "L 97.80677 136.922727 \n",
       "L 97.629047 136.922727 \n",
       "L 97.451324 136.922727 \n",
       "L 97.273601 136.922727 \n",
       "L 97.095878 136.922727 \n",
       "L 96.918155 136.922727 \n",
       "L 96.740432 136.922727 \n",
       "L 96.562709 136.922727 \n",
       "L 96.384986 136.922727 \n",
       "L 96.207263 136.922727 \n",
       "L 96.02954 136.922727 \n",
       "L 95.851813 136.922727 \n",
       "L 95.674089 136.922727 \n",
       "L 95.496366 136.922727 \n",
       "L 95.318643 136.922727 \n",
       "L 95.14092 136.922727 \n",
       "L 94.963197 136.922727 \n",
       "L 94.785474 136.922727 \n",
       "L 94.607751 136.922727 \n",
       "L 94.430028 136.922727 \n",
       "L 94.252305 136.922727 \n",
       "L 94.074582 136.922727 \n",
       "L 93.896859 136.922727 \n",
       "L 93.719136 136.922727 \n",
       "L 93.541413 136.922727 \n",
       "L 93.36369 136.922727 \n",
       "L 93.185967 136.922727 \n",
       "L 93.008244 136.922727 \n",
       "L 92.830521 136.922727 \n",
       "L 92.652798 136.922727 \n",
       "L 92.475075 136.922727 \n",
       "L 92.297352 136.922727 \n",
       "z\n",
       "\" clip-path=\"url(#p1b921b74a5)\" 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=\"mc3d9a067ac\" 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=\"#mc3d9a067ac\" x=\"56.752716\" 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.381622 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=\"#mc3d9a067ac\" x=\"92.297352\" 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.926259 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=\"#mc3d9a067ac\" x=\"127.841989\" 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.660739 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=\"#mc3d9a067ac\" x=\"163.386625\" 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.205375 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=\"#mc3d9a067ac\" x=\"198.931261\" 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.750011 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=\"ma7fe2c5e1d\" 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=\"#ma7fe2c5e1d\" 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=\"#ma7fe2c5e1d\" 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=\"#ma7fe2c5e1d\" 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=\"#ma7fe2c5e1d\" 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.977938 136.696163 \n",
       "L 51.421017 136.389323 \n",
       "L 54.797759 135.942063 \n",
       "L 57.463608 135.376643 \n",
       "L 59.774011 134.670149 \n",
       "L 61.906688 133.781934 \n",
       "L 63.861645 132.71667 \n",
       "L 65.638875 131.494974 \n",
       "L 67.416105 129.988115 \n",
       "L 69.015616 128.350946 \n",
       "L 70.615124 126.412747 \n",
       "L 72.214631 124.140252 \n",
       "L 73.814142 121.501799 \n",
       "L 75.591372 118.106396 \n",
       "L 77.368602 114.19183 \n",
       "L 79.145837 109.736095 \n",
       "L 81.10079 104.199826 \n",
       "L 83.23347 97.415817 \n",
       "L 85.543869 89.251621 \n",
       "L 88.209719 78.944015 \n",
       "L 91.941906 63.493155 \n",
       "L 96.918155 42.975827 \n",
       "L 99.228554 34.359179 \n",
       "L 101.183511 27.902147 \n",
       "L 102.783018 23.344533 \n",
       "L 104.204803 19.931654 \n",
       "L 105.448868 17.489786 \n",
       "L 106.515206 15.829224 \n",
       "L 107.581544 14.586493 \n",
       "L 108.470159 13.879741 \n",
       "L 109.358774 13.477598 \n",
       "L 110.06967 13.377273 \n",
       "L 110.780562 13.474264 \n",
       "L 111.491455 13.768088 \n",
       "L 112.380074 14.409813 \n",
       "L 113.268685 15.351834 \n",
       "L 114.335023 16.868397 \n",
       "L 115.401361 18.790575 \n",
       "L 116.645426 21.518192 \n",
       "L 118.06721 25.226532 \n",
       "L 119.666722 30.069918 \n",
       "L 121.621679 36.799295 \n",
       "L 123.932074 45.616131 \n",
       "L 127.664261 60.912697 \n",
       "L 132.285068 79.660266 \n",
       "L 134.950918 89.507126 \n",
       "L 137.083594 96.583618 \n",
       "L 139.038543 102.337561 \n",
       "L 140.815781 106.911783 \n",
       "L 142.415284 110.475256 \n",
       "L 144.014795 113.510718 \n",
       "L 145.43658 115.77048 \n",
       "L 146.858364 117.627791 \n",
       "L 148.280156 119.096958 \n",
       "L 149.524213 120.078118 \n",
       "L 150.768278 120.78979 \n",
       "L 152.012335 121.247432 \n",
       "L 153.256401 121.467749 \n",
       "L 154.500466 121.468481 \n",
       "L 155.92225 121.224333 \n",
       "L 157.344034 120.746609 \n",
       "L 158.943545 119.967223 \n",
       "L 160.720776 118.852151 \n",
       "L 162.853452 117.251649 \n",
       "L 166.052466 114.53751 \n",
       "L 170.850992 110.463827 \n",
       "L 173.161395 108.786279 \n",
       "L 175.116352 107.62103 \n",
       "L 176.893582 106.810561 \n",
       "L 178.493094 106.309781 \n",
       "L 180.092605 106.041906 \n",
       "L 181.692108 106.016107 \n",
       "L 183.291619 106.235059 \n",
       "L 184.891131 106.694986 \n",
       "L 186.490642 107.385986 \n",
       "L 188.267864 108.405682 \n",
       "L 190.22283 109.800452 \n",
       "L 192.355506 111.595277 \n",
       "L 195.021347 114.138 \n",
       "L 199.286699 118.564935 \n",
       "L 204.26296 123.656281 \n",
       "L 207.284239 126.439404 \n",
       "L 209.950097 128.607959 \n",
       "L 212.438227 130.359832 \n",
       "L 214.926341 131.843128 \n",
       "L 216.525852 132.658837 \n",
       "L 216.525852 132.658837 \n",
       "\" clip-path=\"url(#p1b921b74a5)\" 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=\"p1b921b74a5\">\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.7736172080039978'"
      ]
     },
     "execution_count": 2,
     "metadata": {},
     "output_type": "execute_result"
    }
   ],
   "source": [
    "# Approximate probability using numerical integration\n",
    "epsilon = 0.01\n",
    "x = np.arange(-5, 5, 0.01)\n",
    "p = 0.2*np.exp(-(x - 3)**2 / 2) / np.sqrt(2 * np.pi) + \\\n",
    "    0.8*np.exp(-(x + 1)**2 / 2) / np.sqrt(2 * np.pi)\n",
    "\n",
    "d2l.set_figsize()\n",
    "d2l.plt.plot(x, p, color='black')\n",
    "d2l.plt.fill_between(x.tolist()[300:800], p.tolist()[300:800])\n",
    "d2l.plt.show()\n",
    "\n",
    "f'approximate Probability: {np.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": 9,
    "tab": [
     "mxnet"
    ]
   },
   "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-24T10:46:56.468391</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=\"m4a03d534b6\" 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=\"#m4a03d534b6\" 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=\"#m4a03d534b6\" 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=\"#m4a03d534b6\" 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=\"#m4a03d534b6\" 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=\"#m4a03d534b6\" 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=\"mefefdc7ed1\" 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=\"#mefefdc7ed1\" 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=\"#mefefdc7ed1\" x=\"43.78125\" y=\"110.859034\" 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.658253)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=\"#mefefdc7ed1\" x=\"43.78125\" y=\"69.677216\" 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.476435)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=\"#mefefdc7ed1\" x=\"43.78125\" y=\"28.495398\" 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.294616)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.859034 \n",
       "\" clip-path=\"url(#p75b9f4fa60)\" 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(#p75b9f4fa60)\" style=\"fill: none; stroke: #1f77b4; stroke-width: 1.5\"/>\n",
       "    <path d=\"M 190.25625 152.040852 \n",
       "L 190.25625 110.859034 \n",
       "\" clip-path=\"url(#p75b9f4fa60)\" style=\"fill: none; stroke: #1f77b4; stroke-width: 1.5\"/>\n",
       "   </g>\n",
       "   <g id=\"line2d_10\">\n",
       "    <defs>\n",
       "     <path id=\"meb34198d3e\" 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(#p75b9f4fa60)\">\n",
       "     <use xlink:href=\"#meb34198d3e\" x=\"92.60625\" y=\"110.859034\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#meb34198d3e\" x=\"141.43125\" y=\"28.495398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#meb34198d3e\" x=\"190.25625\" y=\"110.859034\" 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(#p75b9f4fa60)\" style=\"fill: none; stroke: #d62728; stroke-width: 1.5; stroke-linecap: square\"/>\n",
       "   </g>\n",
       "   <g id=\"LineCollection_2\">\n",
       "    <path d=\"M 79.671967 49.086307 \n",
       "L 203.190533 49.086307 \n",
       "\" clip-path=\"url(#p75b9f4fa60)\" style=\"fill: none; stroke: #000000; stroke-width: 4\"/>\n",
       "   </g>\n",
       "   <g id=\"LineCollection_3\">\n",
       "    <path d=\"M 79.671967 42.909034 \n",
       "L 79.671967 55.26358 \n",
       "\" clip-path=\"url(#p75b9f4fa60)\" style=\"fill: none; stroke: #000000\"/>\n",
       "   </g>\n",
       "   <g id=\"LineCollection_4\">\n",
       "    <path d=\"M 203.190533 42.909034 \n",
       "L 203.190533 55.26358 \n",
       "\" clip-path=\"url(#p75b9f4fa60)\" 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=\"p75b9f4fa60\">\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 * np.sqrt(2 * p),\n",
    "                   a + 4 * np.sqrt(2 * p), 'black', lw=4)\n",
    "    d2l.plt.vlines(a - 4 * np.sqrt(2 * p), 0.53, 0.47, 'black', lw=1)\n",
    "    d2l.plt.vlines(a + 4 * np.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, 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": 13,
    "tab": [
     "mxnet"
    ]
   },
   "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-24T10:46:56.582996</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=\"m4bd05b8989\" 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=\"#m4bd05b8989\" 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=\"#m4bd05b8989\" 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=\"#m4bd05b8989\" 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=\"#m4bd05b8989\" 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=\"#m4bd05b8989\" 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=\"m1cc5305fe7\" 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=\"#m1cc5305fe7\" 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=\"#m1cc5305fe7\" 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=\"#m1cc5305fe7\" 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=\"#m1cc5305fe7\" 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(#pe3df688acd)\" 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(#pe3df688acd)\" 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(#pe3df688acd)\" style=\"fill: none; stroke: #1f77b4; stroke-width: 1.5\"/>\n",
       "   </g>\n",
       "   <g id=\"line2d_10\">\n",
       "    <defs>\n",
       "     <path id=\"md2992401b5\" 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(#pe3df688acd)\">\n",
       "     <use xlink:href=\"#md2992401b5\" x=\"92.60625\" y=\"131.449943\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#md2992401b5\" x=\"141.43125\" y=\"28.495398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#md2992401b5\" 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(#pe3df688acd)\" 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(#pe3df688acd)\" 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(#pe3df688acd)\" 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(#pe3df688acd)\" 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=\"pe3df688acd\">\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, 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": 17,
    "tab": [
     "mxnet"
    ]
   },
   "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-24T10:46:56.700958</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=\"m9884fe1a17\" 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=\"#m9884fe1a17\" 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=\"#m9884fe1a17\" 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=\"#m9884fe1a17\" 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=\"#m9884fe1a17\" 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=\"#m9884fe1a17\" 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=\"mbfb087ccff\" 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=\"#mbfb087ccff\" 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=\"#mbfb087ccff\" x=\"43.78125\" y=\"124.586307\" 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.385526)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=\"#mbfb087ccff\" x=\"43.78125\" y=\"97.131761\" 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.93098)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=\"#mbfb087ccff\" x=\"43.78125\" y=\"69.677216\" 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.476435)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=\"#mbfb087ccff\" x=\"43.78125\" y=\"42.22267\" 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.021889)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(#p8dd0ddde3c)\" 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(#p8dd0ddde3c)\" 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(#p8dd0ddde3c)\" style=\"fill: none; stroke: #1f77b4; stroke-width: 1.5\"/>\n",
       "   </g>\n",
       "   <g id=\"line2d_11\">\n",
       "    <defs>\n",
       "     <path id=\"mf95d3c8fc1\" 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(#p8dd0ddde3c)\">\n",
       "     <use xlink:href=\"#mf95d3c8fc1\" x=\"92.60625\" y=\"145.177216\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mf95d3c8fc1\" x=\"141.43125\" y=\"28.495398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mf95d3c8fc1\" 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(#p8dd0ddde3c)\" 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.404489 \n",
       "L 172.310891 83.404489 \n",
       "\" clip-path=\"url(#p8dd0ddde3c)\" style=\"fill: none; stroke: #000000; stroke-width: 4\"/>\n",
       "   </g>\n",
       "   <g id=\"LineCollection_3\">\n",
       "    <path d=\"M 110.551609 79.286307 \n",
       "L 110.551609 87.52267 \n",
       "\" clip-path=\"url(#p8dd0ddde3c)\" style=\"fill: none; stroke: #000000\"/>\n",
       "   </g>\n",
       "   <g id=\"LineCollection_4\">\n",
       "    <path d=\"M 172.310891 79.286307 \n",
       "L 172.310891 87.52267 \n",
       "\" clip-path=\"url(#p8dd0ddde3c)\" 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=\"p8dd0ddde3c\">\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, 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": 21,
    "tab": [
     "mxnet"
    ]
   },
   "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-24T10:46:56.932431</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.430841 143.1 \n",
       "L 70.430841 7.2 \n",
       "\" clip-path=\"url(#p62611e784b)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_2\">\n",
       "      <defs>\n",
       "       <path id=\"mc8ee6556d9\" 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=\"#mc8ee6556d9\" x=\"70.430841\" 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.059747 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.975477 143.1 \n",
       "L 105.975477 7.2 \n",
       "\" clip-path=\"url(#p62611e784b)\" 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=\"#mc8ee6556d9\" x=\"105.975477\" 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.604384 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.520114 143.1 \n",
       "L 141.520114 7.2 \n",
       "\" clip-path=\"url(#p62611e784b)\" 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=\"#mc8ee6556d9\" x=\"141.520114\" 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.338864 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.06475 143.1 \n",
       "L 177.06475 7.2 \n",
       "\" clip-path=\"url(#p62611e784b)\" 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=\"#mc8ee6556d9\" x=\"177.06475\" 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.8835 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.609386 143.1 \n",
       "L 212.609386 7.2 \n",
       "\" clip-path=\"url(#p62611e784b)\" 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=\"#mc8ee6556d9\" x=\"212.609386\" 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.428136 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(#p62611e784b)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_12\">\n",
       "      <defs>\n",
       "       <path id=\"m03cb89cddf\" 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=\"#m03cb89cddf\" 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(#p62611e784b)\" 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=\"#m03cb89cddf\" 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(#p62611e784b)\" 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=\"#m03cb89cddf\" 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(#p62611e784b)\" 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=\"#m03cb89cddf\" 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(#p62611e784b)\" 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=\"#m03cb89cddf\" 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(#p62611e784b)\" 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=\"#m03cb89cddf\" 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.300616 135.993499 \n",
       "L 66.876381 134.971451 \n",
       "L 72.385798 133.899849 \n",
       "L 77.362043 132.707878 \n",
       "L 81.627403 131.466527 \n",
       "L 85.53731 130.101005 \n",
       "L 89.091774 128.621849 \n",
       "L 92.290793 127.049745 \n",
       "L 95.134361 125.417335 \n",
       "L 97.80021 123.643536 \n",
       "L 100.288332 121.73305 \n",
       "L 102.598736 119.696662 \n",
       "L 104.909135 117.360913 \n",
       "L 107.041815 114.891823 \n",
       "L 109.174491 112.069709 \n",
       "L 111.129449 109.121429 \n",
       "L 113.084402 105.77262 \n",
       "L 115.039359 101.962903 \n",
       "L 116.994313 97.625715 \n",
       "L 118.94927 92.690338 \n",
       "L 120.904223 87.086551 \n",
       "L 122.859176 80.752896 \n",
       "L 124.814134 73.650874 \n",
       "L 126.94681 65.036479 \n",
       "L 129.434932 54.004016 \n",
       "L 135.477523 26.691314 \n",
       "L 136.899307 21.513046 \n",
       "L 137.965645 18.319102 \n",
       "L 138.854264 16.204623 \n",
       "L 139.742884 14.649424 \n",
       "L 140.453776 13.838165 \n",
       "L 140.98694 13.492808 \n",
       "L 141.520114 13.377273 \n",
       "L 142.053278 13.492808 \n",
       "L 142.586452 13.838165 \n",
       "L 143.297344 14.649424 \n",
       "L 144.008236 15.847203 \n",
       "L 144.896855 17.854059 \n",
       "L 145.963193 20.935347 \n",
       "L 147.20725 25.312214 \n",
       "L 148.806761 31.867722 \n",
       "L 151.294884 43.217864 \n",
       "L 155.560244 62.751638 \n",
       "L 157.870648 72.27656 \n",
       "L 160.003324 80.139299 \n",
       "L 161.958281 86.541722 \n",
       "L 163.91323 92.209533 \n",
       "L 165.868187 97.202831 \n",
       "L 167.823145 101.591453 \n",
       "L 169.778094 105.446275 \n",
       "L 171.733051 108.834395 \n",
       "L 173.865727 112.069698 \n",
       "L 175.998412 114.891823 \n",
       "L 178.131088 117.360907 \n",
       "L 180.441491 119.696662 \n",
       "L 182.929614 121.878658 \n",
       "L 185.417736 123.770038 \n",
       "L 188.083585 125.526709 \n",
       "L 190.927153 127.143945 \n",
       "L 194.126176 128.702024 \n",
       "L 197.502909 130.101003 \n",
       "L 201.235097 131.409584 \n",
       "L 205.500449 132.660584 \n",
       "L 210.121256 133.783381 \n",
       "L 215.452955 134.845531 \n",
       "L 221.495545 135.818086 \n",
       "L 228.604466 136.727109 \n",
       "L 230.203977 136.903665 \n",
       "L 230.203977 136.903665 \n",
       "\" clip-path=\"url(#p62611e784b)\" 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=\"p62611e784b\">\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 = np.arange(-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": 25,
    "tab": [
     "mxnet"
    ]
   },
   "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-24T10:46:57.414935</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(#pb7f1e066ac)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_2\">\n",
       "      <defs>\n",
       "       <path id=\"mef92e0f983\" 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=\"#mef92e0f983\" 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.055988 143.1 \n",
       "L 97.055988 7.2 \n",
       "\" clip-path=\"url(#pb7f1e066ac)\" 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=\"#mef92e0f983\" x=\"97.055988\" 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.503644 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.453453 143.1 \n",
       "L 141.453453 7.2 \n",
       "\" clip-path=\"url(#pb7f1e066ac)\" 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=\"#mef92e0f983\" x=\"141.453453\" 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.272203 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.850919 143.1 \n",
       "L 185.850919 7.2 \n",
       "\" clip-path=\"url(#pb7f1e066ac)\" 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=\"#mef92e0f983\" x=\"185.850919\" 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.488419 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.248384 143.1 \n",
       "L 230.248384 7.2 \n",
       "\" clip-path=\"url(#pb7f1e066ac)\" 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=\"#mef92e0f983\" x=\"230.248384\" 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.885884 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.922727 \n",
       "L 239.08125 136.922727 \n",
       "\" clip-path=\"url(#pb7f1e066ac)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
       "     </g>\n",
       "     <g id=\"line2d_12\">\n",
       "      <defs>\n",
       "       <path id=\"m20c5536233\" 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=\"#m20c5536233\" x=\"43.78125\" y=\"136.922727\" 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.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_13\">\n",
       "      <path d=\"M 43.78125 112.151864 \n",
       "L 239.08125 112.151864 \n",
       "\" clip-path=\"url(#pb7f1e066ac)\" 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=\"#m20c5536233\" x=\"43.78125\" y=\"112.151864\" 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.951083)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.381001 \n",
       "L 239.08125 87.381001 \n",
       "\" clip-path=\"url(#pb7f1e066ac)\" 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=\"#m20c5536233\" x=\"43.78125\" y=\"87.381001\" 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.18022)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.610138 \n",
       "L 239.08125 62.610138 \n",
       "\" clip-path=\"url(#pb7f1e066ac)\" 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=\"#m20c5536233\" x=\"43.78125\" y=\"62.610138\" 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.409357)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.839275 \n",
       "L 239.08125 37.839275 \n",
       "\" clip-path=\"url(#pb7f1e066ac)\" 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=\"#m20c5536233\" x=\"43.78125\" y=\"37.839275\" 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.638494)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(#pb7f1e066ac)\" 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=\"#m20c5536233\" 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.432308 13.661196 \n",
       "L 91.106727 14.024109 \n",
       "L 99.897423 14.466168 \n",
       "L 106.024274 14.983268 \n",
       "L 110.64161 15.587642 \n",
       "L 114.193408 16.268813 \n",
       "L 117.034848 17.031751 \n",
       "L 119.387912 17.887477 \n",
       "L 121.385797 18.847788 \n",
       "L 123.1173 19.927522 \n",
       "L 124.62681 21.129691 \n",
       "L 126.003138 22.515443 \n",
       "L 127.246261 24.087473 \n",
       "L 128.400596 25.911571 \n",
       "L 129.466134 28.008615 \n",
       "L 130.487274 30.510459 \n",
       "L 131.464024 33.497991 \n",
       "L 132.396366 37.063727 \n",
       "L 133.328718 41.547879 \n",
       "L 134.216662 46.937041 \n",
       "L 135.104615 53.744386 \n",
       "L 135.992567 62.355838 \n",
       "L 136.880511 73.165566 \n",
       "L 137.857253 87.855047 \n",
       "L 139.499963 116.833714 \n",
       "L 140.387915 130.17727 \n",
       "L 140.92068 135.164519 \n",
       "L 141.27586 136.724868 \n",
       "L 141.453453 136.922727 \n",
       "L 141.58664 136.811368 \n",
       "L 141.764234 136.318806 \n",
       "L 142.030617 134.864402 \n",
       "L 142.430195 131.204954 \n",
       "L 143.007366 123.406306 \n",
       "L 144.028506 105.745996 \n",
       "L 145.582419 79.481774 \n",
       "L 146.603559 65.871248 \n",
       "L 147.5803 55.712129 \n",
       "L 148.55705 47.858942 \n",
       "L 149.533791 41.788926 \n",
       "L 150.510532 37.063764 \n",
       "L 151.531672 33.197857 \n",
       "L 152.597218 30.034522 \n",
       "L 153.707155 27.440658 \n",
       "L 154.861482 25.306511 \n",
       "L 156.060215 23.543155 \n",
       "L 157.347746 22.032708 \n",
       "L 158.768463 20.709026 \n",
       "L 160.322376 19.565686 \n",
       "L 162.098273 18.543239 \n",
       "L 164.096163 17.653909 \n",
       "L 166.449223 16.85637 \n",
       "L 169.246268 16.150313 \n",
       "L 172.664866 15.524819 \n",
       "L 176.971426 14.973863 \n",
       "L 182.521109 14.499219 \n",
       "L 190.024274 14.094684 \n",
       "L 200.679673 13.76051 \n",
       "L 216.707161 13.49801 \n",
       "L 230.203977 13.377583 \n",
       "L 230.203977 13.377583 \n",
       "\" clip-path=\"url(#pb7f1e066ac)\" 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=\"pb7f1e066ac\">\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 = np.arange(-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": 29,
    "tab": [
     "mxnet"
    ]
   },
   "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=\"546.266635pt\" height=\"222.954375pt\" viewBox=\"0 0 546.266635 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-24T10:46:57.682406</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 546.266635 222.954375 \n",
       "L 546.266635 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=\"mc100401ac7\" 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(#p9d91f61947)\">\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"159.434032\" y=\"146.794087\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"137.89691\" y=\"145.435747\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"129.909749\" y=\"103.856821\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"123.952366\" y=\"107.94179\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"135.440903\" y=\"138.96458\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"120.170153\" y=\"148.689656\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"138.324867\" y=\"101.14309\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"117.161933\" y=\"123.622596\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"152.854719\" y=\"120.191424\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"90.026405\" y=\"84.160026\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"88.673023\" y=\"94.425027\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"146.005552\" y=\"119.28838\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"77.663791\" y=\"87.485767\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"102.813058\" y=\"94.738182\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"104.754244\" y=\"121.479504\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"65.662758\" y=\"84.516604\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"125.914467\" y=\"116.302413\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"125.135543\" y=\"142.176075\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"75.917772\" y=\"76.523158\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"169.006523\" y=\"175.345175\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"73.437966\" y=\"75.935485\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"139.776421\" y=\"174.41913\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"109.750192\" y=\"112.921121\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"102.754975\" y=\"135.53043\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"119.038172\" y=\"84.303208\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"100.039237\" y=\"153.178987\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"113.257678\" y=\"122.341386\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"111.24269\" y=\"69.169782\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"104.007712\" y=\"84.565199\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"121.764564\" y=\"108.397367\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"113.556234\" y=\"121.219309\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"122.440636\" y=\"154.004217\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"125.816559\" y=\"97.906973\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"125.747871\" y=\"130.132766\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"144.118052\" y=\"137.480061\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"57.403424\" y=\"86.824793\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"128.109115\" y=\"120.160618\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"136.115055\" y=\"140.551575\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"121.307388\" y=\"137.842506\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"101.413253\" y=\"85.412408\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"136.051203\" y=\"119.798934\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"151.603573\" y=\"136.25165\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"116.487551\" y=\"98.291275\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"90.478204\" y=\"66.671395\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"94.085002\" y=\"108.102477\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"115.125753\" y=\"123.443818\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"98.09657\" y=\"109.369542\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"62.545471\" y=\"67.40109\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"97.839532\" y=\"98.426821\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"101.874793\" y=\"99.112986\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"129.248091\" y=\"113.311555\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"131.646491\" y=\"133.446872\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"83.772796\" y=\"102.776241\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"109.341208\" y=\"113.393239\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"91.991443\" y=\"78.03464\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"118.153245\" y=\"128.029655\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"92.619825\" y=\"74.547931\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"121.206668\" y=\"118.855941\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"86.760918\" y=\"86.627646\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"125.024934\" y=\"90.908811\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"83.741546\" y=\"84.164112\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"145.212599\" y=\"156.227349\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"103.260635\" y=\"79.289316\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"153.108789\" y=\"145.483986\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"140.014989\" y=\"136.979593\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"81.719951\" y=\"121.766471\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"132.394948\" y=\"165.057783\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"111.144916\" y=\"74.027785\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"101.670642\" y=\"107.113511\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"120.111386\" y=\"70.747539\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"138.738116\" y=\"98.828524\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"140.937534\" y=\"177.985398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"94.082763\" y=\"118.361627\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"124.35854\" y=\"119.420617\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"102.061348\" y=\"123.792279\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"89.602895\" y=\"85.875086\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"121.651173\" y=\"94.592883\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"102.725418\" y=\"72.303682\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"133.11228\" y=\"121.734019\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"81.34156\" y=\"117.465923\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"84.817053\" y=\"91.849522\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"91.270852\" y=\"106.708862\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"103.394523\" y=\"123.026455\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"115.63655\" y=\"118.895782\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"155.259051\" y=\"154.094491\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"95.163713\" y=\"98.126147\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"119.898047\" y=\"112.557849\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"98.71206\" y=\"78.565494\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"125.525983\" y=\"139.771292\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"89.220214\" y=\"85.977873\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"133.928344\" y=\"110.748075\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"151.259849\" y=\"146.76068\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"103.170401\" y=\"71.454032\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"82.760752\" y=\"86.083155\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"75.240165\" y=\"62.149021\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"62.38608\" y=\"55.636412\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"127.462482\" y=\"140.108193\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"86.205668\" y=\"89.444984\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"104.683858\" y=\"105.474049\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"94.364728\" y=\"74.433634\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"120.694548\" y=\"122.536779\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"99.140264\" y=\"56.532261\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"87.328551\" y=\"71.913485\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"136.84759\" y=\"95.992421\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"121.573715\" y=\"92.450611\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"104.202271\" y=\"121.764841\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"143.857339\" y=\"109.626294\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"89.921002\" y=\"71.889454\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"118.979044\" y=\"99.004388\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"97.758094\" y=\"111.618033\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"123.853324\" y=\"133.125351\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"133.15533\" y=\"107.527004\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"133.909689\" y=\"123.569811\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"49.236913\" y=\"116.91596\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"93.04391\" y=\"80.06269\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"159.050629\" y=\"149.704412\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"112.62197\" y=\"105.637179\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"102.963994\" y=\"77.139347\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"107.47841\" y=\"123.82296\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"96.342673\" y=\"96.528935\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"110.400465\" y=\"104.588445\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"75.395582\" y=\"64.899981\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"121.340065\" y=\"95.034176\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"99.228227\" y=\"92.472684\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"129.297747\" y=\"132.415109\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"106.71203\" y=\"96.788767\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"130.007025\" y=\"95.401243\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"110.743352\" y=\"78.795095\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"126.517982\" y=\"110.4815\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"150.919618\" y=\"147.178409\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"136.071855\" y=\"161.870836\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"118.043103\" y=\"159.070668\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"115.384217\" y=\"93.573042\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"78.349222\" y=\"97.482631\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"131.443128\" y=\"117.056472\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"114.992504\" y=\"97.730467\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"97.589851\" y=\"112.009652\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"117.013796\" y=\"155.634019\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"110.554854\" y=\"133.038016\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"120.713868\" y=\"150.618203\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"133.242036\" y=\"127.845239\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"123.420135\" y=\"126.677076\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"121.358359\" y=\"109.391471\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"95.662669\" y=\"101.203943\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"130.019056\" y=\"107.366322\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"124.158367\" y=\"169.019406\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"93.280341\" y=\"87.366549\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"95.455646\" y=\"83.38896\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"105.982088\" y=\"98.585939\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"89.097186\" y=\"105.272907\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"141.048872\" y=\"149.498337\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"158.288537\" y=\"152.740137\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"105.133166\" y=\"115.299316\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"136.475171\" y=\"136.634428\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"128.705871\" y=\"139.912429\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"151.529227\" y=\"161.103734\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"133.01802\" y=\"105.243152\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"92.574921\" y=\"83.328882\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"95.443161\" y=\"93.153593\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"134.676802\" y=\"140.482649\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"112.487377\" y=\"109.100323\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"124.642444\" y=\"127.847316\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"130.906128\" y=\"86.506982\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"97.455357\" y=\"114.375126\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"75.457342\" y=\"73.735293\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"142.286382\" y=\"152.247741\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"132.206485\" y=\"118.855161\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"118.247068\" y=\"144.237868\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"153.268596\" y=\"129.462354\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"134.433186\" y=\"145.107243\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"120.865235\" y=\"123.641649\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"109.179769\" y=\"126.120028\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"116.460115\" y=\"113.062268\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"120.15485\" y=\"122.835518\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"74.607884\" y=\"103.327301\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"73.000133\" y=\"59.752126\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"100.15173\" y=\"99.463957\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"121.228854\" y=\"111.752658\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"134.708209\" y=\"164.754342\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"98.326951\" y=\"113.114654\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"106.755217\" y=\"97.102776\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"139.874977\" y=\"141.468397\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"147.531249\" y=\"117.483609\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"94.252037\" y=\"81.757597\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"107.173265\" y=\"57.396592\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"124.450102\" y=\"123.52462\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"78.345103\" y=\"81.871829\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"129.543716\" y=\"133.935969\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"129.904296\" y=\"112.011126\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"148.589262\" y=\"129.959856\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"132.316966\" y=\"135.283058\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"139.832469\" y=\"138.215224\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"181.568929\" y=\"156.300461\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"116.714551\" y=\"136.190181\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"89.435002\" y=\"111.752325\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"147.693631\" y=\"109.441102\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"152.89939\" y=\"131.818605\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"89.102895\" y=\"115.416567\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"102.382314\" y=\"88.482241\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"163.288568\" y=\"151.389403\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"113.529451\" y=\"85.742672\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"106.115155\" y=\"102.258905\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"136.10246\" y=\"132.707633\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"93.742301\" y=\"149.506235\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"87.973684\" y=\"130.400808\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"133.699022\" y=\"95.725727\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"96.952772\" y=\"77.34597\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"83.275949\" y=\"94.209592\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"142.649101\" y=\"115.497904\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"127.58001\" y=\"104.532349\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"134.638376\" y=\"157.577704\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"110.139897\" y=\"152.199969\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"102.694406\" y=\"94.397171\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"108.415692\" y=\"107.328797\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"74.700954\" y=\"84.024715\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"132.868957\" y=\"105.483241\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"139.457433\" y=\"137.62161\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"158.630475\" y=\"136.703782\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"104.333818\" y=\"107.926312\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"115.564288\" y=\"144.163627\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"118.535984\" y=\"103.853292\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"115.495645\" y=\"115.8663\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"86.826576\" y=\"97.991465\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"137.127939\" y=\"116.039418\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"84.320744\" y=\"83.72445\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"106.713089\" y=\"102.981796\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"98.178776\" y=\"110.481785\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"108.811088\" y=\"113.60719\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"120.29096\" y=\"133.355289\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"113.18971\" y=\"125.528579\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"107.78668\" y=\"105.532823\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"124.214989\" y=\"140.43649\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"117.446162\" y=\"127.801597\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"142.352106\" y=\"162.899864\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"104.568785\" y=\"121.555535\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"151.027679\" y=\"112.365886\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"109.353562\" y=\"118.10056\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"127.276245\" y=\"115.885607\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"108.682791\" y=\"99.523529\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"151.208632\" y=\"126.496533\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"114.654259\" y=\"124.881773\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"88.298931\" y=\"95.547955\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"91.098281\" y=\"120.622316\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"121.971507\" y=\"147.745272\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"120.272487\" y=\"147.600689\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"105.592471\" y=\"125.286901\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"106.417862\" y=\"86.613029\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"140.390274\" y=\"111.233091\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"91.558305\" y=\"74.926398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"118.331752\" y=\"128.130085\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"105.07341\" y=\"102.177172\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"112.241438\" y=\"136.214171\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"94.729125\" y=\"130.825181\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"144.078948\" y=\"147.674337\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"67.9029\" y=\"54.231613\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"87.214012\" y=\"93.316764\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"106.978288\" y=\"113.42952\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"133.203283\" y=\"107.272256\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"105.661247\" y=\"86.537038\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"125.066693\" y=\"138.990588\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"124.463347\" y=\"58.302029\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"110.728156\" y=\"105.012126\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"132.806614\" y=\"111.976146\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"131.30307\" y=\"82.490496\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"103.925022\" y=\"100.21187\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"93.378283\" y=\"68.63638\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"82.076138\" y=\"85.052736\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"178.320521\" y=\"159.076536\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"110.787537\" y=\"124.539945\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"105.072141\" y=\"92.954616\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"103.209237\" y=\"63.303002\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"103.900946\" y=\"110.066726\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"110.348999\" y=\"103.687571\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"143.523965\" y=\"151.78064\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"122.881649\" y=\"97.817917\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"107.489538\" y=\"130.04481\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"123.619734\" y=\"123.212316\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"110.677967\" y=\"132.184193\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"117.569331\" y=\"78.320722\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"128.054095\" y=\"138.570406\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"129.654908\" y=\"131.632308\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"147.085325\" y=\"160.997175\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"114.022569\" y=\"128.37197\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"88.067803\" y=\"82.312319\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"103.462391\" y=\"91.834539\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"116.873072\" y=\"115.661448\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"149.326588\" y=\"135.074331\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"127.715482\" y=\"122.47995\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"111.660916\" y=\"123.502554\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"118.422831\" y=\"124.325292\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"146.081489\" y=\"171.85162\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"134.422812\" y=\"117.276304\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"136.841981\" y=\"135.395904\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"116.252852\" y=\"107.500295\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"144.681649\" y=\"106.572709\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"125.010381\" y=\"158.415973\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"125.04028\" y=\"112.112133\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"75.81579\" y=\"74.725056\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"86.816291\" y=\"105.326114\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"104.393528\" y=\"121.559008\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"100.729497\" y=\"88.557041\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"100.126161\" y=\"98.910833\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"102.688063\" y=\"107.565678\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"101.376265\" y=\"100.614488\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"116.086605\" y=\"102.796055\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"127.216715\" y=\"129.161449\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"107.208656\" y=\"65.378291\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"148.093579\" y=\"140.847295\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"124.17263\" y=\"143.339183\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"113.814547\" y=\"130.419691\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"128.797072\" y=\"107.040626\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"91.710998\" y=\"95.785747\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"107.255837\" y=\"114.129807\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"110.013574\" y=\"106.524308\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"103.395278\" y=\"86.703934\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"56.725423\" y=\"29.730852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"128.865432\" y=\"150.076938\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"106.687629\" y=\"129.143634\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"143.618887\" y=\"141.640728\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"83.26744\" y=\"78.358242\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"117.586669\" y=\"130.994267\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"87.135611\" y=\"110.70949\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"115.656272\" y=\"91.868311\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"111.117477\" y=\"110.858515\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"109.112933\" y=\"105.568932\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"155.153116\" y=\"168.654361\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"153.840057\" y=\"144.020446\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"103.608558\" y=\"146.702108\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"161.383266\" y=\"168.322659\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"130.20522\" y=\"95.437797\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"120.29378\" y=\"109.56311\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"125.6109\" y=\"79.970202\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"113.682544\" y=\"98.940616\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"119.453803\" y=\"112.534901\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"109.316714\" y=\"93.894949\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"83.745336\" y=\"76.249938\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"127.894916\" y=\"110.270888\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"119.587731\" y=\"137.728288\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"100.994178\" y=\"73.10341\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"105.522132\" y=\"132.130211\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"123.730326\" y=\"108.504593\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"120.595216\" y=\"76.268394\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"127.11116\" y=\"130.249101\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"108.194762\" y=\"92.783855\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"145.856256\" y=\"164.243168\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"88.571956\" y=\"84.349282\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"78.566078\" y=\"63.018573\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"131.88095\" y=\"136.339515\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"115.584179\" y=\"110.399501\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"140.281853\" y=\"140.836198\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"106.160345\" y=\"124.758052\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"129.589307\" y=\"102.662418\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"102.972336\" y=\"100.954945\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"80.459107\" y=\"84.621128\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"119.2604\" y=\"120.568345\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"118.07341\" y=\"115.776276\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"125.599218\" y=\"68.565148\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"93.785191\" y=\"64.407201\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"112.803347\" y=\"114.078788\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"126.583324\" y=\"108.577467\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"110.443287\" y=\"107.303378\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"154.444684\" y=\"166.342999\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"127.418454\" y=\"146.231193\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"100.819689\" y=\"104.913569\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"126.01508\" y=\"122.960315\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"121.301702\" y=\"125.408897\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"96.805741\" y=\"80.439931\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"91.284784\" y=\"95.471911\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"57.30929\" y=\"44.839936\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"150.560055\" y=\"165.295542\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"104.201619\" y=\"136.896083\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"105.726341\" y=\"90.187367\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"147.223773\" y=\"133.274574\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"103.168849\" y=\"61.404596\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"144.392353\" y=\"113.478183\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"87.891923\" y=\"67.513109\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"83.718317\" y=\"85.732795\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"110.149364\" y=\"95.806565\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"96.847696\" y=\"108.269904\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"101.841149\" y=\"56.138874\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"140.45603\" y=\"127.252829\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"121.47936\" y=\"115.909072\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"122.280545\" y=\"93.695234\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"126.184438\" y=\"115.323335\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"121.122069\" y=\"128.626734\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"98.486355\" y=\"58.680108\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"77.318828\" y=\"65.090092\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"116.879454\" y=\"93.049609\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"110.351893\" y=\"61.410121\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"109.868436\" y=\"103.867494\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"134.279175\" y=\"130.741984\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"135.506283\" y=\"130.920804\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"97.153126\" y=\"93.22765\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"66.443512\" y=\"86.179719\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"138.421972\" y=\"128.730247\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"118.70984\" y=\"115.518525\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"103.396596\" y=\"150.423691\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"102.619569\" y=\"91.810907\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"109.675395\" y=\"86.706255\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"109.414574\" y=\"93.823651\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"92.046678\" y=\"92.316076\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"113.32098\" y=\"128.502704\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"141.456313\" y=\"122.938541\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"96.182972\" y=\"105.115258\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"129.885023\" y=\"103.897452\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"131.062426\" y=\"175.296002\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"106.465807\" y=\"85.636076\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"118.63165\" y=\"109.157362\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"111.179649\" y=\"140.240278\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"118.079723\" y=\"92.18503\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"117.642833\" y=\"119.587544\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"107.966607\" y=\"126.480308\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"148.57915\" y=\"141.66442\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"121.805375\" y=\"110.016787\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"102.698554\" y=\"93.87947\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"116.125436\" y=\"92.943699\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"92.85493\" y=\"141.155884\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"93.374668\" y=\"90.651936\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"129.830238\" y=\"123.520855\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"90.905657\" y=\"72.666488\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"114.789429\" y=\"133.053703\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"107.339138\" y=\"102.217319\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"133.738156\" y=\"124.058683\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"124.080497\" y=\"108.859138\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"134.13446\" y=\"140.298703\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"92.446203\" y=\"73.644456\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"88.4684\" y=\"98.38267\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"120.955775\" y=\"136.744903\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"114.451436\" y=\"140.582209\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"98.859956\" y=\"109.700659\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"168.415867\" y=\"158.84324\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"104.302452\" y=\"89.293797\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"119.553109\" y=\"103.973241\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"133.584132\" y=\"134.452568\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"90.639397\" y=\"83.506014\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"100.582801\" y=\"122.809057\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"112.931528\" y=\"104.811847\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"125.232665\" y=\"101.675865\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"123.146923\" y=\"151.49292\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"107.55764\" y=\"111.414371\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"113.789761\" y=\"107.000744\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"127.431587\" y=\"105.385935\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"116.420983\" y=\"117.027446\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"118.935634\" y=\"119.165952\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"112.662465\" y=\"135.770134\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"143.379286\" y=\"111.834937\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"143.336977\" y=\"94.855054\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"132.358119\" y=\"147.853397\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"113.910756\" y=\"115.021227\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"136.113854\" y=\"144.447209\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"130.464795\" y=\"114.266739\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"104.142062\" y=\"96.143551\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"106.613058\" y=\"93.235372\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"122.477022\" y=\"125.586214\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"141.171604\" y=\"137.193438\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"125.729916\" y=\"132.584538\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"132.56544\" y=\"127.113209\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"106.201147\" y=\"118.4249\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"122.332048\" y=\"119.19073\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"103.591845\" y=\"116.12005\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"147.638995\" y=\"150.705186\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"111.152853\" y=\"74.337895\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"110.321945\" y=\"82.150948\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"114.001081\" y=\"90.508336\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"86.398634\" y=\"43.374401\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"130.732694\" y=\"73.189284\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"89.28158\" y=\"110.528695\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"77.69881\" y=\"101.930503\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"109.654034\" y=\"81.555895\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"91.931379\" y=\"126.068102\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"102.603547\" y=\"55.448739\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"132.2123\" y=\"136.203553\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"105.85167\" y=\"92.627813\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"88.394453\" y=\"108.232136\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"92.47129\" y=\"116.26662\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"114.663529\" y=\"132.349217\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"109.938925\" y=\"128.389323\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"96.535977\" y=\"81.778765\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"118.272921\" y=\"147.746369\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"136.273981\" y=\"112.475273\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"113.226906\" y=\"161.787846\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"116.42038\" y=\"124.872535\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"110.272701\" y=\"89.199452\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"131.212727\" y=\"155.802102\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"100.968625\" y=\"90.115554\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"139.437124\" y=\"139.783862\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"93.452365\" y=\"149.404249\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"79.872658\" y=\"67.002314\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"109.180275\" y=\"93.039529\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"103.788981\" y=\"105.404799\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"142.696816\" y=\"89.286779\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"104.355611\" y=\"124.373516\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"106.020692\" y=\"119.900409\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"97.190456\" y=\"134.656152\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"114.424983\" y=\"109.42317\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"108.115908\" y=\"96.907109\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"98.738464\" y=\"104.210912\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"135.180484\" y=\"149.044519\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"110.877698\" y=\"102.052795\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"108.721362\" y=\"120.667215\" 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=\"mc904a154bf\" 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=\"#mc904a154bf\" x=\"72.963337\" 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(65.592243 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=\"#mc904a154bf\" x=\"114.020535\" 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(110.839285 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=\"#mc904a154bf\" x=\"155.077733\" 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(151.896483 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=\"m3ec8ff0529\" 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=\"#m3ec8ff0529\" x=\"42.620312\" y=\"173.445926\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_5\">\n",
       "      <!-- −3 -->\n",
       "      <g transform=\"translate(20.878125 177.245145)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=\"#m3ec8ff0529\" x=\"42.620312\" y=\"152.532564\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_6\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(20.878125 156.331783)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=\"#m3ec8ff0529\" x=\"42.620312\" y=\"131.619202\" 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.418421)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=\"#m3ec8ff0529\" x=\"42.620312\" y=\"110.70584\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_8\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(29.257812 114.505059)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=\"#m3ec8ff0529\" x=\"42.620312\" y=\"89.792478\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_9\">\n",
       "      <!-- 1 -->\n",
       "      <g transform=\"translate(29.257812 93.591696)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=\"#m3ec8ff0529\" x=\"42.620312\" y=\"68.879115\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_10\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(29.257812 72.678334)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=\"#m3ec8ff0529\" x=\"42.620312\" y=\"47.965753\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_11\">\n",
       "      <!-- 3 -->\n",
       "      <g transform=\"translate(29.257812 51.764972)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-33\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_8\">\n",
       "     <g id=\"line2d_11\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m3ec8ff0529\" x=\"42.620312\" y=\"27.052391\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_12\">\n",
       "      <!-- 4 -->\n",
       "      <g transform=\"translate(29.257812 30.85161)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_13\">\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_14\">\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(#pd787db0231)\">\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"322.766805\" y=\"90.284665\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"264.174936\" y=\"78.299877\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"321.673542\" y=\"99.947592\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"301.742884\" y=\"105.454968\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"270.307867\" y=\"66.241375\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"332.465247\" y=\"119.526743\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"283.548087\" y=\"92.306913\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"291.583375\" y=\"119.059907\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"277.679813\" y=\"56.14289\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"247.613967\" y=\"100.858035\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"299.519726\" y=\"111.147872\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"296.732533\" y=\"78.724358\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"326.074843\" y=\"87.083007\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"319.626213\" y=\"101.592182\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"280.345452\" y=\"120.985903\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"312.037814\" y=\"109.123284\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"295.088961\" y=\"95.563068\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"302.875908\" y=\"62.646906\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"284.275546\" y=\"113.836017\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"300.45171\" y=\"127.158527\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"269.487296\" y=\"70.893896\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"315.108455\" y=\"73.755758\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"280.002512\" y=\"89.590634\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"288.416977\" y=\"98.59446\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"303.582714\" y=\"95.990321\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"280.990242\" y=\"146.645836\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"281.23723\" y=\"115.838175\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"284.884171\" y=\"58.635441\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"257.269812\" y=\"123.775589\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"283.521916\" y=\"137.652758\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"318.626902\" y=\"75.326523\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"295.345574\" y=\"80.231946\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"279.516665\" y=\"82.291967\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"306.112314\" y=\"74.515517\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"292.075917\" y=\"114.165469\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"306.272882\" y=\"123.778022\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"286.016026\" y=\"71.209243\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"276.673608\" y=\"123.795144\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"298.300248\" y=\"102.976497\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"273.04401\" y=\"129.426158\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"309.01809\" y=\"125.601731\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"296.98978\" y=\"112.084439\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"297.18635\" y=\"44.461521\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"308.862574\" y=\"103.321647\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"324.705638\" y=\"55.760112\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"282.883668\" y=\"93.37462\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"265.024311\" y=\"89.117365\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"281.90893\" y=\"70.279782\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"303.601567\" y=\"97.257939\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"280.956262\" y=\"71.787235\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"271.616386\" y=\"106.454375\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"307.119362\" y=\"103.921268\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"310.530271\" y=\"64.996013\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"300.424767\" y=\"83.172074\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"348.392999\" y=\"97.52196\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"292.861744\" y=\"122.270832\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"251.918182\" y=\"67.856158\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"322.818997\" y=\"100.348301\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"285.959165\" y=\"117.642063\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"288.805386\" y=\"107.029572\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"292.328647\" y=\"96.678755\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"290.889133\" y=\"97.091127\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"245.043294\" y=\"137.903574\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"240.363518\" y=\"177.985398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"292.651611\" y=\"104.591248\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"270.596821\" y=\"92.88104\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"307.50744\" y=\"101.146989\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"224.127227\" y=\"105.149588\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"273.617985\" y=\"118.610581\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"290.014606\" y=\"66.365972\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"292.878666\" y=\"99.193677\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"270.393361\" y=\"79.533179\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"286.726343\" y=\"154.886482\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"254.682998\" y=\"94.224967\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"261.458854\" y=\"100.806276\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"282.097043\" y=\"132.255029\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"279.828218\" y=\"117.09539\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"290.687522\" y=\"95.319582\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"275.802787\" y=\"75.800072\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"302.114271\" y=\"110.480591\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"314.788222\" y=\"72.049419\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"284.777437\" y=\"113.778642\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"277.121557\" y=\"86.332476\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"329.58084\" y=\"32.336065\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"264.258989\" y=\"105.754579\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"328.638821\" y=\"89.603895\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"287.096131\" y=\"72.888394\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"292.447846\" y=\"71.530563\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"249.095914\" y=\"44.764388\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"269.479153\" y=\"62.971058\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"329.628578\" y=\"91.362042\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"319.213865\" y=\"85.12652\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"298.108255\" y=\"153.864553\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"279.371564\" y=\"100.099323\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"323.779602\" y=\"88.997414\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"320.581737\" y=\"73.924902\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"273.037174\" y=\"102.962278\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"320.694025\" y=\"66.28981\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"249.65985\" y=\"107.401636\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"302.762522\" y=\"131.590754\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"325.484775\" y=\"108.297368\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"282.995975\" y=\"60.830454\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"257.911749\" y=\"107.899763\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"278.327029\" y=\"101.383614\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"320.562641\" y=\"82.951636\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"271.556528\" y=\"107.830513\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"295.243605\" y=\"48.18762\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"283.458801\" y=\"95.262042\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"279.434277\" y=\"118.778919\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"328.032241\" y=\"77.817634\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"295.654761\" y=\"111.60766\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"271.419596\" y=\"96.49903\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"276.508369\" y=\"97.81585\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"298.330726\" y=\"78.796809\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"316.996011\" y=\"85.331813\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"322.234029\" y=\"132.888704\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"287.439288\" y=\"79.878266\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"295.723822\" y=\"89.364474\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"300.879576\" y=\"77.92459\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"278.628659\" y=\"92.764429\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"310.30694\" y=\"77.66283\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"295.190584\" y=\"98.058007\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"305.303806\" y=\"87.023084\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"291.49147\" y=\"51.592588\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"326.600901\" y=\"94.702345\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"296.549199\" y=\"110.958973\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"281.969252\" y=\"99.36893\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"268.424268\" y=\"94.146661\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"329.405053\" y=\"122.746922\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"296.260784\" y=\"95.627166\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"305.015759\" y=\"107.766955\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"311.189639\" y=\"104.890819\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"326.876847\" y=\"68.374431\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"262.520364\" y=\"37.839926\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"277.585898\" y=\"73.886764\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"270.437598\" y=\"113.602631\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"295.54881\" y=\"109.533287\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"275.085126\" y=\"98.137206\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"288.657848\" y=\"110.929474\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"284.27457\" y=\"99.69596\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"278.707063\" y=\"93.89606\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"283.857318\" y=\"97.039617\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"294.421383\" y=\"77.621931\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"276.764231\" y=\"114.433912\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"285.651028\" y=\"133.095027\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"316.338783\" y=\"85.055343\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"313.266721\" y=\"98.595585\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"296.692647\" y=\"55.463265\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"302.758562\" y=\"77.344786\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"300.186594\" y=\"118.217642\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"315.300716\" y=\"69.812811\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"291.528096\" y=\"87.342577\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"283.740674\" y=\"128.477192\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"272.937425\" y=\"80.75243\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"308.443323\" y=\"85.800527\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"273.330223\" y=\"74.180194\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"251.194472\" y=\"70.129081\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"254.723867\" y=\"97.657934\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"250.762349\" y=\"111.24389\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"300.017276\" y=\"113.751791\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"280.713917\" y=\"105.902337\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"289.264722\" y=\"119.082834\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"284.947875\" y=\"138.78279\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"326.042882\" y=\"101.799857\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"279.555931\" y=\"92.883966\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"326.071342\" y=\"84.408151\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"292.399843\" y=\"106.939572\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"289.22842\" y=\"53.052546\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"316.090623\" y=\"130.279181\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"287.448391\" y=\"120.573701\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"301.899007\" y=\"90.068908\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"311.98614\" y=\"101.001419\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"271.864888\" y=\"105.936747\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"307.546428\" y=\"139.219575\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"304.339121\" y=\"112.115411\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"327.917247\" y=\"96.117472\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"278.082495\" y=\"94.101218\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"245.361799\" y=\"125.719966\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"344.914659\" y=\"109.379965\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"294.259763\" y=\"145.072048\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"262.447341\" y=\"134.376592\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"278.0833\" y=\"69.719857\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"311.825589\" y=\"120.522408\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"246.41448\" y=\"70.158129\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"280.096372\" y=\"131.085548\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"284.926418\" y=\"104.908081\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"261.284755\" y=\"99.63248\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"293.44003\" y=\"42.092075\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"297.405325\" y=\"107.2831\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"339.483109\" y=\"73.460099\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"282.371227\" y=\"148.605007\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"287.512917\" y=\"104.495115\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"320.714576\" y=\"162.302927\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"295.738048\" y=\"109.281745\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"288.106997\" y=\"75.909259\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"272.737414\" y=\"125.99265\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"283.163356\" y=\"101.748734\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"280.223533\" y=\"64.506322\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"296.276785\" y=\"114.606299\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"281.156852\" y=\"112.71361\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"300.86005\" y=\"85.380824\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"265.477819\" y=\"102.086501\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"268.011589\" y=\"105.698871\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"302.728313\" y=\"90.241004\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"299.347721\" y=\"100.957085\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"281.593138\" y=\"50.969343\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"310.924937\" y=\"118.875057\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"328.353289\" y=\"93.860464\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"292.651419\" y=\"121.970185\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"297.213515\" y=\"78.051765\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"326.11715\" y=\"53.097805\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"294.691826\" y=\"116.228263\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"313.284528\" y=\"96.715987\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"282.363235\" y=\"101.815463\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"243.707912\" y=\"96.290205\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"323.192533\" y=\"103.65432\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"290.721385\" y=\"64.794968\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"309.99611\" y=\"95.887558\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"310.554571\" y=\"94.702192\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"294.671548\" y=\"89.979847\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"314.748472\" y=\"87.592232\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"272.012211\" y=\"73.070496\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"268.727219\" y=\"118.054018\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"250.377671\" y=\"111.829888\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"310.694187\" y=\"115.757092\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"253.240246\" y=\"87.337991\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"302.469344\" y=\"102.841262\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"315.330492\" y=\"119.4668\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"244.994044\" y=\"74.724506\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"278.911837\" y=\"117.111166\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"337.982585\" y=\"95.611559\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"279.306713\" y=\"86.688004\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"312.409015\" y=\"63.066331\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"251.604923\" y=\"76.456578\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"300.570721\" y=\"131.992111\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"303.153073\" y=\"94.617047\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"312.750677\" y=\"134.641556\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"287.99475\" y=\"140.694945\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"308.707192\" y=\"97.203612\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"317.213867\" y=\"57.950157\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"268.521705\" y=\"107.334988\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"310.443988\" y=\"111.483867\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"299.456572\" y=\"86.758442\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"257.267945\" y=\"75.414535\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"309.325939\" y=\"74.393959\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"277.836759\" y=\"90.051852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"305.544716\" y=\"99.859097\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"278.079021\" y=\"109.293534\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"298.439234\" y=\"85.627142\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"302.585812\" y=\"91.609678\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"290.334547\" y=\"101.920427\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"251.221008\" y=\"88.744541\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"262.712026\" y=\"127.833683\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"289.100815\" y=\"94.757581\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"260.756048\" y=\"67.147035\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"293.198875\" y=\"112.132016\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"298.258359\" y=\"104.492372\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"328.228329\" y=\"113.477686\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"289.040425\" y=\"92.914572\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"320.660734\" y=\"56.457743\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"254.299935\" y=\"119.881758\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"279.353618\" y=\"90.078058\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"307.014832\" y=\"148.498214\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"312.292724\" y=\"78.170436\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"303.782072\" y=\"123.199615\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"281.815043\" y=\"119.870824\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"269.813542\" y=\"115.417718\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"275.250881\" y=\"109.807201\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"251.56473\" y=\"96.025194\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"259.629937\" y=\"96.147852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"252.62256\" y=\"88.197345\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"335.26285\" y=\"90.493782\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"275.048383\" y=\"84.352577\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"271.775398\" y=\"96.463578\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"308.929417\" y=\"93.970093\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"297.212825\" y=\"114.72502\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"300.505318\" y=\"160.727904\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"284.569478\" y=\"139.263944\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"295.445432\" y=\"114.029878\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"300.596822\" y=\"167.32238\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"308.975805\" y=\"92.828387\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"290.092858\" y=\"100.08998\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"311.422576\" y=\"131.681978\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"267.858793\" y=\"106.078239\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"275.508662\" y=\"129.723567\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"277.237515\" y=\"134.345646\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"283.686227\" y=\"86.021625\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"293.522445\" y=\"123.074745\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"307.978383\" y=\"53.372916\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"298.487394\" y=\"108.806826\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"331.792079\" y=\"86.461088\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"275.879597\" y=\"96.489363\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"327.462075\" y=\"98.788793\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"273.809556\" y=\"101.978223\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"302.775218\" y=\"111.334919\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"322.52903\" y=\"73.413777\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"301.268899\" y=\"89.039833\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"335.366648\" y=\"96.113822\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"292.541805\" y=\"86.125558\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"307.551029\" y=\"74.333568\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"319.758639\" y=\"101.120139\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"255.63352\" y=\"102.37636\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"300.447135\" y=\"113.451695\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"310.825912\" y=\"91.903363\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"279.953074\" y=\"135.399497\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"323.489714\" y=\"79.295757\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"325.30853\" y=\"105.150235\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"267.242276\" y=\"120.100002\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"276.179097\" y=\"59.769772\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"343.824078\" y=\"85.135405\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"283.062145\" y=\"106.588046\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"288.367051\" y=\"130.029831\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"286.222825\" y=\"78.822575\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"304.620864\" y=\"104.790699\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"278.893674\" y=\"71.145009\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"269.667536\" y=\"49.353119\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"303.393949\" y=\"121.33896\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"266.78688\" y=\"118.925702\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"255.105386\" y=\"106.639182\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"265.474247\" y=\"54.177093\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"313.516116\" y=\"121.082007\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"315.165901\" y=\"139.375844\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"339.377297\" y=\"63.965721\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"300.754131\" y=\"109.361161\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"267.303501\" y=\"97.45133\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"292.956854\" y=\"135.487673\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"278.105426\" y=\"125.545487\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"291.177156\" y=\"66.649007\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"291.941664\" y=\"125.82207\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"290.291477\" y=\"105.876066\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"280.282441\" y=\"120.479228\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"267.720927\" y=\"117.204137\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"304.794166\" y=\"135.393189\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"263.490097\" y=\"96.102499\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"303.801199\" y=\"63.629494\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"310.464626\" y=\"120.842574\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"283.69975\" y=\"72.082492\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"302.873062\" y=\"77.91911\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"283.644867\" y=\"98.419085\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"271.782119\" y=\"102.005353\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"328.189089\" y=\"123.167837\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"309.839122\" y=\"86.670564\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"301.435828\" y=\"80.253932\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"276.09406\" y=\"128.100386\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"309.71892\" y=\"119.081653\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"304.0626\" y=\"127.561437\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"312.43066\" y=\"110.962555\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"340.582809\" y=\"92.711782\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"278.077329\" y=\"86.501345\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"293.142734\" y=\"90.371895\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"294.434445\" y=\"49.490719\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"279.261669\" y=\"133.73477\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"316.783043\" y=\"104.336647\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"275.283303\" y=\"77.059821\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"266.23608\" y=\"60.745036\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"241.614866\" y=\"84.628883\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"303.031314\" y=\"67.209112\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"284.662445\" y=\"102.57877\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"300.990352\" y=\"110.572856\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"277.310833\" y=\"67.278501\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"298.224987\" y=\"99.957109\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"323.916776\" y=\"91.986772\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"350.445078\" y=\"98.509161\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"276.772661\" y=\"145.066169\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"305.65804\" y=\"123.872151\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"330.480826\" y=\"105.606973\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"258.206759\" y=\"36.784252\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"252.689036\" y=\"104.040319\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"327.066451\" y=\"58.189867\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"273.194375\" y=\"82.699692\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"243.327031\" y=\"86.593756\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"299.414899\" y=\"92.233604\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"307.42553\" y=\"59.530809\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"302.512427\" y=\"137.634798\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"318.653397\" y=\"81.503563\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"320.003256\" y=\"135.365464\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"308.29886\" y=\"86.565924\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"301.757023\" y=\"113.775524\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"301.784297\" y=\"121.486092\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"286.474014\" y=\"72.525252\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"336.870728\" y=\"79.798242\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"223.915174\" y=\"89.98125\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"323.423588\" y=\"61.092519\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"259.58305\" y=\"106.855883\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"298.554598\" y=\"86.118269\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"309.003231\" y=\"106.327552\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"316.179282\" y=\"71.479545\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"268.882498\" y=\"106.663293\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"276.896359\" y=\"122.434254\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"286.961878\" y=\"76.10566\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"281.040191\" y=\"70.662485\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"349.685243\" y=\"84.944102\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"295.899731\" y=\"92.425417\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"304.816173\" y=\"88.083821\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"283.727897\" y=\"106.882277\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"279.367899\" y=\"76.396423\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"275.846002\" y=\"83.07618\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"279.217812\" y=\"71.820574\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"301.401229\" y=\"90.391671\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"314.263171\" y=\"81.335649\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"330.589004\" y=\"75.353345\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"292.73709\" y=\"112.968333\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"287.682625\" y=\"58.562982\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"311.42393\" y=\"128.313744\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"307.232671\" y=\"49.300404\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"273.774874\" y=\"80.305249\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"349.14423\" y=\"75.976873\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"314.541767\" y=\"51.346879\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"317.117264\" y=\"73.104902\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"280.838063\" y=\"115.328406\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"270.596989\" y=\"137.385193\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"279.445406\" y=\"117.471091\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"325.795977\" y=\"69.979228\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"288.158061\" y=\"117.175662\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"256.694081\" y=\"101.224139\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"283.225485\" y=\"85.011426\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"262.663693\" y=\"90.898504\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"271.805628\" y=\"74.214271\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"275.083441\" y=\"88.553726\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"307.663706\" y=\"71.980518\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"298.059159\" y=\"130.103449\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"251.804882\" y=\"71.805285\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"251.109271\" y=\"110.053599\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"320.680419\" y=\"149.073014\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"277.697509\" y=\"49.197059\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"311.39477\" y=\"84.345115\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"308.368979\" y=\"82.939409\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"317.087235\" y=\"80.807628\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"323.44422\" y=\"90.107853\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"266.718132\" y=\"115.696249\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"306.934131\" y=\"108.835317\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"302.013086\" y=\"65.721378\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"285.947441\" y=\"65.240569\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"315.046471\" y=\"82.729233\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"280.591032\" y=\"115.134175\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"292.164096\" y=\"96.873009\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"247.392697\" y=\"81.849874\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"290.262617\" y=\"94.704115\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"289.787463\" y=\"96.695741\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"225.414727\" y=\"87.666197\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"265.634434\" y=\"96.695523\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"299.724318\" y=\"91.092831\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"277.200486\" y=\"104.101676\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"298.749064\" y=\"119.739159\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"224.008176\" y=\"117.549735\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"291.187835\" y=\"118.926394\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"323.871035\" y=\"153.086356\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"308.436297\" y=\"140.840617\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"256.575987\" y=\"105.540415\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"274.373434\" y=\"91.534246\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"315.210544\" y=\"88.825693\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"289.305624\" y=\"103.386602\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"307.378225\" y=\"109.969778\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"315.149521\" y=\"95.111098\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"282.349275\" y=\"82.76497\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"246.130781\" y=\"113.433549\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"278.253067\" y=\"104.704083\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"274.723773\" y=\"110.757221\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"296.452844\" y=\"62.37974\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"278.862054\" y=\"121.423027\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"288.742991\" y=\"109.251584\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"300.208098\" y=\"98.960982\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"298.096477\" y=\"124.229408\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"301.196786\" y=\"56.957052\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"321.722866\" y=\"66.685648\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"264.940185\" y=\"150.455063\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"306.473785\" y=\"102.959796\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"275.705896\" y=\"114.243594\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"299.78566\" y=\"92.60099\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"303.394352\" y=\"111.494563\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"293.784217\" y=\"104.462647\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"278.056268\" y=\"141.379238\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"288.701143\" y=\"85.366104\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"275.478696\" y=\"123.208023\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"303.330478\" y=\"94.513517\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"308.8514\" y=\"86.525253\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"337.52538\" y=\"106.517754\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"330.99359\" y=\"108.104435\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"261.136101\" y=\"111.321815\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"271.542212\" y=\"69.948057\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"303.825165\" y=\"139.415726\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"328.456838\" y=\"78.399701\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"301.917506\" y=\"88.381888\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"290.528485\" y=\"95.735198\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"310.755479\" y=\"138.11652\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"338.296617\" y=\"95.033679\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"356.24719\" y=\"110.3299\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"310.588973\" y=\"101.083594\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"278.963938\" y=\"126.157201\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"293.379002\" y=\"29.730852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"342.007051\" y=\"107.906648\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"316.860306\" y=\"94.666784\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"306.27259\" y=\"91.103758\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"311.367937\" y=\"104.544275\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"272.758497\" y=\"75.92261\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"312.490856\" y=\"101.221608\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"310.834154\" y=\"79.002722\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"313.074295\" y=\"75.507967\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"278.126649\" y=\"124.372758\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"276.855556\" y=\"74.295985\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_3\">\n",
       "    <g id=\"xtick_4\">\n",
       "     <g id=\"line2d_12\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mc904a154bf\" x=\"248.343502\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_15\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(240.972408 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_13\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mc904a154bf\" x=\"293.878595\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_16\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(290.697345 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_14\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mc904a154bf\" x=\"339.413688\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_17\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(336.232438 199.996562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_18\">\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_9\">\n",
       "     <g id=\"line2d_15\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m3ec8ff0529\" x=\"217.298573\" y=\"172.568937\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_19\">\n",
       "      <!-- −3 -->\n",
       "      <g transform=\"translate(195.556386 176.368156)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_10\">\n",
       "     <g id=\"line2d_16\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m3ec8ff0529\" x=\"217.298573\" y=\"147.370778\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_20\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(195.556386 151.169996)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_11\">\n",
       "     <g id=\"line2d_17\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m3ec8ff0529\" x=\"217.298573\" y=\"122.172618\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_21\">\n",
       "      <!-- −1 -->\n",
       "      <g transform=\"translate(195.556386 125.971837)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_12\">\n",
       "     <g id=\"line2d_18\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m3ec8ff0529\" x=\"217.298573\" y=\"96.974459\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_22\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(203.936073 100.773677)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_13\">\n",
       "     <g id=\"line2d_19\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m3ec8ff0529\" x=\"217.298573\" y=\"71.776299\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_23\">\n",
       "      <!-- 1 -->\n",
       "      <g transform=\"translate(203.936073 75.575518)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-31\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_14\">\n",
       "     <g id=\"line2d_20\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m3ec8ff0529\" x=\"217.298573\" y=\"46.57814\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_24\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(203.936073 50.377358)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_25\">\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_26\">\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(#pbbe16c81f8)\">\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"446.528628\" y=\"126.012312\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"449.664128\" y=\"93.070603\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"461.246275\" y=\"92.473267\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"401.915882\" y=\"163.42251\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"463.57453\" y=\"74.346367\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"467.985315\" y=\"64.036693\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"468.111591\" y=\"87.099318\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"478.603349\" y=\"68.116965\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"437.128209\" y=\"135.497458\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"447.822613\" y=\"120.738108\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"454.95019\" y=\"93.362204\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"474.344531\" y=\"97.793163\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"475.328588\" y=\"71.711133\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"466.069301\" y=\"96.747989\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"475.753525\" y=\"87.959503\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"458.803416\" y=\"77.697511\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"463.113463\" y=\"112.812766\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"454.819298\" y=\"100.591194\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"455.699525\" y=\"98.083346\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"464.91964\" y=\"75.460982\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"429.148017\" y=\"139.549424\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"461.497054\" y=\"94.204014\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"450.447285\" y=\"99.576701\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"470.782428\" y=\"109.530637\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"473.770835\" y=\"77.350458\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"487.1549\" y=\"61.49947\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"452.320541\" y=\"92.297433\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"468.769461\" y=\"101.960145\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"451.266449\" y=\"83.602377\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"427.688391\" y=\"95.604295\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"465.717826\" y=\"64.951235\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"487.044927\" y=\"50.361254\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"432.928774\" y=\"109.287533\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"466.291873\" y=\"75.143929\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"432.409146\" y=\"100.294363\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"458.39856\" y=\"78.440246\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"439.29128\" y=\"127.612201\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"477.688716\" y=\"77.067711\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"463.997465\" y=\"99.711589\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"444.090631\" y=\"139.431892\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"448.347157\" y=\"125.227091\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"454.068109\" y=\"120.532167\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"440.4617\" y=\"136.318587\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"433.509453\" y=\"95.50472\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"458.445198\" y=\"98.113526\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"452.904294\" y=\"103.214252\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"454.450438\" y=\"90.760559\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"423.17818\" y=\"136.752541\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"443.493747\" y=\"115.678761\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"431.131446\" y=\"128.929937\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"458.347106\" y=\"77.437193\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"469.1373\" y=\"87.997184\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"453.825825\" y=\"58.12223\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"480.315032\" y=\"68.085924\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"479.416431\" y=\"51.030418\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"455.391621\" y=\"84.565962\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"467.268029\" y=\"96.738103\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"463.33578\" y=\"75.870785\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"466.985116\" y=\"79.115161\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"455.015046\" y=\"88.364058\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"456.756801\" y=\"85.70152\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"454.342026\" y=\"65.187499\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"468.685542\" y=\"92.373555\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"475.767502\" y=\"57.984689\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"441.802616\" y=\"96.259005\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"457.849466\" y=\"118.063066\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"473.453857\" y=\"67.241804\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"475.873456\" y=\"98.581263\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"440.158018\" y=\"76.760732\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"475.731863\" y=\"105.711648\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"461.5255\" y=\"106.87246\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"474.798151\" y=\"49.49121\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"435.331392\" y=\"123.786702\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"473.88199\" y=\"73.069119\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"466.294765\" y=\"67.821338\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"447.505005\" y=\"138.653447\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"467.686579\" y=\"72.642958\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"474.475282\" y=\"75.819852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"468.924946\" y=\"109.179401\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"494.392447\" y=\"91.343939\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"464.116041\" y=\"89.562764\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"452.172725\" y=\"95.751846\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"485.868868\" y=\"68.561609\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"424.883742\" y=\"103.588387\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"451.418707\" y=\"89.753486\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"446.820232\" y=\"88.05414\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"451.431987\" y=\"101.123732\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"472.494565\" y=\"88.546252\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"445.974177\" y=\"97.66332\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"470.036814\" y=\"95.136134\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"467.033902\" y=\"74.092185\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"469.792775\" y=\"92.019294\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"466.348751\" y=\"90.534578\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"489.237004\" y=\"61.432962\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"461.451736\" y=\"73.529165\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"464.839487\" y=\"61.31671\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"432.137788\" y=\"107.527325\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"485.241316\" y=\"66.408384\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"477.239483\" y=\"85.677296\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"454.373305\" y=\"108.587058\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"452.026163\" y=\"89.424825\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"471.307037\" y=\"72.72184\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"457.165523\" y=\"124.015598\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"480.942907\" y=\"55.106049\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"463.234433\" y=\"57.470594\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"467.317295\" y=\"90.732689\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"462.846512\" y=\"75.844046\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"447.734748\" y=\"99.765503\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"456.426586\" y=\"107.279216\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"472.461343\" y=\"80.594762\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"479.836738\" y=\"82.84791\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"448.616168\" y=\"58.30051\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"438.581023\" y=\"90.080795\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"465.102869\" y=\"91.804412\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"467.425312\" y=\"57.490945\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"414.320967\" y=\"152.502871\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"440.105162\" y=\"121.162394\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"473.779539\" y=\"71.119361\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"435.000986\" y=\"109.002806\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"451.508002\" y=\"115.72462\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"464.038308\" y=\"78.588798\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"490.43486\" y=\"39.519053\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"457.860263\" y=\"79.640983\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"524.609773\" y=\"36.101133\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"461.712591\" y=\"89.353535\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"428.200135\" y=\"101.15841\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"446.527664\" y=\"82.891113\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"449.511493\" y=\"73.882374\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"452.611283\" y=\"91.959023\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"461.802621\" y=\"110.627818\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"451.888837\" y=\"128.487715\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"465.771658\" y=\"102.828916\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"459.233582\" y=\"103.573826\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"472.320573\" y=\"50.976441\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"464.399594\" y=\"88.440229\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"497.319062\" y=\"51.858992\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"472.856785\" y=\"88.756481\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"483.562059\" y=\"86.822965\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"459.147152\" y=\"109.589016\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"437.441889\" y=\"124.021091\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"489.007462\" y=\"58.411157\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"439.089683\" y=\"131.322049\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"478.57246\" y=\"114.146277\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"449.51173\" y=\"89.872144\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"477.80828\" y=\"69.460667\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"432.507175\" y=\"104.760217\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"484.951683\" y=\"70.524723\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"447.8386\" y=\"115.63934\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"452.538927\" y=\"90.391522\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"483.354208\" y=\"76.973652\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"495.835238\" y=\"71.443915\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"487.828317\" y=\"50.661645\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"460.131608\" y=\"104.68769\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"446.294402\" y=\"101.515581\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"464.932002\" y=\"88.346316\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"454.2564\" y=\"137.335134\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"446.613775\" y=\"96.689146\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"456.543673\" y=\"68.40796\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"453.116544\" y=\"99.779887\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"466.858667\" y=\"80.115117\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"479.103797\" y=\"67.373113\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"471.990935\" y=\"55.505827\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"450.057442\" y=\"93.129265\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"467.094888\" y=\"72.124905\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"480.020924\" y=\"51.298372\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"442.389996\" y=\"106.836249\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"486.024486\" y=\"47.524952\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"511.110669\" y=\"44.616232\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"479.847263\" y=\"80.186709\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"463.306689\" y=\"107.389123\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"472.822584\" y=\"72.045002\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"468.870603\" y=\"84.345929\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"477.552918\" y=\"88.913766\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"449.01369\" y=\"118.88947\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"472.977017\" y=\"60.360446\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"473.469723\" y=\"103.142204\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"476.516788\" y=\"78.648763\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"496.332001\" y=\"72.078557\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"491.316564\" y=\"52.538273\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"471.861785\" y=\"85.066561\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"456.811466\" y=\"91.18748\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"489.460535\" y=\"87.181604\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"463.011441\" y=\"83.605545\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"462.291856\" y=\"74.326334\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"411.452423\" y=\"146.706046\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"502.195765\" y=\"67.151191\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"446.644761\" y=\"111.610156\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"451.251503\" y=\"91.682574\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"459.970352\" y=\"85.922684\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"452.846087\" y=\"77.332594\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"457.665618\" y=\"91.341949\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"480.48719\" y=\"58.635747\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"487.467514\" y=\"56.669929\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"414.489809\" y=\"130.91751\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"398.593435\" y=\"165.543118\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"466.320554\" y=\"96.507871\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"496.052785\" y=\"50.440474\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"468.261314\" y=\"86.766641\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"472.483804\" y=\"97.762215\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"500.431957\" y=\"51.914316\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"471.683884\" y=\"82.623646\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"422.853411\" y=\"140.550742\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"466.710417\" y=\"91.634602\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"448.10433\" y=\"131.623357\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"465.794483\" y=\"112.489034\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"424.064617\" y=\"137.335537\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"486.079957\" y=\"65.815819\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"465.698918\" y=\"90.808446\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"439.613622\" y=\"134.309775\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"442.80756\" y=\"121.441446\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"462.98674\" y=\"86.688031\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"467.017229\" y=\"97.43864\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"486.299596\" y=\"73.492174\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"472.634538\" y=\"78.209741\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"432.649834\" y=\"112.167784\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"479.115903\" y=\"53.355389\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"467.052442\" y=\"89.053123\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"476.141181\" y=\"69.609797\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"447.74959\" y=\"76.984782\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"483.122379\" y=\"50.069271\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"448.654923\" y=\"113.695011\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"427.655314\" y=\"108.443519\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"479.962116\" y=\"66.767092\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"453.998676\" y=\"90.242897\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"488.344634\" y=\"57.981666\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"460.029928\" y=\"101.832487\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"461.463425\" y=\"88.681565\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"477.619244\" y=\"76.631244\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"459.872114\" y=\"94.788731\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"455.071476\" y=\"115.642739\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"441.664532\" y=\"120.467292\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"463.140881\" y=\"95.939247\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"438.739974\" y=\"117.075135\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"481.068277\" y=\"68.386683\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"436.606885\" y=\"109.503473\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"476.425573\" y=\"110.999041\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"467.069148\" y=\"81.474715\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"453.053218\" y=\"68.469076\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"464.934969\" y=\"79.362291\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"429.63404\" y=\"135.467312\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"454.248706\" y=\"111.977507\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"455.227624\" y=\"116.586912\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"468.110274\" y=\"83.282336\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"464.100913\" y=\"70.857996\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"451.868833\" y=\"99.230951\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"457.193853\" y=\"84.49416\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"476.968876\" y=\"63.757165\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"446.389105\" y=\"118.745083\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"450.71032\" y=\"99.097996\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"488.749534\" y=\"39.664284\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"495.14311\" y=\"68.239803\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"466.662382\" y=\"105.269518\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"463.103527\" y=\"89.836668\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"473.229442\" y=\"74.438385\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"441.014082\" y=\"126.516957\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"455.223691\" y=\"84.603149\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"466.229369\" y=\"81.121426\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"445.725729\" y=\"115.558935\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"493.696523\" y=\"41.438044\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"442.376906\" y=\"89.803178\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"466.074161\" y=\"108.851982\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"458.990411\" y=\"84.803759\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"403.34832\" y=\"122.514164\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"452.166458\" y=\"100.152316\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"464.395295\" y=\"63.022678\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"501.211871\" y=\"31.997058\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"477.731873\" y=\"109.795685\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"459.63991\" y=\"80.323694\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"454.981499\" y=\"67.178726\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"471.348869\" y=\"83.535069\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"468.84112\" y=\"94.054522\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"464.795999\" y=\"71.351609\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"417.648825\" y=\"140.498998\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"457.663632\" y=\"106.383841\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"467.80767\" y=\"88.234253\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"452.275015\" y=\"115.943267\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"430.359174\" y=\"148.20847\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"441.373538\" y=\"134.348371\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"443.032501\" y=\"98.637429\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"474.399573\" y=\"105.426424\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"442.781457\" y=\"110.204665\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"440.47384\" y=\"120.00226\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"461.531605\" y=\"86.779445\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"443.195277\" y=\"104.829748\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"458.854741\" y=\"82.088185\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"464.674531\" y=\"66.45877\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"480.264745\" y=\"57.611325\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"478.52941\" y=\"70.927056\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"448.380745\" y=\"102.437596\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"464.695061\" y=\"83.846622\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"466.041575\" y=\"72.795176\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"487.696201\" y=\"48.478454\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"466.292472\" y=\"70.881062\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"483.448194\" y=\"79.174904\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"424.142759\" y=\"108.673888\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"457.887958\" y=\"121.104521\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"461.68592\" y=\"82.914865\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"477.156457\" y=\"78.026801\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"457.115785\" y=\"95.742673\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"459.067848\" y=\"89.639827\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"481.286996\" y=\"63.649646\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"467.416655\" y=\"90.770858\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"473.292435\" y=\"70.681506\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"461.929155\" y=\"73.472574\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"429.465714\" y=\"105.793437\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"466.340287\" y=\"77.327786\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"440.795431\" y=\"111.654973\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"442.563097\" y=\"86.824107\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"479.388971\" y=\"65.480091\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"459.297502\" y=\"89.513388\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"471.027772\" y=\"71.030776\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"471.993341\" y=\"72.898799\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"447.174357\" y=\"107.148779\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"480.377925\" y=\"69.979314\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"482.021392\" y=\"83.421907\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"486.772147\" y=\"77.375992\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"472.131591\" y=\"46.052569\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"449.609792\" y=\"88.940888\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"483.021151\" y=\"73.734708\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"476.23804\" y=\"102.295001\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"467.636067\" y=\"81.607763\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"481.678226\" y=\"63.433884\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"481.20369\" y=\"63.203131\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"494.93995\" y=\"78.111289\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"438.996019\" y=\"102.360492\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"457.511079\" y=\"122.360942\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"443.221972\" y=\"62.539576\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"431.263548\" y=\"116.800385\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"438.697351\" y=\"110.205789\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"459.533997\" y=\"96.910648\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"438.720869\" y=\"133.539533\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"462.171198\" y=\"83.678305\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"460.016787\" y=\"84.732499\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"439.860732\" y=\"98.542923\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"445.427783\" y=\"94.617337\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"471.617846\" y=\"76.154539\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"452.763785\" y=\"91.51773\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"470.520272\" y=\"74.211995\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"463.278664\" y=\"81.092955\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"449.070736\" y=\"99.771274\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"454.26152\" y=\"89.177243\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"427.432702\" y=\"122.594392\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"460.322928\" y=\"90.496273\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"472.232562\" y=\"83.247098\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"438.079725\" y=\"87.383681\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"481.285069\" y=\"48.97534\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"463.12543\" y=\"95.331129\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"467.74294\" y=\"74.238333\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"431.95942\" y=\"127.801735\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"514.251731\" y=\"67.627864\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"435.903835\" y=\"121.112265\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"448.612461\" y=\"111.417574\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"486.605002\" y=\"56.903452\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"440.012604\" y=\"104.05089\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"472.052975\" y=\"80.771593\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"465.231054\" y=\"82.888527\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"436.841952\" y=\"127.040502\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"447.370471\" y=\"100.942237\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"466.624139\" y=\"83.624732\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"471.08293\" y=\"94.11117\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"460.490804\" y=\"72.172265\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"464.297788\" y=\"87.091438\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"455.954327\" y=\"104.048055\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"456.908821\" y=\"121.338761\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"475.04851\" y=\"102.193136\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"442.33889\" y=\"106.397794\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"423.881969\" y=\"115.424016\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"448.356847\" y=\"107.330586\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"453.873932\" y=\"96.171431\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"469.116427\" y=\"62.907913\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"451.430651\" y=\"82.017651\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"436.278486\" y=\"133.420971\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"470.275246\" y=\"90.092544\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"461.098266\" y=\"87.199311\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"458.04314\" y=\"121.143404\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"462.350476\" y=\"100.82774\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"472.189534\" y=\"81.756839\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"472.262246\" y=\"66.466292\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"485.497538\" y=\"65.106271\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"465.084332\" y=\"106.39278\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"460.995605\" y=\"77.020858\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"468.623566\" y=\"74.942482\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"470.431034\" y=\"87.283651\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"462.98746\" y=\"93.632214\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"463.63521\" y=\"101.335648\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"452.600931\" y=\"74.987324\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"468.525182\" y=\"81.115728\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"436.951366\" y=\"89.826812\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"482.970137\" y=\"30.257762\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"454.992285\" y=\"98.718027\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"448.630654\" y=\"117.472709\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"472.49713\" y=\"73.333957\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"430.748773\" y=\"108.800783\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"448.774891\" y=\"116.654417\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"452.823961\" y=\"82.44904\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"494.305656\" y=\"57.735725\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"454.50632\" y=\"99.769186\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"466.383493\" y=\"89.699045\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"476.630432\" y=\"67.499645\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"453.383446\" y=\"126.822441\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"483.844048\" y=\"36.218957\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"473.711614\" y=\"88.892696\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"462.658446\" y=\"79.570279\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"516.447437\" y=\"44.797676\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"451.043473\" y=\"96.169748\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"467.676795\" y=\"121.663966\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"447.064204\" y=\"116.599219\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"478.157161\" y=\"68.66771\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"469.173652\" y=\"81.133841\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"451.007082\" y=\"89.070057\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"489.164824\" y=\"56.03721\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"467.202491\" y=\"91.805518\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"490.007199\" y=\"64.497214\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"453.066581\" y=\"107.325127\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"458.120802\" y=\"105.216207\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"474.944056\" y=\"76.416595\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"468.245061\" y=\"100.356298\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"474.793147\" y=\"78.31069\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"488.604138\" y=\"80.639358\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"460.366182\" y=\"100.263487\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"476.677362\" y=\"104.943228\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"471.618721\" y=\"109.949329\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"448.062545\" y=\"97.229615\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"487.835783\" y=\"56.969782\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"458.534509\" y=\"90.420981\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"487.641248\" y=\"59.721574\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"442.003019\" y=\"69.017875\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"448.426557\" y=\"93.372053\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"530.925451\" y=\"32.722365\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"453.753907\" y=\"61.442006\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"479.380159\" y=\"61.376645\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"486.670332\" y=\"67.991659\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"453.518798\" y=\"105.532636\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"445.80579\" y=\"120.682214\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"459.46493\" y=\"114.983784\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"459.852903\" y=\"118.95688\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"408.684389\" y=\"177.985398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"438.127933\" y=\"103.665985\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"459.069829\" y=\"89.69944\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"425.747378\" y=\"132.021105\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"468.252955\" y=\"61.018466\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"470.61682\" y=\"72.07209\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"447.692344\" y=\"93.584835\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"463.943208\" y=\"93.990809\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"485.959291\" y=\"58.281632\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"439.242451\" y=\"103.053345\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"458.714617\" y=\"86.583587\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"463.692122\" y=\"88.830433\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"472.391552\" y=\"75.534824\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"480.029211\" y=\"63.754916\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"465.030078\" y=\"90.021448\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"465.054642\" y=\"101.413723\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"439.425512\" y=\"116.90345\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"418.492406\" y=\"118.700677\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"454.774861\" y=\"102.409566\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"452.206368\" y=\"102.336154\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"470.061218\" y=\"99.618118\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"472.693579\" y=\"61.439917\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"484.967606\" y=\"78.183822\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"434.602749\" y=\"107.962871\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"437.006535\" y=\"113.510544\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"489.491574\" y=\"76.95696\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"460.546157\" y=\"99.924667\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"498.065969\" y=\"51.834881\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"409.963482\" y=\"126.49043\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"501.777731\" y=\"40.372317\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"434.815598\" y=\"105.641412\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"510.478823\" y=\"29.730852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"446.871311\" y=\"88.410383\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"425.444261\" y=\"109.14244\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"457.576271\" y=\"88.155984\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"453.0115\" y=\"92.964123\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"487.029862\" y=\"76.932577\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"439.129964\" y=\"95.156874\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"487.682914\" y=\"90.350107\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"455.24626\" y=\"93.671694\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"469.419614\" y=\"90.0398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"509.052927\" y=\"43.178479\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"445.625628\" y=\"97.570411\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"487.115169\" y=\"63.151668\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"441.875931\" y=\"124.137972\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"433.830164\" y=\"99.381835\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"438.797252\" y=\"121.096155\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"444.294394\" y=\"103.216301\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"461.898454\" y=\"91.265533\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"454.221183\" y=\"81.499499\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"477.482624\" y=\"59.209654\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"476.767102\" y=\"64.82402\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"484.622257\" y=\"69.363942\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"471.799225\" y=\"86.164022\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"451.185013\" y=\"75.915169\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"486.917443\" y=\"64.01113\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"475.405808\" y=\"60.841167\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"476.868328\" y=\"85.260168\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"455.231491\" y=\"90.627171\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"480.484311\" y=\"72.616313\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"443.373325\" y=\"126.608432\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"482.506717\" y=\"80.150519\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"453.578703\" y=\"84.717426\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#mc100401ac7\" x=\"462.62077\" y=\"114.173206\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_5\">\n",
       "    <g id=\"xtick_7\">\n",
       "     <g id=\"line2d_21\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mc904a154bf\" x=\"423.879285\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_27\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(416.508191 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_22\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mc904a154bf\" x=\"461.214652\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_28\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(458.033402 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_23\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mc904a154bf\" x=\"498.550018\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_29\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(495.368768 199.996562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"xtick_10\">\n",
       "     <g id=\"line2d_24\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mc904a154bf\" x=\"535.885385\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_30\">\n",
       "      <!-- 4 -->\n",
       "      <g transform=\"translate(532.704135 199.996562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-34\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_31\">\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_15\">\n",
       "     <g id=\"line2d_25\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m3ec8ff0529\" x=\"391.976834\" y=\"180.82231\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_32\">\n",
       "      <!-- −6 -->\n",
       "      <g transform=\"translate(370.234647 184.621529)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-2212\"/>\n",
       "       <use xlink:href=\"#DejaVuSans-36\" x=\"83.789062\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_16\">\n",
       "     <g id=\"line2d_26\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m3ec8ff0529\" x=\"391.976834\" y=\"150.310266\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_33\">\n",
       "      <!-- −4 -->\n",
       "      <g transform=\"translate(370.234647 154.109485)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_17\">\n",
       "     <g id=\"line2d_27\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m3ec8ff0529\" x=\"391.976834\" y=\"119.798221\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_34\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(370.234647 123.59744)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_18\">\n",
       "     <g id=\"line2d_28\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m3ec8ff0529\" x=\"391.976834\" y=\"89.286177\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_35\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(378.614334 93.085396)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_19\">\n",
       "     <g id=\"line2d_29\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m3ec8ff0529\" x=\"391.976834\" y=\"58.774133\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_36\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(378.614334 62.573351)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_20\">\n",
       "     <g id=\"line2d_30\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m3ec8ff0529\" x=\"391.976834\" y=\"28.262088\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_37\">\n",
       "      <!-- 4 -->\n",
       "      <g transform=\"translate(378.614334 32.061307)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-34\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_38\">\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_39\">\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=\"p9d91f61947\">\n",
       "   <rect x=\"42.620312\" y=\"22.318125\" width=\"145.565217\" height=\"163.08\"/>\n",
       "  </clipPath>\n",
       "  <clipPath id=\"pd787db0231\">\n",
       "   <rect x=\"217.298573\" y=\"22.318125\" width=\"145.565217\" height=\"163.08\"/>\n",
       "  </clipPath>\n",
       "  <clipPath id=\"pbbe16c81f8\">\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 = np.random.normal(0, 1, 500)\n",
    "    Y = covs[i]*X + np.random.normal(0, 1, (500))\n",
    "\n",
    "    d2l.plt.subplot(1, 4, i+1)\n",
    "    d2l.plt.scatter(X.asnumpy(), Y.asnumpy())\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": 33,
    "tab": [
     "mxnet"
    ]
   },
   "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-24T10:46:58.050347</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=\"ma2129795ee\" 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(#p43cfdfac57)\">\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"130.192959\" y=\"117.930158\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"115.278217\" y=\"96.772546\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"84.502064\" y=\"75.228905\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"130.93268\" y=\"134.136276\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"95.688069\" y=\"67.527447\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"101.646758\" y=\"85.509214\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"104.180221\" y=\"108.038095\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"87.916342\" y=\"65.930566\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"150.84124\" y=\"144.063276\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"123.746833\" y=\"112.408149\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"109.754\" y=\"106.552092\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"131.315956\" y=\"123.341483\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"162.962605\" y=\"141.131065\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"123.330818\" y=\"109.545342\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"118.726503\" y=\"109.020251\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"98.788687\" y=\"95.049961\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"116.587287\" y=\"91.030235\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"142.037975\" y=\"137.507568\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"164.387873\" y=\"156.956083\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"92.012451\" y=\"87.40759\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"114.274182\" y=\"84.69658\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"106.037864\" y=\"92.710705\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"146.443801\" y=\"130.75284\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"96.072925\" y=\"71.843684\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"111.333981\" y=\"104.629332\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"137.612235\" y=\"99.417848\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"103.607348\" y=\"89.67198\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"102.516958\" y=\"97.322404\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"98.33425\" y=\"95.29152\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"135.321258\" y=\"135.287887\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"112.193402\" y=\"79.396888\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"110.901795\" y=\"110.985756\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"125.281744\" y=\"102.996412\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"110.710496\" y=\"88.39174\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"83.939716\" y=\"69.030799\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"124.896822\" y=\"106.067927\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"151.38033\" y=\"148.291987\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"142.777327\" y=\"159.335156\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"111.838206\" y=\"83.67099\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"129.236624\" y=\"97.781167\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"101.788921\" y=\"75.583144\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"85.377377\" y=\"57.688679\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"93.84577\" y=\"65.72405\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"123.939517\" y=\"105.193662\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"88.387992\" y=\"71.480485\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"118.7083\" y=\"114.879958\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"105.277296\" y=\"87.317736\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"106.254891\" y=\"92.503134\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"71.134217\" y=\"57.425741\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"117.073698\" y=\"96.883827\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"107.778916\" y=\"97.610515\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"124.762906\" y=\"97.034098\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"126.543447\" y=\"96.110374\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"116.815987\" y=\"110.907717\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"107.699721\" y=\"110.91182\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"158.01216\" y=\"144.186353\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"177.297277\" y=\"161.295425\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"107.582255\" y=\"92.305504\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"142.445237\" y=\"116.648118\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"119.536198\" y=\"91.753007\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"114.308387\" y=\"81.456576\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"138.441765\" y=\"124.270093\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"103.079906\" y=\"78.399077\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"117.69334\" y=\"91.617237\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"131.071753\" y=\"123.220786\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"70.924279\" y=\"86.750352\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"118.386805\" y=\"91.395666\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"73.73075\" y=\"69.824952\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"103.77098\" y=\"98.480873\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"89.384123\" y=\"80.699511\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"94.332765\" y=\"71.065109\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"137.910341\" y=\"127.793591\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"124.499622\" y=\"87.133574\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"96.052911\" y=\"58.76534\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"63.183515\" y=\"49.099248\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"161.794971\" y=\"138.97142\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"144.634746\" y=\"138.591344\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"102.704325\" y=\"95.65833\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"121.938338\" y=\"96.192849\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"99.979546\" y=\"93.817586\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"121.142845\" y=\"101.635274\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"102.24128\" y=\"86.177578\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"138.471328\" y=\"103.667751\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"91.874126\" y=\"80.383192\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"114.933459\" y=\"72.925636\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"106.875741\" y=\"105.224382\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"54.482413\" y=\"34.089422\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"91.06884\" y=\"69.988459\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"105.212996\" y=\"126.55099\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"103.705882\" y=\"104.250541\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"70.912484\" y=\"68.488132\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"120.987532\" y=\"91.750432\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"98.513855\" y=\"90.199816\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"119.427508\" y=\"98.455332\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"134.264115\" y=\"107.040004\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"125.464902\" y=\"110.923792\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"99.276247\" y=\"70.617857\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"97.732144\" y=\"94.702226\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"103.905118\" y=\"87.163567\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"116.056973\" y=\"101.191039\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"130.533297\" y=\"126.501304\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"101.690572\" y=\"84.622003\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"95.549559\" y=\"83.838126\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"153.935403\" y=\"133.437038\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"119.910079\" y=\"107.320631\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"116.289536\" y=\"109.459491\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"143.159105\" y=\"99.45608\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"77.313329\" y=\"49.148758\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"119.662889\" y=\"121.867834\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"53.190001\" y=\"46.498414\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"135.353948\" y=\"134.193226\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"62.867813\" y=\"34.350154\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"129.784785\" y=\"143.7332\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"169.032054\" y=\"159.570859\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"124.841619\" y=\"102.401774\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"87.354029\" y=\"72.923823\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"108.323106\" y=\"105.429674\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"116.155879\" y=\"123.542006\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"99.299788\" y=\"90.312245\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"116.571762\" y=\"95.463616\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"125.786056\" y=\"137.964944\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"109.328485\" y=\"86.607797\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"100.187145\" y=\"97.886982\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"121.685354\" y=\"99.865642\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"92.978238\" y=\"85.303784\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"124.108056\" y=\"100.214235\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"92.442123\" y=\"61.942281\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"111.034308\" y=\"86.511057\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"87.351268\" y=\"90.598539\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"122.036429\" y=\"113.670468\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"181.568929\" y=\"165.890487\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"113.604928\" y=\"108.289898\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"99.013153\" y=\"60.607662\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"140.069878\" y=\"107.144921\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"130.791468\" y=\"98.25329\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"110.896898\" y=\"102.076992\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"55.224715\" y=\"29.730852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"121.760397\" y=\"107.637598\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"116.79503\" y=\"96.784432\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"109.091835\" y=\"92.845157\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"96.664039\" y=\"74.539472\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"115.570493\" y=\"90.366311\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"86.583636\" y=\"92.979329\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"94.0941\" y=\"71.599837\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"141.144369\" y=\"128.79968\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"118.523595\" y=\"101.381005\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"103.212239\" y=\"77.538404\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"103.368005\" y=\"99.862841\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"99.532189\" y=\"80.69286\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"94.317826\" y=\"77.057796\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"65.861479\" y=\"61.814938\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"82.251862\" y=\"65.866581\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"158.521732\" y=\"111.144441\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"71.446933\" y=\"72.393121\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"94.55326\" y=\"81.066826\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"74.504693\" y=\"78.746136\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"101.943\" y=\"82.786456\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"96.055638\" y=\"90.913848\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"111.529436\" y=\"98.61469\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"97.576096\" y=\"66.766364\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"112.687269\" y=\"75.447745\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"100.74548\" y=\"51.894256\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"161.711152\" y=\"165.920723\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"101.145244\" y=\"89.730318\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"90.870888\" y=\"83.500113\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"127.418757\" y=\"118.383109\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"152.198846\" y=\"108.491331\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"108.064855\" y=\"92.819587\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"102.044525\" y=\"82.221868\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"102.583671\" y=\"79.25972\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"92.237791\" y=\"88.807741\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"103.680749\" y=\"101.593225\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"69.487351\" y=\"99.405971\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"127.658236\" y=\"68.117053\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"123.268367\" y=\"111.895693\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"132.333\" y=\"119.755967\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"78.348153\" y=\"69.494772\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"81.848132\" y=\"74.490775\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"100.39794\" y=\"68.968506\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"105.318894\" y=\"86.763588\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"116.234135\" y=\"84.847298\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"97.441356\" y=\"91.103401\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"125.339828\" y=\"115.594283\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"127.588797\" y=\"106.231614\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"77.991873\" y=\"64.748261\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"68.921159\" y=\"59.74994\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"158.556692\" y=\"127.872029\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"131.932464\" y=\"107.432497\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"113.118127\" y=\"83.450577\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"118.355111\" y=\"98.152452\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"105.801867\" y=\"92.979756\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"84.094198\" y=\"52.215787\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"108.798883\" y=\"96.45162\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"150.175239\" y=\"131.556867\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"125.046994\" y=\"101.865933\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"124.638121\" y=\"128.576244\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"123.641146\" y=\"86.452879\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"148.109632\" y=\"144.850622\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"89.223354\" y=\"63.808956\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"114.00762\" y=\"110.577755\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"118.731742\" y=\"68.358334\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"49.236913\" y=\"45.905197\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"136.722492\" y=\"127.078619\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"168.514961\" y=\"177.985398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"151.298202\" y=\"134.372107\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"96.538681\" y=\"74.444505\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"88.874781\" y=\"60.391525\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"130.621214\" y=\"137.732105\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"130.409208\" y=\"117.653515\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"95.497966\" y=\"75.096626\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"115.881653\" y=\"99.961496\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"125.49819\" y=\"111.794794\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"84.903597\" y=\"59.49435\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"130.866622\" y=\"126.826476\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"115.405055\" y=\"88.247487\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"65.516052\" y=\"58.508191\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"93.073604\" y=\"65.32633\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"131.453962\" y=\"129.898275\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"117.603345\" y=\"89.832179\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"101.282387\" y=\"90.732339\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"111.819071\" y=\"129.0052\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"95.704794\" y=\"87.109653\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"96.877428\" y=\"105.679591\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"101.763406\" y=\"68.395459\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"106.599607\" y=\"81.990278\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"153.410776\" y=\"151.181511\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"124.570314\" y=\"116.093822\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"112.808716\" y=\"126.021256\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"104.036066\" y=\"89.982865\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"91.24127\" y=\"97.711613\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"83.986451\" y=\"70.624732\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"103.205025\" y=\"92.204139\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"82.119409\" y=\"71.672549\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"99.915308\" y=\"112.864769\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"151.386563\" y=\"143.283756\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"166.426912\" y=\"146.618199\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"123.622975\" y=\"120.854092\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"126.674515\" y=\"116.60755\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"49.471547\" y=\"31.364702\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"110.326532\" y=\"86.815771\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"78.051729\" y=\"84.34844\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"98.710549\" y=\"81.720649\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"100.772746\" y=\"94.571955\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"92.865158\" y=\"68.173427\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"125.747628\" y=\"108.47758\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"125.824118\" y=\"124.262789\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"147.602547\" y=\"122.096023\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"99.931586\" y=\"85.859694\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"152.236356\" y=\"137.604724\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"114.768307\" y=\"113.125795\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"96.702131\" y=\"72.605971\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"117.949869\" y=\"119.707236\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"120.575902\" y=\"112.061812\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"103.188206\" y=\"97.248768\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"91.480294\" y=\"93.847323\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"101.668216\" y=\"99.583153\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"82.659424\" y=\"66.728716\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"120.324932\" y=\"137.07478\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"108.314617\" y=\"92.289083\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"111.838758\" y=\"89.202223\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"120.297492\" y=\"101.91076\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"160.057753\" y=\"169.690869\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"100.317386\" y=\"106.896761\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"140.285688\" y=\"129.737363\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"82.694378\" y=\"71.189246\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"110.988963\" y=\"92.221258\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"112.467104\" y=\"104.004591\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"141.945929\" y=\"114.342004\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"64.892398\" y=\"37.555593\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"135.254403\" y=\"112.956993\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"117.734302\" y=\"94.169794\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"154.452538\" y=\"162.65705\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"134.911804\" y=\"138.865762\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"127.143588\" y=\"113.647636\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"130.414391\" y=\"124.163409\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"101.592945\" y=\"95.0668\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"129.36569\" y=\"141.714918\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"153.815616\" y=\"157.565053\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"145.407764\" y=\"124.134548\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"73.020594\" y=\"50.573449\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"148.981296\" y=\"130.976389\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"68.177406\" y=\"50.896948\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"93.654165\" y=\"81.969229\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"94.26266\" y=\"68.074408\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"85.149549\" y=\"76.608049\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"98.682354\" y=\"48.062677\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"111.101184\" y=\"84.922404\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"128.467175\" y=\"111.519289\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"88.208158\" y=\"99.596457\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"77.674832\" y=\"31.295755\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"91.560657\" y=\"80.926026\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"91.96589\" y=\"80.392514\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"154.483206\" y=\"144.188447\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"155.461509\" y=\"149.582437\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"128.050612\" y=\"117.491162\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"100.989516\" y=\"85.22595\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"177.681636\" y=\"157.982336\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"81.183531\" y=\"57.07182\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"131.10161\" y=\"121.277717\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"88.102936\" y=\"69.64114\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"134.411399\" y=\"119.981815\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"107.821769\" y=\"98.173861\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"80.156184\" y=\"83.476235\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"123.708033\" y=\"117.440589\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"168.859784\" y=\"163.211853\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"141.675914\" y=\"132.477624\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"110.694366\" y=\"88.209729\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"115.993372\" y=\"113.672865\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"140.58586\" y=\"123.771192\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"133.140328\" y=\"122.447993\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"103.236614\" y=\"93.81528\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"153.585293\" y=\"143.295759\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"109.832988\" y=\"107.506235\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"123.12025\" y=\"121.744327\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"84.699448\" y=\"69.913732\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"105.408859\" y=\"84.568944\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"78.2033\" y=\"63.536685\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"78.394723\" y=\"49.829071\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"114.865854\" y=\"94.806394\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"103.972988\" y=\"94.462316\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"112.884515\" y=\"108.438789\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"77.802812\" y=\"49.178224\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"114.864646\" y=\"101.094063\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"71.710499\" y=\"64.117224\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"124.724407\" y=\"94.220281\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"84.619801\" y=\"70.433526\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"91.213297\" y=\"83.067205\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"135.490168\" y=\"113.179971\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"74.057629\" y=\"56.706317\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"116.803575\" y=\"109.116473\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"115.683888\" y=\"106.620986\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"113.279357\" y=\"94.914876\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"105.042567\" y=\"74.088911\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"118.036191\" y=\"112.061894\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"109.280171\" y=\"91.486251\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"110.229632\" y=\"90.287077\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"142.195314\" y=\"119.068716\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"86.071553\" y=\"75.977694\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"135.783932\" y=\"110.620613\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"145.709537\" y=\"135.715509\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"71.437573\" y=\"45.368316\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"78.27563\" y=\"58.218676\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"69.327258\" y=\"79.161279\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"99.365459\" y=\"86.493937\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"115.436605\" y=\"94.796008\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"111.285245\" y=\"93.990787\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"143.081465\" y=\"124.927191\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"85.199174\" y=\"81.554696\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"111.188813\" y=\"86.640502\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"117.309046\" y=\"87.704709\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"128.378521\" y=\"125.938776\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"117.593548\" y=\"85.860114\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"136.26141\" y=\"102.313244\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"62.130032\" y=\"39.801664\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"119.558964\" y=\"82.53441\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"97.577461\" y=\"63.346952\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"112.816541\" y=\"97.619195\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"149.363716\" y=\"137.728942\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"133.430066\" y=\"134.124016\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"125.634976\" y=\"107.688716\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"101.108935\" y=\"70.747579\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"77.099751\" y=\"66.321903\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"94.839986\" y=\"74.127415\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"150.964366\" y=\"129.959043\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"126.818291\" y=\"107.028434\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"97.10971\" y=\"106.124404\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"118.922121\" y=\"124.990103\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"109.167273\" y=\"87.953373\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"125.33716\" y=\"122.818834\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"138.061528\" y=\"126.957677\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"63.863426\" y=\"47.202087\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"121.973898\" y=\"94.231268\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"111.586577\" y=\"105.043207\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"96.331784\" y=\"86.475498\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"69.098541\" y=\"50.939944\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"105.380597\" y=\"92.406312\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"95.846323\" y=\"77.556218\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"158.140311\" y=\"144.407692\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"166.196742\" y=\"138.65888\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"126.998551\" y=\"117.543173\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"157.8822\" y=\"168.101592\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"131.058795\" y=\"105.774842\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"94.179263\" y=\"74.100687\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"84.360651\" y=\"57.844756\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"60.692791\" y=\"58.3872\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"137.556365\" y=\"118.374046\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"90.582799\" y=\"59.702791\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"148.475214\" y=\"160.326928\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"110.63879\" y=\"96.298324\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"119.043171\" y=\"99.608328\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"124.061415\" y=\"96.052166\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"110.066975\" y=\"85.830558\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"120.004365\" y=\"119.668737\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"113.458664\" y=\"100.410933\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"84.193739\" y=\"67.391715\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"90.441245\" y=\"68.251538\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"132.8752\" y=\"144.308192\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"90.067907\" y=\"69.655448\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"91.553915\" y=\"80.10295\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"97.989994\" y=\"81.551098\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"104.243673\" y=\"82.176127\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"62.106002\" y=\"65.58186\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"129.584561\" y=\"122.597995\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"149.626159\" y=\"138.495994\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"79.929098\" y=\"79.782101\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"118.848583\" y=\"101.730955\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"117.874498\" y=\"103.977325\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"148.311889\" y=\"140.227168\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"125.293068\" y=\"110.933982\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"130.402714\" y=\"79.199726\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"123.428022\" y=\"98.381544\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"135.475675\" y=\"121.860935\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"157.460271\" y=\"150.116034\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"82.216691\" y=\"48.530847\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"87.042433\" y=\"83.049545\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"106.773044\" y=\"94.226012\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"89.489324\" y=\"93.227055\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"122.048479\" y=\"104.117142\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"116.82514\" y=\"99.796566\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"93.662439\" y=\"66.811609\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"84.814903\" y=\"88.337825\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"115.024754\" y=\"116.846874\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"126.660353\" y=\"101.471362\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"58.53636\" y=\"38.084636\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"131.709923\" y=\"132.27253\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"117.365323\" y=\"89.320286\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"134.532472\" y=\"124.831054\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"143.80769\" y=\"128.035049\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"102.385866\" y=\"79.662071\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"66.734053\" y=\"51.804666\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"111.136467\" y=\"90.491676\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"123.368611\" y=\"107.0584\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"102.937902\" y=\"115.073654\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"123.155729\" y=\"114.154581\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"62.870348\" y=\"56.733745\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"146.201213\" y=\"116.478064\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"103.357344\" y=\"94.680424\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"138.67265\" y=\"131.702355\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"90.163929\" y=\"90.256577\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"119.482613\" y=\"94.291221\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"77.485131\" y=\"56.323444\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"116.276786\" y=\"88.806607\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"117.723478\" y=\"107.685005\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"104.232871\" y=\"108.937364\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"68.238229\" y=\"40.885975\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"175.138893\" y=\"152.643987\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"138.546529\" y=\"107.362216\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"122.328944\" y=\"90.684758\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"109.229109\" y=\"95.298359\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"118.903516\" y=\"102.829041\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"66.545827\" y=\"60.457248\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"144.987484\" y=\"147.134235\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"138.763114\" y=\"120.556955\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"124.511566\" y=\"116.476913\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"75.29917\" y=\"54.443879\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"112.671022\" y=\"123.024331\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"164.681044\" y=\"160.369411\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"100.368704\" y=\"89.958635\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"114.024713\" y=\"93.099439\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"136.739433\" y=\"104.414357\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"119.151202\" y=\"113.312385\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"101.480954\" y=\"80.928263\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"116.242977\" y=\"91.204031\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"89.208826\" y=\"68.461541\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"123.813365\" y=\"115.222292\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"149.755869\" y=\"141.317324\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"143.219691\" y=\"125.155767\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"90.532341\" y=\"63.730113\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"144.067571\" y=\"143.125993\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"152.031952\" y=\"138.680603\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"141.740083\" y=\"123.200421\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"164.36955\" y=\"125.132074\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"110.700413\" y=\"88.421803\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"50.709832\" y=\"32.769246\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"126.717029\" y=\"125.662434\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"112.956167\" y=\"110.830584\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"81.47812\" y=\"78.121971\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"127.794605\" y=\"126.659823\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"109.516451\" y=\"98.810915\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"128.898816\" y=\"140.290111\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"66.690403\" y=\"55.205346\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"154.074253\" y=\"133.039233\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"145.921081\" y=\"153.103415\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"156.840573\" y=\"147.535619\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"116.875785\" y=\"117.766723\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"100.32172\" y=\"91.7961\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"176.766895\" y=\"167.090964\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"141.367916\" y=\"119.669866\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"88.237077\" y=\"64.077911\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"107.120311\" y=\"99.720082\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"89.960676\" y=\"89.249009\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"87.745176\" y=\"69.509255\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"121.496161\" y=\"105.546293\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"69.698105\" y=\"59.931037\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"106.051634\" y=\"92.724439\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"148.029853\" y=\"153.117083\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"87.102691\" y=\"49.926498\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"163.5357\" y=\"136.654987\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"161.284158\" y=\"162.363414\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"92.653132\" y=\"55.177147\" 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=\"mf919e57d0e\" 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=\"#mf919e57d0e\" x=\"61.541954\" 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(54.17086 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=\"#mf919e57d0e\" x=\"111.936313\" 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(108.755063 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=\"#mf919e57d0e\" x=\"162.330673\" 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(159.149423 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=\"m62396a13e4\" 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=\"#m62396a13e4\" x=\"42.620312\" y=\"156.38032\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_5\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(20.878125 160.179539)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_2\">\n",
       "     <g id=\"line2d_5\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m62396a13e4\" x=\"42.620312\" y=\"126.859807\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_6\">\n",
       "      <!-- −1 -->\n",
       "      <g transform=\"translate(20.878125 130.659026)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_3\">\n",
       "     <g id=\"line2d_6\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m62396a13e4\" x=\"42.620312\" y=\"97.339294\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_7\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(29.257812 101.138513)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=\"#m62396a13e4\" x=\"42.620312\" y=\"67.818781\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_8\">\n",
       "      <!-- 1 -->\n",
       "      <g transform=\"translate(29.257812 71.618)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-31\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_5\">\n",
       "     <g id=\"line2d_8\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m62396a13e4\" x=\"42.620312\" y=\"38.298268\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_9\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(29.257812 42.097487)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_10\">\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_11\">\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(#p655d8eff36)\">\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"319.208541\" y=\"96.227764\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"296.542648\" y=\"135.892576\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"277.72352\" y=\"60.690998\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"303.937819\" y=\"109.810249\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"339.874555\" y=\"113.684049\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"262.665189\" y=\"87.621098\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"295.750405\" y=\"114.783493\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"309.78744\" y=\"97.527371\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"287.784125\" y=\"101.650496\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"263.201929\" y=\"101.70292\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"282.894595\" y=\"82.578\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"330.393132\" y=\"129.01778\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"258.012715\" y=\"78.867013\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"287.840301\" y=\"82.514936\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"298.351995\" y=\"109.223395\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"265.548749\" y=\"151.970725\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"287.984283\" y=\"114.929409\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"293.883363\" y=\"51.662904\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"300.568429\" y=\"100.708316\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"242.61595\" y=\"172.234247\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"252.364863\" y=\"90.526855\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"306.497415\" y=\"109.340914\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"280.450609\" y=\"109.55186\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"307.181833\" y=\"105.156093\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"223.915174\" y=\"73.180392\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"292.520405\" y=\"112.830967\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"293.468017\" y=\"126.266798\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"268.702175\" y=\"106.00149\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"298.98055\" y=\"100.618152\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"304.202056\" y=\"97.689012\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"256.277544\" y=\"97.829146\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"262.734603\" y=\"91.678745\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"287.132531\" y=\"155.744894\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"289.880296\" y=\"109.923106\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"279.784816\" y=\"102.729932\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"305.498915\" y=\"53.62165\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"285.189001\" y=\"124.785822\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"312.270581\" y=\"114.573018\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"271.603583\" y=\"98.613846\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"281.231657\" y=\"121.532264\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"296.468984\" y=\"136.382296\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"319.586811\" y=\"118.699791\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"299.967708\" y=\"132.404968\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"287.071402\" y=\"76.311734\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"240.784102\" y=\"77.404489\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"278.224897\" y=\"132.54586\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"293.83562\" y=\"111.661202\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"295.409374\" y=\"92.732676\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"267.976824\" y=\"121.448388\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"263.931582\" y=\"77.737677\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"247.930463\" y=\"76.21286\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"286.386695\" y=\"148.290349\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"285.052252\" y=\"117.593959\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"266.752544\" y=\"84.876522\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"248.888944\" y=\"89.916041\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"271.93685\" y=\"111.876131\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"268.071957\" y=\"77.62053\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"258.695879\" y=\"149.93873\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"255.107962\" y=\"134.806303\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"275.461766\" y=\"120.964033\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"335.421206\" y=\"63.945639\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"251.950142\" y=\"44.625668\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"289.334562\" y=\"137.100063\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"293.211722\" y=\"114.468027\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"284.375998\" y=\"63.802498\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"261.136919\" y=\"74.506043\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"230.760583\" y=\"114.233333\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"290.421403\" y=\"109.404202\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"278.148348\" y=\"108.401972\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"261.56771\" y=\"81.223673\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"267.026942\" y=\"124.212617\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"241.10275\" y=\"82.099862\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"268.121351\" y=\"114.191549\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"301.919112\" y=\"94.560407\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"297.330832\" y=\"125.265373\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"284.473467\" y=\"67.77211\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"279.122761\" y=\"95.345414\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"315.360695\" y=\"113.162512\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"300.351153\" y=\"53.277956\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"322.019552\" y=\"80.062664\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"282.595014\" y=\"116.072244\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"296.416879\" y=\"109.876677\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"251.382209\" y=\"93.826072\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"347.578599\" y=\"98.393261\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"265.497013\" y=\"69.086056\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"275.205396\" y=\"90.591087\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"311.376203\" y=\"79.611275\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"273.080615\" y=\"89.53947\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"266.70955\" y=\"47.733522\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"234.862652\" y=\"131.52711\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"252.582399\" y=\"84.242844\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"273.927223\" y=\"108.757124\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"293.099429\" y=\"106.622718\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"271.759815\" y=\"84.60466\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"250.228532\" y=\"83.28322\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"288.969462\" y=\"111.504522\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"279.161791\" y=\"104.473502\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"302.603818\" y=\"118.6239\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"282.937864\" y=\"66.188054\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"279.21353\" y=\"116.03138\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"323.73988\" y=\"106.408514\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"278.095775\" y=\"63.177689\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"307.445972\" y=\"66.505072\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"269.141959\" y=\"75.540016\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"301.386603\" y=\"105.107662\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"302.286645\" y=\"88.987627\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"264.494594\" y=\"110.006654\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"305.508507\" y=\"126.093112\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"277.258635\" y=\"96.234019\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"274.600237\" y=\"84.58697\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"317.677658\" y=\"69.013375\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"306.538729\" y=\"118.902396\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"294.223426\" y=\"125.853109\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"292.496987\" y=\"104.47299\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"298.063244\" y=\"146.884172\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"316.317855\" y=\"116.343562\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"310.886766\" y=\"97.060342\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"313.874965\" y=\"129.003496\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"302.554856\" y=\"125.61793\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"296.192111\" y=\"130.663005\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"287.700945\" y=\"88.903662\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"311.291068\" y=\"60.733267\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"308.793395\" y=\"101.331225\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"286.746187\" y=\"113.60659\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"263.982263\" y=\"71.698162\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"284.022781\" y=\"91.661527\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"284.091619\" y=\"115.95306\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"295.222674\" y=\"93.744995\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"271.826873\" y=\"100.46156\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"306.621942\" y=\"92.87492\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"260.815242\" y=\"144.172651\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"290.539771\" y=\"88.242427\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"266.359657\" y=\"79.423717\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"276.65388\" y=\"127.429637\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"281.962476\" y=\"143.249924\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"312.344288\" y=\"93.567116\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"237.727188\" y=\"79.17738\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"248.691995\" y=\"115.604589\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"301.52905\" y=\"115.46789\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"284.717225\" y=\"119.624292\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"249.893682\" y=\"49.464274\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"278.464564\" y=\"121.717035\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"306.62499\" y=\"138.760601\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"292.224341\" y=\"103.595342\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"286.50315\" y=\"102.311005\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"289.775013\" y=\"98.593349\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"277.475139\" y=\"102.9224\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"294.51658\" y=\"119.262025\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"311.106623\" y=\"85.979228\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"295.085239\" y=\"150.630695\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"294.12767\" y=\"112.334768\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"293.238644\" y=\"74.682835\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"278.260404\" y=\"88.119882\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"286.254047\" y=\"97.513547\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"261.539061\" y=\"117.531474\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"336.300547\" y=\"78.103231\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"267.937534\" y=\"84.689281\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"315.322674\" y=\"95.843137\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"295.557994\" y=\"81.384744\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"307.85612\" y=\"80.293956\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"287.987145\" y=\"165.496579\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"271.226348\" y=\"106.364878\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"271.975407\" y=\"108.499609\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"313.158862\" y=\"141.852154\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"292.869836\" y=\"95.712332\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"285.56449\" y=\"96.949461\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"268.077192\" y=\"137.81559\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"327.694561\" y=\"95.67948\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"284.242342\" y=\"104.264932\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"321.452235\" y=\"104.316509\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"334.700139\" y=\"94.993904\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"301.12649\" y=\"66.570638\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"307.505922\" y=\"103.105434\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"281.24098\" y=\"162.181949\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"288.959685\" y=\"80.095683\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"269.075907\" y=\"144.21159\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"310.73179\" y=\"97.287023\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"312.626451\" y=\"122.237359\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"298.75845\" y=\"68.908371\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"312.167261\" y=\"73.489023\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"271.266105\" y=\"100.424152\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"282.413661\" y=\"96.104354\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"268.783395\" y=\"177.985398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"289.817541\" y=\"119.652574\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"299.931791\" y=\"136.639654\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"247.091063\" y=\"78.58862\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"263.85173\" y=\"114.068729\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"288.677734\" y=\"83.837\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"284.178238\" y=\"131.31394\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"285.361843\" y=\"148.310892\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"270.826109\" y=\"107.784706\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"317.927743\" y=\"106.008715\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"287.51394\" y=\"107.011632\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"297.826632\" y=\"78.647293\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"303.587937\" y=\"33.599421\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"293.5621\" y=\"96.943519\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"284.464919\" y=\"86.486538\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"269.705534\" y=\"98.983792\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"302.238652\" y=\"94.586979\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"265.947111\" y=\"113.486248\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"291.32969\" y=\"114.975623\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"284.196602\" y=\"78.430903\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"282.92184\" y=\"72.096025\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"254.134193\" y=\"118.485603\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"283.81798\" y=\"78.406738\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"290.552669\" y=\"157.858567\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"314.99061\" y=\"81.996329\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"315.087005\" y=\"140.856408\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"233.181494\" y=\"102.053819\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"288.249812\" y=\"127.789711\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"243.181511\" y=\"80.534588\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"301.66431\" y=\"118.42013\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"262.335848\" y=\"165.125972\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"255.70234\" y=\"117.318884\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"256.110493\" y=\"91.979394\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"325.268923\" y=\"70.470835\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"256.492164\" y=\"130.297501\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"237.510351\" y=\"106.417495\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"275.499752\" y=\"132.00816\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"276.551374\" y=\"99.827919\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"314.944063\" y=\"150.174278\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"311.745344\" y=\"124.867378\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"309.759758\" y=\"111.096966\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"277.568067\" y=\"144.970438\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"301.756733\" y=\"73.791058\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"305.11149\" y=\"76.093546\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"249.523458\" y=\"77.506653\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"247.608304\" y=\"102.821572\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"258.187066\" y=\"95.690117\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"286.972502\" y=\"62.08695\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"301.500089\" y=\"157.308319\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"306.936875\" y=\"80.173269\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"272.071536\" y=\"99.945536\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"284.621489\" y=\"125.337544\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"286.325423\" y=\"75.386507\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"297.973623\" y=\"104.838342\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"275.717912\" y=\"83.472287\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"309.485818\" y=\"114.552782\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"300.376842\" y=\"76.725043\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"282.671321\" y=\"135.693847\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"264.92821\" y=\"65.485407\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"290.730613\" y=\"97.351003\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"305.837391\" y=\"78.574802\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"320.969951\" y=\"115.573477\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"301.380451\" y=\"94.735935\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"327.764157\" y=\"95.879638\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"286.079683\" y=\"132.509602\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"300.174684\" y=\"75.293121\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"288.413783\" y=\"54.364092\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"245.355385\" y=\"131.077906\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"269.354964\" y=\"124.13842\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"251.394474\" y=\"96.285046\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"273.137853\" y=\"110.744435\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"299.84258\" y=\"73.220399\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"313.31004\" y=\"97.925543\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"291.995663\" y=\"66.98833\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"259.342836\" y=\"102.656784\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"271.767528\" y=\"137.653252\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"312.355953\" y=\"90.886272\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"281.279604\" y=\"73.662228\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"304.099491\" y=\"121.788365\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"289.506664\" y=\"97.603932\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"242.273982\" y=\"105.087939\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"278.077554\" y=\"105.533885\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"304.052364\" y=\"144.945505\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"310.888862\" y=\"58.561731\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"301.423257\" y=\"126.549139\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"284.019549\" y=\"146.757001\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"261.51482\" y=\"151.700653\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"272.323902\" y=\"121.246617\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"262.748974\" y=\"73.705328\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"293.616706\" y=\"123.284061\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"281.85724\" y=\"127.805837\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"289.263768\" y=\"103.010868\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"291.229971\" y=\"108.628828\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"273.844665\" y=\"101.764091\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"276.113677\" y=\"123.622724\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"265.562154\" y=\"114.356253\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"293.718827\" y=\"106.509244\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"331.959321\" y=\"91.503458\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"264.281907\" y=\"61.65443\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"291.450999\" y=\"144.749942\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"287.265998\" y=\"108.437446\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"293.173012\" y=\"51.001325\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"244.924541\" y=\"96.022656\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"286.16985\" y=\"101.059992\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"290.289591\" y=\"96.172734\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"262.19955\" y=\"87.001634\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"303.436955\" y=\"111.032308\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"294.923259\" y=\"111.777552\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"322.642012\" y=\"106.942376\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"307.683928\" y=\"125.376137\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"300.319135\" y=\"86.51424\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"289.156028\" y=\"80.765611\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"322.715077\" y=\"126.170743\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"293.143634\" y=\"103.446041\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"286.649549\" y=\"74.175411\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"302.196092\" y=\"82.215771\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"276.086753\" y=\"107.180282\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"266.737879\" y=\"122.044053\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"270.35189\" y=\"93.278669\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"258.136965\" y=\"110.179032\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"313.268757\" y=\"106.336189\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"294.098933\" y=\"135.093118\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"288.00449\" y=\"58.775557\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"340.271533\" y=\"79.132951\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"288.986828\" y=\"85.788262\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"251.475222\" y=\"125.702415\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"289.532662\" y=\"102.95075\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"286.206027\" y=\"122.49996\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"336.418211\" y=\"83.368195\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"279.562087\" y=\"113.472949\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"335.853458\" y=\"76.335628\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"258.316908\" y=\"59.627574\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"297.136079\" y=\"135.391397\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"296.318257\" y=\"95.562974\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"259.853115\" y=\"115.458701\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"284.126934\" y=\"157.681162\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"298.695333\" y=\"149.133189\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"295.168802\" y=\"90.744649\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"274.783269\" y=\"47.768669\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"269.915604\" y=\"109.972399\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"245.640472\" y=\"147.323852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"292.512772\" y=\"112.854561\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"297.950553\" y=\"94.974925\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"307.634578\" y=\"111.459564\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"283.833958\" y=\"153.045228\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"284.198607\" y=\"101.977628\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"257.159265\" y=\"88.112781\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"283.090446\" y=\"145.064279\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"294.386134\" y=\"69.935259\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"288.158251\" y=\"114.48739\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"296.537659\" y=\"81.447446\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"260.772895\" y=\"86.997553\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"268.413244\" y=\"61.474285\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"304.919553\" y=\"119.675306\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"282.829009\" y=\"59.137578\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"296.506789\" y=\"57.359947\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"259.629239\" y=\"82.110878\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"283.824026\" y=\"86.061668\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"327.584212\" y=\"142.549513\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"248.133677\" y=\"115.775478\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"313.194893\" y=\"137.031034\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"303.47807\" y=\"147.007233\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"271.548118\" y=\"131.342725\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"278.959701\" y=\"142.557369\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"288.56623\" y=\"118.829555\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"313.946201\" y=\"89.302514\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"266.37557\" y=\"144.446102\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"294.193023\" y=\"81.748859\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"300.454058\" y=\"56.353354\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"270.974521\" y=\"127.971765\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"276.832313\" y=\"136.734199\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"275.446764\" y=\"29.730852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"282.442913\" y=\"164.546286\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"291.950557\" y=\"138.613007\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"294.194297\" y=\"94.825772\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"278.925216\" y=\"107.933932\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"308.940457\" y=\"72.044631\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"255.501483\" y=\"114.189882\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"291.912215\" y=\"73.286655\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"264.711303\" y=\"113.450905\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"300.011988\" y=\"83.319049\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"285.114751\" y=\"106.521377\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"310.714952\" y=\"97.618495\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"281.80412\" y=\"73.353188\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"290.214686\" y=\"109.68879\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"301.456857\" y=\"65.18506\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"281.002949\" y=\"89.977908\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"269.847042\" y=\"114.719533\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"266.017777\" y=\"109.403941\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"283.717642\" y=\"70.553578\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"324.348927\" y=\"125.724822\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"315.442083\" y=\"129.70092\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"243.481053\" y=\"105.926011\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"294.988872\" y=\"161.396598\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"294.482033\" y=\"108.827942\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"288.071061\" y=\"120.668382\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"258.793228\" y=\"100.006542\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"267.618864\" y=\"120.150544\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"297.928486\" y=\"102.730211\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"277.957718\" y=\"48.14221\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"235.917056\" y=\"101.317784\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"290.147175\" y=\"81.119202\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"263.925495\" y=\"119.076567\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"267.376398\" y=\"103.301029\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"296.879666\" y=\"115.627142\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"255.868523\" y=\"86.537729\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"265.037306\" y=\"119.997018\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"267.580663\" y=\"73.62834\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"276.904742\" y=\"122.514583\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"283.97163\" y=\"95.002483\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"265.517262\" y=\"101.364163\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"262.51631\" y=\"94.837654\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"301.34842\" y=\"116.364321\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"265.730178\" y=\"90.905444\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"279.081936\" y=\"122.207501\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"291.187164\" y=\"115.202178\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"259.343366\" y=\"104.807488\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"263.346418\" y=\"62.811017\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"289.245587\" y=\"119.147537\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"264.555824\" y=\"53.877517\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"318.195854\" y=\"57.431856\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"290.760325\" y=\"136.501154\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"264.583647\" y=\"104.128961\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"244.41075\" y=\"63.812359\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"287.580737\" y=\"83.30707\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"309.137535\" y=\"118.824295\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"306.517309\" y=\"124.478604\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"279.175172\" y=\"57.785696\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"274.638462\" y=\"130.40285\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"335.357586\" y=\"104.664203\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"253.314741\" y=\"75.356823\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"287.961382\" y=\"33.5846\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"315.077949\" y=\"117.803093\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"304.995686\" y=\"99.41654\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"278.588089\" y=\"90.245071\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"308.521268\" y=\"128.938224\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"285.666388\" y=\"77.863503\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"266.218096\" y=\"126.006253\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"269.613106\" y=\"130.743752\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"300.454106\" y=\"78.061907\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"281.344553\" y=\"96.396713\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"288.340434\" y=\"146.166272\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"277.566469\" y=\"101.178391\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"304.349522\" y=\"73.50871\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"292.28156\" y=\"68.240752\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"268.545817\" y=\"126.16882\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"262.057408\" y=\"114.210166\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"264.618341\" y=\"135.29565\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"304.269657\" y=\"106.52568\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"315.313773\" y=\"112.121662\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"289.508308\" y=\"129.073025\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"311.317969\" y=\"96.520155\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"284.294795\" y=\"109.320664\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"286.090314\" y=\"68.595761\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"312.559728\" y=\"128.140251\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"281.205808\" y=\"134.656871\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"271.675176\" y=\"120.587281\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"251.31913\" y=\"89.651004\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"286.402087\" y=\"107.909735\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"281.912854\" y=\"115.567777\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"299.387281\" y=\"65.341922\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"268.02746\" y=\"93.660107\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"292.893907\" y=\"64.258418\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"294.452726\" y=\"93.864347\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"274.103966\" y=\"126.839783\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"278.906735\" y=\"152.051368\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"306.702842\" y=\"75.98558\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"278.977203\" y=\"105.974265\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"300.877145\" y=\"113.677067\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"278.602945\" y=\"130.077627\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"295.584035\" y=\"104.236047\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"264.895339\" y=\"137.346436\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"279.857781\" y=\"144.614435\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"298.515582\" y=\"134.326392\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"310.979744\" y=\"115.650899\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"270.673215\" y=\"95.121789\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"264.204613\" y=\"112.439191\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"302.860334\" y=\"71.300189\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"306.112625\" y=\"83.834028\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"277.081525\" y=\"88.033243\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"285.767048\" y=\"71.789364\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"264.822243\" y=\"82.671257\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"255.784662\" y=\"108.313911\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"274.029898\" y=\"122.896125\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"297.351125\" y=\"105.214496\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"287.501066\" y=\"105.044963\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"298.999341\" y=\"94.477529\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"304.976847\" y=\"139.20889\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"356.24719\" y=\"100.442792\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"281.711439\" y=\"75.159769\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"271.993079\" y=\"74.799914\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"257.730151\" y=\"120.583219\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"307.328149\" y=\"73.391228\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"291.384828\" y=\"94.016007\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"300.44719\" y=\"155.38684\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"301.472155\" y=\"80.588069\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"311.280264\" y=\"95.403838\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"270.148381\" y=\"101.858052\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"287.706636\" y=\"131.076516\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"328.40722\" y=\"124.176841\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"274.450731\" y=\"80.923864\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"284.418124\" y=\"96.487643\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"287.699289\" y=\"91.118468\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"297.620134\" y=\"144.528712\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"298.643691\" y=\"113.694931\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"295.90677\" y=\"135.222476\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"288.766941\" y=\"63.971948\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"236.968538\" y=\"115.688347\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"278.227898\" y=\"80.7195\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"332.81735\" y=\"89.531572\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"292.246639\" y=\"144.090405\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"256.070924\" y=\"76.46794\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"281.974227\" y=\"103.78048\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"296.073343\" y=\"88.503907\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"266.018771\" y=\"66.064223\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"261.902281\" y=\"72.217336\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"276.714102\" y=\"91.310772\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"245.457171\" y=\"124.326556\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "    </g>\n",
       "   </g>\n",
       "   <g id=\"matplotlib.axis_3\">\n",
       "    <g id=\"xtick_4\">\n",
       "     <g id=\"line2d_9\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mf919e57d0e\" x=\"242.046391\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_12\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(234.675297 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_10\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mf919e57d0e\" x=\"286.27659\" y=\"185.398125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_13\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(283.09534 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_11\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#mf919e57d0e\" x=\"330.50679\" 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(327.32554 199.996562)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_15\">\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_6\">\n",
       "     <g id=\"line2d_12\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m62396a13e4\" x=\"217.298573\" y=\"184.74473\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_16\">\n",
       "      <!-- −3 -->\n",
       "      <g transform=\"translate(195.556386 188.543948)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_7\">\n",
       "     <g id=\"line2d_13\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m62396a13e4\" x=\"217.298573\" y=\"157.5155\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_17\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(195.556386 161.314719)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_8\">\n",
       "     <g id=\"line2d_14\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m62396a13e4\" x=\"217.298573\" y=\"130.28627\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_18\">\n",
       "      <!-- −1 -->\n",
       "      <g transform=\"translate(195.556386 134.085489)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_9\">\n",
       "     <g id=\"line2d_15\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m62396a13e4\" x=\"217.298573\" y=\"103.057041\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_19\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(203.936073 106.856259)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-30\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_10\">\n",
       "     <g id=\"line2d_16\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m62396a13e4\" x=\"217.298573\" y=\"75.827811\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_20\">\n",
       "      <!-- 1 -->\n",
       "      <g transform=\"translate(203.936073 79.62703)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-31\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_11\">\n",
       "     <g id=\"line2d_17\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m62396a13e4\" x=\"217.298573\" y=\"48.598581\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_21\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(203.936073 52.3978)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\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",
       "    <!-- 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(#p3bb268efa1)\">\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"449.914777\" y=\"120.48894\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"442.52647\" y=\"128.766227\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"451.299415\" y=\"118.937698\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"434.374235\" y=\"137.89936\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"424.444195\" y=\"149.024208\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"483.271124\" y=\"83.119071\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"455.491614\" y=\"114.241083\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"479.052449\" y=\"87.845347\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"489.808492\" y=\"75.79511\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"419.372487\" y=\"154.706156\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"461.400342\" y=\"107.621401\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"460.622071\" y=\"108.493316\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"473.235102\" y=\"94.362653\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"475.817581\" y=\"91.469443\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"436.970877\" y=\"134.990283\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"434.39655\" y=\"137.87436\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"427.600948\" y=\"145.487626\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"497.911279\" y=\"66.717375\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"490.329702\" y=\"75.211186\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"458.222515\" y=\"111.181593\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"465.869296\" y=\"102.614732\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"433.933275\" y=\"138.393377\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"422.317324\" y=\"151.406989\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"406.975517\" y=\"168.594762\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"439.610222\" y=\"132.033365\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"412.891122\" y=\"161.967376\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"428.613678\" y=\"144.353042\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"452.556831\" y=\"117.528987\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"443.129567\" y=\"128.090564\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"440.813264\" y=\"130.68557\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"451.958827\" y=\"118.198944\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"442.861486\" y=\"128.390901\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"465.877714\" y=\"102.605301\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"426.858544\" y=\"146.319358\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"440.175304\" y=\"131.40029\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"486.212242\" y=\"79.824069\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"446.142102\" y=\"124.715553\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"514.92861\" y=\"47.652475\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"487.669386\" y=\"78.191598\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"512.615956\" y=\"50.243393\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"464.130993\" y=\"104.562192\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"444.552964\" y=\"126.495899\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"452.810301\" y=\"117.245018\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"414.328842\" y=\"160.356666\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"462.994143\" y=\"105.83583\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"426.162161\" y=\"147.099531\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"491.137864\" y=\"74.305784\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"471.562083\" y=\"96.236974\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"480.245768\" y=\"86.508446\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"487.022117\" y=\"78.916749\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"454.390823\" y=\"115.474324\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"493.194227\" y=\"72.001994\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"433.798662\" y=\"138.544187\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"473.452335\" y=\"94.119282\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"421.056963\" y=\"152.819\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"481.149482\" y=\"85.495994\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"427.145933\" y=\"145.99739\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"476.578557\" y=\"90.616904\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"456.000981\" y=\"113.670427\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"483.134567\" y=\"83.272058\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"491.03569\" y=\"74.420252\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"446.549259\" y=\"124.259406\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"449.602435\" y=\"120.838864\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"470.218442\" y=\"97.742285\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"477.743056\" y=\"89.31229\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"467.332139\" y=\"100.975876\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"472.24123\" y=\"95.47611\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"421.942372\" y=\"151.827056\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"459.690157\" y=\"109.537361\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"455.342753\" y=\"114.407855\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"452.069538\" y=\"118.074911\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"453.871955\" y=\"116.055623\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"479.077981\" y=\"87.816743\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"493.150865\" y=\"72.050574\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"423.042292\" y=\"150.594791\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"476.892919\" y=\"90.264718\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"480.697819\" y=\"86.002003\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"440.802936\" y=\"130.697141\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"468.883891\" y=\"99.237412\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"459.363805\" y=\"109.90298\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"438.121377\" y=\"133.701351\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"472.024636\" y=\"95.718765\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"431.304746\" y=\"141.338178\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"453.864888\" y=\"116.063541\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"493.090904\" y=\"72.117749\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"418.519852\" y=\"155.661383\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"437.439427\" y=\"134.465356\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"463.182481\" y=\"105.624831\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"411.872495\" y=\"163.108567\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"468.784377\" y=\"99.3489\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"435.559181\" y=\"136.571838\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"449.701599\" y=\"120.727767\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"477.338731\" y=\"89.765265\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"479.86598\" y=\"86.93393\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"494.546713\" y=\"70.486774\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"448.805448\" y=\"121.731745\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"474.273712\" y=\"93.199075\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"426.719338\" y=\"146.475313\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"434.713048\" y=\"137.51978\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"449.752531\" y=\"120.670708\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"456.307771\" y=\"113.326724\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"497.780531\" y=\"66.863854\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"473.701024\" y=\"93.84067\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"428.525658\" y=\"144.451653\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"449.733375\" y=\"120.692168\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"430.685104\" y=\"142.032376\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"495.898792\" y=\"68.97201\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"434.345573\" y=\"137.93147\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"462.967722\" y=\"105.865431\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"492.048509\" y=\"73.285568\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"471.508446\" y=\"96.297065\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"444.528612\" y=\"126.523181\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"424.097191\" y=\"149.412964\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"480.384418\" y=\"86.353112\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"485.050026\" y=\"81.126127\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"518.653407\" y=\"43.4795\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"447.916728\" y=\"122.727399\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"477.136904\" y=\"89.991376\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"477.732809\" y=\"89.32377\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"485.665977\" y=\"80.436063\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"468.239971\" y=\"99.958811\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"437.734478\" y=\"134.134803\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"500.163203\" y=\"64.194493\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"456.03168\" y=\"113.636035\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"463.437627\" y=\"105.338985\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"475.176298\" y=\"92.187888\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"442.909327\" y=\"128.337303\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"478.76362\" y=\"88.168929\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"461.279585\" y=\"107.756689\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"467.296639\" y=\"101.015647\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"462.153411\" y=\"106.777722\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"403.452468\" y=\"172.541713\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"436.097883\" y=\"135.968318\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"450.188331\" y=\"120.182471\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"483.4885\" y=\"82.87554\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"444.919861\" y=\"126.084857\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"441.842624\" y=\"129.532355\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"475.980512\" y=\"91.286908\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"455.620749\" y=\"114.09641\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"456.713272\" y=\"112.872432\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"451.953434\" y=\"118.204986\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"473.158348\" y=\"94.448641\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"436.344586\" y=\"135.691931\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"466.908991\" y=\"101.449938\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"458.799685\" y=\"110.534976\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"431.642095\" y=\"140.960237\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"462.121682\" y=\"106.813269\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"464.282927\" y=\"104.391977\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"461.404256\" y=\"107.617016\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"472.177445\" y=\"95.54757\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"503.883454\" y=\"60.026612\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"426.206128\" y=\"147.050274\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"530.925451\" y=\"29.730852\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"445.84679\" y=\"125.046397\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"489.116117\" y=\"76.570793\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"474.930886\" y=\"92.462828\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"474.06099\" y=\"93.437392\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"486.810801\" y=\"79.153491\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"398.593435\" y=\"177.985398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"440.561785\" y=\"130.967308\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"474.298286\" y=\"93.171544\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"465.399441\" y=\"103.141121\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"453.315448\" y=\"116.679091\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"496.292173\" y=\"68.531296\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"454.644324\" y=\"115.190321\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"496.439025\" y=\"68.366774\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"466.689608\" y=\"101.695718\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"445.544206\" y=\"125.385389\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"437.781315\" y=\"134.082331\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"451.166439\" y=\"119.086674\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"456.947009\" y=\"112.610572\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"452.28665\" y=\"117.831677\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"492.80239\" y=\"72.440978\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"441.553147\" y=\"129.856662\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"427.261164\" y=\"145.868293\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"441.581086\" y=\"129.825362\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"464.370612\" y=\"104.293741\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"476.263953\" y=\"90.969363\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"468.73213\" y=\"99.407434\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"461.673633\" y=\"107.315227\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"455.25415\" y=\"114.50712\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"479.783288\" y=\"87.026572\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"480.000786\" y=\"86.782904\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"457.697331\" y=\"111.769969\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"465.634445\" y=\"102.87784\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"458.031734\" y=\"111.395329\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"432.319424\" y=\"140.201411\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"432.985117\" y=\"139.455619\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"436.097156\" y=\"135.969132\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"448.227773\" y=\"122.378929\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"434.224736\" y=\"138.066847\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"476.068526\" y=\"91.188304\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"480.355109\" y=\"86.385949\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"434.249519\" y=\"138.039082\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"466.728094\" y=\"101.652601\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"448.167713\" y=\"122.446214\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"472.978595\" y=\"94.650024\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"460.55148\" y=\"108.572401\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"464.043736\" y=\"104.659947\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"476.181749\" y=\"91.061458\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"438.472925\" y=\"133.307505\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"504.349553\" y=\"59.504431\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"452.931288\" y=\"117.109475\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"454.636888\" y=\"115.198652\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"478.317806\" y=\"88.668385\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"469.603345\" y=\"98.431392\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"478.93523\" y=\"87.97667\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"451.145868\" y=\"119.109721\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"419.357045\" y=\"154.723457\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"475.406854\" y=\"91.92959\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"473.576083\" y=\"93.980645\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"466.340965\" y=\"102.08631\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"465.256689\" y=\"103.30105\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"455.927491\" y=\"113.752761\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"452.204217\" y=\"117.924028\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"459.671225\" y=\"109.55857\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"466.145756\" y=\"102.305007\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"432.260251\" y=\"140.267704\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"424.948599\" y=\"148.459112\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"458.188925\" y=\"111.219224\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"466.385458\" y=\"102.036464\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"435.012224\" y=\"137.184606\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"444.811333\" y=\"126.206443\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"446.289097\" y=\"124.550871\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"424.372394\" y=\"149.104648\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"438.694979\" y=\"133.058732\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"442.66057\" y=\"128.615991\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"457.530659\" y=\"111.956695\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"466.003627\" y=\"102.464238\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"468.134488\" y=\"100.076986\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"444.013687\" y=\"127.100064\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"466.106862\" y=\"102.348581\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"478.426415\" y=\"88.546707\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"457.668213\" y=\"111.80259\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"460.664881\" y=\"108.445355\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"467.124463\" y=\"101.20854\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"429.189898\" y=\"143.707489\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"476.29943\" y=\"90.929617\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"449.92307\" y=\"120.479649\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"456.14821\" y=\"113.505484\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"480.466263\" y=\"86.26142\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"472.526875\" y=\"95.156095\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"407.777782\" y=\"167.695967\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"458.412409\" y=\"110.96885\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"466.973016\" y=\"101.378209\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"472.123001\" y=\"95.608565\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"445.555572\" y=\"125.372655\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"455.745116\" y=\"113.957079\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"492.225763\" y=\"73.086986\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"467.78163\" y=\"100.472301\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"476.926112\" y=\"90.227531\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"448.60572\" y=\"121.955505\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"443.485408\" y=\"127.691907\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"465.912768\" y=\"102.566028\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"450.224373\" y=\"120.142093\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"472.787746\" y=\"94.863836\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"429.869543\" y=\"142.946068\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"435.65085\" y=\"136.469138\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"482.439138\" y=\"84.051164\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"453.747589\" y=\"116.194954\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"468.353722\" y=\"99.831373\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"456.77781\" y=\"112.800128\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"484.896645\" y=\"81.297962\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"440.328276\" y=\"131.228913\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"433.642079\" y=\"138.71961\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"459.711006\" y=\"109.514003\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"469.156294\" y=\"98.932234\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"421.652812\" y=\"152.151457\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"438.930802\" y=\"132.794534\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"421.904049\" y=\"151.869991\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"504.911505\" y=\"58.874864\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"463.64598\" y=\"105.105563\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"448.821468\" y=\"121.713798\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"442.411251\" y=\"128.895309\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"462.135858\" y=\"106.797387\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"455.138043\" y=\"114.637197\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"477.545654\" y=\"89.533444\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"457.271734\" y=\"112.246775\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"473.116977\" y=\"94.494991\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"493.975597\" y=\"71.126608\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"443.116949\" y=\"128.1047\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"447.475\" y=\"123.222277\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"444.038355\" y=\"127.072428\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"424.861633\" y=\"148.556542\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"439.025777\" y=\"132.688132\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"431.14095\" y=\"141.521682\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"421.72046\" y=\"152.075669\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"473.296628\" y=\"94.293724\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"478.744104\" y=\"88.190793\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"488.106043\" y=\"77.702401\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"485.449294\" y=\"80.678818\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"445.137035\" y=\"125.841551\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"470.60966\" y=\"97.303995\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"467.657284\" y=\"100.611608\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"486.371731\" y=\"79.645391\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"449.550833\" y=\"120.896674\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"453.856788\" y=\"116.072616\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"474.730108\" y=\"92.687763\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"440.150428\" y=\"131.42816\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"453.438363\" y=\"116.541386\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"504.229957\" y=\"59.638416\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"472.451674\" y=\"95.240345\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"441.93481\" y=\"129.429077\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"435.937081\" y=\"136.148468\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"485.028495\" y=\"81.150248\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"472.958577\" y=\"94.67245\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"437.949063\" y=\"133.894399\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"463.824862\" y=\"104.905157\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"461.939966\" y=\"107.016848\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"499.387073\" y=\"65.064009\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"497.282283\" y=\"67.422053\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"468.015646\" y=\"100.210128\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"455.078158\" y=\"114.704288\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"465.071934\" y=\"103.508034\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"472.127857\" y=\"95.603124\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"483.316734\" y=\"83.067973\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"481.139884\" y=\"85.506747\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"486.294667\" y=\"79.731727\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"487.912524\" y=\"77.919206\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"464.04426\" y=\"104.659361\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"434.839066\" y=\"137.378599\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"482.405975\" y=\"84.088317\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"486.09284\" y=\"79.957838\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"458.40217\" y=\"110.980321\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"452.851711\" y=\"117.198626\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"480.947692\" y=\"85.722064\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"435.700242\" y=\"136.413803\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"504.396783\" y=\"59.451518\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"454.266371\" y=\"115.613751\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"424.700176\" y=\"148.737426\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"492.160551\" y=\"73.160045\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"485.397959\" y=\"80.73633\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"466.053079\" y=\"102.408835\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"450.072756\" y=\"120.311952\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"456.826287\" y=\"112.745819\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"492.34924\" y=\"72.948653\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"478.959027\" y=\"87.95001\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"438.421344\" y=\"133.365292\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"411.522949\" y=\"163.500172\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"478.789091\" y=\"88.140393\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"474.667579\" y=\"92.757816\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"475.579467\" y=\"91.736208\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"421.9928\" y=\"151.77056\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"459.815291\" y=\"109.397171\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"459.973613\" y=\"109.219799\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"469.818512\" y=\"98.190336\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"498.888898\" y=\"65.622125\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"460.109196\" y=\"109.067902\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"466.350415\" y=\"102.075723\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"422.764933\" y=\"150.905523\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"464.629728\" y=\"104.003448\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"419.776993\" y=\"154.25298\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"474.982172\" y=\"92.40537\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"470.806134\" y=\"97.08388\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"501.98692\" y=\"62.151342\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"443.438312\" y=\"127.74467\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"474.419296\" y=\"93.035974\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"457.954862\" y=\"111.48145\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"447.452371\" y=\"123.247628\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"454.161796\" y=\"115.730908\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"454.579665\" y=\"115.26276\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"467.332983\" y=\"100.97493\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"449.055102\" y=\"121.452053\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"471.734317\" y=\"96.044016\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"468.083222\" y=\"100.13442\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"494.927013\" y=\"70.060715\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"460.74889\" y=\"108.351238\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"451.278151\" y=\"118.961521\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"462.096691\" y=\"106.841266\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"452.57517\" y=\"117.508442\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"439.289074\" y=\"132.393154\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"447.129497\" y=\"123.609351\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"426.422316\" y=\"146.808074\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"457.177006\" y=\"112.3529\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"454.201195\" y=\"115.686769\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"458.982644\" y=\"110.330003\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"440.853164\" y=\"130.640869\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"431.748418\" y=\"140.841122\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"493.974703\" y=\"71.127609\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"470.182594\" y=\"97.782446\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"465.833788\" y=\"102.654513\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"471.534084\" y=\"96.268342\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"478.409352\" y=\"88.565824\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"486.345571\" y=\"79.674699\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"452.933775\" y=\"117.106687\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"442.72989\" y=\"128.538331\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"412.450519\" y=\"162.460994\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"492.667015\" y=\"72.592642\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"480.933602\" y=\"85.737849\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"473.893575\" y=\"93.624951\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"436.656551\" y=\"135.34243\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"451.031954\" y=\"119.237341\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"432.507587\" y=\"139.990608\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"435.87177\" y=\"136.221638\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"486.573256\" y=\"79.419618\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"461.720906\" y=\"107.262266\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"484.785231\" y=\"81.422783\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"484.674947\" y=\"81.546337\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"418.865746\" y=\"155.27387\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"479.938286\" y=\"86.852924\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"466.573408\" y=\"101.825899\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"463.634362\" y=\"105.118579\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"487.853724\" y=\"77.98508\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"448.985765\" y=\"121.529733\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"456.122138\" y=\"113.534693\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"432.483664\" y=\"140.017409\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"445.088945\" y=\"125.895428\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"422.610667\" y=\"151.078351\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"445.047712\" y=\"125.941622\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"476.53096\" y=\"90.670229\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"434.052995\" y=\"138.259252\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"440.591276\" y=\"130.934268\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"486.750208\" y=\"79.221374\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"484.642371\" y=\"81.582832\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"439.66128\" y=\"131.976163\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"443.466084\" y=\"127.713556\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"473.151022\" y=\"94.456849\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"444.070391\" y=\"127.036537\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"454.355258\" y=\"115.514169\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"420.377451\" y=\"153.580273\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"410.854715\" y=\"164.248809\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"439.733332\" y=\"131.895443\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"475.131386\" y=\"92.238203\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"446.753185\" y=\"124.030942\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"443.5741\" y=\"127.592543\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"452.357232\" y=\"117.752602\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"460.535052\" y=\"108.590805\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"457.345572\" y=\"112.164052\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"445.338172\" y=\"125.616214\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"472.897055\" y=\"94.741374\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"483.841782\" y=\"82.47975\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"507.605325\" y=\"55.856915\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"465.123891\" y=\"103.449825\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"486.610068\" y=\"79.378376\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"438.612986\" y=\"133.150591\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"433.28119\" y=\"139.123922\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"464.123451\" y=\"104.570641\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"466.741446\" y=\"101.637642\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"479.215718\" y=\"87.662433\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"436.711812\" y=\"135.280519\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"496.165765\" y=\"68.672913\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"461.017433\" y=\"108.050383\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"450.86987\" y=\"119.418927\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"406.322614\" y=\"169.326224\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"470.542561\" y=\"97.379168\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"455.595507\" y=\"114.12469\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"456.399487\" y=\"113.223973\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"474.329875\" y=\"93.136154\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"450.344976\" y=\"120.006978\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"467.574635\" y=\"100.704202\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"476.615787\" y=\"90.575195\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"461.489672\" y=\"107.521323\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"471.882502\" y=\"95.878001\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"474.593303\" y=\"92.841029\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"473.227907\" y=\"94.370714\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"459.35718\" y=\"109.910402\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"511.776807\" y=\"51.18351\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"427.248694\" y=\"145.882264\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"476.190002\" y=\"91.052212\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"460.294476\" y=\"108.860329\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"446.82302\" y=\"123.952704\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"449.612655\" y=\"120.827414\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"479.116487\" y=\"87.773604\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"438.157862\" y=\"133.660477\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"468.318521\" y=\"99.870809\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"454.040352\" y=\"115.866965\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"469.044275\" y=\"99.057731\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"455.012971\" y=\"114.777318\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"446.1999\" y=\"124.6508\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"486.716091\" y=\"79.259597\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"426.829546\" y=\"146.351845\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"416.427084\" y=\"158.005958\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"469.020063\" y=\"99.084856\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"443.93258\" y=\"127.19093\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"451.842416\" y=\"118.329362\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"471.402068\" y=\"96.416243\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"471.704972\" y=\"96.076892\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"488.476246\" y=\"77.287655\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"476.196213\" y=\"91.045253\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"477.357357\" y=\"89.744398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"453.702562\" y=\"116.245398\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"457.994565\" y=\"111.43697\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"486.40738\" y=\"79.605453\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"450.01206\" y=\"120.379951\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"470.704963\" y=\"97.197224\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"433.678922\" y=\"138.678335\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"480.465778\" y=\"86.261964\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"476.830912\" y=\"90.334186\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"440.701583\" y=\"130.810689\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"501.044238\" y=\"63.20745\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"468.43777\" y=\"99.737212\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"433.963314\" y=\"138.359724\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"421.115428\" y=\"152.753501\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"484.135714\" y=\"82.150452\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"470.720894\" y=\"97.179376\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"459.708454\" y=\"109.516862\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"462.089177\" y=\"106.849685\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"430.172849\" y=\"142.606267\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"447.345066\" y=\"123.367844\" style=\"fill: #1f77b4; stroke: #1f77b4\"/>\n",
       "     <use xlink:href=\"#ma2129795ee\" x=\"456.482532\" y=\"113.130935\" 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=\"#mf919e57d0e\" x=\"417.906705\" 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(410.535611 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=\"#mf919e57d0e\" x=\"460.517918\" 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(457.336668 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=\"#mf919e57d0e\" x=\"503.129131\" 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(499.947881 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=\"#m62396a13e4\" x=\"391.976834\" y=\"180.217457\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_28\">\n",
       "      <!-- −3 -->\n",
       "      <g transform=\"translate(370.234647 184.016676)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_13\">\n",
       "     <g id=\"line2d_22\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m62396a13e4\" x=\"391.976834\" y=\"156.348305\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_29\">\n",
       "      <!-- −2 -->\n",
       "      <g transform=\"translate(370.234647 160.147524)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=\"#m62396a13e4\" x=\"391.976834\" y=\"132.479153\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_30\">\n",
       "      <!-- −1 -->\n",
       "      <g transform=\"translate(370.234647 136.278372)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_15\">\n",
       "     <g id=\"line2d_24\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m62396a13e4\" x=\"391.976834\" y=\"108.610001\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_31\">\n",
       "      <!-- 0 -->\n",
       "      <g transform=\"translate(378.614334 112.40922)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=\"#m62396a13e4\" x=\"391.976834\" y=\"84.740849\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_32\">\n",
       "      <!-- 1 -->\n",
       "      <g transform=\"translate(378.614334 88.540068)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-31\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_17\">\n",
       "     <g id=\"line2d_26\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m62396a13e4\" x=\"391.976834\" y=\"60.871697\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_33\">\n",
       "      <!-- 2 -->\n",
       "      <g transform=\"translate(378.614334 64.670916)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-32\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"ytick_18\">\n",
       "     <g id=\"line2d_27\">\n",
       "      <g>\n",
       "       <use xlink:href=\"#m62396a13e4\" x=\"391.976834\" y=\"37.002546\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "     <g id=\"text_34\">\n",
       "      <!-- 3 -->\n",
       "      <g transform=\"translate(378.614334 40.801764)scale(0.1 -0.1)\">\n",
       "       <use xlink:href=\"#DejaVuSans-33\"/>\n",
       "      </g>\n",
       "     </g>\n",
       "    </g>\n",
       "    <g id=\"text_35\">\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_36\">\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=\"p43cfdfac57\">\n",
       "   <rect x=\"42.620312\" y=\"22.318125\" width=\"145.565217\" height=\"163.08\"/>\n",
       "  </clipPath>\n",
       "  <clipPath id=\"p655d8eff36\">\n",
       "   <rect x=\"217.298573\" y=\"22.318125\" width=\"145.565217\" height=\"163.08\"/>\n",
       "  </clipPath>\n",
       "  <clipPath id=\"p3bb268efa1\">\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 = np.random.normal(0, 1, 500)\n",
    "    Y = cors[i] * X + np.sqrt(1 - cors[i]**2) * np.random.normal(0, 1, 500)\n",
    "\n",
    "    d2l.plt.subplot(1, 4, i + 1)\n",
    "    d2l.plt.scatter(X.asnumpy(), Y.asnumpy())\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": 37,
    "tab": [
     "mxnet"
    ]
   },
   "source": [
    "[Discussions](https://discuss.d2l.ai/t/415)\n"
   ]
  }
 ],
 "metadata": {
  "language_info": {
   "name": "python"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 4
}