Skip to content

Instantly share code, notes, and snippets.

@phwuil
Created July 12, 2022 07:53
Show Gist options
  • Save phwuil/bbda693fa42146380ef34c83e35077a3 to your computer and use it in GitHub Desktop.
Save phwuil/bbda693fa42146380ef34c83e35077a3 to your computer and use it in GitHub Desktop.
Proposition of modification following bdatko's Bayesian inference of a bias coin using discrete Bayesian Networks in pyAgrum
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "4fbd1cd9-d247-4eef-8487-bc948cebf879",
"metadata": {},
"outputs": [],
"source": [
"%matplotlib inline\n",
"%reload_ext autoreload\n",
"%autoreload 2"
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "ea4480be-5051-4b7a-81ae-7940b822d5a7",
"metadata": {},
"outputs": [],
"source": [
"from pylab import *\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import scipy.stats \n",
"\n",
"import pyAgrum as gum\n",
"import pyAgrum.lib.notebook as gnb"
]
},
{
"cell_type": "code",
"execution_count": 3,
"id": "78172cfd-6af6-4365-b634-3bfe3ca3c49a",
"metadata": {},
"outputs": [],
"source": [
"# the sequence of COINS\n",
"serie=[1,0,0,0,1,0,1,1,0,1,0,0,1,0,0,1]"
]
},
{
"cell_type": "code",
"execution_count": 4,
"id": "ae0f30f0-aac7-46b6-a3e4-41fd7333cd1f",
"metadata": {},
"outputs": [],
"source": [
"def fillvect_(rv,vmin,vmax,size):\n",
" x = linspace(vmin,vmax,size)\n",
" pdf=rv.pdf(x)\n",
" return pdf\n",
"\n",
"NB_ =300\n",
"vmin, vmax = 0.001, 0.999\n",
"pmin, pmax = 1,50\n",
"\n",
"SIZE_= len(serie)\n",
"\n",
"\n",
"gum.config[\"notebook\",\"default_graph_size\"]=\"12!\"\n",
"gum.config[\"notebook\",\"default_graph_inference_size\"]=\"12!\""
]
},
{
"cell_type": "markdown",
"id": "accf452a-316b-4ca6-98a8-d8e72a29c19a",
"metadata": {},
"source": [
"## The model, including hyper parameters alpha and beta (with uniform prior)"
]
},
{
"cell_type": "code",
"execution_count": 5,
"id": "8d9fb220-8abc-49e8-b71c-1b06a5287c25",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"BN{nodes: 19, arcs: 18, domainSize: 10^10.6915, dim: 759700}\n"
]
},
{
"data": {
"text/html": [
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"864pt\" height=\"139pt\" viewBox=\"0.00 0.00 864.00 139.31\">\n",
"<g id=\"graph0\" class=\"graph\" transform=\"scale(0.740995 0.740995) rotate(0) translate(4 184)\">\n",
"<title>G</title>\n",
"<!-- beta -->\n",
"<g id=\"node1\" class=\"node\">\n",
"<title>beta</title>\n",
"<g id=\"a_node1\"><a xlink:title=\"(1) beta\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"532\" cy=\"-162\" rx=\"31.4\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"532\" y=\"-158.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">beta</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- A -->\n",
"<g id=\"node19\" class=\"node\">\n",
"<title>A</title>\n",
"<g id=\"a_node19\"><a xlink:title=\"(2) A\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"575\" cy=\"-90\" rx=\"27\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"575\" y=\"-86.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">A</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- beta&#45;&gt;A -->\n",
"<g id=\"edge3\" class=\"edge\">\n",
"<title>beta-&gt;A</title>\n",
"<g id=\"a_edge3\"><a xlink:title=\"(1, 2) : \">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M541.97,-144.76C547.24,-136.19 553.81,-125.49 559.7,-115.9\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"562.83,-117.5 565.08,-107.15 556.86,-113.84 562.83,-117.5\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B4 -->\n",
"<g id=\"node2\" class=\"node\">\n",
"<title>B4</title>\n",
"<g id=\"a_node2\"><a xlink:title=\"(7) B4\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"27\" cy=\"-18\" rx=\"27\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"27\" y=\"-14.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">B4</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B8 -->\n",
"<g id=\"node3\" class=\"node\">\n",
"<title>B8</title>\n",
"<g id=\"a_node3\"><a xlink:title=\"(11) B8\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"99\" cy=\"-18\" rx=\"27\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"99\" y=\"-14.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">B8</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B11 -->\n",
"<g id=\"node4\" class=\"node\">\n",
"<title>B11</title>\n",
"<g id=\"a_node4\"><a xlink:title=\"(14) B11\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"173\" cy=\"-18\" rx=\"29.5\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"173\" y=\"-14.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">B11</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- alpha -->\n",
"<g id=\"node5\" class=\"node\">\n",
"<title>alpha</title>\n",
"<g id=\"a_node5\"><a xlink:title=\"(0) alpha\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"618\" cy=\"-162\" rx=\"36.29\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"618\" y=\"-158.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">alpha</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- alpha&#45;&gt;A -->\n",
"<g id=\"edge11\" class=\"edge\">\n",
"<title>alpha-&gt;A</title>\n",
"<g id=\"a_edge11\"><a xlink:title=\"(0, 2) : \">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M607.81,-144.41C602.54,-135.83 596,-125.19 590.15,-115.67\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"593.04,-113.68 584.82,-106.99 587.07,-117.34 593.04,-113.68\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B12 -->\n",
"<g id=\"node6\" class=\"node\">\n",
"<title>B12</title>\n",
"<g id=\"a_node6\"><a xlink:title=\"(15) B12\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"249\" cy=\"-18\" rx=\"29.5\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"249\" y=\"-14.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">B12</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B0 -->\n",
"<g id=\"node7\" class=\"node\">\n",
"<title>B0</title>\n",
"<g id=\"a_node7\"><a xlink:title=\"(3) B0\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"323\" cy=\"-18\" rx=\"27\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"323\" y=\"-14.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">B0</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B2 -->\n",
"<g id=\"node8\" class=\"node\">\n",
"<title>B2</title>\n",
"<g id=\"a_node8\"><a xlink:title=\"(5) B2\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"395\" cy=\"-18\" rx=\"27\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"395\" y=\"-14.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">B2</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B3 -->\n",
"<g id=\"node9\" class=\"node\">\n",
"<title>B3</title>\n",
"<g id=\"a_node9\"><a xlink:title=\"(6) B3\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"467\" cy=\"-18\" rx=\"27\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"467\" y=\"-14.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">B3</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B5 -->\n",
"<g id=\"node10\" class=\"node\">\n",
"<title>B5</title>\n",
"<g id=\"a_node10\"><a xlink:title=\"(8) B5\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"539\" cy=\"-18\" rx=\"27\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"539\" y=\"-14.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">B5</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B6 -->\n",
"<g id=\"node11\" class=\"node\">\n",
"<title>B6</title>\n",
"<g id=\"a_node11\"><a xlink:title=\"(9) B6\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"611\" cy=\"-18\" rx=\"27\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"611\" y=\"-14.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">B6</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B15 -->\n",
"<g id=\"node12\" class=\"node\">\n",
"<title>B15</title>\n",
"<g id=\"a_node12\"><a xlink:title=\"(18) B15\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"685\" cy=\"-18\" rx=\"29.5\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"685\" y=\"-14.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">B15</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B14 -->\n",
"<g id=\"node13\" class=\"node\">\n",
"<title>B14</title>\n",
"<g id=\"a_node13\"><a xlink:title=\"(17) B14\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"761\" cy=\"-18\" rx=\"29.5\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"761\" y=\"-14.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">B14</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B1 -->\n",
"<g id=\"node14\" class=\"node\">\n",
"<title>B1</title>\n",
"<g id=\"a_node14\"><a xlink:title=\"(4) B1\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"835\" cy=\"-18\" rx=\"27\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"835\" y=\"-14.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">B1</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B13 -->\n",
"<g id=\"node15\" class=\"node\">\n",
"<title>B13</title>\n",
"<g id=\"a_node15\"><a xlink:title=\"(16) B13\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"909\" cy=\"-18\" rx=\"29.5\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"909\" y=\"-14.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">B13</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B9 -->\n",
"<g id=\"node16\" class=\"node\">\n",
"<title>B9</title>\n",
"<g id=\"a_node16\"><a xlink:title=\"(12) B9\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"983\" cy=\"-18\" rx=\"27\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"983\" y=\"-14.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">B9</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B10 -->\n",
"<g id=\"node17\" class=\"node\">\n",
"<title>B10</title>\n",
"<g id=\"a_node17\"><a xlink:title=\"(13) B10\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"1057\" cy=\"-18\" rx=\"29.5\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"1057\" y=\"-14.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">B10</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B7 -->\n",
"<g id=\"node18\" class=\"node\">\n",
"<title>B7</title>\n",
"<g id=\"a_node18\"><a xlink:title=\"(10) B7\">\n",
"<ellipse fill=\"#404040\" stroke=\"black\" cx=\"1131\" cy=\"-18\" rx=\"27\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"1131\" y=\"-14.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"white\">B7</text>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- A&#45;&gt;B4 -->\n",
"<g id=\"edge5\" class=\"edge\">\n",
"<title>A-&gt;B4</title>\n",
"<g id=\"a_edge5\"><a xlink:title=\"(2, 7) : \">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M547.75,-89.37C470.31,-89.76 242.9,-86.21 63,-36 61.05,-35.46 59.08,-34.82 57.11,-34.11\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"58.06,-30.71 47.48,-30.13 55.38,-37.18 58.06,-30.71\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- A&#45;&gt;B8 -->\n",
"<g id=\"edge17\" class=\"edge\">\n",
"<title>A-&gt;B8</title>\n",
"<g id=\"a_edge17\"><a xlink:title=\"(2, 11) : \">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M547.87,-88.73C478,-87.4 286.75,-79.72 135,-36 133.06,-35.44 131.09,-34.79 129.13,-34.07\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"130.07,-30.67 119.5,-30.06 127.39,-37.13 130.07,-30.67\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- A&#45;&gt;B11 -->\n",
"<g id=\"edge1\" class=\"edge\">\n",
"<title>A-&gt;B11</title>\n",
"<g id=\"a_edge1\"><a xlink:title=\"(2, 14) : \">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M547.97,-87.61C486.83,-83.93 333.65,-71.62 211,-36 208.86,-35.38 206.68,-34.66 204.5,-33.87\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"205.7,-30.58 195.12,-30.12 203.1,-37.08 205.7,-30.58\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- A&#45;&gt;B12 -->\n",
"<g id=\"edge15\" class=\"edge\">\n",
"<title>A-&gt;B12</title>\n",
"<g id=\"a_edge15\"><a xlink:title=\"(2, 15) : \">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M548.28,-86.24C496.81,-80.46 380.7,-65.12 287,-36 284.87,-35.34 282.7,-34.59 280.53,-33.78\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"281.74,-30.5 271.16,-29.98 279.11,-36.98 281.74,-30.5\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- A&#45;&gt;B0 -->\n",
"<g id=\"edge9\" class=\"edge\">\n",
"<title>A-&gt;B0</title>\n",
"<g id=\"a_edge9\"><a xlink:title=\"(2, 3) : \">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M549.24,-84.42C508.25,-76.74 425.96,-59.75 359,-36 357.09,-35.32 355.15,-34.58 353.21,-33.79\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"354.21,-30.41 343.64,-29.61 351.4,-36.82 354.21,-30.41\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- A&#45;&gt;B2 -->\n",
"<g id=\"edge16\" class=\"edge\">\n",
"<title>A-&gt;B2</title>\n",
"<g id=\"a_edge16\"><a xlink:title=\"(2, 5) : \">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M551.31,-81C522.56,-71.13 472.77,-53.51 431,-36 429.18,-35.24 427.32,-34.44 425.46,-33.61\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"426.73,-30.35 416.18,-29.38 423.83,-36.71 426.73,-30.35\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- A&#45;&gt;B3 -->\n",
"<g id=\"edge12\" class=\"edge\">\n",
"<title>A-&gt;B3</title>\n",
"<g id=\"a_edge12\"><a xlink:title=\"(2, 6) : \">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M556.19,-76.81C539,-65.67 513.38,-49.06 494.01,-36.5\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"495.89,-33.56 485.6,-31.05 492.08,-39.43 495.89,-33.56\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- A&#45;&gt;B5 -->\n",
"<g id=\"edge18\" class=\"edge\">\n",
"<title>A-&gt;B5</title>\n",
"<g id=\"a_edge18\"><a xlink:title=\"(2, 8) : \">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M566.65,-72.76C562.29,-64.28 556.85,-53.71 551.96,-44.2\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"554.99,-42.44 547.3,-35.15 548.77,-45.64 554.99,-42.44\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- A&#45;&gt;B6 -->\n",
"<g id=\"edge10\" class=\"edge\">\n",
"<title>A-&gt;B6</title>\n",
"<g id=\"a_edge10\"><a xlink:title=\"(2, 9) : \">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M583.35,-72.76C587.71,-64.28 593.15,-53.71 598.04,-44.2\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"601.23,-45.64 602.7,-35.15 595.01,-42.44 601.23,-45.64\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- A&#45;&gt;B15 -->\n",
"<g id=\"edge14\" class=\"edge\">\n",
"<title>A-&gt;B15</title>\n",
"<g id=\"a_edge14\"><a xlink:title=\"(2, 18) : \">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M594.16,-76.81C611.46,-65.8 637.12,-49.47 656.77,-36.97\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"658.76,-39.85 665.32,-31.52 655,-33.94 658.76,-39.85\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- A&#45;&gt;B14 -->\n",
"<g id=\"edge4\" class=\"edge\">\n",
"<title>A-&gt;B14</title>\n",
"<g id=\"a_edge4\"><a xlink:title=\"(2, 17) : \">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M598.79,-81.11C628.21,-71.21 679.7,-53.41 723,-36 724.86,-35.25 726.76,-34.47 728.68,-33.66\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"730.43,-36.72 738.21,-29.53 727.65,-30.29 730.43,-36.72\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- A&#45;&gt;B1 -->\n",
"<g id=\"edge2\" class=\"edge\">\n",
"<title>A-&gt;B1</title>\n",
"<g id=\"a_edge2\"><a xlink:title=\"(2, 4) : \">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M601.03,-84.67C643.31,-77.23 729.22,-60.43 799,-36 800.91,-35.33 802.85,-34.59 804.79,-33.81\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"806.6,-36.84 814.37,-29.64 803.8,-30.43 806.6,-36.84\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- A&#45;&gt;B13 -->\n",
"<g id=\"edge7\" class=\"edge\">\n",
"<title>A-&gt;B13</title>\n",
"<g id=\"a_edge7\"><a xlink:title=\"(2, 16) : \">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M601.64,-86.43C654.13,-80.88 774.21,-65.83 871,-36 873.13,-35.34 875.3,-34.6 877.47,-33.79\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"878.89,-37 886.84,-30 876.26,-30.51 878.89,-37\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- A&#45;&gt;B9 -->\n",
"<g id=\"edge13\" class=\"edge\">\n",
"<title>A-&gt;B9</title>\n",
"<g id=\"a_edge13\"><a xlink:title=\"(2, 12) : \">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M602.21,-87.9C664.49,-84.8 821.71,-73.57 947,-36 948.94,-35.42 950.9,-34.75 952.86,-34.02\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"954.61,-37.08 962.48,-29.98 951.9,-30.62 954.61,-37.08\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- A&#45;&gt;B10 -->\n",
"<g id=\"edge8\" class=\"edge\">\n",
"<title>A-&gt;B10</title>\n",
"<g id=\"a_edge8\"><a xlink:title=\"(2, 13) : \">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M602.07,-88.59C672.23,-86.92 865.24,-78.51 1019,-36 1021.15,-35.41 1023.34,-34.71 1025.51,-33.94\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1026.9,-37.16 1034.91,-30.22 1024.32,-30.65 1026.9,-37.16\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- A&#45;&gt;B7 -->\n",
"<g id=\"edge6\" class=\"edge\">\n",
"<title>A-&gt;B7</title>\n",
"<g id=\"a_edge6\"><a xlink:title=\"(2, 10) : \">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M602.11,-89.43C680.21,-90.01 911.85,-86.96 1095,-36 1096.95,-35.46 1098.92,-34.82 1100.89,-34.11\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1102.62,-37.18 1110.52,-30.13 1099.94,-30.71 1102.62,-37.18\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"</g>\n",
"</svg>"
],
"text/plain": [
"(pyAgrum.BayesNet<double>@0x563783474390) BN{nodes: 19, arcs: 18, domainSize: 10^10.6915, dim: 759700}"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"bn=gum.BayesNet(\"SEQUENCE OF COINS MODEL\")\n",
"alpha=bn.add(gum.RangeVariable(\"alpha\",\"alpha hypterparamter\",pmin,pmax))\n",
"beta=bn.add(gum.RangeVariable(\"beta\",\"beta hyperparameter\",pmin,pmax))\n",
"a=bn.add(gum.RangeVariable(\"A\",\"A range variable\",0,NB_-1))\n",
"bs=[bn.add(gum.LabelizedVariable(f\"B{i}\",\"A binary variable\",2)) for i in range(SIZE_)]\n",
"\n",
"bn.addArc(alpha,a)\n",
"bn.addArc(beta,a)\n",
"for b in bs:\n",
" bn.addArc(a,b)\n",
"\n",
"print(bn)\n",
"bn"
]
},
{
"cell_type": "code",
"execution_count": 6,
"id": "063d8098-ea5d-449f-826a-952804951777",
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"864pt\" height=\"182pt\" viewBox=\"0.00 0.00 864.00 182.01\">\n",
"<g id=\"graph0\" class=\"graph\" transform=\"scale(0.456177 0.456177) rotate(0) translate(4 395)\">\n",
"<title>structs</title>\n",
"<text text-anchor=\"middle\" x=\"943\" y=\"-7.8\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#4a4a4a\">Inference in  15.67ms</text>\n",
"<!-- alpha -->\n",
"<g id=\"node1\" class=\"node\">\n",
"<title>alpha</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"934,-391 649,-391 649,-266 934,-266 934,-391\"/>\n",
"<svg viewBox=\"0 0 377.628125 164.2005\" width=\"285px\" height=\"125px\" preserveAspectRatio=\"xMinYMin meet\" x=\"649\" y=\"-391\"> <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-07-12T09:50:05.630994</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 164.2005 L 377.628125 164.2005 L 377.628125 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 39.228125 140.8755 L 374.028125 140.8755 L 374.028125 32.1555 L 39.228125 32.1555 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"PolyCollection_1\">\n",
" <defs>\n",
" <path id=\"mf1e8e7ed90\" d=\"M 39.228125 -23.325 L 39.228125 -126.867857 L 46.060778 -126.867857 L 52.893431 -126.867857 L 59.726084 -126.867857 L 66.558737 -126.867857 L 73.39139 -126.867857 L 80.224043 -126.867857 L 87.056696 -126.867857 L 93.889349 -126.867857 L 100.722003 -126.867857 L 107.554656 -126.867857 L 114.387309 -126.867857 L 121.219962 -126.867857 L 128.052615 -126.867857 L 134.885268 -126.867857 L 141.717921 -126.867857 L 148.550574 -126.867857 L 155.383227 -126.867857 L 162.21588 -126.867857 L 169.048533 -126.867857 L 175.881186 -126.867857 L 182.713839 -126.867857 L 189.546492 -126.867857 L 196.379145 -126.867857 L 203.211798 -126.867857 L 210.044452 -126.867857 L 216.877105 -126.867857 L 223.709758 -126.867857 L 230.542411 -126.867857 L 237.375064 -126.867857 L 244.207717 -126.867857 L 251.04037 -126.867857 L 257.873023 -126.867857 L 264.705676 -126.867857 L 271.538329 -126.867857 L 278.370982 -126.867857 L 285.203635 -126.867857 L 292.036288 -126.867857 L 298.868941 -126.867857 L 305.701594 -126.867857 L 312.534247 -126.867857 L 319.366901 -126.867857 L 326.199554 -126.867857 L 333.032207 -126.867857 L 339.86486 -126.867857 L 346.697513 -126.867857 L 353.530166 -126.867857 L 360.362819 -126.867857 L 367.195472 -126.867857 L 374.028125 -126.867857 L 374.028125 -23.325 L 374.028125 -23.325 L 367.195472 -23.325 L 360.362819 -23.325 L 353.530166 -23.325 L 346.697513 -23.325 L 339.86486 -23.325 L 333.032207 -23.325 L 326.199554 -23.325 L 319.366901 -23.325 L 312.534247 -23.325 L 305.701594 -23.325 L 298.868941 -23.325 L 292.036288 -23.325 L 285.203635 -23.325 L 278.370982 -23.325 L 271.538329 -23.325 L 264.705676 -23.325 L 257.873023 -23.325 L 251.04037 -23.325 L 244.207717 -23.325 L 237.375064 -23.325 L 230.542411 -23.325 L 223.709758 -23.325 L 216.877105 -23.325 L 210.044452 -23.325 L 203.211798 -23.325 L 196.379145 -23.325 L 189.546492 -23.325 L 182.713839 -23.325 L 175.881186 -23.325 L 169.048533 -23.325 L 162.21588 -23.325 L 155.383227 -23.325 L 148.550574 -23.325 L 141.717921 -23.325 L 134.885268 -23.325 L 128.052615 -23.325 L 121.219962 -23.325 L 114.387309 -23.325 L 107.554656 -23.325 L 100.722003 -23.325 L 93.889349 -23.325 L 87.056696 -23.325 L 80.224043 -23.325 L 73.39139 -23.325 L 66.558737 -23.325 L 59.726084 -23.325 L 52.893431 -23.325 L 46.060778 -23.325 L 39.228125 -23.325 z \" style=\"stroke: #8fbc8f\"/>\n",
" </defs>\n",
" <g clip-path=\"url(#pc123792315)\">\n",
" <use xlink:href=\"#mf1e8e7ed90\" x=\"0\" y=\"164.2005\" style=\"fill: #8fbc8f; stroke: #8fbc8f\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 39.228125 140.8755 L 39.228125 32.1555 \" clip-path=\"url(#pc123792315)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m16ac41f8cd\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m16ac41f8cd\" x=\"39.228125\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(41.9875 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 59.726084 140.8755 L 59.726084 32.1555 \" clip-path=\"url(#pc123792315)\" 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=\"#m16ac41f8cd\" x=\"59.726084\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 4 -->\n",
" <g transform=\"translate(62.485459 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 80.224043 140.8755 L 80.224043 32.1555 \" clip-path=\"url(#pc123792315)\" 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=\"#m16ac41f8cd\" x=\"80.224043\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 7 -->\n",
" <g transform=\"translate(82.983418 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-37\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_4\">\n",
" <g id=\"line2d_7\">\n",
" <path d=\"M 100.722003 140.8755 L 100.722003 32.1555 \" clip-path=\"url(#pc123792315)\" 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=\"#m16ac41f8cd\" x=\"100.722003\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 10 -->\n",
" <g transform=\"translate(103.481378 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\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 121.219962 140.8755 L 121.219962 32.1555 \" clip-path=\"url(#pc123792315)\" 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=\"#m16ac41f8cd\" x=\"121.219962\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- 13 -->\n",
" <g transform=\"translate(123.979337 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_6\">\n",
" <g id=\"line2d_11\">\n",
" <path d=\"M 141.717921 140.8755 L 141.717921 32.1555 \" clip-path=\"url(#pc123792315)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_12\">\n",
" <g>\n",
" <use xlink:href=\"#m16ac41f8cd\" x=\"141.717921\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_6\">\n",
" <!-- 16 -->\n",
" <g transform=\"translate(144.477296 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-36\" d=\"M 2113 2584 Q 1688 2584 1439 2293 Q 1191 2003 1191 1497 Q 1191 994 1439 701 Q 1688 409 2113 409 Q 2538 409 2786 701 Q 3034 994 3034 1497 Q 3034 2003 2786 2293 Q 2538 2584 2113 2584 z M 3366 4563 L 3366 3988 Q 3128 4100 2886 4159 Q 2644 4219 2406 4219 Q 1781 4219 1451 3797 Q 1122 3375 1075 2522 Q 1259 2794 1537 2939 Q 1816 3084 2150 3084 Q 2853 3084 3261 2657 Q 3669 2231 3669 1497 Q 3669 778 3244 343 Q 2819 -91 2113 -91 Q 1303 -91 875 529 Q 447 1150 447 2328 Q 447 3434 972 4092 Q 1497 4750 2381 4750 Q 2619 4750 2861 4703 Q 3103 4656 3366 4563 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_7\">\n",
" <g id=\"line2d_13\">\n",
" <path d=\"M 162.21588 140.8755 L 162.21588 32.1555 \" clip-path=\"url(#pc123792315)\" 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=\"#m16ac41f8cd\" x=\"162.21588\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_7\">\n",
" <!-- 19 -->\n",
" <g transform=\"translate(164.975255 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_8\">\n",
" <g id=\"line2d_15\">\n",
" <path d=\"M 182.713839 140.8755 L 182.713839 32.1555 \" clip-path=\"url(#pc123792315)\" 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=\"#m16ac41f8cd\" x=\"182.713839\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_8\">\n",
" <!-- 22 -->\n",
" <g transform=\"translate(185.473214 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-32\" d=\"M 1228 531 L 3431 531 L 3431 0 L 469 0 L 469 531 Q 828 903 1448 1529 Q 2069 2156 2228 2338 Q 2531 2678 2651 2914 Q 2772 3150 2772 3378 Q 2772 3750 2511 3984 Q 2250 4219 1831 4219 Q 1534 4219 1204 4116 Q 875 4013 500 3803 L 500 4441 Q 881 4594 1212 4672 Q 1544 4750 1819 4750 Q 2544 4750 2975 4387 Q 3406 4025 3406 3419 Q 3406 3131 3298 2873 Q 3191 2616 2906 2266 Q 2828 2175 2409 1742 Q 1991 1309 1228 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_9\">\n",
" <g id=\"line2d_17\">\n",
" <path d=\"M 203.211798 140.8755 L 203.211798 32.1555 \" clip-path=\"url(#pc123792315)\" 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=\"#m16ac41f8cd\" x=\"203.211798\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_9\">\n",
" <!-- 25 -->\n",
" <g transform=\"translate(205.971173 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_10\">\n",
" <g id=\"line2d_19\">\n",
" <path d=\"M 223.709758 140.8755 L 223.709758 32.1555 \" clip-path=\"url(#pc123792315)\" 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=\"#m16ac41f8cd\" x=\"223.709758\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_10\">\n",
" <!-- 28 -->\n",
" <g transform=\"translate(226.469133 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_11\">\n",
" <g id=\"line2d_21\">\n",
" <path d=\"M 244.207717 140.8755 L 244.207717 32.1555 \" clip-path=\"url(#pc123792315)\" 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=\"#m16ac41f8cd\" x=\"244.207717\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_11\">\n",
" <!-- 31 -->\n",
" <g transform=\"translate(246.967092 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-33\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_12\">\n",
" <g id=\"line2d_23\">\n",
" <path d=\"M 264.705676 140.8755 L 264.705676 32.1555 \" clip-path=\"url(#pc123792315)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_24\">\n",
" <g>\n",
" <use xlink:href=\"#m16ac41f8cd\" x=\"264.705676\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_12\">\n",
" <!-- 34 -->\n",
" <g transform=\"translate(267.465051 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-33\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_13\">\n",
" <g id=\"line2d_25\">\n",
" <path d=\"M 285.203635 140.8755 L 285.203635 32.1555 \" clip-path=\"url(#pc123792315)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_26\">\n",
" <g>\n",
" <use xlink:href=\"#m16ac41f8cd\" x=\"285.203635\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_13\">\n",
" <!-- 37 -->\n",
" <g transform=\"translate(287.96301 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-33\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_14\">\n",
" <g id=\"line2d_27\">\n",
" <path d=\"M 305.701594 140.8755 L 305.701594 32.1555 \" clip-path=\"url(#pc123792315)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_28\">\n",
" <g>\n",
" <use xlink:href=\"#m16ac41f8cd\" x=\"305.701594\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_14\">\n",
" <!-- 40 -->\n",
" <g transform=\"translate(308.460969 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_15\">\n",
" <g id=\"line2d_29\">\n",
" <path d=\"M 326.199554 140.8755 L 326.199554 32.1555 \" clip-path=\"url(#pc123792315)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_30\">\n",
" <g>\n",
" <use xlink:href=\"#m16ac41f8cd\" x=\"326.199554\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_15\">\n",
" <!-- 43 -->\n",
" <g transform=\"translate(328.958929 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_16\">\n",
" <g id=\"line2d_31\">\n",
" <path d=\"M 346.697513 140.8755 L 346.697513 32.1555 \" clip-path=\"url(#pc123792315)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_32\">\n",
" <g>\n",
" <use xlink:href=\"#m16ac41f8cd\" x=\"346.697513\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_16\">\n",
" <!-- 46 -->\n",
" <g transform=\"translate(349.456888 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_17\">\n",
" <g id=\"line2d_33\">\n",
" <path d=\"M 367.195472 140.8755 L 367.195472 32.1555 \" clip-path=\"url(#pc123792315)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_34\">\n",
" <g>\n",
" <use xlink:href=\"#m16ac41f8cd\" x=\"367.195472\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_17\">\n",
" <!-- 49 -->\n",
" <g transform=\"translate(369.954847 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_35\">\n",
" <path d=\"M 39.228125 140.8755 L 374.028125 140.8755 \" clip-path=\"url(#pc123792315)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_36\">\n",
" <defs>\n",
" <path id=\"mc3570404e1\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mc3570404e1\" x=\"39.228125\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_18\">\n",
" <!-- 0.000 -->\n",
" <g transform=\"translate(3.6 144.674719)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" 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",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_37\">\n",
" <path d=\"M 39.228125 114.989786 L 374.028125 114.989786 \" clip-path=\"url(#pc123792315)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_38\">\n",
" <g>\n",
" <use xlink:href=\"#mc3570404e1\" x=\"39.228125\" y=\"114.989786\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_19\">\n",
" <!-- 0.005 -->\n",
" <g transform=\"translate(3.6 118.789004)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_3\">\n",
" <g id=\"line2d_39\">\n",
" <path d=\"M 39.228125 89.104071 L 374.028125 89.104071 \" clip-path=\"url(#pc123792315)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_40\">\n",
" <g>\n",
" <use xlink:href=\"#mc3570404e1\" x=\"39.228125\" y=\"89.104071\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_20\">\n",
" <!-- 0.010 -->\n",
" <g transform=\"translate(3.6 92.90329)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_4\">\n",
" <g id=\"line2d_41\">\n",
" <path d=\"M 39.228125 63.218357 L 374.028125 63.218357 \" clip-path=\"url(#pc123792315)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_42\">\n",
" <g>\n",
" <use xlink:href=\"#mc3570404e1\" x=\"39.228125\" y=\"63.218357\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_21\">\n",
" <!-- 0.015 -->\n",
" <g transform=\"translate(3.6 67.017576)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_5\">\n",
" <g id=\"line2d_43\">\n",
" <path d=\"M 39.228125 37.332643 L 374.028125 37.332643 \" clip-path=\"url(#pc123792315)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_44\">\n",
" <g>\n",
" <use xlink:href=\"#mc3570404e1\" x=\"39.228125\" y=\"37.332643\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_22\">\n",
" <!-- 0.020 -->\n",
" <g transform=\"translate(3.6 41.131862)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 39.228125 140.8755 L 39.228125 32.1555 \" 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 374.028125 140.8755 L 374.028125 32.1555 \" 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 39.228125 140.8755 L 374.028125 140.8755 \" 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 39.228125 32.1555 L 374.028125 32.1555 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_23\">\n",
" <!-- alpha -->\n",
" <g transform=\"translate(189.995938 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-61\" d=\"M 2194 1759 Q 1497 1759 1228 1600 Q 959 1441 959 1056 Q 959 750 1161 570 Q 1363 391 1709 391 Q 2188 391 2477 730 Q 2766 1069 2766 1631 L 2766 1759 L 2194 1759 z M 3341 1997 L 3341 0 L 2766 0 L 2766 531 Q 2569 213 2275 61 Q 1981 -91 1556 -91 Q 1019 -91 701 211 Q 384 513 384 1019 Q 384 1609 779 1909 Q 1175 2209 1959 2209 L 2766 2209 L 2766 2266 Q 2766 2663 2505 2880 Q 2244 3097 1772 3097 Q 1472 3097 1187 3025 Q 903 2953 641 2809 L 641 3341 Q 956 3463 1253 3523 Q 1550 3584 1831 3584 Q 2591 3584 2966 3190 Q 3341 2797 3341 1997 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-6c\" d=\"M 603 4863 L 1178 4863 L 1178 0 L 603 0 L 603 4863 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-70\" d=\"M 1159 525 L 1159 -1331 L 581 -1331 L 581 3500 L 1159 3500 L 1159 2969 Q 1341 3281 1617 3432 Q 1894 3584 2278 3584 Q 2916 3584 3314 3078 Q 3713 2572 3713 1747 Q 3713 922 3314 415 Q 2916 -91 2278 -91 Q 1894 -91 1617 61 Q 1341 213 1159 525 z M 3116 1747 Q 3116 2381 2855 2742 Q 2594 3103 2138 3103 Q 1681 3103 1420 2742 Q 1159 2381 1159 1747 Q 1159 1113 1420 752 Q 1681 391 2138 391 Q 2594 391 2855 752 Q 3116 1113 3116 1747 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-68\" d=\"M 3513 2113 L 3513 0 L 2938 0 L 2938 2094 Q 2938 2591 2744 2837 Q 2550 3084 2163 3084 Q 1697 3084 1428 2787 Q 1159 2491 1159 1978 L 1159 0 L 581 0 L 581 4863 L 1159 4863 L 1159 2956 Q 1366 3272 1645 3428 Q 1925 3584 2291 3584 Q 2894 3584 3203 3211 Q 3513 2838 3513 2113 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-61\"/>\n",
" <use xlink:href=\"#DejaVuSans-6c\" x=\"61.279297\"/>\n",
" <use xlink:href=\"#DejaVuSans-70\" x=\"89.0625\"/>\n",
" <use xlink:href=\"#DejaVuSans-68\" x=\"152.539062\"/>\n",
" <use xlink:href=\"#DejaVuSans-61\" x=\"215.917969\"/>\n",
" </g>\n",
" <!-- $\\mu=25.50$; $\\sigma=14.43$ -->\n",
" <g transform=\"translate(145.968125 26.1555)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-Oblique-3bc\" d=\"M -84 -1331 L 856 3500 L 1434 3500 L 1009 1322 Q 997 1256 987 1175 Q 978 1094 978 1013 Q 978 722 1161 565 Q 1344 409 1684 409 Q 2147 409 2431 671 Q 2716 934 2816 1459 L 3213 3500 L 3788 3500 L 3266 809 Q 3253 750 3248 706 Q 3244 663 3244 628 Q 3244 531 3283 486 Q 3322 441 3406 441 Q 3438 441 3492 456 Q 3547 472 3647 513 L 3559 50 Q 3422 -19 3297 -55 Q 3172 -91 3053 -91 Q 2847 -91 2730 40 Q 2613 172 2613 403 Q 2438 153 2195 31 Q 1953 -91 1625 -91 Q 1334 -91 1117 43 Q 900 178 831 397 L 494 -1331 L -84 -1331 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-3d\" d=\"M 678 2906 L 4684 2906 L 4684 2381 L 678 2381 L 678 2906 z M 678 1631 L 4684 1631 L 4684 1100 L 678 1100 L 678 1631 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-3b\" d=\"M 750 3309 L 1409 3309 L 1409 2516 L 750 2516 L 750 3309 z M 750 794 L 1409 794 L 1409 256 L 897 -744 L 494 -744 L 750 256 L 750 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-20\" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-Oblique-3c3\" d=\"M 2219 3044 Q 1744 3044 1422 2700 Q 1081 2341 969 1747 Q 844 1119 1044 756 Q 1241 397 1706 397 Q 2166 397 2503 759 Q 2844 1122 2966 1747 Q 3075 2319 2881 2700 Q 2700 3044 2219 3044 z M 2309 3503 L 4219 3500 L 4106 2925 L 3463 2925 Q 3706 2438 3575 1747 Q 3406 888 2884 400 Q 2359 -91 1609 -91 Q 856 -91 525 400 Q 194 888 363 1747 Q 528 2609 1050 3097 Q 1484 3503 2309 3503 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-Oblique-3bc\" transform=\"translate(0 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3d\" transform=\"translate(83.105469 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" transform=\"translate(186.376953 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" transform=\"translate(250 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" transform=\"translate(313.623047 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" transform=\"translate(345.410156 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" transform=\"translate(409.033203 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3b\" transform=\"translate(472.65625 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-20\" transform=\"translate(506.347656 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-Oblique-3c3\" transform=\"translate(538.134766 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3d\" transform=\"translate(620.996094 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" transform=\"translate(724.267578 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" transform=\"translate(787.890625 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" transform=\"translate(851.513672 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" transform=\"translate(883.300781 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" transform=\"translate(946.923828 0.78125)\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pc123792315\">\n",
" <rect x=\"39.228125\" y=\"32.1555\" width=\"334.8\" height=\"108.72\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A -->\n",
"<g id=\"node3\" class=\"node\">\n",
"<title>A</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1085,-230 800,-230 800,-100 1085,-100 1085,-230\"/>\n",
"<svg viewBox=\"0 0 377.628125 170.563\" width=\"285px\" height=\"130px\" preserveAspectRatio=\"xMinYMin meet\" x=\"800\" y=\"-230\"> <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-07-12T09:50:05.860636</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 170.563 L 377.628125 170.563 L 377.628125 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 39.228125 140.8755 L 374.028125 140.8755 L 374.028125 32.1555 L 39.228125 32.1555 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"PolyCollection_1\">\n",
" <defs>\n",
" <path id=\"mff7ea677f8\" d=\"M 39.228125 -29.6875 L 39.228125 -59.838194 L 40.347857 -60.117677 L 41.46759 -60.390707 L 42.587322 -60.658334 L 43.707055 -60.921484 L 44.826787 -61.180979 L 45.94652 -61.437542 L 47.066252 -61.691816 L 48.185985 -61.944371 L 49.305717 -62.195711 L 50.425449 -62.446285 L 51.545182 -62.696491 L 52.664914 -62.946686 L 53.784647 -63.197187 L 54.904379 -63.448278 L 56.024112 -63.700213 L 57.143844 -63.953222 L 58.263577 -64.20751 L 59.383309 -64.463265 L 60.503041 -64.720655 L 61.622774 -64.979835 L 62.742506 -65.240946 L 63.862239 -65.504117 L 64.981971 -65.769469 L 66.101704 -66.037113 L 67.221436 -66.307151 L 68.341168 -66.579681 L 69.460901 -66.854794 L 70.580633 -67.132576 L 71.700366 -67.41311 L 72.820098 -67.696475 L 73.939831 -67.982746 L 75.059563 -68.271996 L 76.179296 -68.564297 L 77.299028 -68.859718 L 78.41876 -69.158326 L 79.538493 -69.46019 L 80.658225 -69.765375 L 81.777958 -70.073946 L 82.89769 -70.385968 L 84.017423 -70.701507 L 85.137155 -71.020627 L 86.256888 -71.343393 L 87.37662 -71.669871 L 88.496352 -72.000125 L 89.616085 -72.334223 L 90.735817 -72.672231 L 91.85555 -73.014215 L 92.975282 -73.360245 L 94.095015 -73.710389 L 95.214747 -74.064718 L 96.33448 -74.423302 L 97.454212 -74.786213 L 98.573944 -75.153525 L 99.693677 -75.525312 L 100.813409 -75.901649 L 101.933142 -76.282615 L 103.052874 -76.668286 L 104.172607 -77.058744 L 105.292339 -77.454069 L 106.412071 -77.854344 L 107.531804 -78.259655 L 108.651536 -78.670087 L 109.771269 -79.085728 L 110.891001 -79.506667 L 112.010734 -79.932998 L 113.130466 -80.364812 L 114.250199 -80.802205 L 115.369931 -81.245275 L 116.489663 -81.694121 L 117.609396 -82.148844 L 118.729128 -82.609549 L 119.848861 -83.076341 L 120.968593 -83.549329 L 122.088326 -84.028623 L 123.208058 -84.514336 L 124.327791 -85.006585 L 125.447523 -85.505486 L 126.567255 -86.011161 L 127.686988 -86.523733 L 128.80672 -87.043329 L 129.926453 -87.570078 L 131.046185 -88.10411 L 132.165918 -88.645562 L 133.28565 -89.194571 L 134.405383 -89.751277 L 135.525115 -90.315825 L 136.644847 -90.88836 L 137.76458 -91.469032 L 138.884312 -92.057994 L 140.004045 -92.655401 L 141.123777 -93.261409 L 142.24351 -93.876178 L 143.363242 -94.499869 L 144.482974 -95.132645 L 145.602707 -95.774667 L 146.722439 -96.426099 L 147.842172 -97.087101 L 148.961904 -97.757831 L 150.081637 -98.438444 L 151.201369 -99.129087 L 152.321102 -99.8299 L 153.440834 -100.54101 L 154.560566 -101.262534 L 155.680299 -101.994568 L 156.800031 -102.737187 L 157.919764 -103.490441 L 159.039496 -104.254348 L 160.159229 -105.028891 L 161.278961 -105.814007 L 162.398694 -106.609585 L 163.518426 -107.415456 L 164.638158 -108.231387 L 165.757891 -109.05707 L 166.877623 -109.892116 L 167.997356 -110.736045 L 169.117088 -111.588275 L 170.236821 -112.448117 L 171.356553 -113.314763 L 172.476286 -114.187277 L 173.596018 -115.064591 L 174.71575 -115.945492 L 175.835483 -116.828623 L 176.955215 -117.712473 L 178.074948 -118.595373 L 179.19468 -119.4755 L 180.314413 -120.350875 L 181.434145 -121.219362 L 182.553878 -122.07868 L 183.67361 -122.926405 L 184.793342 -123.759984 L 185.913075 -124.576747 L 187.032807 -125.373923 L 188.15254 -126.148656 L 189.272272 -126.898031 L 190.392005 -127.619093 L 191.511737 -128.308872 L 192.631469 -128.964416 L 193.751202 -129.58281 L 194.870934 -130.161214 L 195.990667 -130.69689 L 197.110399 -131.18723 L 198.230132 -131.629786 L 199.349864 -132.022303 L 200.469597 -132.36274 L 201.589329 -132.649298 L 202.709061 -132.880441 L 203.828794 -133.054916 L 204.948526 -133.171769 L 206.068259 -133.230357 L 207.187991 -133.230357 L 208.307724 -133.171769 L 209.427456 -133.054916 L 210.547189 -132.880441 L 211.666921 -132.649298 L 212.786653 -132.36274 L 213.906386 -132.022303 L 215.026118 -131.629786 L 216.145851 -131.18723 L 217.265583 -130.69689 L 218.385316 -130.161214 L 219.505048 -129.58281 L 220.624781 -128.964416 L 221.744513 -128.308872 L 222.864245 -127.619093 L 223.983978 -126.898031 L 225.10371 -126.148656 L 226.223443 -125.373923 L 227.343175 -124.576747 L 228.462908 -123.759984 L 229.58264 -122.926405 L 230.702372 -122.07868 L 231.822105 -121.219362 L 232.941837 -120.350875 L 234.06157 -119.4755 L 235.181302 -118.595373 L 236.301035 -117.712473 L 237.420767 -116.828623 L 238.5405 -115.945492 L 239.660232 -115.064591 L 240.779964 -114.187277 L 241.899697 -113.314763 L 243.019429 -112.448117 L 244.139162 -111.588275 L 245.258894 -110.736045 L 246.378627 -109.892116 L 247.498359 -109.05707 L 248.618092 -108.231387 L 249.737824 -107.415456 L 250.857556 -106.609585 L 251.977289 -105.814007 L 253.097021 -105.028891 L 254.216754 -104.254348 L 255.336486 -103.490441 L 256.456219 -102.737187 L 257.575951 -101.994568 L 258.695684 -101.262534 L 259.815416 -100.54101 L 260.935148 -99.8299 L 262.054881 -99.129087 L 263.174613 -98.438444 L 264.294346 -97.757831 L 265.414078 -97.087101 L 266.533811 -96.426099 L 267.653543 -95.774667 L 268.773276 -95.132645 L 269.893008 -94.499869 L 271.01274 -93.876178 L 272.132473 -93.261409 L 273.252205 -92.655401 L 274.371938 -92.057994 L 275.49167 -91.469032 L 276.611403 -90.88836 L 277.731135 -90.315825 L 278.850867 -89.751277 L 279.9706 -89.194571 L 281.090332 -88.645562 L 282.210065 -88.10411 L 283.329797 -87.570078 L 284.44953 -87.043329 L 285.569262 -86.523733 L 286.688995 -86.011161 L 287.808727 -85.505486 L 288.928459 -85.006585 L 290.048192 -84.514336 L 291.167924 -84.028623 L 292.287657 -83.549329 L 293.407389 -83.076341 L 294.527122 -82.609549 L 295.646854 -82.148844 L 296.766587 -81.694121 L 297.886319 -81.245275 L 299.006051 -80.802205 L 300.125784 -80.364812 L 301.245516 -79.932998 L 302.365249 -79.506667 L 303.484981 -79.085728 L 304.604714 -78.670087 L 305.724446 -78.259655 L 306.844179 -77.854344 L 307.963911 -77.454069 L 309.083643 -77.058744 L 310.203376 -76.668286 L 311.323108 -76.282615 L 312.442841 -75.901649 L 313.562573 -75.525312 L 314.682306 -75.153525 L 315.802038 -74.786213 L 316.92177 -74.423302 L 318.041503 -74.064718 L 319.161235 -73.710389 L 320.280968 -73.360245 L 321.4007 -73.014215 L 322.520433 -72.672231 L 323.640165 -72.334223 L 324.759898 -72.000125 L 325.87963 -71.669871 L 326.999362 -71.343393 L 328.119095 -71.020627 L 329.238827 -70.701507 L 330.35856 -70.385968 L 331.478292 -70.073946 L 332.598025 -69.765375 L 333.717757 -69.46019 L 334.83749 -69.158326 L 335.957222 -68.859718 L 337.076954 -68.564297 L 338.196687 -68.271996 L 339.316419 -67.982746 L 340.436152 -67.696475 L 341.555884 -67.41311 L 342.675617 -67.132576 L 343.795349 -66.854794 L 344.915082 -66.579681 L 346.034814 -66.307151 L 347.154546 -66.037113 L 348.274279 -65.769469 L 349.394011 -65.504117 L 350.513744 -65.240946 L 351.633476 -64.979835 L 352.753209 -64.720655 L 353.872941 -64.463265 L 354.992673 -64.20751 L 356.112406 -63.953222 L 357.232138 -63.700213 L 358.351871 -63.448278 L 359.471603 -63.197187 L 360.591336 -62.946686 L 361.711068 -62.696491 L 362.830801 -62.446285 L 363.950533 -62.195711 L 365.070265 -61.944371 L 366.189998 -61.691816 L 367.30973 -61.437542 L 368.429463 -61.180979 L 369.549195 -60.921484 L 370.668928 -60.658334 L 371.78866 -60.390707 L 372.908393 -60.117677 L 374.028125 -59.838194 L 374.028125 -29.6875 L 374.028125 -29.6875 L 372.908393 -29.6875 L 371.78866 -29.6875 L 370.668928 -29.6875 L 369.549195 -29.6875 L 368.429463 -29.6875 L 367.30973 -29.6875 L 366.189998 -29.6875 L 365.070265 -29.6875 L 363.950533 -29.6875 L 362.830801 -29.6875 L 361.711068 -29.6875 L 360.591336 -29.6875 L 359.471603 -29.6875 L 358.351871 -29.6875 L 357.232138 -29.6875 L 356.112406 -29.6875 L 354.992673 -29.6875 L 353.872941 -29.6875 L 352.753209 -29.6875 L 351.633476 -29.6875 L 350.513744 -29.6875 L 349.394011 -29.6875 L 348.274279 -29.6875 L 347.154546 -29.6875 L 346.034814 -29.6875 L 344.915082 -29.6875 L 343.795349 -29.6875 L 342.675617 -29.6875 L 341.555884 -29.6875 L 340.436152 -29.6875 L 339.316419 -29.6875 L 338.196687 -29.6875 L 337.076954 -29.6875 L 335.957222 -29.6875 L 334.83749 -29.6875 L 333.717757 -29.6875 L 332.598025 -29.6875 L 331.478292 -29.6875 L 330.35856 -29.6875 L 329.238827 -29.6875 L 328.119095 -29.6875 L 326.999362 -29.6875 L 325.87963 -29.6875 L 324.759898 -29.6875 L 323.640165 -29.6875 L 322.520433 -29.6875 L 321.4007 -29.6875 L 320.280968 -29.6875 L 319.161235 -29.6875 L 318.041503 -29.6875 L 316.92177 -29.6875 L 315.802038 -29.6875 L 314.682306 -29.6875 L 313.562573 -29.6875 L 312.442841 -29.6875 L 311.323108 -29.6875 L 310.203376 -29.6875 L 309.083643 -29.6875 L 307.963911 -29.6875 L 306.844179 -29.6875 L 305.724446 -29.6875 L 304.604714 -29.6875 L 303.484981 -29.6875 L 302.365249 -29.6875 L 301.245516 -29.6875 L 300.125784 -29.6875 L 299.006051 -29.6875 L 297.886319 -29.6875 L 296.766587 -29.6875 L 295.646854 -29.6875 L 294.527122 -29.6875 L 293.407389 -29.6875 L 292.287657 -29.6875 L 291.167924 -29.6875 L 290.048192 -29.6875 L 288.928459 -29.6875 L 287.808727 -29.6875 L 286.688995 -29.6875 L 285.569262 -29.6875 L 284.44953 -29.6875 L 283.329797 -29.6875 L 282.210065 -29.6875 L 281.090332 -29.6875 L 279.9706 -29.6875 L 278.850867 -29.6875 L 277.731135 -29.6875 L 276.611403 -29.6875 L 275.49167 -29.6875 L 274.371938 -29.6875 L 273.252205 -29.6875 L 272.132473 -29.6875 L 271.01274 -29.6875 L 269.893008 -29.6875 L 268.773276 -29.6875 L 267.653543 -29.6875 L 266.533811 -29.6875 L 265.414078 -29.6875 L 264.294346 -29.6875 L 263.174613 -29.6875 L 262.054881 -29.6875 L 260.935148 -29.6875 L 259.815416 -29.6875 L 258.695684 -29.6875 L 257.575951 -29.6875 L 256.456219 -29.6875 L 255.336486 -29.6875 L 254.216754 -29.6875 L 253.097021 -29.6875 L 251.977289 -29.6875 L 250.857556 -29.6875 L 249.737824 -29.6875 L 248.618092 -29.6875 L 247.498359 -29.6875 L 246.378627 -29.6875 L 245.258894 -29.6875 L 244.139162 -29.6875 L 243.019429 -29.6875 L 241.899697 -29.6875 L 240.779964 -29.6875 L 239.660232 -29.6875 L 238.5405 -29.6875 L 237.420767 -29.6875 L 236.301035 -29.6875 L 235.181302 -29.6875 L 234.06157 -29.6875 L 232.941837 -29.6875 L 231.822105 -29.6875 L 230.702372 -29.6875 L 229.58264 -29.6875 L 228.462908 -29.6875 L 227.343175 -29.6875 L 226.223443 -29.6875 L 225.10371 -29.6875 L 223.983978 -29.6875 L 222.864245 -29.6875 L 221.744513 -29.6875 L 220.624781 -29.6875 L 219.505048 -29.6875 L 218.385316 -29.6875 L 217.265583 -29.6875 L 216.145851 -29.6875 L 215.026118 -29.6875 L 213.906386 -29.6875 L 212.786653 -29.6875 L 211.666921 -29.6875 L 210.547189 -29.6875 L 209.427456 -29.6875 L 208.307724 -29.6875 L 207.187991 -29.6875 L 206.068259 -29.6875 L 204.948526 -29.6875 L 203.828794 -29.6875 L 202.709061 -29.6875 L 201.589329 -29.6875 L 200.469597 -29.6875 L 199.349864 -29.6875 L 198.230132 -29.6875 L 197.110399 -29.6875 L 195.990667 -29.6875 L 194.870934 -29.6875 L 193.751202 -29.6875 L 192.631469 -29.6875 L 191.511737 -29.6875 L 190.392005 -29.6875 L 189.272272 -29.6875 L 188.15254 -29.6875 L 187.032807 -29.6875 L 185.913075 -29.6875 L 184.793342 -29.6875 L 183.67361 -29.6875 L 182.553878 -29.6875 L 181.434145 -29.6875 L 180.314413 -29.6875 L 179.19468 -29.6875 L 178.074948 -29.6875 L 176.955215 -29.6875 L 175.835483 -29.6875 L 174.71575 -29.6875 L 173.596018 -29.6875 L 172.476286 -29.6875 L 171.356553 -29.6875 L 170.236821 -29.6875 L 169.117088 -29.6875 L 167.997356 -29.6875 L 166.877623 -29.6875 L 165.757891 -29.6875 L 164.638158 -29.6875 L 163.518426 -29.6875 L 162.398694 -29.6875 L 161.278961 -29.6875 L 160.159229 -29.6875 L 159.039496 -29.6875 L 157.919764 -29.6875 L 156.800031 -29.6875 L 155.680299 -29.6875 L 154.560566 -29.6875 L 153.440834 -29.6875 L 152.321102 -29.6875 L 151.201369 -29.6875 L 150.081637 -29.6875 L 148.961904 -29.6875 L 147.842172 -29.6875 L 146.722439 -29.6875 L 145.602707 -29.6875 L 144.482974 -29.6875 L 143.363242 -29.6875 L 142.24351 -29.6875 L 141.123777 -29.6875 L 140.004045 -29.6875 L 138.884312 -29.6875 L 137.76458 -29.6875 L 136.644847 -29.6875 L 135.525115 -29.6875 L 134.405383 -29.6875 L 133.28565 -29.6875 L 132.165918 -29.6875 L 131.046185 -29.6875 L 129.926453 -29.6875 L 128.80672 -29.6875 L 127.686988 -29.6875 L 126.567255 -29.6875 L 125.447523 -29.6875 L 124.327791 -29.6875 L 123.208058 -29.6875 L 122.088326 -29.6875 L 120.968593 -29.6875 L 119.848861 -29.6875 L 118.729128 -29.6875 L 117.609396 -29.6875 L 116.489663 -29.6875 L 115.369931 -29.6875 L 114.250199 -29.6875 L 113.130466 -29.6875 L 112.010734 -29.6875 L 110.891001 -29.6875 L 109.771269 -29.6875 L 108.651536 -29.6875 L 107.531804 -29.6875 L 106.412071 -29.6875 L 105.292339 -29.6875 L 104.172607 -29.6875 L 103.052874 -29.6875 L 101.933142 -29.6875 L 100.813409 -29.6875 L 99.693677 -29.6875 L 98.573944 -29.6875 L 97.454212 -29.6875 L 96.33448 -29.6875 L 95.214747 -29.6875 L 94.095015 -29.6875 L 92.975282 -29.6875 L 91.85555 -29.6875 L 90.735817 -29.6875 L 89.616085 -29.6875 L 88.496352 -29.6875 L 87.37662 -29.6875 L 86.256888 -29.6875 L 85.137155 -29.6875 L 84.017423 -29.6875 L 82.89769 -29.6875 L 81.777958 -29.6875 L 80.658225 -29.6875 L 79.538493 -29.6875 L 78.41876 -29.6875 L 77.299028 -29.6875 L 76.179296 -29.6875 L 75.059563 -29.6875 L 73.939831 -29.6875 L 72.820098 -29.6875 L 71.700366 -29.6875 L 70.580633 -29.6875 L 69.460901 -29.6875 L 68.341168 -29.6875 L 67.221436 -29.6875 L 66.101704 -29.6875 L 64.981971 -29.6875 L 63.862239 -29.6875 L 62.742506 -29.6875 L 61.622774 -29.6875 L 60.503041 -29.6875 L 59.383309 -29.6875 L 58.263577 -29.6875 L 57.143844 -29.6875 L 56.024112 -29.6875 L 54.904379 -29.6875 L 53.784647 -29.6875 L 52.664914 -29.6875 L 51.545182 -29.6875 L 50.425449 -29.6875 L 49.305717 -29.6875 L 48.185985 -29.6875 L 47.066252 -29.6875 L 45.94652 -29.6875 L 44.826787 -29.6875 L 43.707055 -29.6875 L 42.587322 -29.6875 L 41.46759 -29.6875 L 40.347857 -29.6875 L 39.228125 -29.6875 z \" style=\"stroke: #8fbc8f\"/>\n",
" </defs>\n",
" <g clip-path=\"url(#p50085ba28e)\">\n",
" <use xlink:href=\"#mff7ea677f8\" x=\"0\" y=\"170.563\" style=\"fill: #8fbc8f; stroke: #8fbc8f\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 39.228125 140.8755 L 39.228125 32.1555 \" clip-path=\"url(#p50085ba28e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m1d07e8bd54\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m1d07e8bd54\" x=\"39.228125\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(41.9875 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 61.622774 140.8755 L 61.622774 32.1555 \" clip-path=\"url(#p50085ba28e)\" 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=\"#m1d07e8bd54\" x=\"61.622774\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 20 -->\n",
" <g transform=\"translate(64.382149 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-32\" d=\"M 1228 531 L 3431 531 L 3431 0 L 469 0 L 469 531 Q 828 903 1448 1529 Q 2069 2156 2228 2338 Q 2531 2678 2651 2914 Q 2772 3150 2772 3378 Q 2772 3750 2511 3984 Q 2250 4219 1831 4219 Q 1534 4219 1204 4116 Q 875 4013 500 3803 L 500 4441 Q 881 4594 1212 4672 Q 1544 4750 1819 4750 Q 2544 4750 2975 4387 Q 3406 4025 3406 3419 Q 3406 3131 3298 2873 Q 3191 2616 2906 2266 Q 2828 2175 2409 1742 Q 1991 1309 1228 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 84.017423 140.8755 L 84.017423 32.1555 \" clip-path=\"url(#p50085ba28e)\" 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=\"#m1d07e8bd54\" x=\"84.017423\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 40 -->\n",
" <g transform=\"translate(86.776798 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_4\">\n",
" <g id=\"line2d_7\">\n",
" <path d=\"M 106.412071 140.8755 L 106.412071 32.1555 \" clip-path=\"url(#p50085ba28e)\" 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=\"#m1d07e8bd54\" x=\"106.412071\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 60 -->\n",
" <g transform=\"translate(109.171446 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-36\" d=\"M 2113 2584 Q 1688 2584 1439 2293 Q 1191 2003 1191 1497 Q 1191 994 1439 701 Q 1688 409 2113 409 Q 2538 409 2786 701 Q 3034 994 3034 1497 Q 3034 2003 2786 2293 Q 2538 2584 2113 2584 z M 3366 4563 L 3366 3988 Q 3128 4100 2886 4159 Q 2644 4219 2406 4219 Q 1781 4219 1451 3797 Q 1122 3375 1075 2522 Q 1259 2794 1537 2939 Q 1816 3084 2150 3084 Q 2853 3084 3261 2657 Q 3669 2231 3669 1497 Q 3669 778 3244 343 Q 2819 -91 2113 -91 Q 1303 -91 875 529 Q 447 1150 447 2328 Q 447 3434 972 4092 Q 1497 4750 2381 4750 Q 2619 4750 2861 4703 Q 3103 4656 3366 4563 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-36\"/>\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 128.80672 140.8755 L 128.80672 32.1555 \" clip-path=\"url(#p50085ba28e)\" 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=\"#m1d07e8bd54\" x=\"128.80672\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- 80 -->\n",
" <g transform=\"translate(131.566095 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-38\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_6\">\n",
" <g id=\"line2d_11\">\n",
" <path d=\"M 151.201369 140.8755 L 151.201369 32.1555 \" clip-path=\"url(#p50085ba28e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_12\">\n",
" <g>\n",
" <use xlink:href=\"#m1d07e8bd54\" x=\"151.201369\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_6\">\n",
" <!-- 100 -->\n",
" <g transform=\"translate(153.960744 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_7\">\n",
" <g id=\"line2d_13\">\n",
" <path d=\"M 173.596018 140.8755 L 173.596018 32.1555 \" clip-path=\"url(#p50085ba28e)\" 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=\"#m1d07e8bd54\" x=\"173.596018\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_7\">\n",
" <!-- 120 -->\n",
" <g transform=\"translate(176.355393 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_8\">\n",
" <g id=\"line2d_15\">\n",
" <path d=\"M 195.990667 140.8755 L 195.990667 32.1555 \" clip-path=\"url(#p50085ba28e)\" 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=\"#m1d07e8bd54\" x=\"195.990667\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_8\">\n",
" <!-- 140 -->\n",
" <g transform=\"translate(198.750042 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_9\">\n",
" <g id=\"line2d_17\">\n",
" <path d=\"M 218.385316 140.8755 L 218.385316 32.1555 \" clip-path=\"url(#p50085ba28e)\" 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=\"#m1d07e8bd54\" x=\"218.385316\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_9\">\n",
" <!-- 160 -->\n",
" <g transform=\"translate(221.144691 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_10\">\n",
" <g id=\"line2d_19\">\n",
" <path d=\"M 240.779964 140.8755 L 240.779964 32.1555 \" clip-path=\"url(#p50085ba28e)\" 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=\"#m1d07e8bd54\" x=\"240.779964\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_10\">\n",
" <!-- 180 -->\n",
" <g transform=\"translate(243.539339 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_11\">\n",
" <g id=\"line2d_21\">\n",
" <path d=\"M 263.174613 140.8755 L 263.174613 32.1555 \" clip-path=\"url(#p50085ba28e)\" 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=\"#m1d07e8bd54\" x=\"263.174613\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_11\">\n",
" <!-- 200 -->\n",
" <g transform=\"translate(265.933988 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_12\">\n",
" <g id=\"line2d_23\">\n",
" <path d=\"M 285.569262 140.8755 L 285.569262 32.1555 \" clip-path=\"url(#p50085ba28e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_24\">\n",
" <g>\n",
" <use xlink:href=\"#m1d07e8bd54\" x=\"285.569262\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_12\">\n",
" <!-- 220 -->\n",
" <g transform=\"translate(288.328637 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_13\">\n",
" <g id=\"line2d_25\">\n",
" <path d=\"M 307.963911 140.8755 L 307.963911 32.1555 \" clip-path=\"url(#p50085ba28e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_26\">\n",
" <g>\n",
" <use xlink:href=\"#m1d07e8bd54\" x=\"307.963911\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_13\">\n",
" <!-- 240 -->\n",
" <g transform=\"translate(310.723286 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_14\">\n",
" <g id=\"line2d_27\">\n",
" <path d=\"M 330.35856 140.8755 L 330.35856 32.1555 \" clip-path=\"url(#p50085ba28e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_28\">\n",
" <g>\n",
" <use xlink:href=\"#m1d07e8bd54\" x=\"330.35856\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_14\">\n",
" <!-- 260 -->\n",
" <g transform=\"translate(333.117935 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_15\">\n",
" <g id=\"line2d_29\">\n",
" <path d=\"M 352.753209 140.8755 L 352.753209 32.1555 \" clip-path=\"url(#p50085ba28e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_30\">\n",
" <g>\n",
" <use xlink:href=\"#m1d07e8bd54\" x=\"352.753209\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_15\">\n",
" <!-- 280 -->\n",
" <g transform=\"translate(355.512584 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_31\">\n",
" <path d=\"M 39.228125 140.8755 L 374.028125 140.8755 \" clip-path=\"url(#p50085ba28e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_32\">\n",
" <defs>\n",
" <path id=\"mea6aed9531\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mea6aed9531\" x=\"39.228125\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_16\">\n",
" <!-- 0.000 -->\n",
" <g transform=\"translate(3.6 144.674719)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" 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",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_33\">\n",
" <path d=\"M 39.228125 104.769127 L 374.028125 104.769127 \" clip-path=\"url(#p50085ba28e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_34\">\n",
" <g>\n",
" <use xlink:href=\"#mea6aed9531\" x=\"39.228125\" y=\"104.769127\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_17\">\n",
" <!-- 0.002 -->\n",
" <g transform=\"translate(3.6 108.568346)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_3\">\n",
" <g id=\"line2d_35\">\n",
" <path d=\"M 39.228125 68.662754 L 374.028125 68.662754 \" clip-path=\"url(#p50085ba28e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_36\">\n",
" <g>\n",
" <use xlink:href=\"#mea6aed9531\" x=\"39.228125\" y=\"68.662754\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_18\">\n",
" <!-- 0.004 -->\n",
" <g transform=\"translate(3.6 72.461973)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_4\">\n",
" <g id=\"line2d_37\">\n",
" <path d=\"M 39.228125 32.556381 L 374.028125 32.556381 \" clip-path=\"url(#p50085ba28e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_38\">\n",
" <g>\n",
" <use xlink:href=\"#mea6aed9531\" x=\"39.228125\" y=\"32.556381\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_19\">\n",
" <!-- 0.006 -->\n",
" <g transform=\"translate(3.6 36.3556)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 39.228125 140.8755 L 39.228125 32.1555 \" 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 374.028125 140.8755 L 374.028125 32.1555 \" 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 39.228125 140.8755 L 374.028125 140.8755 \" 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 39.228125 32.1555 L 374.028125 32.1555 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_20\">\n",
" <!-- A -->\n",
" <g transform=\"translate(202.52375 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-41\" d=\"M 2188 4044 L 1331 1722 L 3047 1722 L 2188 4044 z M 1831 4666 L 2547 4666 L 4325 0 L 3669 0 L 3244 1197 L 1141 1197 L 716 0 L 50 0 L 1831 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-41\"/>\n",
" </g>\n",
" <!-- $\\mu=149.50$; $\\sigma=72.15$ -->\n",
" <g transform=\"translate(142.128125 26.1555)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-Oblique-3bc\" d=\"M -84 -1331 L 856 3500 L 1434 3500 L 1009 1322 Q 997 1256 987 1175 Q 978 1094 978 1013 Q 978 722 1161 565 Q 1344 409 1684 409 Q 2147 409 2431 671 Q 2716 934 2816 1459 L 3213 3500 L 3788 3500 L 3266 809 Q 3253 750 3248 706 Q 3244 663 3244 628 Q 3244 531 3283 486 Q 3322 441 3406 441 Q 3438 441 3492 456 Q 3547 472 3647 513 L 3559 50 Q 3422 -19 3297 -55 Q 3172 -91 3053 -91 Q 2847 -91 2730 40 Q 2613 172 2613 403 Q 2438 153 2195 31 Q 1953 -91 1625 -91 Q 1334 -91 1117 43 Q 900 178 831 397 L 494 -1331 L -84 -1331 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-3d\" d=\"M 678 2906 L 4684 2906 L 4684 2381 L 678 2381 L 678 2906 z M 678 1631 L 4684 1631 L 4684 1100 L 678 1100 L 678 1631 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-3b\" d=\"M 750 3309 L 1409 3309 L 1409 2516 L 750 2516 L 750 3309 z M 750 794 L 1409 794 L 1409 256 L 897 -744 L 494 -744 L 750 256 L 750 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-20\" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-Oblique-3c3\" d=\"M 2219 3044 Q 1744 3044 1422 2700 Q 1081 2341 969 1747 Q 844 1119 1044 756 Q 1241 397 1706 397 Q 2166 397 2503 759 Q 2844 1122 2966 1747 Q 3075 2319 2881 2700 Q 2700 3044 2219 3044 z M 2309 3503 L 4219 3500 L 4106 2925 L 3463 2925 Q 3706 2438 3575 1747 Q 3406 888 2884 400 Q 2359 -91 1609 -91 Q 856 -91 525 400 Q 194 888 363 1747 Q 528 2609 1050 3097 Q 1484 3503 2309 3503 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-Oblique-3bc\" transform=\"translate(0 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3d\" transform=\"translate(83.105469 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" transform=\"translate(186.376953 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" transform=\"translate(250 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" transform=\"translate(313.623047 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" transform=\"translate(377.246094 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" transform=\"translate(409.033203 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" transform=\"translate(472.65625 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3b\" transform=\"translate(536.279297 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-20\" transform=\"translate(569.970703 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-Oblique-3c3\" transform=\"translate(601.757812 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3d\" transform=\"translate(684.619141 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" transform=\"translate(787.890625 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" transform=\"translate(851.513672 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" transform=\"translate(915.136719 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" transform=\"translate(946.923828 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" transform=\"translate(1010.546875 0.78125)\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p50085ba28e\">\n",
" <rect x=\"39.228125\" y=\"32.1555\" width=\"334.8\" height=\"108.72\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- alpha&#45;&gt;A -->\n",
"<g id=\"edge11\" class=\"edge\">\n",
"<title>alpha-&gt;A</title>\n",
"<g id=\"a_edge11\"><a xlink:title=\"(0, 2):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M849.02,-265.98C857.7,-256.7 866.72,-247.05 875.57,-237.58\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"878.36,-239.72 882.63,-230.03 873.25,-234.94 878.36,-239.72\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- beta -->\n",
"<g id=\"node2\" class=\"node\">\n",
"<title>beta</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1237,-391 952,-391 952,-266 1237,-266 1237,-391\"/>\n",
"<svg viewBox=\"0 0 377.628125 164.2005\" width=\"285px\" height=\"125px\" preserveAspectRatio=\"xMinYMin meet\" x=\"952\" y=\"-391\"> <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-07-12T09:50:05.719506</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 164.2005 L 377.628125 164.2005 L 377.628125 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 39.228125 140.8755 L 374.028125 140.8755 L 374.028125 32.1555 L 39.228125 32.1555 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"PolyCollection_1\">\n",
" <defs>\n",
" <path id=\"md622f28ec7\" d=\"M 39.228125 -23.325 L 39.228125 -126.867857 L 46.060778 -126.867857 L 52.893431 -126.867857 L 59.726084 -126.867857 L 66.558737 -126.867857 L 73.39139 -126.867857 L 80.224043 -126.867857 L 87.056696 -126.867857 L 93.889349 -126.867857 L 100.722003 -126.867857 L 107.554656 -126.867857 L 114.387309 -126.867857 L 121.219962 -126.867857 L 128.052615 -126.867857 L 134.885268 -126.867857 L 141.717921 -126.867857 L 148.550574 -126.867857 L 155.383227 -126.867857 L 162.21588 -126.867857 L 169.048533 -126.867857 L 175.881186 -126.867857 L 182.713839 -126.867857 L 189.546492 -126.867857 L 196.379145 -126.867857 L 203.211798 -126.867857 L 210.044452 -126.867857 L 216.877105 -126.867857 L 223.709758 -126.867857 L 230.542411 -126.867857 L 237.375064 -126.867857 L 244.207717 -126.867857 L 251.04037 -126.867857 L 257.873023 -126.867857 L 264.705676 -126.867857 L 271.538329 -126.867857 L 278.370982 -126.867857 L 285.203635 -126.867857 L 292.036288 -126.867857 L 298.868941 -126.867857 L 305.701594 -126.867857 L 312.534247 -126.867857 L 319.366901 -126.867857 L 326.199554 -126.867857 L 333.032207 -126.867857 L 339.86486 -126.867857 L 346.697513 -126.867857 L 353.530166 -126.867857 L 360.362819 -126.867857 L 367.195472 -126.867857 L 374.028125 -126.867857 L 374.028125 -23.325 L 374.028125 -23.325 L 367.195472 -23.325 L 360.362819 -23.325 L 353.530166 -23.325 L 346.697513 -23.325 L 339.86486 -23.325 L 333.032207 -23.325 L 326.199554 -23.325 L 319.366901 -23.325 L 312.534247 -23.325 L 305.701594 -23.325 L 298.868941 -23.325 L 292.036288 -23.325 L 285.203635 -23.325 L 278.370982 -23.325 L 271.538329 -23.325 L 264.705676 -23.325 L 257.873023 -23.325 L 251.04037 -23.325 L 244.207717 -23.325 L 237.375064 -23.325 L 230.542411 -23.325 L 223.709758 -23.325 L 216.877105 -23.325 L 210.044452 -23.325 L 203.211798 -23.325 L 196.379145 -23.325 L 189.546492 -23.325 L 182.713839 -23.325 L 175.881186 -23.325 L 169.048533 -23.325 L 162.21588 -23.325 L 155.383227 -23.325 L 148.550574 -23.325 L 141.717921 -23.325 L 134.885268 -23.325 L 128.052615 -23.325 L 121.219962 -23.325 L 114.387309 -23.325 L 107.554656 -23.325 L 100.722003 -23.325 L 93.889349 -23.325 L 87.056696 -23.325 L 80.224043 -23.325 L 73.39139 -23.325 L 66.558737 -23.325 L 59.726084 -23.325 L 52.893431 -23.325 L 46.060778 -23.325 L 39.228125 -23.325 z \" style=\"stroke: #8fbc8f\"/>\n",
" </defs>\n",
" <g clip-path=\"url(#p1097faecfe)\">\n",
" <use xlink:href=\"#md622f28ec7\" x=\"0\" y=\"164.2005\" style=\"fill: #8fbc8f; stroke: #8fbc8f\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 39.228125 140.8755 L 39.228125 32.1555 \" clip-path=\"url(#p1097faecfe)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"mbb220d30b6\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mbb220d30b6\" x=\"39.228125\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(41.9875 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 59.726084 140.8755 L 59.726084 32.1555 \" clip-path=\"url(#p1097faecfe)\" 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=\"#mbb220d30b6\" x=\"59.726084\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 4 -->\n",
" <g transform=\"translate(62.485459 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 80.224043 140.8755 L 80.224043 32.1555 \" clip-path=\"url(#p1097faecfe)\" 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=\"#mbb220d30b6\" x=\"80.224043\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 7 -->\n",
" <g transform=\"translate(82.983418 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-37\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_4\">\n",
" <g id=\"line2d_7\">\n",
" <path d=\"M 100.722003 140.8755 L 100.722003 32.1555 \" clip-path=\"url(#p1097faecfe)\" 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=\"#mbb220d30b6\" x=\"100.722003\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 10 -->\n",
" <g transform=\"translate(103.481378 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\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 121.219962 140.8755 L 121.219962 32.1555 \" clip-path=\"url(#p1097faecfe)\" 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=\"#mbb220d30b6\" x=\"121.219962\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- 13 -->\n",
" <g transform=\"translate(123.979337 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_6\">\n",
" <g id=\"line2d_11\">\n",
" <path d=\"M 141.717921 140.8755 L 141.717921 32.1555 \" clip-path=\"url(#p1097faecfe)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_12\">\n",
" <g>\n",
" <use xlink:href=\"#mbb220d30b6\" x=\"141.717921\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_6\">\n",
" <!-- 16 -->\n",
" <g transform=\"translate(144.477296 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-36\" d=\"M 2113 2584 Q 1688 2584 1439 2293 Q 1191 2003 1191 1497 Q 1191 994 1439 701 Q 1688 409 2113 409 Q 2538 409 2786 701 Q 3034 994 3034 1497 Q 3034 2003 2786 2293 Q 2538 2584 2113 2584 z M 3366 4563 L 3366 3988 Q 3128 4100 2886 4159 Q 2644 4219 2406 4219 Q 1781 4219 1451 3797 Q 1122 3375 1075 2522 Q 1259 2794 1537 2939 Q 1816 3084 2150 3084 Q 2853 3084 3261 2657 Q 3669 2231 3669 1497 Q 3669 778 3244 343 Q 2819 -91 2113 -91 Q 1303 -91 875 529 Q 447 1150 447 2328 Q 447 3434 972 4092 Q 1497 4750 2381 4750 Q 2619 4750 2861 4703 Q 3103 4656 3366 4563 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_7\">\n",
" <g id=\"line2d_13\">\n",
" <path d=\"M 162.21588 140.8755 L 162.21588 32.1555 \" clip-path=\"url(#p1097faecfe)\" 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=\"#mbb220d30b6\" x=\"162.21588\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_7\">\n",
" <!-- 19 -->\n",
" <g transform=\"translate(164.975255 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_8\">\n",
" <g id=\"line2d_15\">\n",
" <path d=\"M 182.713839 140.8755 L 182.713839 32.1555 \" clip-path=\"url(#p1097faecfe)\" 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=\"#mbb220d30b6\" x=\"182.713839\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_8\">\n",
" <!-- 22 -->\n",
" <g transform=\"translate(185.473214 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-32\" d=\"M 1228 531 L 3431 531 L 3431 0 L 469 0 L 469 531 Q 828 903 1448 1529 Q 2069 2156 2228 2338 Q 2531 2678 2651 2914 Q 2772 3150 2772 3378 Q 2772 3750 2511 3984 Q 2250 4219 1831 4219 Q 1534 4219 1204 4116 Q 875 4013 500 3803 L 500 4441 Q 881 4594 1212 4672 Q 1544 4750 1819 4750 Q 2544 4750 2975 4387 Q 3406 4025 3406 3419 Q 3406 3131 3298 2873 Q 3191 2616 2906 2266 Q 2828 2175 2409 1742 Q 1991 1309 1228 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_9\">\n",
" <g id=\"line2d_17\">\n",
" <path d=\"M 203.211798 140.8755 L 203.211798 32.1555 \" clip-path=\"url(#p1097faecfe)\" 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=\"#mbb220d30b6\" x=\"203.211798\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_9\">\n",
" <!-- 25 -->\n",
" <g transform=\"translate(205.971173 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_10\">\n",
" <g id=\"line2d_19\">\n",
" <path d=\"M 223.709758 140.8755 L 223.709758 32.1555 \" clip-path=\"url(#p1097faecfe)\" 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=\"#mbb220d30b6\" x=\"223.709758\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_10\">\n",
" <!-- 28 -->\n",
" <g transform=\"translate(226.469133 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_11\">\n",
" <g id=\"line2d_21\">\n",
" <path d=\"M 244.207717 140.8755 L 244.207717 32.1555 \" clip-path=\"url(#p1097faecfe)\" 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=\"#mbb220d30b6\" x=\"244.207717\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_11\">\n",
" <!-- 31 -->\n",
" <g transform=\"translate(246.967092 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-33\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_12\">\n",
" <g id=\"line2d_23\">\n",
" <path d=\"M 264.705676 140.8755 L 264.705676 32.1555 \" clip-path=\"url(#p1097faecfe)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_24\">\n",
" <g>\n",
" <use xlink:href=\"#mbb220d30b6\" x=\"264.705676\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_12\">\n",
" <!-- 34 -->\n",
" <g transform=\"translate(267.465051 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-33\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_13\">\n",
" <g id=\"line2d_25\">\n",
" <path d=\"M 285.203635 140.8755 L 285.203635 32.1555 \" clip-path=\"url(#p1097faecfe)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_26\">\n",
" <g>\n",
" <use xlink:href=\"#mbb220d30b6\" x=\"285.203635\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_13\">\n",
" <!-- 37 -->\n",
" <g transform=\"translate(287.96301 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-33\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_14\">\n",
" <g id=\"line2d_27\">\n",
" <path d=\"M 305.701594 140.8755 L 305.701594 32.1555 \" clip-path=\"url(#p1097faecfe)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_28\">\n",
" <g>\n",
" <use xlink:href=\"#mbb220d30b6\" x=\"305.701594\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_14\">\n",
" <!-- 40 -->\n",
" <g transform=\"translate(308.460969 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_15\">\n",
" <g id=\"line2d_29\">\n",
" <path d=\"M 326.199554 140.8755 L 326.199554 32.1555 \" clip-path=\"url(#p1097faecfe)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_30\">\n",
" <g>\n",
" <use xlink:href=\"#mbb220d30b6\" x=\"326.199554\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_15\">\n",
" <!-- 43 -->\n",
" <g transform=\"translate(328.958929 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_16\">\n",
" <g id=\"line2d_31\">\n",
" <path d=\"M 346.697513 140.8755 L 346.697513 32.1555 \" clip-path=\"url(#p1097faecfe)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_32\">\n",
" <g>\n",
" <use xlink:href=\"#mbb220d30b6\" x=\"346.697513\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_16\">\n",
" <!-- 46 -->\n",
" <g transform=\"translate(349.456888 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_17\">\n",
" <g id=\"line2d_33\">\n",
" <path d=\"M 367.195472 140.8755 L 367.195472 32.1555 \" clip-path=\"url(#p1097faecfe)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_34\">\n",
" <g>\n",
" <use xlink:href=\"#mbb220d30b6\" x=\"367.195472\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_17\">\n",
" <!-- 49 -->\n",
" <g transform=\"translate(369.954847 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_35\">\n",
" <path d=\"M 39.228125 140.8755 L 374.028125 140.8755 \" clip-path=\"url(#p1097faecfe)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_36\">\n",
" <defs>\n",
" <path id=\"mff73a4bb35\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mff73a4bb35\" x=\"39.228125\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_18\">\n",
" <!-- 0.000 -->\n",
" <g transform=\"translate(3.6 144.674719)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" 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",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_37\">\n",
" <path d=\"M 39.228125 114.989786 L 374.028125 114.989786 \" clip-path=\"url(#p1097faecfe)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_38\">\n",
" <g>\n",
" <use xlink:href=\"#mff73a4bb35\" x=\"39.228125\" y=\"114.989786\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_19\">\n",
" <!-- 0.005 -->\n",
" <g transform=\"translate(3.6 118.789004)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_3\">\n",
" <g id=\"line2d_39\">\n",
" <path d=\"M 39.228125 89.104071 L 374.028125 89.104071 \" clip-path=\"url(#p1097faecfe)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_40\">\n",
" <g>\n",
" <use xlink:href=\"#mff73a4bb35\" x=\"39.228125\" y=\"89.104071\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_20\">\n",
" <!-- 0.010 -->\n",
" <g transform=\"translate(3.6 92.90329)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_4\">\n",
" <g id=\"line2d_41\">\n",
" <path d=\"M 39.228125 63.218357 L 374.028125 63.218357 \" clip-path=\"url(#p1097faecfe)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_42\">\n",
" <g>\n",
" <use xlink:href=\"#mff73a4bb35\" x=\"39.228125\" y=\"63.218357\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_21\">\n",
" <!-- 0.015 -->\n",
" <g transform=\"translate(3.6 67.017576)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_5\">\n",
" <g id=\"line2d_43\">\n",
" <path d=\"M 39.228125 37.332643 L 374.028125 37.332643 \" clip-path=\"url(#p1097faecfe)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_44\">\n",
" <g>\n",
" <use xlink:href=\"#mff73a4bb35\" x=\"39.228125\" y=\"37.332643\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_22\">\n",
" <!-- 0.020 -->\n",
" <g transform=\"translate(3.6 41.131862)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 39.228125 140.8755 L 39.228125 32.1555 \" 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 374.028125 140.8755 L 374.028125 32.1555 \" 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 39.228125 140.8755 L 374.028125 140.8755 \" 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 39.228125 32.1555 L 374.028125 32.1555 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_23\">\n",
" <!-- beta -->\n",
" <g transform=\"translate(193.098125 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-62\" d=\"M 3116 1747 Q 3116 2381 2855 2742 Q 2594 3103 2138 3103 Q 1681 3103 1420 2742 Q 1159 2381 1159 1747 Q 1159 1113 1420 752 Q 1681 391 2138 391 Q 2594 391 2855 752 Q 3116 1113 3116 1747 z M 1159 2969 Q 1341 3281 1617 3432 Q 1894 3584 2278 3584 Q 2916 3584 3314 3078 Q 3713 2572 3713 1747 Q 3713 922 3314 415 Q 2916 -91 2278 -91 Q 1894 -91 1617 61 Q 1341 213 1159 525 L 1159 0 L 581 0 L 581 4863 L 1159 4863 L 1159 2969 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-65\" d=\"M 3597 1894 L 3597 1613 L 953 1613 Q 991 1019 1311 708 Q 1631 397 2203 397 Q 2534 397 2845 478 Q 3156 559 3463 722 L 3463 178 Q 3153 47 2828 -22 Q 2503 -91 2169 -91 Q 1331 -91 842 396 Q 353 884 353 1716 Q 353 2575 817 3079 Q 1281 3584 2069 3584 Q 2775 3584 3186 3129 Q 3597 2675 3597 1894 z M 3022 2063 Q 3016 2534 2758 2815 Q 2500 3097 2075 3097 Q 1594 3097 1305 2825 Q 1016 2553 972 2059 L 3022 2063 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-74\" d=\"M 1172 4494 L 1172 3500 L 2356 3500 L 2356 3053 L 1172 3053 L 1172 1153 Q 1172 725 1289 603 Q 1406 481 1766 481 L 2356 481 L 2356 0 L 1766 0 Q 1100 0 847 248 Q 594 497 594 1153 L 594 3053 L 172 3053 L 172 3500 L 594 3500 L 594 4494 L 1172 4494 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-61\" d=\"M 2194 1759 Q 1497 1759 1228 1600 Q 959 1441 959 1056 Q 959 750 1161 570 Q 1363 391 1709 391 Q 2188 391 2477 730 Q 2766 1069 2766 1631 L 2766 1759 L 2194 1759 z M 3341 1997 L 3341 0 L 2766 0 L 2766 531 Q 2569 213 2275 61 Q 1981 -91 1556 -91 Q 1019 -91 701 211 Q 384 513 384 1019 Q 384 1609 779 1909 Q 1175 2209 1959 2209 L 2766 2209 L 2766 2266 Q 2766 2663 2505 2880 Q 2244 3097 1772 3097 Q 1472 3097 1187 3025 Q 903 2953 641 2809 L 641 3341 Q 956 3463 1253 3523 Q 1550 3584 1831 3584 Q 2591 3584 2966 3190 Q 3341 2797 3341 1997 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-62\"/>\n",
" <use xlink:href=\"#DejaVuSans-65\" x=\"63.476562\"/>\n",
" <use xlink:href=\"#DejaVuSans-74\" x=\"125\"/>\n",
" <use xlink:href=\"#DejaVuSans-61\" x=\"164.208984\"/>\n",
" </g>\n",
" <!-- $\\mu=25.50$; $\\sigma=14.43$ -->\n",
" <g transform=\"translate(145.968125 26.1555)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-Oblique-3bc\" d=\"M -84 -1331 L 856 3500 L 1434 3500 L 1009 1322 Q 997 1256 987 1175 Q 978 1094 978 1013 Q 978 722 1161 565 Q 1344 409 1684 409 Q 2147 409 2431 671 Q 2716 934 2816 1459 L 3213 3500 L 3788 3500 L 3266 809 Q 3253 750 3248 706 Q 3244 663 3244 628 Q 3244 531 3283 486 Q 3322 441 3406 441 Q 3438 441 3492 456 Q 3547 472 3647 513 L 3559 50 Q 3422 -19 3297 -55 Q 3172 -91 3053 -91 Q 2847 -91 2730 40 Q 2613 172 2613 403 Q 2438 153 2195 31 Q 1953 -91 1625 -91 Q 1334 -91 1117 43 Q 900 178 831 397 L 494 -1331 L -84 -1331 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-3d\" d=\"M 678 2906 L 4684 2906 L 4684 2381 L 678 2381 L 678 2906 z M 678 1631 L 4684 1631 L 4684 1100 L 678 1100 L 678 1631 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-3b\" d=\"M 750 3309 L 1409 3309 L 1409 2516 L 750 2516 L 750 3309 z M 750 794 L 1409 794 L 1409 256 L 897 -744 L 494 -744 L 750 256 L 750 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-20\" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-Oblique-3c3\" d=\"M 2219 3044 Q 1744 3044 1422 2700 Q 1081 2341 969 1747 Q 844 1119 1044 756 Q 1241 397 1706 397 Q 2166 397 2503 759 Q 2844 1122 2966 1747 Q 3075 2319 2881 2700 Q 2700 3044 2219 3044 z M 2309 3503 L 4219 3500 L 4106 2925 L 3463 2925 Q 3706 2438 3575 1747 Q 3406 888 2884 400 Q 2359 -91 1609 -91 Q 856 -91 525 400 Q 194 888 363 1747 Q 528 2609 1050 3097 Q 1484 3503 2309 3503 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-Oblique-3bc\" transform=\"translate(0 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3d\" transform=\"translate(83.105469 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" transform=\"translate(186.376953 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" transform=\"translate(250 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" transform=\"translate(313.623047 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" transform=\"translate(345.410156 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" transform=\"translate(409.033203 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3b\" transform=\"translate(472.65625 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-20\" transform=\"translate(506.347656 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-Oblique-3c3\" transform=\"translate(538.134766 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3d\" transform=\"translate(620.996094 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" transform=\"translate(724.267578 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" transform=\"translate(787.890625 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" transform=\"translate(851.513672 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" transform=\"translate(883.300781 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" transform=\"translate(946.923828 0.78125)\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p1097faecfe\">\n",
" <rect x=\"39.228125\" y=\"32.1555\" width=\"334.8\" height=\"108.72\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- beta&#45;&gt;A -->\n",
"<g id=\"edge3\" class=\"edge\">\n",
"<title>beta-&gt;A</title>\n",
"<g id=\"a_edge3\"><a xlink:title=\"(1, 2):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1036.6,-265.98C1027.86,-256.7 1018.79,-247.05 1009.87,-237.58\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1012.16,-234.91 1002.76,-230.03 1007.07,-239.71 1012.16,-234.91\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B0 -->\n",
"<g id=\"node4\" class=\"node\">\n",
"<title>B0</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"101,-64 0,-64 0,-23 101,-23 101,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"0\" y=\"-64\"> <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-07-12T09:50:05.916896</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 72.576872 45.898125 L 72.576872 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p9fde6dd520)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 72.948128 30.798125 L 72.948128 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p9fde6dd520)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p9fde6dd520)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m8553cc7280\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m8553cc7280\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p9fde6dd520)\" 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=\"#m8553cc7280\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p9fde6dd520)\" 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=\"#m8553cc7280\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m8896d91a0f\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m8896d91a0f\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m8896d91a0f\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 49.83% -->\n",
" <g transform=\"translate(90.432812 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 50.17% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-35\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B0 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p9fde6dd520\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B0 -->\n",
"<g id=\"edge9\" class=\"edge\">\n",
"<title>A-&gt;B0</title>\n",
"<g id=\"a_edge9\"><a xlink:title=\"(2, 3):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M799.92,-155.58C635.07,-143.87 355.99,-117.98 110.97,-64.13\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"111.69,-60.71 101.17,-61.96 110.17,-67.54 111.69,-60.71\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B1 -->\n",
"<g id=\"node5\" class=\"node\">\n",
"<title>B1</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"220,-64 119,-64 119,-23 220,-23 220,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"119\" y=\"-64\"> <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-07-12T09:50:05.951856</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 72.576872 45.898125 L 72.576872 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#pcd33e64def)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 72.948128 30.798125 L 72.948128 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#pcd33e64def)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#pcd33e64def)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"mf2d209c50d\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mf2d209c50d\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#pcd33e64def)\" 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=\"#mf2d209c50d\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#pcd33e64def)\" 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=\"#mf2d209c50d\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"maf2af47fba\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#maf2af47fba\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#maf2af47fba\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 49.83% -->\n",
" <g transform=\"translate(90.432812 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 50.17% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-35\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B1 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pcd33e64def\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B1 -->\n",
"<g id=\"edge2\" class=\"edge\">\n",
"<title>A-&gt;B1</title>\n",
"<g id=\"a_edge2\"><a xlink:title=\"(2, 4):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M799.88,-151.65C657.1,-137.55 431.4,-110.49 230.06,-64.19\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"230.72,-60.75 220.18,-61.89 229.13,-67.56 230.72,-60.75\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B2 -->\n",
"<g id=\"node6\" class=\"node\">\n",
"<title>B2</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"339,-64 238,-64 238,-23 339,-23 339,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"238\" y=\"-64\"> <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-07-12T09:50:05.985975</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 72.576872 45.898125 L 72.576872 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p801a36f8dd)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 72.948128 30.798125 L 72.948128 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p801a36f8dd)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p801a36f8dd)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m9fc8871dbe\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m9fc8871dbe\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p801a36f8dd)\" 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=\"#m9fc8871dbe\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p801a36f8dd)\" 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=\"#m9fc8871dbe\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m50f776633d\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m50f776633d\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m50f776633d\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 49.83% -->\n",
" <g transform=\"translate(90.432812 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 50.17% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-35\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B2 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-32\" d=\"M 1228 531 L 3431 531 L 3431 0 L 469 0 L 469 531 Q 828 903 1448 1529 Q 2069 2156 2228 2338 Q 2531 2678 2651 2914 Q 2772 3150 2772 3378 Q 2772 3750 2511 3984 Q 2250 4219 1831 4219 Q 1534 4219 1204 4116 Q 875 4013 500 3803 L 500 4441 Q 881 4594 1212 4672 Q 1544 4750 1819 4750 Q 2544 4750 2975 4387 Q 3406 4025 3406 3419 Q 3406 3131 3298 2873 Q 3191 2616 2906 2266 Q 2828 2175 2409 1742 Q 1991 1309 1228 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p801a36f8dd\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B2 -->\n",
"<g id=\"edge16\" class=\"edge\">\n",
"<title>A-&gt;B2</title>\n",
"<g id=\"a_edge16\"><a xlink:title=\"(2, 5):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M799.99,-146.28C681.16,-130.05 507.56,-102.99 349.14,-64.25\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"349.75,-60.8 339.2,-61.8 348.08,-67.6 349.75,-60.8\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B3 -->\n",
"<g id=\"node7\" class=\"node\">\n",
"<title>B3</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"458,-64 357,-64 357,-23 458,-23 458,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"357\" y=\"-64\"> <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-07-12T09:50:06.020221</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 72.576872 45.898125 L 72.576872 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p11fee8c0dd)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 72.948128 30.798125 L 72.948128 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p11fee8c0dd)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p11fee8c0dd)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"mf412a92ce1\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mf412a92ce1\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p11fee8c0dd)\" 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=\"#mf412a92ce1\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p11fee8c0dd)\" 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=\"#mf412a92ce1\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m288379ba50\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m288379ba50\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m288379ba50\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 49.83% -->\n",
" <g transform=\"translate(90.432812 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 50.17% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-35\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B3 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p11fee8c0dd\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B3 -->\n",
"<g id=\"edge12\" class=\"edge\">\n",
"<title>A-&gt;B3</title>\n",
"<g id=\"a_edge12\"><a xlink:title=\"(2, 6):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M799.88,-138.37C707.4,-120.72 584.33,-95.31 468.03,-64.3\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"468.8,-60.88 458.24,-61.67 466.99,-67.64 468.8,-60.88\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B4 -->\n",
"<g id=\"node8\" class=\"node\">\n",
"<title>B4</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"577,-64 476,-64 476,-23 577,-23 577,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"476\" y=\"-64\"> <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-07-12T09:50:06.054285</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 72.576872 45.898125 L 72.576872 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p53260b5bfb)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 72.948128 30.798125 L 72.948128 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p53260b5bfb)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p53260b5bfb)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m4b2a1a6720\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m4b2a1a6720\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p53260b5bfb)\" 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=\"#m4b2a1a6720\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p53260b5bfb)\" 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=\"#m4b2a1a6720\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"md6a9571652\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#md6a9571652\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#md6a9571652\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 49.83% -->\n",
" <g transform=\"translate(90.432812 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 50.17% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-35\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B4 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p53260b5bfb\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B4 -->\n",
"<g id=\"edge5\" class=\"edge\">\n",
"<title>A-&gt;B4</title>\n",
"<g id=\"a_edge5\"><a xlink:title=\"(2, 7):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M799.61,-125.6C736.84,-108.33 662.1,-87.23 586.95,-64.39\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"587.89,-61.02 577.3,-61.46 585.85,-67.72 587.89,-61.02\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B5 -->\n",
"<g id=\"node9\" class=\"node\">\n",
"<title>B5</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"696,-64 595,-64 595,-23 696,-23 696,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"595\" y=\"-64\"> <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-07-12T09:50:06.088695</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 72.576872 45.898125 L 72.576872 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p8b180842b3)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 72.948128 30.798125 L 72.948128 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p8b180842b3)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p8b180842b3)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m68be1a489a\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m68be1a489a\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p8b180842b3)\" 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=\"#m68be1a489a\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p8b180842b3)\" 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=\"#m68be1a489a\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m784e8e87ee\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m784e8e87ee\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m784e8e87ee\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 49.83% -->\n",
" <g transform=\"translate(90.432812 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 50.17% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-35\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B5 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p8b180842b3\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B5 -->\n",
"<g id=\"edge18\" class=\"edge\">\n",
"<title>A-&gt;B5</title>\n",
"<g id=\"a_edge18\"><a xlink:title=\"(2, 8):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M799.65,-106.53C765.62,-92.83 731.2,-78.98 703.54,-67.85\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"704.63,-64.52 694.04,-64.03 702.02,-71.01 704.63,-64.52\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B6 -->\n",
"<g id=\"node10\" class=\"node\">\n",
"<title>B6</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"815,-64 714,-64 714,-23 815,-23 815,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"714\" y=\"-64\"> <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-07-12T09:50:06.123810</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 72.576872 45.898125 L 72.576872 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#pb8bc747baa)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 72.948128 30.798125 L 72.948128 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#pb8bc747baa)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#pb8bc747baa)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"maad8352b14\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#maad8352b14\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#pb8bc747baa)\" 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=\"#maad8352b14\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#pb8bc747baa)\" 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=\"#maad8352b14\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"mf34a2e6264\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mf34a2e6264\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#mf34a2e6264\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 49.83% -->\n",
" <g transform=\"translate(90.432812 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 50.17% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-35\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B6 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-36\" d=\"M 2113 2584 Q 1688 2584 1439 2293 Q 1191 2003 1191 1497 Q 1191 994 1439 701 Q 1688 409 2113 409 Q 2538 409 2786 701 Q 3034 994 3034 1497 Q 3034 2003 2786 2293 Q 2538 2584 2113 2584 z M 3366 4563 L 3366 3988 Q 3128 4100 2886 4159 Q 2644 4219 2406 4219 Q 1781 4219 1451 3797 Q 1122 3375 1075 2522 Q 1259 2794 1537 2939 Q 1816 3084 2150 3084 Q 2853 3084 3261 2657 Q 3669 2231 3669 1497 Q 3669 778 3244 343 Q 2819 -91 2113 -91 Q 1303 -91 875 529 Q 447 1150 447 2328 Q 447 3434 972 4092 Q 1497 4750 2381 4750 Q 2619 4750 2861 4703 Q 3103 4656 3366 4563 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pb8bc747baa\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B6 -->\n",
"<g id=\"edge10\" class=\"edge\">\n",
"<title>A-&gt;B6</title>\n",
"<g id=\"a_edge10\"><a xlink:title=\"(2, 9):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M846.99,-99.88C831.02,-89.16 815.34,-78.63 802,-69.68\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"803.85,-66.7 793.6,-64.04 799.95,-72.52 803.85,-66.7\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B7 -->\n",
"<g id=\"node11\" class=\"node\">\n",
"<title>B7</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"934,-64 833,-64 833,-23 934,-23 934,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"833\" y=\"-64\"> <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-07-12T09:50:06.158215</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 72.576872 45.898125 L 72.576872 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#pf1b0b39457)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 72.948128 30.798125 L 72.948128 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#pf1b0b39457)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#pf1b0b39457)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"mbdc7d79782\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mbdc7d79782\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#pf1b0b39457)\" 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=\"#mbdc7d79782\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#pf1b0b39457)\" 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=\"#mbdc7d79782\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m7655aed1db\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m7655aed1db\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m7655aed1db\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 49.83% -->\n",
" <g transform=\"translate(90.432812 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 50.17% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-35\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B7 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pf1b0b39457\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B7 -->\n",
"<g id=\"edge6\" class=\"edge\">\n",
"<title>A-&gt;B7</title>\n",
"<g id=\"a_edge6\"><a xlink:title=\"(2, 10):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M910.75,-99.7C906.22,-90.51 901.75,-81.47 897.79,-73.44\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"900.8,-71.63 893.23,-64.22 894.52,-74.73 900.8,-71.63\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B8 -->\n",
"<g id=\"node12\" class=\"node\">\n",
"<title>B8</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1053,-64 952,-64 952,-23 1053,-23 1053,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"952\" y=\"-64\"> <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-07-12T09:50:06.192384</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 72.576872 45.898125 L 72.576872 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p5ce8c2483c)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 72.948128 30.798125 L 72.948128 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p5ce8c2483c)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p5ce8c2483c)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"md1eceefbc0\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#md1eceefbc0\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p5ce8c2483c)\" 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=\"#md1eceefbc0\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p5ce8c2483c)\" 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=\"#md1eceefbc0\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"mb230fe3982\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mb230fe3982\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#mb230fe3982\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 49.83% -->\n",
" <g transform=\"translate(90.432812 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 50.17% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-35\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B8 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p5ce8c2483c\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B8 -->\n",
"<g id=\"edge17\" class=\"edge\">\n",
"<title>A-&gt;B8</title>\n",
"<g id=\"a_edge17\"><a xlink:title=\"(2, 11):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M974.78,-99.7C979.45,-90.41 984.04,-81.27 988.1,-73.18\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"991.24,-74.72 992.6,-64.22 984.99,-71.58 991.24,-74.72\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B9 -->\n",
"<g id=\"node13\" class=\"node\">\n",
"<title>B9</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1172,-64 1071,-64 1071,-23 1172,-23 1172,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"1071\" y=\"-64\"> <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-07-12T09:50:06.227288</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 72.576872 45.898125 L 72.576872 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#pf0ccfcd7b1)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 72.948128 30.798125 L 72.948128 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#pf0ccfcd7b1)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#pf0ccfcd7b1)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m5d7647a31f\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m5d7647a31f\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#pf0ccfcd7b1)\" 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=\"#m5d7647a31f\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#pf0ccfcd7b1)\" 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=\"#m5d7647a31f\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m0ce02404b2\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m0ce02404b2\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m0ce02404b2\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 49.83% -->\n",
" <g transform=\"translate(90.432812 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 50.17% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-35\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B9 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pf0ccfcd7b1\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B9 -->\n",
"<g id=\"edge13\" class=\"edge\">\n",
"<title>A-&gt;B9</title>\n",
"<g id=\"a_edge13\"><a xlink:title=\"(2, 12):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1038.55,-99.88C1054.61,-89.16 1070.38,-78.63 1083.79,-69.68\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1085.86,-72.5 1092.24,-64.04 1081.98,-66.68 1085.86,-72.5\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B10 -->\n",
"<g id=\"node14\" class=\"node\">\n",
"<title>B10</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1291,-64 1190,-64 1190,-23 1291,-23 1291,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"1190\" y=\"-64\"> <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-07-12T09:50:06.262547</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 72.576872 45.898125 L 72.576872 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p245bbc7b81)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 72.948128 30.798125 L 72.948128 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p245bbc7b81)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p245bbc7b81)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m8f75aa67d5\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m8f75aa67d5\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p245bbc7b81)\" 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=\"#m8f75aa67d5\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p245bbc7b81)\" 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=\"#m8f75aa67d5\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"mfc5b0c3988\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mfc5b0c3988\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#mfc5b0c3988\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 49.83% -->\n",
" <g transform=\"translate(90.432812 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 50.17% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-35\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B10 -->\n",
" <g transform=\"translate(61.010938 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"68.603516\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"132.226562\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p245bbc7b81\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B10 -->\n",
"<g id=\"edge8\" class=\"edge\">\n",
"<title>A-&gt;B10</title>\n",
"<g id=\"a_edge8\"><a xlink:title=\"(2, 13):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1085.39,-106.7C1119.6,-92.98 1154.23,-79.09 1182.07,-67.93\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1183.65,-71.07 1191.63,-64.1 1181.04,-64.57 1183.65,-71.07\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B11 -->\n",
"<g id=\"node15\" class=\"node\">\n",
"<title>B11</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1410,-64 1309,-64 1309,-23 1410,-23 1410,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"1309\" y=\"-64\"> <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-07-12T09:50:06.296985</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 72.576872 45.898125 L 72.576872 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p8874fe96ef)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 72.948128 30.798125 L 72.948128 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p8874fe96ef)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p8874fe96ef)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m868333dbf7\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m868333dbf7\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p8874fe96ef)\" 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=\"#m868333dbf7\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p8874fe96ef)\" 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=\"#m868333dbf7\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"mf7ff9d284d\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mf7ff9d284d\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#mf7ff9d284d\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 49.83% -->\n",
" <g transform=\"translate(90.432812 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 50.17% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-35\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B11 -->\n",
" <g transform=\"translate(61.010938 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"68.603516\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"132.226562\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p8874fe96ef\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B11 -->\n",
"<g id=\"edge1\" class=\"edge\">\n",
"<title>A-&gt;B11</title>\n",
"<g id=\"a_edge1\"><a xlink:title=\"(2, 14):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1085.36,-125.74C1148.4,-108.46 1223.53,-87.31 1299.01,-64.41\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1300.15,-67.72 1308.7,-61.46 1298.11,-61.02 1300.15,-67.72\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B12 -->\n",
"<g id=\"node16\" class=\"node\">\n",
"<title>B12</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1529,-64 1428,-64 1428,-23 1529,-23 1529,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"1428\" y=\"-64\"> <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-07-12T09:50:06.332607</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 72.576872 45.898125 L 72.576872 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p19926b8f16)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 72.948128 30.798125 L 72.948128 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p19926b8f16)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p19926b8f16)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m3fc344c9d9\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m3fc344c9d9\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p19926b8f16)\" 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=\"#m3fc344c9d9\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p19926b8f16)\" 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=\"#m3fc344c9d9\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m6578c22d05\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m6578c22d05\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m6578c22d05\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 49.83% -->\n",
" <g transform=\"translate(90.432812 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 50.17% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-35\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B12 -->\n",
" <g transform=\"translate(61.010938 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-32\" d=\"M 1228 531 L 3431 531 L 3431 0 L 469 0 L 469 531 Q 828 903 1448 1529 Q 2069 2156 2228 2338 Q 2531 2678 2651 2914 Q 2772 3150 2772 3378 Q 2772 3750 2511 3984 Q 2250 4219 1831 4219 Q 1534 4219 1204 4116 Q 875 4013 500 3803 L 500 4441 Q 881 4594 1212 4672 Q 1544 4750 1819 4750 Q 2544 4750 2975 4387 Q 3406 4025 3406 3419 Q 3406 3131 3298 2873 Q 3191 2616 2906 2266 Q 2828 2175 2409 1742 Q 1991 1309 1228 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"68.603516\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"132.226562\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p19926b8f16\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B12 -->\n",
"<g id=\"edge15\" class=\"edge\">\n",
"<title>A-&gt;B12</title>\n",
"<g id=\"a_edge15\"><a xlink:title=\"(2, 15):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1085.16,-138.45C1177.86,-120.81 1301.31,-95.37 1417.94,-64.31\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1419.01,-67.64 1427.76,-61.67 1417.2,-60.88 1419.01,-67.64\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B13 -->\n",
"<g id=\"node17\" class=\"node\">\n",
"<title>B13</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1648,-64 1547,-64 1547,-23 1648,-23 1648,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"1547\" y=\"-64\"> <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-07-12T09:50:06.369555</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 72.576872 45.898125 L 72.576872 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#pcc633e795f)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 72.948128 30.798125 L 72.948128 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#pcc633e795f)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#pcc633e795f)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"ma18c4cff6e\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#ma18c4cff6e\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#pcc633e795f)\" 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=\"#ma18c4cff6e\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#pcc633e795f)\" 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=\"#ma18c4cff6e\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m4b6f5c4ac6\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m4b6f5c4ac6\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m4b6f5c4ac6\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 49.83% -->\n",
" <g transform=\"translate(90.432812 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 50.17% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-35\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B13 -->\n",
" <g transform=\"translate(61.010938 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"68.603516\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"132.226562\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pcc633e795f\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B13 -->\n",
"<g id=\"edge7\" class=\"edge\">\n",
"<title>A-&gt;B13</title>\n",
"<g id=\"a_edge7\"><a xlink:title=\"(2, 16):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1085.25,-146.3C1204.28,-130.09 1378.18,-103.03 1536.85,-64.26\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1537.92,-67.6 1546.8,-61.8 1536.25,-60.8 1537.92,-67.6\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B14 -->\n",
"<g id=\"node18\" class=\"node\">\n",
"<title>B14</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1767,-64 1666,-64 1666,-23 1767,-23 1767,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"1666\" y=\"-64\"> <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-07-12T09:50:06.405505</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 72.576872 45.898125 L 72.576872 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p2ebe17a248)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 72.948128 30.798125 L 72.948128 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p2ebe17a248)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p2ebe17a248)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m7d93f5ee21\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m7d93f5ee21\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p2ebe17a248)\" 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=\"#m7d93f5ee21\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p2ebe17a248)\" 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=\"#m7d93f5ee21\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"ma5da7b5e41\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#ma5da7b5e41\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#ma5da7b5e41\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 49.83% -->\n",
" <g transform=\"translate(90.432812 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 50.17% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-35\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B14 -->\n",
" <g transform=\"translate(61.010938 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"68.603516\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" x=\"132.226562\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p2ebe17a248\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B14 -->\n",
"<g id=\"edge4\" class=\"edge\">\n",
"<title>A-&gt;B14</title>\n",
"<g id=\"a_edge4\"><a xlink:title=\"(2, 17):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1085.32,-151.67C1228.3,-137.58 1454.31,-110.54 1655.93,-64.19\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1656.87,-67.56 1665.82,-61.9 1655.28,-60.74 1656.87,-67.56\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B15 -->\n",
"<g id=\"node19\" class=\"node\">\n",
"<title>B15</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1886,-64 1785,-64 1785,-23 1886,-23 1886,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"1785\" y=\"-64\"> <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-07-12T09:50:06.510080</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 72.576872 45.898125 L 72.576872 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#pd5430373fd)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 72.948128 30.798125 L 72.948128 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#pd5430373fd)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#pd5430373fd)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m4eff0195cc\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m4eff0195cc\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#pd5430373fd)\" 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=\"#m4eff0195cc\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#pd5430373fd)\" 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=\"#m4eff0195cc\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"ma16d465d72\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#ma16d465d72\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#ma16d465d72\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 49.83% -->\n",
" <g transform=\"translate(90.432812 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 50.17% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-35\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B15 -->\n",
" <g transform=\"translate(61.010938 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"68.603516\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" x=\"132.226562\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pd5430373fd\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B15 -->\n",
"<g id=\"edge14\" class=\"edge\">\n",
"<title>A-&gt;B15</title>\n",
"<g id=\"a_edge14\"><a xlink:title=\"(2, 18):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1085.25,-155.59C1250.3,-143.9 1529.71,-118.02 1775.02,-64.13\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1775.83,-67.54 1784.83,-61.96 1774.31,-60.71 1775.83,-67.54\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"</g>\n",
"</svg>"
],
"text/plain": [
"<IPython.core.display.SVG object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"bn.cpt(alpha).fillWith(1).normalize() \n",
"bn.cpt(beta).fillWith(1).normalize() # uniform prior for hyperparameter\n",
"\n",
"for al in range(pmin,pmax+1):\n",
" for be in range(pmin,pmax+1):\n",
" bn.cpt(\"A\")[{\"alpha\":str(al),\"beta\":str(be)}]=fillvect_(scipy.stats.beta(al,be),\n",
" vmin,vmax,NB_)\n",
"bn.cpt(\"A\").normalizeAsCPT()\n",
"\n",
"l=[]\n",
"r=(vmax-vmin)/NB_\n",
"for i in range(NB_):\n",
" l.append(vmax-i*r)\n",
" l.append(i*r+vmin)\n",
"for b in bs:\n",
" bn.cpt(b).fillWith(l).normalizeAsCPT()\n",
"\n",
"gnb.showInference(bn)"
]
},
{
"cell_type": "markdown",
"id": "6d509ced-945a-4add-82ed-4bb9371e967b",
"metadata": {
"tags": []
},
"source": [
"## The original version with alpha=1 and beta=10"
]
},
{
"cell_type": "code",
"execution_count": 7,
"id": "c2c6b54c-33ed-4199-add6-9bb97bf60c9b",
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"864pt\" height=\"182pt\" viewBox=\"0.00 0.00 864.00 182.01\">\n",
"<g id=\"graph0\" class=\"graph\" transform=\"scale(0.456177 0.456177) rotate(0) translate(4 395)\">\n",
"<title>structs</title>\n",
"<text text-anchor=\"middle\" x=\"943\" y=\"-7.8\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#4a4a4a\">Inference in   9.34ms</text>\n",
"<!-- alpha -->\n",
"<g id=\"node1\" class=\"node\">\n",
"<title>alpha</title>\n",
"<polygon fill=\"sandybrown\" stroke=\"#000000\" points=\"933.5,-391 653.5,-391 653.5,-266 933.5,-266 933.5,-391\"/>\n",
"<svg viewBox=\"0 0 371.265625 164.2005\" width=\"280px\" height=\"125px\" preserveAspectRatio=\"xMinYMin meet\" x=\"653.5\" y=\"-391\"> <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-07-12T09:50:06.849946</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 164.2005 L 371.265625 164.2005 L 371.265625 0 L 0 0 z \" style=\"fill: #f4a460\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 32.865625 140.8755 L 367.665625 140.8755 L 367.665625 32.1555 L 32.865625 32.1555 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"PolyCollection_1\">\n",
" <defs>\n",
" <path id=\"m6b0158ac80\" d=\"M 32.865625 -23.325 L 32.865625 -126.867857 L 39.698278 -23.325 L 46.530931 -23.325 L 53.363584 -23.325 L 60.196237 -23.325 L 67.02889 -23.325 L 73.861543 -23.325 L 80.694196 -23.325 L 87.526849 -23.325 L 94.359503 -23.325 L 101.192156 -23.325 L 108.024809 -23.325 L 114.857462 -23.325 L 121.690115 -23.325 L 128.522768 -23.325 L 135.355421 -23.325 L 142.188074 -23.325 L 149.020727 -23.325 L 155.85338 -23.325 L 162.686033 -23.325 L 169.518686 -23.325 L 176.351339 -23.325 L 183.183992 -23.325 L 190.016645 -23.325 L 196.849298 -23.325 L 203.681952 -23.325 L 210.514605 -23.325 L 217.347258 -23.325 L 224.179911 -23.325 L 231.012564 -23.325 L 237.845217 -23.325 L 244.67787 -23.325 L 251.510523 -23.325 L 258.343176 -23.325 L 265.175829 -23.325 L 272.008482 -23.325 L 278.841135 -23.325 L 285.673788 -23.325 L 292.506441 -23.325 L 299.339094 -23.325 L 306.171747 -23.325 L 313.004401 -23.325 L 319.837054 -23.325 L 326.669707 -23.325 L 333.50236 -23.325 L 340.335013 -23.325 L 347.167666 -23.325 L 354.000319 -23.325 L 360.832972 -23.325 L 367.665625 -23.325 L 367.665625 -23.325 L 367.665625 -23.325 L 360.832972 -23.325 L 354.000319 -23.325 L 347.167666 -23.325 L 340.335013 -23.325 L 333.50236 -23.325 L 326.669707 -23.325 L 319.837054 -23.325 L 313.004401 -23.325 L 306.171747 -23.325 L 299.339094 -23.325 L 292.506441 -23.325 L 285.673788 -23.325 L 278.841135 -23.325 L 272.008482 -23.325 L 265.175829 -23.325 L 258.343176 -23.325 L 251.510523 -23.325 L 244.67787 -23.325 L 237.845217 -23.325 L 231.012564 -23.325 L 224.179911 -23.325 L 217.347258 -23.325 L 210.514605 -23.325 L 203.681952 -23.325 L 196.849298 -23.325 L 190.016645 -23.325 L 183.183992 -23.325 L 176.351339 -23.325 L 169.518686 -23.325 L 162.686033 -23.325 L 155.85338 -23.325 L 149.020727 -23.325 L 142.188074 -23.325 L 135.355421 -23.325 L 128.522768 -23.325 L 121.690115 -23.325 L 114.857462 -23.325 L 108.024809 -23.325 L 101.192156 -23.325 L 94.359503 -23.325 L 87.526849 -23.325 L 80.694196 -23.325 L 73.861543 -23.325 L 67.02889 -23.325 L 60.196237 -23.325 L 53.363584 -23.325 L 46.530931 -23.325 L 39.698278 -23.325 L 32.865625 -23.325 z \" style=\"stroke: #8fbc8f\"/>\n",
" </defs>\n",
" <g clip-path=\"url(#p0f6303b00c)\">\n",
" <use xlink:href=\"#m6b0158ac80\" x=\"0\" y=\"164.2005\" style=\"fill: #8fbc8f; stroke: #8fbc8f\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 32.865625 140.8755 L 32.865625 32.1555 \" clip-path=\"url(#p0f6303b00c)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m47d93f7caf\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m47d93f7caf\" x=\"32.865625\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(35.625 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 53.363584 140.8755 L 53.363584 32.1555 \" clip-path=\"url(#p0f6303b00c)\" 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=\"#m47d93f7caf\" x=\"53.363584\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 4 -->\n",
" <g transform=\"translate(56.122959 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 73.861543 140.8755 L 73.861543 32.1555 \" clip-path=\"url(#p0f6303b00c)\" 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=\"#m47d93f7caf\" x=\"73.861543\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 7 -->\n",
" <g transform=\"translate(76.620918 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-37\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_4\">\n",
" <g id=\"line2d_7\">\n",
" <path d=\"M 94.359503 140.8755 L 94.359503 32.1555 \" clip-path=\"url(#p0f6303b00c)\" 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=\"#m47d93f7caf\" x=\"94.359503\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 10 -->\n",
" <g transform=\"translate(97.118878 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\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 114.857462 140.8755 L 114.857462 32.1555 \" clip-path=\"url(#p0f6303b00c)\" 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=\"#m47d93f7caf\" x=\"114.857462\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- 13 -->\n",
" <g transform=\"translate(117.616837 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_6\">\n",
" <g id=\"line2d_11\">\n",
" <path d=\"M 135.355421 140.8755 L 135.355421 32.1555 \" clip-path=\"url(#p0f6303b00c)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_12\">\n",
" <g>\n",
" <use xlink:href=\"#m47d93f7caf\" x=\"135.355421\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_6\">\n",
" <!-- 16 -->\n",
" <g transform=\"translate(138.114796 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-36\" d=\"M 2113 2584 Q 1688 2584 1439 2293 Q 1191 2003 1191 1497 Q 1191 994 1439 701 Q 1688 409 2113 409 Q 2538 409 2786 701 Q 3034 994 3034 1497 Q 3034 2003 2786 2293 Q 2538 2584 2113 2584 z M 3366 4563 L 3366 3988 Q 3128 4100 2886 4159 Q 2644 4219 2406 4219 Q 1781 4219 1451 3797 Q 1122 3375 1075 2522 Q 1259 2794 1537 2939 Q 1816 3084 2150 3084 Q 2853 3084 3261 2657 Q 3669 2231 3669 1497 Q 3669 778 3244 343 Q 2819 -91 2113 -91 Q 1303 -91 875 529 Q 447 1150 447 2328 Q 447 3434 972 4092 Q 1497 4750 2381 4750 Q 2619 4750 2861 4703 Q 3103 4656 3366 4563 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_7\">\n",
" <g id=\"line2d_13\">\n",
" <path d=\"M 155.85338 140.8755 L 155.85338 32.1555 \" clip-path=\"url(#p0f6303b00c)\" 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=\"#m47d93f7caf\" x=\"155.85338\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_7\">\n",
" <!-- 19 -->\n",
" <g transform=\"translate(158.612755 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_8\">\n",
" <g id=\"line2d_15\">\n",
" <path d=\"M 176.351339 140.8755 L 176.351339 32.1555 \" clip-path=\"url(#p0f6303b00c)\" 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=\"#m47d93f7caf\" x=\"176.351339\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_8\">\n",
" <!-- 22 -->\n",
" <g transform=\"translate(179.110714 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-32\" d=\"M 1228 531 L 3431 531 L 3431 0 L 469 0 L 469 531 Q 828 903 1448 1529 Q 2069 2156 2228 2338 Q 2531 2678 2651 2914 Q 2772 3150 2772 3378 Q 2772 3750 2511 3984 Q 2250 4219 1831 4219 Q 1534 4219 1204 4116 Q 875 4013 500 3803 L 500 4441 Q 881 4594 1212 4672 Q 1544 4750 1819 4750 Q 2544 4750 2975 4387 Q 3406 4025 3406 3419 Q 3406 3131 3298 2873 Q 3191 2616 2906 2266 Q 2828 2175 2409 1742 Q 1991 1309 1228 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_9\">\n",
" <g id=\"line2d_17\">\n",
" <path d=\"M 196.849298 140.8755 L 196.849298 32.1555 \" clip-path=\"url(#p0f6303b00c)\" 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=\"#m47d93f7caf\" x=\"196.849298\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_9\">\n",
" <!-- 25 -->\n",
" <g transform=\"translate(199.608673 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_10\">\n",
" <g id=\"line2d_19\">\n",
" <path d=\"M 217.347258 140.8755 L 217.347258 32.1555 \" clip-path=\"url(#p0f6303b00c)\" 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=\"#m47d93f7caf\" x=\"217.347258\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_10\">\n",
" <!-- 28 -->\n",
" <g transform=\"translate(220.106633 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_11\">\n",
" <g id=\"line2d_21\">\n",
" <path d=\"M 237.845217 140.8755 L 237.845217 32.1555 \" clip-path=\"url(#p0f6303b00c)\" 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=\"#m47d93f7caf\" x=\"237.845217\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_11\">\n",
" <!-- 31 -->\n",
" <g transform=\"translate(240.604592 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-33\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_12\">\n",
" <g id=\"line2d_23\">\n",
" <path d=\"M 258.343176 140.8755 L 258.343176 32.1555 \" clip-path=\"url(#p0f6303b00c)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_24\">\n",
" <g>\n",
" <use xlink:href=\"#m47d93f7caf\" x=\"258.343176\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_12\">\n",
" <!-- 34 -->\n",
" <g transform=\"translate(261.102551 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-33\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_13\">\n",
" <g id=\"line2d_25\">\n",
" <path d=\"M 278.841135 140.8755 L 278.841135 32.1555 \" clip-path=\"url(#p0f6303b00c)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_26\">\n",
" <g>\n",
" <use xlink:href=\"#m47d93f7caf\" x=\"278.841135\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_13\">\n",
" <!-- 37 -->\n",
" <g transform=\"translate(281.60051 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-33\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_14\">\n",
" <g id=\"line2d_27\">\n",
" <path d=\"M 299.339094 140.8755 L 299.339094 32.1555 \" clip-path=\"url(#p0f6303b00c)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_28\">\n",
" <g>\n",
" <use xlink:href=\"#m47d93f7caf\" x=\"299.339094\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_14\">\n",
" <!-- 40 -->\n",
" <g transform=\"translate(302.098469 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_15\">\n",
" <g id=\"line2d_29\">\n",
" <path d=\"M 319.837054 140.8755 L 319.837054 32.1555 \" clip-path=\"url(#p0f6303b00c)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_30\">\n",
" <g>\n",
" <use xlink:href=\"#m47d93f7caf\" x=\"319.837054\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_15\">\n",
" <!-- 43 -->\n",
" <g transform=\"translate(322.596429 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_16\">\n",
" <g id=\"line2d_31\">\n",
" <path d=\"M 340.335013 140.8755 L 340.335013 32.1555 \" clip-path=\"url(#p0f6303b00c)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_32\">\n",
" <g>\n",
" <use xlink:href=\"#m47d93f7caf\" x=\"340.335013\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_16\">\n",
" <!-- 46 -->\n",
" <g transform=\"translate(343.094388 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_17\">\n",
" <g id=\"line2d_33\">\n",
" <path d=\"M 360.832972 140.8755 L 360.832972 32.1555 \" clip-path=\"url(#p0f6303b00c)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_34\">\n",
" <g>\n",
" <use xlink:href=\"#m47d93f7caf\" x=\"360.832972\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_17\">\n",
" <!-- 49 -->\n",
" <g transform=\"translate(363.592347 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_35\">\n",
" <path d=\"M 32.865625 140.8755 L 367.665625 140.8755 \" clip-path=\"url(#p0f6303b00c)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_36\">\n",
" <defs>\n",
" <path id=\"m09170677bf\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m09170677bf\" x=\"32.865625\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_18\">\n",
" <!-- 0.00 -->\n",
" <g transform=\"translate(3.6 144.674719)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" 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",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_37\">\n",
" <path d=\"M 32.865625 114.989786 L 367.665625 114.989786 \" clip-path=\"url(#p0f6303b00c)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_38\">\n",
" <g>\n",
" <use xlink:href=\"#m09170677bf\" x=\"32.865625\" y=\"114.989786\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_19\">\n",
" <!-- 0.25 -->\n",
" <g transform=\"translate(3.6 118.789004)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",
" <use xlink:href=\"#DejaVuSans-35\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_3\">\n",
" <g id=\"line2d_39\">\n",
" <path d=\"M 32.865625 89.104071 L 367.665625 89.104071 \" clip-path=\"url(#p0f6303b00c)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_40\">\n",
" <g>\n",
" <use xlink:href=\"#m09170677bf\" x=\"32.865625\" y=\"89.104071\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_20\">\n",
" <!-- 0.50 -->\n",
" <g transform=\"translate(3.6 92.90329)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-35\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_4\">\n",
" <g id=\"line2d_41\">\n",
" <path d=\"M 32.865625 63.218357 L 367.665625 63.218357 \" clip-path=\"url(#p0f6303b00c)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_42\">\n",
" <g>\n",
" <use xlink:href=\"#m09170677bf\" x=\"32.865625\" y=\"63.218357\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_21\">\n",
" <!-- 0.75 -->\n",
" <g transform=\"translate(3.6 67.017576)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-37\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_5\">\n",
" <g id=\"line2d_43\">\n",
" <path d=\"M 32.865625 37.332643 L 367.665625 37.332643 \" clip-path=\"url(#p0f6303b00c)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_44\">\n",
" <g>\n",
" <use xlink:href=\"#m09170677bf\" x=\"32.865625\" y=\"37.332643\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_22\">\n",
" <!-- 1.00 -->\n",
" <g transform=\"translate(3.6 41.131862)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",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 32.865625 140.8755 L 32.865625 32.1555 \" 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 367.665625 140.8755 L 367.665625 32.1555 \" 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 32.865625 140.8755 L 367.665625 140.8755 \" 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 32.865625 32.1555 L 367.665625 32.1555 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_23\">\n",
" <!-- alpha -->\n",
" <g transform=\"translate(183.633438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-61\" d=\"M 2194 1759 Q 1497 1759 1228 1600 Q 959 1441 959 1056 Q 959 750 1161 570 Q 1363 391 1709 391 Q 2188 391 2477 730 Q 2766 1069 2766 1631 L 2766 1759 L 2194 1759 z M 3341 1997 L 3341 0 L 2766 0 L 2766 531 Q 2569 213 2275 61 Q 1981 -91 1556 -91 Q 1019 -91 701 211 Q 384 513 384 1019 Q 384 1609 779 1909 Q 1175 2209 1959 2209 L 2766 2209 L 2766 2266 Q 2766 2663 2505 2880 Q 2244 3097 1772 3097 Q 1472 3097 1187 3025 Q 903 2953 641 2809 L 641 3341 Q 956 3463 1253 3523 Q 1550 3584 1831 3584 Q 2591 3584 2966 3190 Q 3341 2797 3341 1997 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-6c\" d=\"M 603 4863 L 1178 4863 L 1178 0 L 603 0 L 603 4863 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-70\" d=\"M 1159 525 L 1159 -1331 L 581 -1331 L 581 3500 L 1159 3500 L 1159 2969 Q 1341 3281 1617 3432 Q 1894 3584 2278 3584 Q 2916 3584 3314 3078 Q 3713 2572 3713 1747 Q 3713 922 3314 415 Q 2916 -91 2278 -91 Q 1894 -91 1617 61 Q 1341 213 1159 525 z M 3116 1747 Q 3116 2381 2855 2742 Q 2594 3103 2138 3103 Q 1681 3103 1420 2742 Q 1159 2381 1159 1747 Q 1159 1113 1420 752 Q 1681 391 2138 391 Q 2594 391 2855 752 Q 3116 1113 3116 1747 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-68\" d=\"M 3513 2113 L 3513 0 L 2938 0 L 2938 2094 Q 2938 2591 2744 2837 Q 2550 3084 2163 3084 Q 1697 3084 1428 2787 Q 1159 2491 1159 1978 L 1159 0 L 581 0 L 581 4863 L 1159 4863 L 1159 2956 Q 1366 3272 1645 3428 Q 1925 3584 2291 3584 Q 2894 3584 3203 3211 Q 3513 2838 3513 2113 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-61\"/>\n",
" <use xlink:href=\"#DejaVuSans-6c\" x=\"61.279297\"/>\n",
" <use xlink:href=\"#DejaVuSans-70\" x=\"89.0625\"/>\n",
" <use xlink:href=\"#DejaVuSans-68\" x=\"152.539062\"/>\n",
" <use xlink:href=\"#DejaVuSans-61\" x=\"215.917969\"/>\n",
" </g>\n",
" <!-- $\\mu=1.00$; $\\sigma=0.00$ -->\n",
" <g transform=\"translate(147.225625 26.1555)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-Oblique-3bc\" d=\"M -84 -1331 L 856 3500 L 1434 3500 L 1009 1322 Q 997 1256 987 1175 Q 978 1094 978 1013 Q 978 722 1161 565 Q 1344 409 1684 409 Q 2147 409 2431 671 Q 2716 934 2816 1459 L 3213 3500 L 3788 3500 L 3266 809 Q 3253 750 3248 706 Q 3244 663 3244 628 Q 3244 531 3283 486 Q 3322 441 3406 441 Q 3438 441 3492 456 Q 3547 472 3647 513 L 3559 50 Q 3422 -19 3297 -55 Q 3172 -91 3053 -91 Q 2847 -91 2730 40 Q 2613 172 2613 403 Q 2438 153 2195 31 Q 1953 -91 1625 -91 Q 1334 -91 1117 43 Q 900 178 831 397 L 494 -1331 L -84 -1331 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-3d\" d=\"M 678 2906 L 4684 2906 L 4684 2381 L 678 2381 L 678 2906 z M 678 1631 L 4684 1631 L 4684 1100 L 678 1100 L 678 1631 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-3b\" d=\"M 750 3309 L 1409 3309 L 1409 2516 L 750 2516 L 750 3309 z M 750 794 L 1409 794 L 1409 256 L 897 -744 L 494 -744 L 750 256 L 750 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-20\" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-Oblique-3c3\" d=\"M 2219 3044 Q 1744 3044 1422 2700 Q 1081 2341 969 1747 Q 844 1119 1044 756 Q 1241 397 1706 397 Q 2166 397 2503 759 Q 2844 1122 2966 1747 Q 3075 2319 2881 2700 Q 2700 3044 2219 3044 z M 2309 3503 L 4219 3500 L 4106 2925 L 3463 2925 Q 3706 2438 3575 1747 Q 3406 888 2884 400 Q 2359 -91 1609 -91 Q 856 -91 525 400 Q 194 888 363 1747 Q 528 2609 1050 3097 Q 1484 3503 2309 3503 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-Oblique-3bc\" transform=\"translate(0 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3d\" transform=\"translate(83.105469 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" transform=\"translate(186.376953 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" transform=\"translate(250 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" transform=\"translate(281.787109 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" transform=\"translate(345.410156 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3b\" transform=\"translate(409.033203 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-20\" transform=\"translate(442.724609 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-Oblique-3c3\" transform=\"translate(474.511719 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3d\" transform=\"translate(557.373047 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" transform=\"translate(660.644531 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" transform=\"translate(724.267578 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" transform=\"translate(756.054688 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" transform=\"translate(819.677734 0.78125)\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p0f6303b00c\">\n",
" <rect x=\"32.865625\" y=\"32.1555\" width=\"334.8\" height=\"108.72\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A -->\n",
"<g id=\"node3\" class=\"node\">\n",
"<title>A</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1082.5,-230 802.5,-230 802.5,-100 1082.5,-100 1082.5,-230\"/>\n",
"<svg viewBox=\"0 0 371.265625 170.563\" width=\"280px\" height=\"130px\" preserveAspectRatio=\"xMinYMin meet\" x=\"802.5\" y=\"-230\"> <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-07-12T09:50:07.118698</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 170.563 L 371.265625 170.563 L 371.265625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 32.865625 140.8755 L 367.665625 140.8755 L 367.665625 32.1555 L 32.865625 32.1555 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"PolyCollection_1\">\n",
" <defs>\n",
" <path id=\"m5fad7fac2e\" d=\"M 32.865625 -29.6875 L 32.865625 -133.230357 L 33.985357 -130.158091 L 35.10509 -127.167123 L 36.224822 -124.255565 L 37.344555 -121.421566 L 38.464287 -118.663313 L 39.58402 -115.979027 L 40.703752 -113.366967 L 41.823485 -110.825428 L 42.943217 -108.352737 L 44.062949 -105.947257 L 45.182682 -103.607384 L 46.302414 -101.331547 L 47.422147 -99.118207 L 48.541879 -96.965858 L 49.661612 -94.873023 L 50.781344 -92.838258 L 51.901077 -90.860148 L 53.020809 -88.937308 L 54.140541 -87.068382 L 55.260274 -85.252042 L 56.380006 -83.48699 L 57.499739 -81.771953 L 58.619471 -80.105687 L 59.739204 -78.486974 L 60.858936 -76.914622 L 61.978668 -75.387466 L 63.098401 -73.904365 L 64.218133 -72.464202 L 65.337866 -71.065886 L 66.457598 -69.708348 L 67.577331 -68.390546 L 68.697063 -67.111456 L 69.816796 -65.870081 L 70.936528 -64.665444 L 72.05626 -63.496589 L 73.175993 -62.362584 L 74.295725 -61.262515 L 75.415458 -60.195492 L 76.53519 -59.160641 L 77.654923 -58.157111 L 78.774655 -57.18407 L 79.894388 -56.240703 L 81.01412 -55.326216 L 82.133852 -54.439832 L 83.253585 -53.580793 L 84.373317 -52.748357 L 85.49305 -51.941802 L 86.612782 -51.160419 L 87.732515 -50.40352 L 88.852247 -49.670429 L 89.97198 -48.96049 L 91.091712 -48.27306 L 92.211444 -47.607511 L 93.331177 -46.963233 L 94.450909 -46.339627 L 95.570642 -45.736112 L 96.690374 -45.152118 L 97.810107 -44.58709 L 98.929839 -44.040489 L 100.049571 -43.511785 L 101.169304 -43.000463 L 102.289036 -42.506022 L 103.408769 -42.027973 L 104.528501 -41.565836 L 105.648234 -41.119148 L 106.767966 -40.687454 L 107.887699 -40.270312 L 109.007431 -39.867291 L 110.127163 -39.477971 L 111.246896 -39.101942 L 112.366628 -38.738806 L 113.486361 -38.388175 L 114.606093 -38.04967 L 115.725826 -37.722922 L 116.845558 -37.407573 L 117.965291 -37.103273 L 119.085023 -36.809682 L 120.204755 -36.526468 L 121.324488 -36.25331 L 122.44422 -35.989893 L 123.563953 -35.735912 L 124.683685 -35.49107 L 125.803418 -35.255079 L 126.92315 -35.027656 L 128.042883 -34.808528 L 129.162615 -34.59743 L 130.282347 -34.394102 L 131.40208 -34.198294 L 132.521812 -34.00976 L 133.641545 -33.828264 L 134.761277 -33.653574 L 135.88101 -33.485466 L 137.000742 -33.323722 L 138.120474 -33.16813 L 139.240207 -33.018484 L 140.359939 -32.874585 L 141.479672 -32.736238 L 142.599404 -32.603256 L 143.719137 -32.475454 L 144.838869 -32.352657 L 145.958602 -32.234691 L 147.078334 -32.121389 L 148.198066 -32.012589 L 149.317799 -31.908135 L 150.437531 -31.807872 L 151.557264 -31.711654 L 152.676996 -31.619336 L 153.796729 -31.530781 L 154.916461 -31.445852 L 156.036194 -31.364419 L 157.155926 -31.286357 L 158.275658 -31.211541 L 159.395391 -31.139853 L 160.515123 -31.071179 L 161.634856 -31.005406 L 162.754588 -30.942427 L 163.874321 -30.882138 L 164.994053 -30.824437 L 166.113786 -30.769227 L 167.233518 -30.716413 L 168.35325 -30.665904 L 169.472983 -30.617611 L 170.592715 -30.571448 L 171.712448 -30.527334 L 172.83218 -30.485187 L 173.951913 -30.444931 L 175.071645 -30.406491 L 176.191378 -30.369795 L 177.31111 -30.334773 L 178.430842 -30.301359 L 179.550575 -30.269486 L 180.670307 -30.239093 L 181.79004 -30.21012 L 182.909772 -30.182507 L 184.029505 -30.156198 L 185.149237 -30.13114 L 186.268969 -30.10728 L 187.388702 -30.084568 L 188.508434 -30.062954 L 189.628167 -30.042393 L 190.747899 -30.022838 L 191.867632 -30.004248 L 192.987364 -29.986579 L 194.107097 -29.969792 L 195.226829 -29.953847 L 196.346561 -29.938708 L 197.466294 -29.924339 L 198.586026 -29.910706 L 199.705759 -29.897774 L 200.825491 -29.885513 L 201.945224 -29.873891 L 203.064956 -29.86288 L 204.184689 -29.85245 L 205.304421 -29.842576 L 206.424153 -29.833231 L 207.543886 -29.824389 L 208.663618 -29.816028 L 209.783351 -29.808124 L 210.903083 -29.800655 L 212.022816 -29.7936 L 213.142548 -29.786938 L 214.262281 -29.780651 L 215.382013 -29.77472 L 216.501745 -29.769127 L 217.621478 -29.763855 L 218.74121 -29.758888 L 219.860943 -29.75421 L 220.980675 -29.749807 L 222.100408 -29.745664 L 223.22014 -29.741767 L 224.339872 -29.738105 L 225.459605 -29.734664 L 226.579337 -29.731432 L 227.69907 -29.728399 L 228.818802 -29.725553 L 229.938535 -29.722885 L 231.058267 -29.720384 L 232.178 -29.718042 L 233.297732 -29.715849 L 234.417464 -29.713798 L 235.537197 -29.711879 L 236.656929 -29.710086 L 237.776662 -29.708411 L 238.896394 -29.706847 L 240.016127 -29.705388 L 241.135859 -29.704028 L 242.255592 -29.702761 L 243.375324 -29.70158 L 244.495056 -29.700482 L 245.614789 -29.69946 L 246.734521 -29.69851 L 247.854254 -29.697629 L 248.973986 -29.69681 L 250.093719 -29.696051 L 251.213451 -29.695347 L 252.333184 -29.694695 L 253.452916 -29.694092 L 254.572648 -29.693534 L 255.692381 -29.693019 L 256.812113 -29.692543 L 257.931846 -29.692104 L 259.051578 -29.691699 L 260.171311 -29.691326 L 261.291043 -29.690983 L 262.410776 -29.690668 L 263.530508 -29.690378 L 264.65024 -29.690112 L 265.769973 -29.689868 L 266.889705 -29.689645 L 268.009438 -29.68944 L 269.12917 -29.689253 L 270.248903 -29.689082 L 271.368635 -29.688926 L 272.488367 -29.688784 L 273.6081 -29.688655 L 274.727832 -29.688537 L 275.847565 -29.688431 L 276.967297 -29.688334 L 278.08703 -29.688246 L 279.206762 -29.688166 L 280.326495 -29.688094 L 281.446227 -29.688029 L 282.565959 -29.687971 L 283.685692 -29.687918 L 284.805424 -29.687871 L 285.925157 -29.687828 L 287.044889 -29.68779 L 288.164622 -29.687756 L 289.284354 -29.687725 L 290.404087 -29.687698 L 291.523819 -29.687674 L 292.643551 -29.687652 L 293.763284 -29.687633 L 294.883016 -29.687616 L 296.002749 -29.687601 L 297.122481 -29.687588 L 298.242214 -29.687576 L 299.361946 -29.687566 L 300.481679 -29.687557 L 301.601411 -29.687549 L 302.721143 -29.687542 L 303.840876 -29.687536 L 304.960608 -29.687531 L 306.080341 -29.687526 L 307.200073 -29.687522 L 308.319806 -29.687519 L 309.439538 -29.687516 L 310.55927 -29.687513 L 311.679003 -29.687511 L 312.798735 -29.687509 L 313.918468 -29.687508 L 315.0382 -29.687506 L 316.157933 -29.687505 L 317.277665 -29.687504 L 318.397398 -29.687504 L 319.51713 -29.687503 L 320.636862 -29.687502 L 321.756595 -29.687502 L 322.876327 -29.687502 L 323.99606 -29.687501 L 325.115792 -29.687501 L 326.235525 -29.687501 L 327.355257 -29.687501 L 328.47499 -29.6875 L 329.594722 -29.6875 L 330.714454 -29.6875 L 331.834187 -29.6875 L 332.953919 -29.6875 L 334.073652 -29.6875 L 335.193384 -29.6875 L 336.313117 -29.6875 L 337.432849 -29.6875 L 338.552582 -29.6875 L 339.672314 -29.6875 L 340.792046 -29.6875 L 341.911779 -29.6875 L 343.031511 -29.6875 L 344.151244 -29.6875 L 345.270976 -29.6875 L 346.390709 -29.6875 L 347.510441 -29.6875 L 348.630173 -29.6875 L 349.749906 -29.6875 L 350.869638 -29.6875 L 351.989371 -29.6875 L 353.109103 -29.6875 L 354.228836 -29.6875 L 355.348568 -29.6875 L 356.468301 -29.6875 L 357.588033 -29.6875 L 358.707765 -29.6875 L 359.827498 -29.6875 L 360.94723 -29.6875 L 362.066963 -29.6875 L 363.186695 -29.6875 L 364.306428 -29.6875 L 365.42616 -29.6875 L 366.545893 -29.6875 L 367.665625 -29.6875 L 367.665625 -29.6875 L 367.665625 -29.6875 L 366.545893 -29.6875 L 365.42616 -29.6875 L 364.306428 -29.6875 L 363.186695 -29.6875 L 362.066963 -29.6875 L 360.94723 -29.6875 L 359.827498 -29.6875 L 358.707765 -29.6875 L 357.588033 -29.6875 L 356.468301 -29.6875 L 355.348568 -29.6875 L 354.228836 -29.6875 L 353.109103 -29.6875 L 351.989371 -29.6875 L 350.869638 -29.6875 L 349.749906 -29.6875 L 348.630173 -29.6875 L 347.510441 -29.6875 L 346.390709 -29.6875 L 345.270976 -29.6875 L 344.151244 -29.6875 L 343.031511 -29.6875 L 341.911779 -29.6875 L 340.792046 -29.6875 L 339.672314 -29.6875 L 338.552582 -29.6875 L 337.432849 -29.6875 L 336.313117 -29.6875 L 335.193384 -29.6875 L 334.073652 -29.6875 L 332.953919 -29.6875 L 331.834187 -29.6875 L 330.714454 -29.6875 L 329.594722 -29.6875 L 328.47499 -29.6875 L 327.355257 -29.6875 L 326.235525 -29.6875 L 325.115792 -29.6875 L 323.99606 -29.6875 L 322.876327 -29.6875 L 321.756595 -29.6875 L 320.636862 -29.6875 L 319.51713 -29.6875 L 318.397398 -29.6875 L 317.277665 -29.6875 L 316.157933 -29.6875 L 315.0382 -29.6875 L 313.918468 -29.6875 L 312.798735 -29.6875 L 311.679003 -29.6875 L 310.55927 -29.6875 L 309.439538 -29.6875 L 308.319806 -29.6875 L 307.200073 -29.6875 L 306.080341 -29.6875 L 304.960608 -29.6875 L 303.840876 -29.6875 L 302.721143 -29.6875 L 301.601411 -29.6875 L 300.481679 -29.6875 L 299.361946 -29.6875 L 298.242214 -29.6875 L 297.122481 -29.6875 L 296.002749 -29.6875 L 294.883016 -29.6875 L 293.763284 -29.6875 L 292.643551 -29.6875 L 291.523819 -29.6875 L 290.404087 -29.6875 L 289.284354 -29.6875 L 288.164622 -29.6875 L 287.044889 -29.6875 L 285.925157 -29.6875 L 284.805424 -29.6875 L 283.685692 -29.6875 L 282.565959 -29.6875 L 281.446227 -29.6875 L 280.326495 -29.6875 L 279.206762 -29.6875 L 278.08703 -29.6875 L 276.967297 -29.6875 L 275.847565 -29.6875 L 274.727832 -29.6875 L 273.6081 -29.6875 L 272.488367 -29.6875 L 271.368635 -29.6875 L 270.248903 -29.6875 L 269.12917 -29.6875 L 268.009438 -29.6875 L 266.889705 -29.6875 L 265.769973 -29.6875 L 264.65024 -29.6875 L 263.530508 -29.6875 L 262.410776 -29.6875 L 261.291043 -29.6875 L 260.171311 -29.6875 L 259.051578 -29.6875 L 257.931846 -29.6875 L 256.812113 -29.6875 L 255.692381 -29.6875 L 254.572648 -29.6875 L 253.452916 -29.6875 L 252.333184 -29.6875 L 251.213451 -29.6875 L 250.093719 -29.6875 L 248.973986 -29.6875 L 247.854254 -29.6875 L 246.734521 -29.6875 L 245.614789 -29.6875 L 244.495056 -29.6875 L 243.375324 -29.6875 L 242.255592 -29.6875 L 241.135859 -29.6875 L 240.016127 -29.6875 L 238.896394 -29.6875 L 237.776662 -29.6875 L 236.656929 -29.6875 L 235.537197 -29.6875 L 234.417464 -29.6875 L 233.297732 -29.6875 L 232.178 -29.6875 L 231.058267 -29.6875 L 229.938535 -29.6875 L 228.818802 -29.6875 L 227.69907 -29.6875 L 226.579337 -29.6875 L 225.459605 -29.6875 L 224.339872 -29.6875 L 223.22014 -29.6875 L 222.100408 -29.6875 L 220.980675 -29.6875 L 219.860943 -29.6875 L 218.74121 -29.6875 L 217.621478 -29.6875 L 216.501745 -29.6875 L 215.382013 -29.6875 L 214.262281 -29.6875 L 213.142548 -29.6875 L 212.022816 -29.6875 L 210.903083 -29.6875 L 209.783351 -29.6875 L 208.663618 -29.6875 L 207.543886 -29.6875 L 206.424153 -29.6875 L 205.304421 -29.6875 L 204.184689 -29.6875 L 203.064956 -29.6875 L 201.945224 -29.6875 L 200.825491 -29.6875 L 199.705759 -29.6875 L 198.586026 -29.6875 L 197.466294 -29.6875 L 196.346561 -29.6875 L 195.226829 -29.6875 L 194.107097 -29.6875 L 192.987364 -29.6875 L 191.867632 -29.6875 L 190.747899 -29.6875 L 189.628167 -29.6875 L 188.508434 -29.6875 L 187.388702 -29.6875 L 186.268969 -29.6875 L 185.149237 -29.6875 L 184.029505 -29.6875 L 182.909772 -29.6875 L 181.79004 -29.6875 L 180.670307 -29.6875 L 179.550575 -29.6875 L 178.430842 -29.6875 L 177.31111 -29.6875 L 176.191378 -29.6875 L 175.071645 -29.6875 L 173.951913 -29.6875 L 172.83218 -29.6875 L 171.712448 -29.6875 L 170.592715 -29.6875 L 169.472983 -29.6875 L 168.35325 -29.6875 L 167.233518 -29.6875 L 166.113786 -29.6875 L 164.994053 -29.6875 L 163.874321 -29.6875 L 162.754588 -29.6875 L 161.634856 -29.6875 L 160.515123 -29.6875 L 159.395391 -29.6875 L 158.275658 -29.6875 L 157.155926 -29.6875 L 156.036194 -29.6875 L 154.916461 -29.6875 L 153.796729 -29.6875 L 152.676996 -29.6875 L 151.557264 -29.6875 L 150.437531 -29.6875 L 149.317799 -29.6875 L 148.198066 -29.6875 L 147.078334 -29.6875 L 145.958602 -29.6875 L 144.838869 -29.6875 L 143.719137 -29.6875 L 142.599404 -29.6875 L 141.479672 -29.6875 L 140.359939 -29.6875 L 139.240207 -29.6875 L 138.120474 -29.6875 L 137.000742 -29.6875 L 135.88101 -29.6875 L 134.761277 -29.6875 L 133.641545 -29.6875 L 132.521812 -29.6875 L 131.40208 -29.6875 L 130.282347 -29.6875 L 129.162615 -29.6875 L 128.042883 -29.6875 L 126.92315 -29.6875 L 125.803418 -29.6875 L 124.683685 -29.6875 L 123.563953 -29.6875 L 122.44422 -29.6875 L 121.324488 -29.6875 L 120.204755 -29.6875 L 119.085023 -29.6875 L 117.965291 -29.6875 L 116.845558 -29.6875 L 115.725826 -29.6875 L 114.606093 -29.6875 L 113.486361 -29.6875 L 112.366628 -29.6875 L 111.246896 -29.6875 L 110.127163 -29.6875 L 109.007431 -29.6875 L 107.887699 -29.6875 L 106.767966 -29.6875 L 105.648234 -29.6875 L 104.528501 -29.6875 L 103.408769 -29.6875 L 102.289036 -29.6875 L 101.169304 -29.6875 L 100.049571 -29.6875 L 98.929839 -29.6875 L 97.810107 -29.6875 L 96.690374 -29.6875 L 95.570642 -29.6875 L 94.450909 -29.6875 L 93.331177 -29.6875 L 92.211444 -29.6875 L 91.091712 -29.6875 L 89.97198 -29.6875 L 88.852247 -29.6875 L 87.732515 -29.6875 L 86.612782 -29.6875 L 85.49305 -29.6875 L 84.373317 -29.6875 L 83.253585 -29.6875 L 82.133852 -29.6875 L 81.01412 -29.6875 L 79.894388 -29.6875 L 78.774655 -29.6875 L 77.654923 -29.6875 L 76.53519 -29.6875 L 75.415458 -29.6875 L 74.295725 -29.6875 L 73.175993 -29.6875 L 72.05626 -29.6875 L 70.936528 -29.6875 L 69.816796 -29.6875 L 68.697063 -29.6875 L 67.577331 -29.6875 L 66.457598 -29.6875 L 65.337866 -29.6875 L 64.218133 -29.6875 L 63.098401 -29.6875 L 61.978668 -29.6875 L 60.858936 -29.6875 L 59.739204 -29.6875 L 58.619471 -29.6875 L 57.499739 -29.6875 L 56.380006 -29.6875 L 55.260274 -29.6875 L 54.140541 -29.6875 L 53.020809 -29.6875 L 51.901077 -29.6875 L 50.781344 -29.6875 L 49.661612 -29.6875 L 48.541879 -29.6875 L 47.422147 -29.6875 L 46.302414 -29.6875 L 45.182682 -29.6875 L 44.062949 -29.6875 L 42.943217 -29.6875 L 41.823485 -29.6875 L 40.703752 -29.6875 L 39.58402 -29.6875 L 38.464287 -29.6875 L 37.344555 -29.6875 L 36.224822 -29.6875 L 35.10509 -29.6875 L 33.985357 -29.6875 L 32.865625 -29.6875 z \" style=\"stroke: #8fbc8f\"/>\n",
" </defs>\n",
" <g clip-path=\"url(#p60e1ed26f7)\">\n",
" <use xlink:href=\"#m5fad7fac2e\" x=\"0\" y=\"170.563\" style=\"fill: #8fbc8f; stroke: #8fbc8f\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 32.865625 140.8755 L 32.865625 32.1555 \" clip-path=\"url(#p60e1ed26f7)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m5a2aa3f829\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m5a2aa3f829\" x=\"32.865625\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(35.625 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 55.260274 140.8755 L 55.260274 32.1555 \" clip-path=\"url(#p60e1ed26f7)\" 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=\"#m5a2aa3f829\" x=\"55.260274\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 20 -->\n",
" <g transform=\"translate(58.019649 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-32\" d=\"M 1228 531 L 3431 531 L 3431 0 L 469 0 L 469 531 Q 828 903 1448 1529 Q 2069 2156 2228 2338 Q 2531 2678 2651 2914 Q 2772 3150 2772 3378 Q 2772 3750 2511 3984 Q 2250 4219 1831 4219 Q 1534 4219 1204 4116 Q 875 4013 500 3803 L 500 4441 Q 881 4594 1212 4672 Q 1544 4750 1819 4750 Q 2544 4750 2975 4387 Q 3406 4025 3406 3419 Q 3406 3131 3298 2873 Q 3191 2616 2906 2266 Q 2828 2175 2409 1742 Q 1991 1309 1228 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 77.654923 140.8755 L 77.654923 32.1555 \" clip-path=\"url(#p60e1ed26f7)\" 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=\"#m5a2aa3f829\" x=\"77.654923\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 40 -->\n",
" <g transform=\"translate(80.414298 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_4\">\n",
" <g id=\"line2d_7\">\n",
" <path d=\"M 100.049571 140.8755 L 100.049571 32.1555 \" clip-path=\"url(#p60e1ed26f7)\" 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=\"#m5a2aa3f829\" x=\"100.049571\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 60 -->\n",
" <g transform=\"translate(102.808946 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-36\" d=\"M 2113 2584 Q 1688 2584 1439 2293 Q 1191 2003 1191 1497 Q 1191 994 1439 701 Q 1688 409 2113 409 Q 2538 409 2786 701 Q 3034 994 3034 1497 Q 3034 2003 2786 2293 Q 2538 2584 2113 2584 z M 3366 4563 L 3366 3988 Q 3128 4100 2886 4159 Q 2644 4219 2406 4219 Q 1781 4219 1451 3797 Q 1122 3375 1075 2522 Q 1259 2794 1537 2939 Q 1816 3084 2150 3084 Q 2853 3084 3261 2657 Q 3669 2231 3669 1497 Q 3669 778 3244 343 Q 2819 -91 2113 -91 Q 1303 -91 875 529 Q 447 1150 447 2328 Q 447 3434 972 4092 Q 1497 4750 2381 4750 Q 2619 4750 2861 4703 Q 3103 4656 3366 4563 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-36\"/>\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 122.44422 140.8755 L 122.44422 32.1555 \" clip-path=\"url(#p60e1ed26f7)\" 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=\"#m5a2aa3f829\" x=\"122.44422\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- 80 -->\n",
" <g transform=\"translate(125.203595 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-38\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_6\">\n",
" <g id=\"line2d_11\">\n",
" <path d=\"M 144.838869 140.8755 L 144.838869 32.1555 \" clip-path=\"url(#p60e1ed26f7)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_12\">\n",
" <g>\n",
" <use xlink:href=\"#m5a2aa3f829\" x=\"144.838869\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_6\">\n",
" <!-- 100 -->\n",
" <g transform=\"translate(147.598244 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_7\">\n",
" <g id=\"line2d_13\">\n",
" <path d=\"M 167.233518 140.8755 L 167.233518 32.1555 \" clip-path=\"url(#p60e1ed26f7)\" 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=\"#m5a2aa3f829\" x=\"167.233518\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_7\">\n",
" <!-- 120 -->\n",
" <g transform=\"translate(169.992893 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_8\">\n",
" <g id=\"line2d_15\">\n",
" <path d=\"M 189.628167 140.8755 L 189.628167 32.1555 \" clip-path=\"url(#p60e1ed26f7)\" 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=\"#m5a2aa3f829\" x=\"189.628167\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_8\">\n",
" <!-- 140 -->\n",
" <g transform=\"translate(192.387542 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_9\">\n",
" <g id=\"line2d_17\">\n",
" <path d=\"M 212.022816 140.8755 L 212.022816 32.1555 \" clip-path=\"url(#p60e1ed26f7)\" 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=\"#m5a2aa3f829\" x=\"212.022816\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_9\">\n",
" <!-- 160 -->\n",
" <g transform=\"translate(214.782191 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_10\">\n",
" <g id=\"line2d_19\">\n",
" <path d=\"M 234.417464 140.8755 L 234.417464 32.1555 \" clip-path=\"url(#p60e1ed26f7)\" 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=\"#m5a2aa3f829\" x=\"234.417464\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_10\">\n",
" <!-- 180 -->\n",
" <g transform=\"translate(237.176839 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_11\">\n",
" <g id=\"line2d_21\">\n",
" <path d=\"M 256.812113 140.8755 L 256.812113 32.1555 \" clip-path=\"url(#p60e1ed26f7)\" 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=\"#m5a2aa3f829\" x=\"256.812113\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_11\">\n",
" <!-- 200 -->\n",
" <g transform=\"translate(259.571488 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_12\">\n",
" <g id=\"line2d_23\">\n",
" <path d=\"M 279.206762 140.8755 L 279.206762 32.1555 \" clip-path=\"url(#p60e1ed26f7)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_24\">\n",
" <g>\n",
" <use xlink:href=\"#m5a2aa3f829\" x=\"279.206762\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_12\">\n",
" <!-- 220 -->\n",
" <g transform=\"translate(281.966137 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_13\">\n",
" <g id=\"line2d_25\">\n",
" <path d=\"M 301.601411 140.8755 L 301.601411 32.1555 \" clip-path=\"url(#p60e1ed26f7)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_26\">\n",
" <g>\n",
" <use xlink:href=\"#m5a2aa3f829\" x=\"301.601411\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_13\">\n",
" <!-- 240 -->\n",
" <g transform=\"translate(304.360786 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_14\">\n",
" <g id=\"line2d_27\">\n",
" <path d=\"M 323.99606 140.8755 L 323.99606 32.1555 \" clip-path=\"url(#p60e1ed26f7)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_28\">\n",
" <g>\n",
" <use xlink:href=\"#m5a2aa3f829\" x=\"323.99606\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_14\">\n",
" <!-- 260 -->\n",
" <g transform=\"translate(326.755435 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_15\">\n",
" <g id=\"line2d_29\">\n",
" <path d=\"M 346.390709 140.8755 L 346.390709 32.1555 \" clip-path=\"url(#p60e1ed26f7)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_30\">\n",
" <g>\n",
" <use xlink:href=\"#m5a2aa3f829\" x=\"346.390709\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_15\">\n",
" <!-- 280 -->\n",
" <g transform=\"translate(349.150084 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_31\">\n",
" <path d=\"M 32.865625 140.8755 L 367.665625 140.8755 \" clip-path=\"url(#p60e1ed26f7)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_32\">\n",
" <defs>\n",
" <path id=\"m06657bec48\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m06657bec48\" x=\"32.865625\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_16\">\n",
" <!-- 0.00 -->\n",
" <g transform=\"translate(3.6 144.674719)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" 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",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_33\">\n",
" <path d=\"M 32.865625 109.364855 L 367.665625 109.364855 \" clip-path=\"url(#p60e1ed26f7)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_34\">\n",
" <g>\n",
" <use xlink:href=\"#m06657bec48\" x=\"32.865625\" y=\"109.364855\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_17\">\n",
" <!-- 0.01 -->\n",
" <g transform=\"translate(3.6 113.164074)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_3\">\n",
" <g id=\"line2d_35\">\n",
" <path d=\"M 32.865625 77.854211 L 367.665625 77.854211 \" clip-path=\"url(#p60e1ed26f7)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_36\">\n",
" <g>\n",
" <use xlink:href=\"#m06657bec48\" x=\"32.865625\" y=\"77.854211\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_18\">\n",
" <!-- 0.02 -->\n",
" <g transform=\"translate(3.6 81.65343)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_4\">\n",
" <g id=\"line2d_37\">\n",
" <path d=\"M 32.865625 46.343566 L 367.665625 46.343566 \" clip-path=\"url(#p60e1ed26f7)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_38\">\n",
" <g>\n",
" <use xlink:href=\"#m06657bec48\" x=\"32.865625\" y=\"46.343566\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_19\">\n",
" <!-- 0.03 -->\n",
" <g transform=\"translate(3.6 50.142785)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" 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",
" <use xlink:href=\"#DejaVuSans-33\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 32.865625 140.8755 L 32.865625 32.1555 \" 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 367.665625 140.8755 L 367.665625 32.1555 \" 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 32.865625 140.8755 L 367.665625 140.8755 \" 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 32.865625 32.1555 L 367.665625 32.1555 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_20\">\n",
" <!-- A -->\n",
" <g transform=\"translate(196.16125 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-41\" d=\"M 2188 4044 L 1331 1722 L 3047 1722 L 2188 4044 z M 1831 4666 L 2547 4666 L 4325 0 L 3669 0 L 3244 1197 L 1141 1197 L 716 0 L 50 0 L 1831 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-41\"/>\n",
" </g>\n",
" <!-- $\\mu=26.76$; $\\sigma=24.88$ -->\n",
" <g transform=\"translate(140.205625 26.1555)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-Oblique-3bc\" d=\"M -84 -1331 L 856 3500 L 1434 3500 L 1009 1322 Q 997 1256 987 1175 Q 978 1094 978 1013 Q 978 722 1161 565 Q 1344 409 1684 409 Q 2147 409 2431 671 Q 2716 934 2816 1459 L 3213 3500 L 3788 3500 L 3266 809 Q 3253 750 3248 706 Q 3244 663 3244 628 Q 3244 531 3283 486 Q 3322 441 3406 441 Q 3438 441 3492 456 Q 3547 472 3647 513 L 3559 50 Q 3422 -19 3297 -55 Q 3172 -91 3053 -91 Q 2847 -91 2730 40 Q 2613 172 2613 403 Q 2438 153 2195 31 Q 1953 -91 1625 -91 Q 1334 -91 1117 43 Q 900 178 831 397 L 494 -1331 L -84 -1331 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-3d\" d=\"M 678 2906 L 4684 2906 L 4684 2381 L 678 2381 L 678 2906 z M 678 1631 L 4684 1631 L 4684 1100 L 678 1100 L 678 1631 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-3b\" d=\"M 750 3309 L 1409 3309 L 1409 2516 L 750 2516 L 750 3309 z M 750 794 L 1409 794 L 1409 256 L 897 -744 L 494 -744 L 750 256 L 750 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-20\" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-Oblique-3c3\" d=\"M 2219 3044 Q 1744 3044 1422 2700 Q 1081 2341 969 1747 Q 844 1119 1044 756 Q 1241 397 1706 397 Q 2166 397 2503 759 Q 2844 1122 2966 1747 Q 3075 2319 2881 2700 Q 2700 3044 2219 3044 z M 2309 3503 L 4219 3500 L 4106 2925 L 3463 2925 Q 3706 2438 3575 1747 Q 3406 888 2884 400 Q 2359 -91 1609 -91 Q 856 -91 525 400 Q 194 888 363 1747 Q 528 2609 1050 3097 Q 1484 3503 2309 3503 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-Oblique-3bc\" transform=\"translate(0 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3d\" transform=\"translate(83.105469 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" transform=\"translate(186.376953 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" transform=\"translate(250 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" transform=\"translate(313.623047 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" transform=\"translate(337.660156 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" transform=\"translate(401.283203 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3b\" transform=\"translate(464.90625 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-20\" transform=\"translate(498.597656 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-Oblique-3c3\" transform=\"translate(530.384766 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3d\" transform=\"translate(613.246094 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" transform=\"translate(716.517578 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" transform=\"translate(780.140625 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" transform=\"translate(843.763672 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" transform=\"translate(872.925781 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" transform=\"translate(936.548828 0.78125)\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p60e1ed26f7\">\n",
" <rect x=\"32.865625\" y=\"32.1555\" width=\"334.8\" height=\"108.72\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- alpha&#45;&gt;A -->\n",
"<g id=\"edge11\" class=\"edge\">\n",
"<title>alpha-&gt;A</title>\n",
"<g id=\"a_edge11\"><a xlink:title=\"(0, 2):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M850.26,-265.98C858.82,-256.7 867.72,-247.05 876.46,-237.58\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"879.22,-239.75 883.43,-230.03 874.07,-235 879.22,-239.75\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- beta -->\n",
"<g id=\"node2\" class=\"node\">\n",
"<title>beta</title>\n",
"<polygon fill=\"sandybrown\" stroke=\"#000000\" points=\"1231.5,-391 951.5,-391 951.5,-266 1231.5,-266 1231.5,-391\"/>\n",
"<svg viewBox=\"0 0 371.265625 164.2005\" width=\"280px\" height=\"125px\" preserveAspectRatio=\"xMinYMin meet\" x=\"951.5\" y=\"-391\"> <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-07-12T09:50:07.036668</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 164.2005 L 371.265625 164.2005 L 371.265625 0 L 0 0 z \" style=\"fill: #f4a460\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 32.865625 140.8755 L 367.665625 140.8755 L 367.665625 32.1555 L 32.865625 32.1555 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"PolyCollection_1\">\n",
" <defs>\n",
" <path id=\"mcbd4f56718\" d=\"M 32.865625 -23.325 L 32.865625 -23.325 L 39.698278 -23.325 L 46.530931 -23.325 L 53.363584 -23.325 L 60.196237 -23.325 L 67.02889 -23.325 L 73.861543 -23.325 L 80.694196 -23.325 L 87.526849 -23.325 L 94.359503 -126.867857 L 101.192156 -23.325 L 108.024809 -23.325 L 114.857462 -23.325 L 121.690115 -23.325 L 128.522768 -23.325 L 135.355421 -23.325 L 142.188074 -23.325 L 149.020727 -23.325 L 155.85338 -23.325 L 162.686033 -23.325 L 169.518686 -23.325 L 176.351339 -23.325 L 183.183992 -23.325 L 190.016645 -23.325 L 196.849298 -23.325 L 203.681952 -23.325 L 210.514605 -23.325 L 217.347258 -23.325 L 224.179911 -23.325 L 231.012564 -23.325 L 237.845217 -23.325 L 244.67787 -23.325 L 251.510523 -23.325 L 258.343176 -23.325 L 265.175829 -23.325 L 272.008482 -23.325 L 278.841135 -23.325 L 285.673788 -23.325 L 292.506441 -23.325 L 299.339094 -23.325 L 306.171747 -23.325 L 313.004401 -23.325 L 319.837054 -23.325 L 326.669707 -23.325 L 333.50236 -23.325 L 340.335013 -23.325 L 347.167666 -23.325 L 354.000319 -23.325 L 360.832972 -23.325 L 367.665625 -23.325 L 367.665625 -23.325 L 367.665625 -23.325 L 360.832972 -23.325 L 354.000319 -23.325 L 347.167666 -23.325 L 340.335013 -23.325 L 333.50236 -23.325 L 326.669707 -23.325 L 319.837054 -23.325 L 313.004401 -23.325 L 306.171747 -23.325 L 299.339094 -23.325 L 292.506441 -23.325 L 285.673788 -23.325 L 278.841135 -23.325 L 272.008482 -23.325 L 265.175829 -23.325 L 258.343176 -23.325 L 251.510523 -23.325 L 244.67787 -23.325 L 237.845217 -23.325 L 231.012564 -23.325 L 224.179911 -23.325 L 217.347258 -23.325 L 210.514605 -23.325 L 203.681952 -23.325 L 196.849298 -23.325 L 190.016645 -23.325 L 183.183992 -23.325 L 176.351339 -23.325 L 169.518686 -23.325 L 162.686033 -23.325 L 155.85338 -23.325 L 149.020727 -23.325 L 142.188074 -23.325 L 135.355421 -23.325 L 128.522768 -23.325 L 121.690115 -23.325 L 114.857462 -23.325 L 108.024809 -23.325 L 101.192156 -23.325 L 94.359503 -23.325 L 87.526849 -23.325 L 80.694196 -23.325 L 73.861543 -23.325 L 67.02889 -23.325 L 60.196237 -23.325 L 53.363584 -23.325 L 46.530931 -23.325 L 39.698278 -23.325 L 32.865625 -23.325 z \" style=\"stroke: #8fbc8f\"/>\n",
" </defs>\n",
" <g clip-path=\"url(#p1702fb7874)\">\n",
" <use xlink:href=\"#mcbd4f56718\" x=\"0\" y=\"164.2005\" style=\"fill: #8fbc8f; stroke: #8fbc8f\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 32.865625 140.8755 L 32.865625 32.1555 \" clip-path=\"url(#p1702fb7874)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"me1b57ef094\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#me1b57ef094\" x=\"32.865625\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(35.625 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 53.363584 140.8755 L 53.363584 32.1555 \" clip-path=\"url(#p1702fb7874)\" 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=\"#me1b57ef094\" x=\"53.363584\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 4 -->\n",
" <g transform=\"translate(56.122959 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 73.861543 140.8755 L 73.861543 32.1555 \" clip-path=\"url(#p1702fb7874)\" 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=\"#me1b57ef094\" x=\"73.861543\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 7 -->\n",
" <g transform=\"translate(76.620918 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-37\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_4\">\n",
" <g id=\"line2d_7\">\n",
" <path d=\"M 94.359503 140.8755 L 94.359503 32.1555 \" clip-path=\"url(#p1702fb7874)\" 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=\"#me1b57ef094\" x=\"94.359503\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 10 -->\n",
" <g transform=\"translate(97.118878 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\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 114.857462 140.8755 L 114.857462 32.1555 \" clip-path=\"url(#p1702fb7874)\" 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=\"#me1b57ef094\" x=\"114.857462\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- 13 -->\n",
" <g transform=\"translate(117.616837 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_6\">\n",
" <g id=\"line2d_11\">\n",
" <path d=\"M 135.355421 140.8755 L 135.355421 32.1555 \" clip-path=\"url(#p1702fb7874)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_12\">\n",
" <g>\n",
" <use xlink:href=\"#me1b57ef094\" x=\"135.355421\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_6\">\n",
" <!-- 16 -->\n",
" <g transform=\"translate(138.114796 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-36\" d=\"M 2113 2584 Q 1688 2584 1439 2293 Q 1191 2003 1191 1497 Q 1191 994 1439 701 Q 1688 409 2113 409 Q 2538 409 2786 701 Q 3034 994 3034 1497 Q 3034 2003 2786 2293 Q 2538 2584 2113 2584 z M 3366 4563 L 3366 3988 Q 3128 4100 2886 4159 Q 2644 4219 2406 4219 Q 1781 4219 1451 3797 Q 1122 3375 1075 2522 Q 1259 2794 1537 2939 Q 1816 3084 2150 3084 Q 2853 3084 3261 2657 Q 3669 2231 3669 1497 Q 3669 778 3244 343 Q 2819 -91 2113 -91 Q 1303 -91 875 529 Q 447 1150 447 2328 Q 447 3434 972 4092 Q 1497 4750 2381 4750 Q 2619 4750 2861 4703 Q 3103 4656 3366 4563 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_7\">\n",
" <g id=\"line2d_13\">\n",
" <path d=\"M 155.85338 140.8755 L 155.85338 32.1555 \" clip-path=\"url(#p1702fb7874)\" 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=\"#me1b57ef094\" x=\"155.85338\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_7\">\n",
" <!-- 19 -->\n",
" <g transform=\"translate(158.612755 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_8\">\n",
" <g id=\"line2d_15\">\n",
" <path d=\"M 176.351339 140.8755 L 176.351339 32.1555 \" clip-path=\"url(#p1702fb7874)\" 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=\"#me1b57ef094\" x=\"176.351339\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_8\">\n",
" <!-- 22 -->\n",
" <g transform=\"translate(179.110714 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-32\" d=\"M 1228 531 L 3431 531 L 3431 0 L 469 0 L 469 531 Q 828 903 1448 1529 Q 2069 2156 2228 2338 Q 2531 2678 2651 2914 Q 2772 3150 2772 3378 Q 2772 3750 2511 3984 Q 2250 4219 1831 4219 Q 1534 4219 1204 4116 Q 875 4013 500 3803 L 500 4441 Q 881 4594 1212 4672 Q 1544 4750 1819 4750 Q 2544 4750 2975 4387 Q 3406 4025 3406 3419 Q 3406 3131 3298 2873 Q 3191 2616 2906 2266 Q 2828 2175 2409 1742 Q 1991 1309 1228 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_9\">\n",
" <g id=\"line2d_17\">\n",
" <path d=\"M 196.849298 140.8755 L 196.849298 32.1555 \" clip-path=\"url(#p1702fb7874)\" 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=\"#me1b57ef094\" x=\"196.849298\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_9\">\n",
" <!-- 25 -->\n",
" <g transform=\"translate(199.608673 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_10\">\n",
" <g id=\"line2d_19\">\n",
" <path d=\"M 217.347258 140.8755 L 217.347258 32.1555 \" clip-path=\"url(#p1702fb7874)\" 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=\"#me1b57ef094\" x=\"217.347258\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_10\">\n",
" <!-- 28 -->\n",
" <g transform=\"translate(220.106633 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_11\">\n",
" <g id=\"line2d_21\">\n",
" <path d=\"M 237.845217 140.8755 L 237.845217 32.1555 \" clip-path=\"url(#p1702fb7874)\" 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=\"#me1b57ef094\" x=\"237.845217\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_11\">\n",
" <!-- 31 -->\n",
" <g transform=\"translate(240.604592 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-33\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_12\">\n",
" <g id=\"line2d_23\">\n",
" <path d=\"M 258.343176 140.8755 L 258.343176 32.1555 \" clip-path=\"url(#p1702fb7874)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_24\">\n",
" <g>\n",
" <use xlink:href=\"#me1b57ef094\" x=\"258.343176\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_12\">\n",
" <!-- 34 -->\n",
" <g transform=\"translate(261.102551 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-33\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_13\">\n",
" <g id=\"line2d_25\">\n",
" <path d=\"M 278.841135 140.8755 L 278.841135 32.1555 \" clip-path=\"url(#p1702fb7874)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_26\">\n",
" <g>\n",
" <use xlink:href=\"#me1b57ef094\" x=\"278.841135\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_13\">\n",
" <!-- 37 -->\n",
" <g transform=\"translate(281.60051 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-33\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_14\">\n",
" <g id=\"line2d_27\">\n",
" <path d=\"M 299.339094 140.8755 L 299.339094 32.1555 \" clip-path=\"url(#p1702fb7874)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_28\">\n",
" <g>\n",
" <use xlink:href=\"#me1b57ef094\" x=\"299.339094\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_14\">\n",
" <!-- 40 -->\n",
" <g transform=\"translate(302.098469 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_15\">\n",
" <g id=\"line2d_29\">\n",
" <path d=\"M 319.837054 140.8755 L 319.837054 32.1555 \" clip-path=\"url(#p1702fb7874)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_30\">\n",
" <g>\n",
" <use xlink:href=\"#me1b57ef094\" x=\"319.837054\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_15\">\n",
" <!-- 43 -->\n",
" <g transform=\"translate(322.596429 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_16\">\n",
" <g id=\"line2d_31\">\n",
" <path d=\"M 340.335013 140.8755 L 340.335013 32.1555 \" clip-path=\"url(#p1702fb7874)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_32\">\n",
" <g>\n",
" <use xlink:href=\"#me1b57ef094\" x=\"340.335013\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_16\">\n",
" <!-- 46 -->\n",
" <g transform=\"translate(343.094388 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_17\">\n",
" <g id=\"line2d_33\">\n",
" <path d=\"M 360.832972 140.8755 L 360.832972 32.1555 \" clip-path=\"url(#p1702fb7874)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_34\">\n",
" <g>\n",
" <use xlink:href=\"#me1b57ef094\" x=\"360.832972\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_17\">\n",
" <!-- 49 -->\n",
" <g transform=\"translate(363.592347 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_35\">\n",
" <path d=\"M 32.865625 140.8755 L 367.665625 140.8755 \" clip-path=\"url(#p1702fb7874)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_36\">\n",
" <defs>\n",
" <path id=\"m262aaf9502\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m262aaf9502\" x=\"32.865625\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_18\">\n",
" <!-- 0.00 -->\n",
" <g transform=\"translate(3.6 144.674719)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" 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",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_37\">\n",
" <path d=\"M 32.865625 114.989786 L 367.665625 114.989786 \" clip-path=\"url(#p1702fb7874)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_38\">\n",
" <g>\n",
" <use xlink:href=\"#m262aaf9502\" x=\"32.865625\" y=\"114.989786\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_19\">\n",
" <!-- 0.25 -->\n",
" <g transform=\"translate(3.6 118.789004)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",
" <use xlink:href=\"#DejaVuSans-35\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_3\">\n",
" <g id=\"line2d_39\">\n",
" <path d=\"M 32.865625 89.104071 L 367.665625 89.104071 \" clip-path=\"url(#p1702fb7874)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_40\">\n",
" <g>\n",
" <use xlink:href=\"#m262aaf9502\" x=\"32.865625\" y=\"89.104071\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_20\">\n",
" <!-- 0.50 -->\n",
" <g transform=\"translate(3.6 92.90329)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-35\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_4\">\n",
" <g id=\"line2d_41\">\n",
" <path d=\"M 32.865625 63.218357 L 367.665625 63.218357 \" clip-path=\"url(#p1702fb7874)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_42\">\n",
" <g>\n",
" <use xlink:href=\"#m262aaf9502\" x=\"32.865625\" y=\"63.218357\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_21\">\n",
" <!-- 0.75 -->\n",
" <g transform=\"translate(3.6 67.017576)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-37\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_5\">\n",
" <g id=\"line2d_43\">\n",
" <path d=\"M 32.865625 37.332643 L 367.665625 37.332643 \" clip-path=\"url(#p1702fb7874)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_44\">\n",
" <g>\n",
" <use xlink:href=\"#m262aaf9502\" x=\"32.865625\" y=\"37.332643\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_22\">\n",
" <!-- 1.00 -->\n",
" <g transform=\"translate(3.6 41.131862)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",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 32.865625 140.8755 L 32.865625 32.1555 \" 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 367.665625 140.8755 L 367.665625 32.1555 \" 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 32.865625 140.8755 L 367.665625 140.8755 \" 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 32.865625 32.1555 L 367.665625 32.1555 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_23\">\n",
" <!-- beta -->\n",
" <g transform=\"translate(186.735625 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-62\" d=\"M 3116 1747 Q 3116 2381 2855 2742 Q 2594 3103 2138 3103 Q 1681 3103 1420 2742 Q 1159 2381 1159 1747 Q 1159 1113 1420 752 Q 1681 391 2138 391 Q 2594 391 2855 752 Q 3116 1113 3116 1747 z M 1159 2969 Q 1341 3281 1617 3432 Q 1894 3584 2278 3584 Q 2916 3584 3314 3078 Q 3713 2572 3713 1747 Q 3713 922 3314 415 Q 2916 -91 2278 -91 Q 1894 -91 1617 61 Q 1341 213 1159 525 L 1159 0 L 581 0 L 581 4863 L 1159 4863 L 1159 2969 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-65\" d=\"M 3597 1894 L 3597 1613 L 953 1613 Q 991 1019 1311 708 Q 1631 397 2203 397 Q 2534 397 2845 478 Q 3156 559 3463 722 L 3463 178 Q 3153 47 2828 -22 Q 2503 -91 2169 -91 Q 1331 -91 842 396 Q 353 884 353 1716 Q 353 2575 817 3079 Q 1281 3584 2069 3584 Q 2775 3584 3186 3129 Q 3597 2675 3597 1894 z M 3022 2063 Q 3016 2534 2758 2815 Q 2500 3097 2075 3097 Q 1594 3097 1305 2825 Q 1016 2553 972 2059 L 3022 2063 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-74\" d=\"M 1172 4494 L 1172 3500 L 2356 3500 L 2356 3053 L 1172 3053 L 1172 1153 Q 1172 725 1289 603 Q 1406 481 1766 481 L 2356 481 L 2356 0 L 1766 0 Q 1100 0 847 248 Q 594 497 594 1153 L 594 3053 L 172 3053 L 172 3500 L 594 3500 L 594 4494 L 1172 4494 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-61\" d=\"M 2194 1759 Q 1497 1759 1228 1600 Q 959 1441 959 1056 Q 959 750 1161 570 Q 1363 391 1709 391 Q 2188 391 2477 730 Q 2766 1069 2766 1631 L 2766 1759 L 2194 1759 z M 3341 1997 L 3341 0 L 2766 0 L 2766 531 Q 2569 213 2275 61 Q 1981 -91 1556 -91 Q 1019 -91 701 211 Q 384 513 384 1019 Q 384 1609 779 1909 Q 1175 2209 1959 2209 L 2766 2209 L 2766 2266 Q 2766 2663 2505 2880 Q 2244 3097 1772 3097 Q 1472 3097 1187 3025 Q 903 2953 641 2809 L 641 3341 Q 956 3463 1253 3523 Q 1550 3584 1831 3584 Q 2591 3584 2966 3190 Q 3341 2797 3341 1997 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-62\"/>\n",
" <use xlink:href=\"#DejaVuSans-65\" x=\"63.476562\"/>\n",
" <use xlink:href=\"#DejaVuSans-74\" x=\"125\"/>\n",
" <use xlink:href=\"#DejaVuSans-61\" x=\"164.208984\"/>\n",
" </g>\n",
" <!-- $\\mu=10.00$; $\\sigma=0.00$ -->\n",
" <g transform=\"translate(143.445625 26.1555)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-Oblique-3bc\" d=\"M -84 -1331 L 856 3500 L 1434 3500 L 1009 1322 Q 997 1256 987 1175 Q 978 1094 978 1013 Q 978 722 1161 565 Q 1344 409 1684 409 Q 2147 409 2431 671 Q 2716 934 2816 1459 L 3213 3500 L 3788 3500 L 3266 809 Q 3253 750 3248 706 Q 3244 663 3244 628 Q 3244 531 3283 486 Q 3322 441 3406 441 Q 3438 441 3492 456 Q 3547 472 3647 513 L 3559 50 Q 3422 -19 3297 -55 Q 3172 -91 3053 -91 Q 2847 -91 2730 40 Q 2613 172 2613 403 Q 2438 153 2195 31 Q 1953 -91 1625 -91 Q 1334 -91 1117 43 Q 900 178 831 397 L 494 -1331 L -84 -1331 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-3d\" d=\"M 678 2906 L 4684 2906 L 4684 2381 L 678 2381 L 678 2906 z M 678 1631 L 4684 1631 L 4684 1100 L 678 1100 L 678 1631 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-3b\" d=\"M 750 3309 L 1409 3309 L 1409 2516 L 750 2516 L 750 3309 z M 750 794 L 1409 794 L 1409 256 L 897 -744 L 494 -744 L 750 256 L 750 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-20\" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-Oblique-3c3\" d=\"M 2219 3044 Q 1744 3044 1422 2700 Q 1081 2341 969 1747 Q 844 1119 1044 756 Q 1241 397 1706 397 Q 2166 397 2503 759 Q 2844 1122 2966 1747 Q 3075 2319 2881 2700 Q 2700 3044 2219 3044 z M 2309 3503 L 4219 3500 L 4106 2925 L 3463 2925 Q 3706 2438 3575 1747 Q 3406 888 2884 400 Q 2359 -91 1609 -91 Q 856 -91 525 400 Q 194 888 363 1747 Q 528 2609 1050 3097 Q 1484 3503 2309 3503 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-Oblique-3bc\" transform=\"translate(0 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3d\" transform=\"translate(83.105469 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" transform=\"translate(186.376953 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" transform=\"translate(250 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" transform=\"translate(313.623047 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" transform=\"translate(345.410156 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" transform=\"translate(409.033203 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3b\" transform=\"translate(472.65625 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-20\" transform=\"translate(506.347656 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-Oblique-3c3\" transform=\"translate(538.134766 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3d\" transform=\"translate(620.996094 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" transform=\"translate(724.267578 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" transform=\"translate(787.890625 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" transform=\"translate(819.677734 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" transform=\"translate(883.300781 0.78125)\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p1702fb7874\">\n",
" <rect x=\"32.865625\" y=\"32.1555\" width=\"334.8\" height=\"108.72\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- beta&#45;&gt;A -->\n",
"<g id=\"edge3\" class=\"edge\">\n",
"<title>beta-&gt;A</title>\n",
"<g id=\"a_edge3\"><a xlink:title=\"(1, 2):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1034.74,-265.98C1026.18,-256.7 1017.28,-247.05 1008.54,-237.58\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1010.93,-235 1001.57,-230.03 1005.78,-239.75 1010.93,-235\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B0 -->\n",
"<g id=\"node4\" class=\"node\">\n",
"<title>B0</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"101,-64 0,-64 0,-23 101,-23 101,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"0\" y=\"-64\"> <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-07-12T09:50:07.172485</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 27.00781 45.898125 L 27.00781 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#pca3f1463f8)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 118.51719 30.798125 L 118.51719 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#pca3f1463f8)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#pca3f1463f8)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"mcf1b6b19fa\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mcf1b6b19fa\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#pca3f1463f8)\" 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=\"#mcf1b6b19fa\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#pca3f1463f8)\" 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=\"#mcf1b6b19fa\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m90a8e45948\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m90a8e45948\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m90a8e45948\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 9.00% -->\n",
" <g transform=\"translate(96.795312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 91.00% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B0 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pca3f1463f8\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B0 -->\n",
"<g id=\"edge9\" class=\"edge\">\n",
"<title>A-&gt;B0</title>\n",
"<g id=\"a_edge9\"><a xlink:title=\"(2, 3):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M802.15,-155.73C637.6,-144.1 357.1,-118.22 111.01,-64.14\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"111.69,-60.71 101.17,-61.96 110.17,-67.54 111.69,-60.71\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B1 -->\n",
"<g id=\"node5\" class=\"node\">\n",
"<title>B1</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"220,-64 119,-64 119,-23 220,-23 220,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"119\" y=\"-64\"> <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-07-12T09:50:07.205991</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 27.00781 45.898125 L 27.00781 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#pa935ed216e)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 118.51719 30.798125 L 118.51719 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#pa935ed216e)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#pa935ed216e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m82733ca6a3\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m82733ca6a3\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#pa935ed216e)\" 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=\"#m82733ca6a3\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#pa935ed216e)\" 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=\"#m82733ca6a3\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"mbf4fe33a09\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mbf4fe33a09\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#mbf4fe33a09\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 9.00% -->\n",
" <g transform=\"translate(96.795312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 91.00% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B1 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pa935ed216e\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B1 -->\n",
"<g id=\"edge2\" class=\"edge\">\n",
"<title>A-&gt;B1</title>\n",
"<g id=\"a_edge2\"><a xlink:title=\"(2, 4):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M802.25,-151.89C659.62,-137.85 432.52,-110.74 230.11,-64.2\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"230.72,-60.75 220.18,-61.89 229.13,-67.56 230.72,-60.75\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B2 -->\n",
"<g id=\"node6\" class=\"node\">\n",
"<title>B2</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"339,-64 238,-64 238,-23 339,-23 339,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"238\" y=\"-64\"> <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-07-12T09:50:07.240119</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 27.00781 45.898125 L 27.00781 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#pf781d0a347)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 118.51719 30.798125 L 118.51719 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#pf781d0a347)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#pf781d0a347)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m2679b24673\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m2679b24673\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#pf781d0a347)\" 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=\"#m2679b24673\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#pf781d0a347)\" 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=\"#m2679b24673\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"md8697804b6\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#md8697804b6\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#md8697804b6\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 9.00% -->\n",
" <g transform=\"translate(96.795312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 91.00% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B2 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-32\" d=\"M 1228 531 L 3431 531 L 3431 0 L 469 0 L 469 531 Q 828 903 1448 1529 Q 2069 2156 2228 2338 Q 2531 2678 2651 2914 Q 2772 3150 2772 3378 Q 2772 3750 2511 3984 Q 2250 4219 1831 4219 Q 1534 4219 1204 4116 Q 875 4013 500 3803 L 500 4441 Q 881 4594 1212 4672 Q 1544 4750 1819 4750 Q 2544 4750 2975 4387 Q 3406 4025 3406 3419 Q 3406 3131 3298 2873 Q 3191 2616 2906 2266 Q 2828 2175 2409 1742 Q 1991 1309 1228 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pf781d0a347\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B2 -->\n",
"<g id=\"edge16\" class=\"edge\">\n",
"<title>A-&gt;B2</title>\n",
"<g id=\"a_edge16\"><a xlink:title=\"(2, 5):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M802.41,-146.61C683.53,-130.42 508.63,-103.24 349.2,-64.27\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"349.75,-60.8 339.2,-61.8 348.08,-67.6 349.75,-60.8\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B3 -->\n",
"<g id=\"node7\" class=\"node\">\n",
"<title>B3</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"458,-64 357,-64 357,-23 458,-23 458,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"357\" y=\"-64\"> <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-07-12T09:50:07.274745</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 27.00781 45.898125 L 27.00781 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p1b264687eb)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 118.51719 30.798125 L 118.51719 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p1b264687eb)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p1b264687eb)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m8e1d408519\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m8e1d408519\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p1b264687eb)\" 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=\"#m8e1d408519\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p1b264687eb)\" 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=\"#m8e1d408519\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m8564c7f4af\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m8564c7f4af\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m8564c7f4af\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 9.00% -->\n",
" <g transform=\"translate(96.795312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 91.00% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B3 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p1b264687eb\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B3 -->\n",
"<g id=\"edge12\" class=\"edge\">\n",
"<title>A-&gt;B3</title>\n",
"<g id=\"a_edge12\"><a xlink:title=\"(2, 6):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M802.49,-138.87C709.75,-121.21 585.42,-95.59 468.12,-64.32\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"468.8,-60.88 458.24,-61.67 466.99,-67.64 468.8,-60.88\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B4 -->\n",
"<g id=\"node8\" class=\"node\">\n",
"<title>B4</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"577,-64 476,-64 476,-23 577,-23 577,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"476\" y=\"-64\"> <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-07-12T09:50:07.308952</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 27.00781 45.898125 L 27.00781 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p12a3a8e85b)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 118.51719 30.798125 L 118.51719 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p12a3a8e85b)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p12a3a8e85b)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m9e70d1aaf5\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m9e70d1aaf5\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p12a3a8e85b)\" 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=\"#m9e70d1aaf5\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p12a3a8e85b)\" 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=\"#m9e70d1aaf5\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"mf9391bd529\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mf9391bd529\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#mf9391bd529\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 9.00% -->\n",
" <g transform=\"translate(96.795312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 91.00% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B4 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p12a3a8e85b\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B4 -->\n",
"<g id=\"edge5\" class=\"edge\">\n",
"<title>A-&gt;B4</title>\n",
"<g id=\"a_edge5\"><a xlink:title=\"(2, 7):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M802.19,-126.3C738.92,-108.91 663.11,-87.53 587.06,-64.43\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"587.89,-61.02 577.3,-61.46 585.85,-67.72 587.89,-61.02\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B5 -->\n",
"<g id=\"node9\" class=\"node\">\n",
"<title>B5</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"696,-64 595,-64 595,-23 696,-23 696,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"595\" y=\"-64\"> <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-07-12T09:50:07.343006</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 27.00781 45.898125 L 27.00781 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#pa41284b4e8)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 118.51719 30.798125 L 118.51719 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#pa41284b4e8)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#pa41284b4e8)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m6ab991980c\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m6ab991980c\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#pa41284b4e8)\" 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=\"#m6ab991980c\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#pa41284b4e8)\" 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=\"#m6ab991980c\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m84fb2e145b\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m84fb2e145b\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m84fb2e145b\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 9.00% -->\n",
" <g transform=\"translate(96.795312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 91.00% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B5 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pa41284b4e8\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B5 -->\n",
"<g id=\"edge18\" class=\"edge\">\n",
"<title>A-&gt;B5</title>\n",
"<g id=\"a_edge18\"><a xlink:title=\"(2, 8):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M802.26,-107.57C767.31,-93.51 731.75,-79.2 703.35,-67.78\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"704.59,-64.5 694.01,-64.02 701.98,-71 704.59,-64.5\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B6 -->\n",
"<g id=\"node10\" class=\"node\">\n",
"<title>B6</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"815,-64 714,-64 714,-23 815,-23 815,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"714\" y=\"-64\"> <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-07-12T09:50:07.378196</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 27.00781 45.898125 L 27.00781 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p9a5672b2e2)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 118.51719 30.798125 L 118.51719 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p9a5672b2e2)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p9a5672b2e2)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"mc3f2063203\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mc3f2063203\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p9a5672b2e2)\" 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=\"#mc3f2063203\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p9a5672b2e2)\" 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=\"#mc3f2063203\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"me8780b55f6\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#me8780b55f6\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#me8780b55f6\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 9.00% -->\n",
" <g transform=\"translate(96.795312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 91.00% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B6 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-36\" d=\"M 2113 2584 Q 1688 2584 1439 2293 Q 1191 2003 1191 1497 Q 1191 994 1439 701 Q 1688 409 2113 409 Q 2538 409 2786 701 Q 3034 994 3034 1497 Q 3034 2003 2786 2293 Q 2538 2584 2113 2584 z M 3366 4563 L 3366 3988 Q 3128 4100 2886 4159 Q 2644 4219 2406 4219 Q 1781 4219 1451 3797 Q 1122 3375 1075 2522 Q 1259 2794 1537 2939 Q 1816 3084 2150 3084 Q 2853 3084 3261 2657 Q 3669 2231 3669 1497 Q 3669 778 3244 343 Q 2819 -91 2113 -91 Q 1303 -91 875 529 Q 447 1150 447 2328 Q 447 3434 972 4092 Q 1497 4750 2381 4750 Q 2619 4750 2861 4703 Q 3103 4656 3366 4563 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p9a5672b2e2\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B6 -->\n",
"<g id=\"edge10\" class=\"edge\">\n",
"<title>A-&gt;B6</title>\n",
"<g id=\"a_edge10\"><a xlink:title=\"(2, 9):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M846.99,-99.88C831.02,-89.16 815.34,-78.63 802,-69.68\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"803.85,-66.7 793.6,-64.04 799.95,-72.52 803.85,-66.7\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B7 -->\n",
"<g id=\"node11\" class=\"node\">\n",
"<title>B7</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"934,-64 833,-64 833,-23 934,-23 934,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"833\" y=\"-64\"> <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-07-12T09:50:07.413240</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 27.00781 45.898125 L 27.00781 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p0cd57f4805)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 118.51719 30.798125 L 118.51719 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p0cd57f4805)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p0cd57f4805)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m7c39cc6051\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m7c39cc6051\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p0cd57f4805)\" 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=\"#m7c39cc6051\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p0cd57f4805)\" 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=\"#m7c39cc6051\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"mdaa8542aed\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mdaa8542aed\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#mdaa8542aed\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 9.00% -->\n",
" <g transform=\"translate(96.795312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 91.00% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B7 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p0cd57f4805\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B7 -->\n",
"<g id=\"edge6\" class=\"edge\">\n",
"<title>A-&gt;B7</title>\n",
"<g id=\"a_edge6\"><a xlink:title=\"(2, 10):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M910.75,-99.7C906.22,-90.51 901.75,-81.47 897.79,-73.44\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"900.8,-71.63 893.23,-64.22 894.52,-74.73 900.8,-71.63\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B8 -->\n",
"<g id=\"node12\" class=\"node\">\n",
"<title>B8</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1053,-64 952,-64 952,-23 1053,-23 1053,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"952\" y=\"-64\"> <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-07-12T09:50:07.447239</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 27.00781 45.898125 L 27.00781 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p299fa5a387)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 118.51719 30.798125 L 118.51719 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p299fa5a387)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p299fa5a387)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"me9071536f1\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#me9071536f1\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p299fa5a387)\" 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=\"#me9071536f1\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p299fa5a387)\" 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=\"#me9071536f1\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"mef988f0c98\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mef988f0c98\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#mef988f0c98\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 9.00% -->\n",
" <g transform=\"translate(96.795312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 91.00% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B8 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p299fa5a387\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B8 -->\n",
"<g id=\"edge17\" class=\"edge\">\n",
"<title>A-&gt;B8</title>\n",
"<g id=\"a_edge17\"><a xlink:title=\"(2, 11):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M974.78,-99.7C979.45,-90.41 984.04,-81.27 988.1,-73.18\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"991.24,-74.72 992.6,-64.22 984.99,-71.58 991.24,-74.72\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B9 -->\n",
"<g id=\"node13\" class=\"node\">\n",
"<title>B9</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1172,-64 1071,-64 1071,-23 1172,-23 1172,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"1071\" y=\"-64\"> <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-07-12T09:50:07.481153</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 27.00781 45.898125 L 27.00781 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p5d483408dd)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 118.51719 30.798125 L 118.51719 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p5d483408dd)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p5d483408dd)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"ma309009754\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#ma309009754\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p5d483408dd)\" 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=\"#ma309009754\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p5d483408dd)\" 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=\"#ma309009754\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m77ef4052fd\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m77ef4052fd\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m77ef4052fd\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 9.00% -->\n",
" <g transform=\"translate(96.795312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 91.00% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B9 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p5d483408dd\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B9 -->\n",
"<g id=\"edge13\" class=\"edge\">\n",
"<title>A-&gt;B9</title>\n",
"<g id=\"a_edge13\"><a xlink:title=\"(2, 12):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1038.55,-99.88C1054.61,-89.16 1070.38,-78.63 1083.79,-69.68\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1085.86,-72.5 1092.24,-64.04 1081.98,-66.68 1085.86,-72.5\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B10 -->\n",
"<g id=\"node14\" class=\"node\">\n",
"<title>B10</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1291,-64 1190,-64 1190,-23 1291,-23 1291,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"1190\" y=\"-64\"> <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-07-12T09:50:07.515298</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 27.00781 45.898125 L 27.00781 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p8de789af0d)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 118.51719 30.798125 L 118.51719 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p8de789af0d)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p8de789af0d)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"mdcfe5f9d94\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mdcfe5f9d94\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p8de789af0d)\" 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=\"#mdcfe5f9d94\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p8de789af0d)\" 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=\"#mdcfe5f9d94\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m32650961bf\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m32650961bf\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m32650961bf\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 9.00% -->\n",
" <g transform=\"translate(96.795312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 91.00% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B10 -->\n",
" <g transform=\"translate(61.010938 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"68.603516\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"132.226562\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p8de789af0d\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B10 -->\n",
"<g id=\"edge8\" class=\"edge\">\n",
"<title>A-&gt;B10</title>\n",
"<g id=\"a_edge8\"><a xlink:title=\"(2, 13):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1082.77,-107.75C1117.9,-93.66 1153.68,-79.32 1182.26,-67.86\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1183.69,-71.05 1191.66,-64.08 1181.08,-64.56 1183.69,-71.05\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B11 -->\n",
"<g id=\"node15\" class=\"node\">\n",
"<title>B11</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1410,-64 1309,-64 1309,-23 1410,-23 1410,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"1309\" y=\"-64\"> <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-07-12T09:50:07.549711</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 27.00781 45.898125 L 27.00781 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#pa19b8b0aed)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 118.51719 30.798125 L 118.51719 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#pa19b8b0aed)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#pa19b8b0aed)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"md1bea6ac50\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#md1bea6ac50\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#pa19b8b0aed)\" 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=\"#md1bea6ac50\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#pa19b8b0aed)\" 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=\"#md1bea6ac50\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"mb43bddc44e\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mb43bddc44e\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#mb43bddc44e\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 9.00% -->\n",
" <g transform=\"translate(96.795312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 91.00% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B11 -->\n",
" <g transform=\"translate(61.010938 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"68.603516\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"132.226562\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pa19b8b0aed\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B11 -->\n",
"<g id=\"edge1\" class=\"edge\">\n",
"<title>A-&gt;B11</title>\n",
"<g id=\"a_edge1\"><a xlink:title=\"(2, 14):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1082.78,-126.45C1146.3,-109.05 1222.51,-87.61 1298.9,-64.44\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1300.15,-67.72 1308.7,-61.46 1298.11,-61.02 1300.15,-67.72\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B12 -->\n",
"<g id=\"node16\" class=\"node\">\n",
"<title>B12</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1529,-64 1428,-64 1428,-23 1529,-23 1529,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"1428\" y=\"-64\"> <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-07-12T09:50:07.584154</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 27.00781 45.898125 L 27.00781 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p4c81776108)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 118.51719 30.798125 L 118.51719 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p4c81776108)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p4c81776108)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m64b45c2553\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m64b45c2553\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p4c81776108)\" 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=\"#m64b45c2553\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p4c81776108)\" 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=\"#m64b45c2553\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"mcdfb592126\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mcdfb592126\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#mcdfb592126\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 9.00% -->\n",
" <g transform=\"translate(96.795312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 91.00% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B12 -->\n",
" <g transform=\"translate(61.010938 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-32\" d=\"M 1228 531 L 3431 531 L 3431 0 L 469 0 L 469 531 Q 828 903 1448 1529 Q 2069 2156 2228 2338 Q 2531 2678 2651 2914 Q 2772 3150 2772 3378 Q 2772 3750 2511 3984 Q 2250 4219 1831 4219 Q 1534 4219 1204 4116 Q 875 4013 500 3803 L 500 4441 Q 881 4594 1212 4672 Q 1544 4750 1819 4750 Q 2544 4750 2975 4387 Q 3406 4025 3406 3419 Q 3406 3131 3298 2873 Q 3191 2616 2906 2266 Q 2828 2175 2409 1742 Q 1991 1309 1228 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"68.603516\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"132.226562\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p4c81776108\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B12 -->\n",
"<g id=\"edge15\" class=\"edge\">\n",
"<title>A-&gt;B12</title>\n",
"<g id=\"a_edge15\"><a xlink:title=\"(2, 15):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1082.54,-138.94C1175.51,-121.29 1300.22,-95.66 1417.86,-64.33\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1419.01,-67.64 1427.76,-61.67 1417.2,-60.88 1419.01,-67.64\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B13 -->\n",
"<g id=\"node17\" class=\"node\">\n",
"<title>B13</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1648,-64 1547,-64 1547,-23 1648,-23 1648,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"1547\" y=\"-64\"> <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-07-12T09:50:07.693241</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 27.00781 45.898125 L 27.00781 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p5b74efc81c)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 118.51719 30.798125 L 118.51719 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p5b74efc81c)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p5b74efc81c)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"mfa4ed3f881\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mfa4ed3f881\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p5b74efc81c)\" 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=\"#mfa4ed3f881\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p5b74efc81c)\" 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=\"#mfa4ed3f881\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"mf84e03e342\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mf84e03e342\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#mf84e03e342\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 9.00% -->\n",
" <g transform=\"translate(96.795312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 91.00% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B13 -->\n",
" <g transform=\"translate(61.010938 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"68.603516\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"132.226562\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p5b74efc81c\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B13 -->\n",
"<g id=\"edge7\" class=\"edge\">\n",
"<title>A-&gt;B13</title>\n",
"<g id=\"a_edge7\"><a xlink:title=\"(2, 16):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1082.53,-146.67C1201.61,-130.5 1376.97,-103.32 1536.78,-64.27\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1537.92,-67.6 1546.8,-61.8 1536.25,-60.8 1537.92,-67.6\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B14 -->\n",
"<g id=\"node18\" class=\"node\">\n",
"<title>B14</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1767,-64 1666,-64 1666,-23 1767,-23 1767,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"1666\" y=\"-64\"> <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-07-12T09:50:07.727573</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 27.00781 45.898125 L 27.00781 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#paf72572dca)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 118.51719 30.798125 L 118.51719 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#paf72572dca)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#paf72572dca)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m61b97a80ef\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m61b97a80ef\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#paf72572dca)\" 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=\"#m61b97a80ef\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#paf72572dca)\" 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=\"#m61b97a80ef\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m2e46bdaedb\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m2e46bdaedb\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m2e46bdaedb\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 9.00% -->\n",
" <g transform=\"translate(96.795312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 91.00% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B14 -->\n",
" <g transform=\"translate(61.010938 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"68.603516\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" x=\"132.226562\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"paf72572dca\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B14 -->\n",
"<g id=\"edge4\" class=\"edge\">\n",
"<title>A-&gt;B14</title>\n",
"<g id=\"a_edge4\"><a xlink:title=\"(2, 17):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1082.61,-151.94C1225.42,-137.92 1453.04,-110.82 1655.87,-64.2\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1656.87,-67.56 1665.82,-61.9 1655.28,-60.74 1656.87,-67.56\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B15 -->\n",
"<g id=\"node19\" class=\"node\">\n",
"<title>B15</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1886,-64 1785,-64 1785,-23 1886,-23 1886,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"1785\" y=\"-64\"> <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-07-12T09:50:07.761638</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 27.00781 45.898125 L 27.00781 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#pe793e94924)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 118.51719 30.798125 L 118.51719 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#pe793e94924)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#pe793e94924)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"md1fe9e2164\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#md1fe9e2164\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#pe793e94924)\" 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=\"#md1fe9e2164\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#pe793e94924)\" 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=\"#md1fe9e2164\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m03ad839493\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m03ad839493\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m03ad839493\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 9.00% -->\n",
" <g transform=\"translate(96.795312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 91.00% -->\n",
" <g transform=\"translate(90.432812 28.718437)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-39\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"286.279297\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- B15 -->\n",
" <g transform=\"translate(61.010938 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"68.603516\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" x=\"132.226562\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pe793e94924\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B15 -->\n",
"<g id=\"edge14\" class=\"edge\">\n",
"<title>A-&gt;B15</title>\n",
"<g id=\"a_edge14\"><a xlink:title=\"(2, 18):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1082.65,-155.78C1247.34,-144.17 1528.42,-118.3 1774.97,-64.15\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1775.83,-67.54 1784.83,-61.96 1774.31,-60.71 1775.83,-67.54\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"</g>\n",
"</svg>"
],
"text/plain": [
"<IPython.core.display.SVG object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"gnb.showInference(bn,evs={\"alpha\":\"1\",\"beta\":\"10\"})"
]
},
{
"cell_type": "markdown",
"id": "e60d322e-1a2e-486b-be6a-998b6045dbec",
"metadata": {},
"source": [
"## Observing the sequence of coins in "
]
},
{
"cell_type": "code",
"execution_count": 8,
"id": "97feefb1-03a4-4b65-9c96-45bce1f80051",
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"864pt\" height=\"182pt\" viewBox=\"0.00 0.00 864.00 182.01\">\n",
"<g id=\"graph0\" class=\"graph\" transform=\"scale(0.456177 0.456177) rotate(0) translate(4 395)\">\n",
"<title>structs</title>\n",
"<text text-anchor=\"middle\" x=\"943\" y=\"-7.8\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#4a4a4a\">Inference in   0.96ms</text>\n",
"<!-- alpha -->\n",
"<g id=\"node1\" class=\"node\">\n",
"<title>alpha</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"933.5,-391 653.5,-391 653.5,-266 933.5,-266 933.5,-391\"/>\n",
"<svg viewBox=\"0 0 371.265625 164.2005\" width=\"280px\" height=\"125px\" preserveAspectRatio=\"xMinYMin meet\" x=\"653.5\" y=\"-391\"> <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-07-12T09:50:08.181063</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 164.2005 L 371.265625 164.2005 L 371.265625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 32.865625 140.8755 L 367.665625 140.8755 L 367.665625 32.1555 L 32.865625 32.1555 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"PolyCollection_1\">\n",
" <defs>\n",
" <path id=\"m80eaba6d65\" d=\"M 32.865625 -23.325 L 32.865625 -30.306982 L 39.698278 -37.324781 L 46.530931 -44.294717 L 53.363584 -51.213789 L 60.196237 -58.048696 L 67.02889 -64.758862 L 73.861543 -71.299096 L 80.694196 -77.622169 L 87.526849 -83.681336 L 94.359503 -89.432556 L 101.192156 -94.836273 L 108.024809 -99.858707 L 114.857462 -104.472664 L 121.690115 -108.657911 L 128.522768 -112.401198 L 135.355421 -115.695987 L 142.188074 -118.541971 L 149.020727 -120.944456 L 155.85338 -122.913647 L 162.686033 -124.463911 L 169.518686 -125.61303 L 176.351339 -126.381484 L 183.183992 -126.791783 L 190.016645 -126.867857 L 196.849298 -126.634515 L 203.681952 -126.116967 L 210.514605 -125.340426 L 217.347258 -124.329762 L 224.179911 -123.109229 L 231.012564 -121.702241 L 237.845217 -120.131205 L 244.67787 -118.417392 L 251.510523 -116.580847 L 258.343176 -114.64034 L 265.175829 -112.613334 L 272.008482 -110.515985 L 278.841135 -108.363151 L 285.673788 -106.16843 L 292.506441 -103.944193 L 299.339094 -101.701643 L 306.171747 -99.450863 L 313.004401 -97.200883 L 319.837054 -94.959743 L 326.669707 -92.734556 L 333.50236 -90.531574 L 340.335013 -88.356252 L 347.167666 -86.213312 L 354.000319 -84.1068 L 360.832972 -82.040147 L 367.665625 -80.016223 L 367.665625 -23.325 L 367.665625 -23.325 L 360.832972 -23.325 L 354.000319 -23.325 L 347.167666 -23.325 L 340.335013 -23.325 L 333.50236 -23.325 L 326.669707 -23.325 L 319.837054 -23.325 L 313.004401 -23.325 L 306.171747 -23.325 L 299.339094 -23.325 L 292.506441 -23.325 L 285.673788 -23.325 L 278.841135 -23.325 L 272.008482 -23.325 L 265.175829 -23.325 L 258.343176 -23.325 L 251.510523 -23.325 L 244.67787 -23.325 L 237.845217 -23.325 L 231.012564 -23.325 L 224.179911 -23.325 L 217.347258 -23.325 L 210.514605 -23.325 L 203.681952 -23.325 L 196.849298 -23.325 L 190.016645 -23.325 L 183.183992 -23.325 L 176.351339 -23.325 L 169.518686 -23.325 L 162.686033 -23.325 L 155.85338 -23.325 L 149.020727 -23.325 L 142.188074 -23.325 L 135.355421 -23.325 L 128.522768 -23.325 L 121.690115 -23.325 L 114.857462 -23.325 L 108.024809 -23.325 L 101.192156 -23.325 L 94.359503 -23.325 L 87.526849 -23.325 L 80.694196 -23.325 L 73.861543 -23.325 L 67.02889 -23.325 L 60.196237 -23.325 L 53.363584 -23.325 L 46.530931 -23.325 L 39.698278 -23.325 L 32.865625 -23.325 z \" style=\"stroke: #8fbc8f\"/>\n",
" </defs>\n",
" <g clip-path=\"url(#pe43f529a6b)\">\n",
" <use xlink:href=\"#m80eaba6d65\" x=\"0\" y=\"164.2005\" style=\"fill: #8fbc8f; stroke: #8fbc8f\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 32.865625 140.8755 L 32.865625 32.1555 \" clip-path=\"url(#pe43f529a6b)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m6f31ca11f9\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m6f31ca11f9\" x=\"32.865625\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(35.625 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 53.363584 140.8755 L 53.363584 32.1555 \" clip-path=\"url(#pe43f529a6b)\" 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=\"#m6f31ca11f9\" x=\"53.363584\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 4 -->\n",
" <g transform=\"translate(56.122959 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 73.861543 140.8755 L 73.861543 32.1555 \" clip-path=\"url(#pe43f529a6b)\" 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=\"#m6f31ca11f9\" x=\"73.861543\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 7 -->\n",
" <g transform=\"translate(76.620918 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-37\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_4\">\n",
" <g id=\"line2d_7\">\n",
" <path d=\"M 94.359503 140.8755 L 94.359503 32.1555 \" clip-path=\"url(#pe43f529a6b)\" 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=\"#m6f31ca11f9\" x=\"94.359503\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 10 -->\n",
" <g transform=\"translate(97.118878 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\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 114.857462 140.8755 L 114.857462 32.1555 \" clip-path=\"url(#pe43f529a6b)\" 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=\"#m6f31ca11f9\" x=\"114.857462\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- 13 -->\n",
" <g transform=\"translate(117.616837 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_6\">\n",
" <g id=\"line2d_11\">\n",
" <path d=\"M 135.355421 140.8755 L 135.355421 32.1555 \" clip-path=\"url(#pe43f529a6b)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_12\">\n",
" <g>\n",
" <use xlink:href=\"#m6f31ca11f9\" x=\"135.355421\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_6\">\n",
" <!-- 16 -->\n",
" <g transform=\"translate(138.114796 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-36\" d=\"M 2113 2584 Q 1688 2584 1439 2293 Q 1191 2003 1191 1497 Q 1191 994 1439 701 Q 1688 409 2113 409 Q 2538 409 2786 701 Q 3034 994 3034 1497 Q 3034 2003 2786 2293 Q 2538 2584 2113 2584 z M 3366 4563 L 3366 3988 Q 3128 4100 2886 4159 Q 2644 4219 2406 4219 Q 1781 4219 1451 3797 Q 1122 3375 1075 2522 Q 1259 2794 1537 2939 Q 1816 3084 2150 3084 Q 2853 3084 3261 2657 Q 3669 2231 3669 1497 Q 3669 778 3244 343 Q 2819 -91 2113 -91 Q 1303 -91 875 529 Q 447 1150 447 2328 Q 447 3434 972 4092 Q 1497 4750 2381 4750 Q 2619 4750 2861 4703 Q 3103 4656 3366 4563 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_7\">\n",
" <g id=\"line2d_13\">\n",
" <path d=\"M 155.85338 140.8755 L 155.85338 32.1555 \" clip-path=\"url(#pe43f529a6b)\" 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=\"#m6f31ca11f9\" x=\"155.85338\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_7\">\n",
" <!-- 19 -->\n",
" <g transform=\"translate(158.612755 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_8\">\n",
" <g id=\"line2d_15\">\n",
" <path d=\"M 176.351339 140.8755 L 176.351339 32.1555 \" clip-path=\"url(#pe43f529a6b)\" 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=\"#m6f31ca11f9\" x=\"176.351339\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_8\">\n",
" <!-- 22 -->\n",
" <g transform=\"translate(179.110714 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-32\" d=\"M 1228 531 L 3431 531 L 3431 0 L 469 0 L 469 531 Q 828 903 1448 1529 Q 2069 2156 2228 2338 Q 2531 2678 2651 2914 Q 2772 3150 2772 3378 Q 2772 3750 2511 3984 Q 2250 4219 1831 4219 Q 1534 4219 1204 4116 Q 875 4013 500 3803 L 500 4441 Q 881 4594 1212 4672 Q 1544 4750 1819 4750 Q 2544 4750 2975 4387 Q 3406 4025 3406 3419 Q 3406 3131 3298 2873 Q 3191 2616 2906 2266 Q 2828 2175 2409 1742 Q 1991 1309 1228 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_9\">\n",
" <g id=\"line2d_17\">\n",
" <path d=\"M 196.849298 140.8755 L 196.849298 32.1555 \" clip-path=\"url(#pe43f529a6b)\" 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=\"#m6f31ca11f9\" x=\"196.849298\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_9\">\n",
" <!-- 25 -->\n",
" <g transform=\"translate(199.608673 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_10\">\n",
" <g id=\"line2d_19\">\n",
" <path d=\"M 217.347258 140.8755 L 217.347258 32.1555 \" clip-path=\"url(#pe43f529a6b)\" 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=\"#m6f31ca11f9\" x=\"217.347258\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_10\">\n",
" <!-- 28 -->\n",
" <g transform=\"translate(220.106633 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_11\">\n",
" <g id=\"line2d_21\">\n",
" <path d=\"M 237.845217 140.8755 L 237.845217 32.1555 \" clip-path=\"url(#pe43f529a6b)\" 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=\"#m6f31ca11f9\" x=\"237.845217\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_11\">\n",
" <!-- 31 -->\n",
" <g transform=\"translate(240.604592 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-33\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_12\">\n",
" <g id=\"line2d_23\">\n",
" <path d=\"M 258.343176 140.8755 L 258.343176 32.1555 \" clip-path=\"url(#pe43f529a6b)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_24\">\n",
" <g>\n",
" <use xlink:href=\"#m6f31ca11f9\" x=\"258.343176\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_12\">\n",
" <!-- 34 -->\n",
" <g transform=\"translate(261.102551 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-33\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_13\">\n",
" <g id=\"line2d_25\">\n",
" <path d=\"M 278.841135 140.8755 L 278.841135 32.1555 \" clip-path=\"url(#pe43f529a6b)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_26\">\n",
" <g>\n",
" <use xlink:href=\"#m6f31ca11f9\" x=\"278.841135\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_13\">\n",
" <!-- 37 -->\n",
" <g transform=\"translate(281.60051 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-33\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_14\">\n",
" <g id=\"line2d_27\">\n",
" <path d=\"M 299.339094 140.8755 L 299.339094 32.1555 \" clip-path=\"url(#pe43f529a6b)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_28\">\n",
" <g>\n",
" <use xlink:href=\"#m6f31ca11f9\" x=\"299.339094\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_14\">\n",
" <!-- 40 -->\n",
" <g transform=\"translate(302.098469 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_15\">\n",
" <g id=\"line2d_29\">\n",
" <path d=\"M 319.837054 140.8755 L 319.837054 32.1555 \" clip-path=\"url(#pe43f529a6b)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_30\">\n",
" <g>\n",
" <use xlink:href=\"#m6f31ca11f9\" x=\"319.837054\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_15\">\n",
" <!-- 43 -->\n",
" <g transform=\"translate(322.596429 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_16\">\n",
" <g id=\"line2d_31\">\n",
" <path d=\"M 340.335013 140.8755 L 340.335013 32.1555 \" clip-path=\"url(#pe43f529a6b)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_32\">\n",
" <g>\n",
" <use xlink:href=\"#m6f31ca11f9\" x=\"340.335013\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_16\">\n",
" <!-- 46 -->\n",
" <g transform=\"translate(343.094388 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_17\">\n",
" <g id=\"line2d_33\">\n",
" <path d=\"M 360.832972 140.8755 L 360.832972 32.1555 \" clip-path=\"url(#pe43f529a6b)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_34\">\n",
" <g>\n",
" <use xlink:href=\"#m6f31ca11f9\" x=\"360.832972\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_17\">\n",
" <!-- 49 -->\n",
" <g transform=\"translate(363.592347 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_35\">\n",
" <path d=\"M 32.865625 140.8755 L 367.665625 140.8755 \" clip-path=\"url(#pe43f529a6b)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_36\">\n",
" <defs>\n",
" <path id=\"m84c611c931\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m84c611c931\" x=\"32.865625\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_18\">\n",
" <!-- 0.00 -->\n",
" <g transform=\"translate(3.6 144.674719)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" 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",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_37\">\n",
" <path d=\"M 32.865625 102.614561 L 367.665625 102.614561 \" clip-path=\"url(#pe43f529a6b)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_38\">\n",
" <g>\n",
" <use xlink:href=\"#m84c611c931\" x=\"32.865625\" y=\"102.614561\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_19\">\n",
" <!-- 0.01 -->\n",
" <g transform=\"translate(3.6 106.41378)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_3\">\n",
" <g id=\"line2d_39\">\n",
" <path d=\"M 32.865625 64.353623 L 367.665625 64.353623 \" clip-path=\"url(#pe43f529a6b)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_40\">\n",
" <g>\n",
" <use xlink:href=\"#m84c611c931\" x=\"32.865625\" y=\"64.353623\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_20\">\n",
" <!-- 0.02 -->\n",
" <g transform=\"translate(3.6 68.152841)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 32.865625 140.8755 L 32.865625 32.1555 \" 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 367.665625 140.8755 L 367.665625 32.1555 \" 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 32.865625 140.8755 L 367.665625 140.8755 \" 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 32.865625 32.1555 L 367.665625 32.1555 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_21\">\n",
" <!-- alpha -->\n",
" <g transform=\"translate(183.633438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-61\" d=\"M 2194 1759 Q 1497 1759 1228 1600 Q 959 1441 959 1056 Q 959 750 1161 570 Q 1363 391 1709 391 Q 2188 391 2477 730 Q 2766 1069 2766 1631 L 2766 1759 L 2194 1759 z M 3341 1997 L 3341 0 L 2766 0 L 2766 531 Q 2569 213 2275 61 Q 1981 -91 1556 -91 Q 1019 -91 701 211 Q 384 513 384 1019 Q 384 1609 779 1909 Q 1175 2209 1959 2209 L 2766 2209 L 2766 2266 Q 2766 2663 2505 2880 Q 2244 3097 1772 3097 Q 1472 3097 1187 3025 Q 903 2953 641 2809 L 641 3341 Q 956 3463 1253 3523 Q 1550 3584 1831 3584 Q 2591 3584 2966 3190 Q 3341 2797 3341 1997 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-6c\" d=\"M 603 4863 L 1178 4863 L 1178 0 L 603 0 L 603 4863 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-70\" d=\"M 1159 525 L 1159 -1331 L 581 -1331 L 581 3500 L 1159 3500 L 1159 2969 Q 1341 3281 1617 3432 Q 1894 3584 2278 3584 Q 2916 3584 3314 3078 Q 3713 2572 3713 1747 Q 3713 922 3314 415 Q 2916 -91 2278 -91 Q 1894 -91 1617 61 Q 1341 213 1159 525 z M 3116 1747 Q 3116 2381 2855 2742 Q 2594 3103 2138 3103 Q 1681 3103 1420 2742 Q 1159 2381 1159 1747 Q 1159 1113 1420 752 Q 1681 391 2138 391 Q 2594 391 2855 752 Q 3116 1113 3116 1747 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-68\" d=\"M 3513 2113 L 3513 0 L 2938 0 L 2938 2094 Q 2938 2591 2744 2837 Q 2550 3084 2163 3084 Q 1697 3084 1428 2787 Q 1159 2491 1159 1978 L 1159 0 L 581 0 L 581 4863 L 1159 4863 L 1159 2956 Q 1366 3272 1645 3428 Q 1925 3584 2291 3584 Q 2894 3584 3203 3211 Q 3513 2838 3513 2113 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-61\"/>\n",
" <use xlink:href=\"#DejaVuSans-6c\" x=\"61.279297\"/>\n",
" <use xlink:href=\"#DejaVuSans-70\" x=\"89.0625\"/>\n",
" <use xlink:href=\"#DejaVuSans-68\" x=\"152.539062\"/>\n",
" <use xlink:href=\"#DejaVuSans-61\" x=\"215.917969\"/>\n",
" </g>\n",
" <!-- $\\mu=27.09$; $\\sigma=12.27$ -->\n",
" <g transform=\"translate(139.905625 26.1555)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-Oblique-3bc\" d=\"M -84 -1331 L 856 3500 L 1434 3500 L 1009 1322 Q 997 1256 987 1175 Q 978 1094 978 1013 Q 978 722 1161 565 Q 1344 409 1684 409 Q 2147 409 2431 671 Q 2716 934 2816 1459 L 3213 3500 L 3788 3500 L 3266 809 Q 3253 750 3248 706 Q 3244 663 3244 628 Q 3244 531 3283 486 Q 3322 441 3406 441 Q 3438 441 3492 456 Q 3547 472 3647 513 L 3559 50 Q 3422 -19 3297 -55 Q 3172 -91 3053 -91 Q 2847 -91 2730 40 Q 2613 172 2613 403 Q 2438 153 2195 31 Q 1953 -91 1625 -91 Q 1334 -91 1117 43 Q 900 178 831 397 L 494 -1331 L -84 -1331 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-3d\" d=\"M 678 2906 L 4684 2906 L 4684 2381 L 678 2381 L 678 2906 z M 678 1631 L 4684 1631 L 4684 1100 L 678 1100 L 678 1631 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-3b\" d=\"M 750 3309 L 1409 3309 L 1409 2516 L 750 2516 L 750 3309 z M 750 794 L 1409 794 L 1409 256 L 897 -744 L 494 -744 L 750 256 L 750 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-20\" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-Oblique-3c3\" d=\"M 2219 3044 Q 1744 3044 1422 2700 Q 1081 2341 969 1747 Q 844 1119 1044 756 Q 1241 397 1706 397 Q 2166 397 2503 759 Q 2844 1122 2966 1747 Q 3075 2319 2881 2700 Q 2700 3044 2219 3044 z M 2309 3503 L 4219 3500 L 4106 2925 L 3463 2925 Q 3706 2438 3575 1747 Q 3406 888 2884 400 Q 2359 -91 1609 -91 Q 856 -91 525 400 Q 194 888 363 1747 Q 528 2609 1050 3097 Q 1484 3503 2309 3503 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-Oblique-3bc\" transform=\"translate(0 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3d\" transform=\"translate(83.105469 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" transform=\"translate(186.376953 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" transform=\"translate(250 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" transform=\"translate(313.623047 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" transform=\"translate(345.410156 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" transform=\"translate(409.033203 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3b\" transform=\"translate(472.65625 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-20\" transform=\"translate(506.347656 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-Oblique-3c3\" transform=\"translate(538.134766 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3d\" transform=\"translate(620.996094 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" transform=\"translate(724.267578 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" transform=\"translate(787.890625 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" transform=\"translate(851.513672 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" transform=\"translate(877.800781 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" transform=\"translate(941.423828 0.78125)\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pe43f529a6b\">\n",
" <rect x=\"32.865625\" y=\"32.1555\" width=\"334.8\" height=\"108.72\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A -->\n",
"<g id=\"node3\" class=\"node\">\n",
"<title>A</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1085,-230 800,-230 800,-100 1085,-100 1085,-230\"/>\n",
"<svg viewBox=\"0 0 377.628125 170.563\" width=\"285px\" height=\"130px\" preserveAspectRatio=\"xMinYMin meet\" x=\"800\" y=\"-230\"> <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-07-12T09:50:08.353345</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 170.563 L 377.628125 170.563 L 377.628125 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 39.228125 140.8755 L 374.028125 140.8755 L 374.028125 32.1555 L 39.228125 32.1555 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"PolyCollection_1\">\n",
" <defs>\n",
" <path id=\"m1ce60c05a1\" d=\"M 39.228125 -29.6875 L 39.228125 -29.6875 L 40.347857 -29.6875 L 41.46759 -29.6875 L 42.587322 -29.6875 L 43.707055 -29.6875 L 44.826787 -29.687501 L 45.94652 -29.687503 L 47.066252 -29.687508 L 48.185985 -29.687519 L 49.305717 -29.68754 L 50.425449 -29.687581 L 51.545182 -29.687651 L 52.664914 -29.687767 L 53.784647 -29.687951 L 54.904379 -29.688231 L 56.024112 -29.688646 L 57.143844 -29.689242 L 58.263577 -29.690079 L 59.383309 -29.691229 L 60.503041 -29.692781 L 61.622774 -29.694837 L 62.742506 -29.697522 L 63.862239 -29.700977 L 64.981971 -29.705369 L 66.101704 -29.710885 L 67.221436 -29.717739 L 68.341168 -29.726173 L 69.460901 -29.736456 L 70.580633 -29.748887 L 71.700366 -29.763796 L 72.820098 -29.781546 L 73.939831 -29.802533 L 75.059563 -29.827187 L 76.179296 -29.855972 L 77.299028 -29.889389 L 78.41876 -29.927974 L 79.538493 -29.972299 L 80.658225 -30.022971 L 81.777958 -30.080635 L 82.89769 -30.145968 L 84.017423 -30.219685 L 85.137155 -30.302532 L 86.256888 -30.395289 L 87.37662 -30.498768 L 88.496352 -30.613811 L 89.616085 -30.741287 L 90.735817 -30.882093 L 91.85555 -31.03715 L 92.975282 -31.207402 L 94.095015 -31.393813 L 95.214747 -31.597363 L 96.33448 -31.819048 L 97.454212 -32.059877 L 98.573944 -32.320866 L 99.693677 -32.603036 L 100.813409 -32.907414 L 101.933142 -33.235024 L 103.052874 -33.586884 L 104.172607 -33.964008 L 105.292339 -34.367396 L 106.412071 -34.798034 L 107.531804 -35.256888 L 108.651536 -35.744903 L 109.771269 -36.262998 L 110.891001 -36.812059 L 112.010734 -37.392943 L 113.130466 -38.006466 L 114.250199 -38.653404 L 115.369931 -39.334488 L 116.489663 -40.050402 L 117.609396 -40.801777 L 118.729128 -41.589189 L 119.848861 -42.413157 L 120.968593 -43.274138 L 122.088326 -44.172522 L 123.208058 -45.108634 L 124.327791 -46.08273 L 125.447523 -47.094991 L 126.567255 -48.145522 L 127.686988 -49.234354 L 128.80672 -50.361436 L 129.926453 -51.526635 L 131.046185 -52.729739 L 132.165918 -53.970446 L 133.28565 -55.248374 L 134.405383 -56.563049 L 135.525115 -57.913913 L 136.644847 -59.300319 L 137.76458 -60.721531 L 138.884312 -62.176724 L 140.004045 -63.664984 L 141.123777 -65.185308 L 142.24351 -66.736606 L 143.363242 -68.317697 L 144.482974 -69.927316 L 145.602707 -71.564107 L 146.722439 -73.226631 L 147.842172 -74.91336 L 148.961904 -76.622683 L 150.081637 -78.352904 L 151.201369 -80.102241 L 152.321102 -81.868829 L 153.440834 -83.650717 L 154.560566 -85.445869 L 155.680299 -87.252164 L 156.800031 -89.067393 L 157.919764 -90.889257 L 159.039496 -92.715365 L 160.159229 -94.543231 L 161.278961 -96.370272 L 162.398694 -98.193802 L 163.518426 -100.011025 L 164.638158 -101.819038 L 165.757891 -103.614817 L 166.877623 -105.395218 L 167.997356 -107.156965 L 169.117088 -108.896654 L 170.236821 -110.610741 L 171.356553 -112.295542 L 172.476286 -113.94723 L 173.596018 -115.561835 L 174.71575 -117.135244 L 175.835483 -118.663206 L 176.955215 -120.14134 L 178.074948 -121.565142 L 179.19468 -122.93 L 180.314413 -124.231212 L 181.434145 -125.464004 L 182.553878 -126.62356 L 183.67361 -127.705048 L 184.793342 -128.703655 L 185.913075 -129.614623 L 187.032807 -130.433295 L 188.15254 -131.155152 L 189.272272 -131.775869 L 190.392005 -132.291355 L 191.511737 -132.69781 L 192.631469 -132.991771 L 193.751202 -133.170166 L 194.870934 -133.230357 L 195.990667 -133.17019 L 197.110399 -132.988033 L 198.230132 -132.682815 L 199.349864 -132.254054 L 200.469597 -131.701887 L 201.589329 -131.027082 L 202.709061 -130.231048 L 203.828794 -129.31584 L 204.948526 -128.284149 L 206.068259 -127.139286 L 207.187991 -125.88516 L 208.307724 -124.526245 L 209.427456 -123.067542 L 210.547189 -121.514532 L 211.666921 -119.873125 L 212.786653 -118.149604 L 213.906386 -116.350564 L 215.026118 -114.48285 L 216.145851 -112.553491 L 217.265583 -110.569637 L 218.385316 -108.538495 L 219.505048 -106.467268 L 220.624781 -104.36309 L 221.744513 -102.232979 L 222.864245 -100.083779 L 223.983978 -97.922118 L 225.10371 -95.754363 L 226.223443 -93.586591 L 227.343175 -91.424555 L 228.462908 -89.273663 L 229.58264 -87.138962 L 230.702372 -85.025123 L 231.822105 -82.936438 L 232.941837 -80.876817 L 234.06157 -78.849793 L 235.181302 -76.858527 L 236.301035 -74.905817 L 237.420767 -72.994115 L 238.5405 -71.12554 L 239.660232 -69.301895 L 240.779964 -67.524687 L 241.899697 -65.795145 L 243.019429 -64.114238 L 244.139162 -62.482698 L 245.258894 -60.901038 L 246.378627 -59.36957 L 247.498359 -57.888424 L 248.618092 -56.457563 L 249.737824 -55.076804 L 250.857556 -53.745829 L 251.977289 -52.464201 L 253.097021 -51.231375 L 254.216754 -50.046712 L 255.336486 -48.909491 L 256.456219 -47.818916 L 257.575951 -46.774127 L 258.695684 -45.774207 L 259.815416 -44.818191 L 260.935148 -43.90507 L 262.054881 -43.033803 L 263.174613 -42.203315 L 264.294346 -41.412508 L 265.414078 -40.660263 L 266.533811 -39.945444 L 267.653543 -39.266904 L 268.773276 -38.623489 L 269.893008 -38.014036 L 271.01274 -37.437384 L 272.132473 -36.892371 L 273.252205 -36.37784 L 274.371938 -35.892638 L 275.49167 -35.435624 L 276.611403 -35.005666 L 277.731135 -34.601647 L 278.850867 -34.222462 L 279.9706 -33.867025 L 281.090332 -33.53427 L 282.210065 -33.223147 L 283.329797 -32.932632 L 284.44953 -32.661719 L 285.569262 -32.409431 L 286.688995 -32.174812 L 287.808727 -31.956933 L 288.928459 -31.754893 L 290.048192 -31.567816 L 291.167924 -31.394855 L 292.287657 -31.235193 L 293.407389 -31.088039 L 294.527122 -30.952633 L 295.646854 -30.828242 L 296.766587 -30.714164 L 297.886319 -30.609726 L 299.006051 -30.514284 L 300.125784 -30.427221 L 301.245516 -30.347952 L 302.365249 -30.275917 L 303.484981 -30.210586 L 304.604714 -30.151456 L 305.724446 -30.09805 L 306.844179 -30.049918 L 307.963911 -30.006636 L 309.083643 -29.967803 L 310.203376 -29.933045 L 311.323108 -29.90201 L 312.442841 -29.874369 L 313.562573 -29.849814 L 314.682306 -29.828059 L 315.802038 -29.808839 L 316.92177 -29.791908 L 318.041503 -29.777036 L 319.161235 -29.764014 L 320.280968 -29.752649 L 321.4007 -29.742762 L 322.520433 -29.734192 L 323.640165 -29.726789 L 324.759898 -29.720419 L 325.87963 -29.714958 L 326.999362 -29.710297 L 328.119095 -29.706335 L 329.238827 -29.702982 L 330.35856 -29.700158 L 331.478292 -29.697792 L 332.598025 -29.695818 L 333.717757 -29.694181 L 334.83749 -29.692832 L 335.957222 -29.691725 L 337.076954 -29.690824 L 338.196687 -29.690095 L 339.316419 -29.689509 L 340.436152 -29.689042 L 341.555884 -29.688673 L 342.675617 -29.688383 L 343.795349 -29.688158 L 344.915082 -29.687985 L 346.034814 -29.687853 L 347.154546 -29.687754 L 348.274279 -29.68768 L 349.394011 -29.687625 L 350.513744 -29.687586 L 351.633476 -29.687558 L 352.753209 -29.687538 L 353.872941 -29.687525 L 354.992673 -29.687516 L 356.112406 -29.68751 L 357.232138 -29.687506 L 358.351871 -29.687503 L 359.471603 -29.687502 L 360.591336 -29.687501 L 361.711068 -29.6875 L 362.830801 -29.6875 L 363.950533 -29.6875 L 365.070265 -29.6875 L 366.189998 -29.6875 L 367.30973 -29.6875 L 368.429463 -29.6875 L 369.549195 -29.6875 L 370.668928 -29.6875 L 371.78866 -29.6875 L 372.908393 -29.6875 L 374.028125 -29.6875 L 374.028125 -29.6875 L 374.028125 -29.6875 L 372.908393 -29.6875 L 371.78866 -29.6875 L 370.668928 -29.6875 L 369.549195 -29.6875 L 368.429463 -29.6875 L 367.30973 -29.6875 L 366.189998 -29.6875 L 365.070265 -29.6875 L 363.950533 -29.6875 L 362.830801 -29.6875 L 361.711068 -29.6875 L 360.591336 -29.6875 L 359.471603 -29.6875 L 358.351871 -29.6875 L 357.232138 -29.6875 L 356.112406 -29.6875 L 354.992673 -29.6875 L 353.872941 -29.6875 L 352.753209 -29.6875 L 351.633476 -29.6875 L 350.513744 -29.6875 L 349.394011 -29.6875 L 348.274279 -29.6875 L 347.154546 -29.6875 L 346.034814 -29.6875 L 344.915082 -29.6875 L 343.795349 -29.6875 L 342.675617 -29.6875 L 341.555884 -29.6875 L 340.436152 -29.6875 L 339.316419 -29.6875 L 338.196687 -29.6875 L 337.076954 -29.6875 L 335.957222 -29.6875 L 334.83749 -29.6875 L 333.717757 -29.6875 L 332.598025 -29.6875 L 331.478292 -29.6875 L 330.35856 -29.6875 L 329.238827 -29.6875 L 328.119095 -29.6875 L 326.999362 -29.6875 L 325.87963 -29.6875 L 324.759898 -29.6875 L 323.640165 -29.6875 L 322.520433 -29.6875 L 321.4007 -29.6875 L 320.280968 -29.6875 L 319.161235 -29.6875 L 318.041503 -29.6875 L 316.92177 -29.6875 L 315.802038 -29.6875 L 314.682306 -29.6875 L 313.562573 -29.6875 L 312.442841 -29.6875 L 311.323108 -29.6875 L 310.203376 -29.6875 L 309.083643 -29.6875 L 307.963911 -29.6875 L 306.844179 -29.6875 L 305.724446 -29.6875 L 304.604714 -29.6875 L 303.484981 -29.6875 L 302.365249 -29.6875 L 301.245516 -29.6875 L 300.125784 -29.6875 L 299.006051 -29.6875 L 297.886319 -29.6875 L 296.766587 -29.6875 L 295.646854 -29.6875 L 294.527122 -29.6875 L 293.407389 -29.6875 L 292.287657 -29.6875 L 291.167924 -29.6875 L 290.048192 -29.6875 L 288.928459 -29.6875 L 287.808727 -29.6875 L 286.688995 -29.6875 L 285.569262 -29.6875 L 284.44953 -29.6875 L 283.329797 -29.6875 L 282.210065 -29.6875 L 281.090332 -29.6875 L 279.9706 -29.6875 L 278.850867 -29.6875 L 277.731135 -29.6875 L 276.611403 -29.6875 L 275.49167 -29.6875 L 274.371938 -29.6875 L 273.252205 -29.6875 L 272.132473 -29.6875 L 271.01274 -29.6875 L 269.893008 -29.6875 L 268.773276 -29.6875 L 267.653543 -29.6875 L 266.533811 -29.6875 L 265.414078 -29.6875 L 264.294346 -29.6875 L 263.174613 -29.6875 L 262.054881 -29.6875 L 260.935148 -29.6875 L 259.815416 -29.6875 L 258.695684 -29.6875 L 257.575951 -29.6875 L 256.456219 -29.6875 L 255.336486 -29.6875 L 254.216754 -29.6875 L 253.097021 -29.6875 L 251.977289 -29.6875 L 250.857556 -29.6875 L 249.737824 -29.6875 L 248.618092 -29.6875 L 247.498359 -29.6875 L 246.378627 -29.6875 L 245.258894 -29.6875 L 244.139162 -29.6875 L 243.019429 -29.6875 L 241.899697 -29.6875 L 240.779964 -29.6875 L 239.660232 -29.6875 L 238.5405 -29.6875 L 237.420767 -29.6875 L 236.301035 -29.6875 L 235.181302 -29.6875 L 234.06157 -29.6875 L 232.941837 -29.6875 L 231.822105 -29.6875 L 230.702372 -29.6875 L 229.58264 -29.6875 L 228.462908 -29.6875 L 227.343175 -29.6875 L 226.223443 -29.6875 L 225.10371 -29.6875 L 223.983978 -29.6875 L 222.864245 -29.6875 L 221.744513 -29.6875 L 220.624781 -29.6875 L 219.505048 -29.6875 L 218.385316 -29.6875 L 217.265583 -29.6875 L 216.145851 -29.6875 L 215.026118 -29.6875 L 213.906386 -29.6875 L 212.786653 -29.6875 L 211.666921 -29.6875 L 210.547189 -29.6875 L 209.427456 -29.6875 L 208.307724 -29.6875 L 207.187991 -29.6875 L 206.068259 -29.6875 L 204.948526 -29.6875 L 203.828794 -29.6875 L 202.709061 -29.6875 L 201.589329 -29.6875 L 200.469597 -29.6875 L 199.349864 -29.6875 L 198.230132 -29.6875 L 197.110399 -29.6875 L 195.990667 -29.6875 L 194.870934 -29.6875 L 193.751202 -29.6875 L 192.631469 -29.6875 L 191.511737 -29.6875 L 190.392005 -29.6875 L 189.272272 -29.6875 L 188.15254 -29.6875 L 187.032807 -29.6875 L 185.913075 -29.6875 L 184.793342 -29.6875 L 183.67361 -29.6875 L 182.553878 -29.6875 L 181.434145 -29.6875 L 180.314413 -29.6875 L 179.19468 -29.6875 L 178.074948 -29.6875 L 176.955215 -29.6875 L 175.835483 -29.6875 L 174.71575 -29.6875 L 173.596018 -29.6875 L 172.476286 -29.6875 L 171.356553 -29.6875 L 170.236821 -29.6875 L 169.117088 -29.6875 L 167.997356 -29.6875 L 166.877623 -29.6875 L 165.757891 -29.6875 L 164.638158 -29.6875 L 163.518426 -29.6875 L 162.398694 -29.6875 L 161.278961 -29.6875 L 160.159229 -29.6875 L 159.039496 -29.6875 L 157.919764 -29.6875 L 156.800031 -29.6875 L 155.680299 -29.6875 L 154.560566 -29.6875 L 153.440834 -29.6875 L 152.321102 -29.6875 L 151.201369 -29.6875 L 150.081637 -29.6875 L 148.961904 -29.6875 L 147.842172 -29.6875 L 146.722439 -29.6875 L 145.602707 -29.6875 L 144.482974 -29.6875 L 143.363242 -29.6875 L 142.24351 -29.6875 L 141.123777 -29.6875 L 140.004045 -29.6875 L 138.884312 -29.6875 L 137.76458 -29.6875 L 136.644847 -29.6875 L 135.525115 -29.6875 L 134.405383 -29.6875 L 133.28565 -29.6875 L 132.165918 -29.6875 L 131.046185 -29.6875 L 129.926453 -29.6875 L 128.80672 -29.6875 L 127.686988 -29.6875 L 126.567255 -29.6875 L 125.447523 -29.6875 L 124.327791 -29.6875 L 123.208058 -29.6875 L 122.088326 -29.6875 L 120.968593 -29.6875 L 119.848861 -29.6875 L 118.729128 -29.6875 L 117.609396 -29.6875 L 116.489663 -29.6875 L 115.369931 -29.6875 L 114.250199 -29.6875 L 113.130466 -29.6875 L 112.010734 -29.6875 L 110.891001 -29.6875 L 109.771269 -29.6875 L 108.651536 -29.6875 L 107.531804 -29.6875 L 106.412071 -29.6875 L 105.292339 -29.6875 L 104.172607 -29.6875 L 103.052874 -29.6875 L 101.933142 -29.6875 L 100.813409 -29.6875 L 99.693677 -29.6875 L 98.573944 -29.6875 L 97.454212 -29.6875 L 96.33448 -29.6875 L 95.214747 -29.6875 L 94.095015 -29.6875 L 92.975282 -29.6875 L 91.85555 -29.6875 L 90.735817 -29.6875 L 89.616085 -29.6875 L 88.496352 -29.6875 L 87.37662 -29.6875 L 86.256888 -29.6875 L 85.137155 -29.6875 L 84.017423 -29.6875 L 82.89769 -29.6875 L 81.777958 -29.6875 L 80.658225 -29.6875 L 79.538493 -29.6875 L 78.41876 -29.6875 L 77.299028 -29.6875 L 76.179296 -29.6875 L 75.059563 -29.6875 L 73.939831 -29.6875 L 72.820098 -29.6875 L 71.700366 -29.6875 L 70.580633 -29.6875 L 69.460901 -29.6875 L 68.341168 -29.6875 L 67.221436 -29.6875 L 66.101704 -29.6875 L 64.981971 -29.6875 L 63.862239 -29.6875 L 62.742506 -29.6875 L 61.622774 -29.6875 L 60.503041 -29.6875 L 59.383309 -29.6875 L 58.263577 -29.6875 L 57.143844 -29.6875 L 56.024112 -29.6875 L 54.904379 -29.6875 L 53.784647 -29.6875 L 52.664914 -29.6875 L 51.545182 -29.6875 L 50.425449 -29.6875 L 49.305717 -29.6875 L 48.185985 -29.6875 L 47.066252 -29.6875 L 45.94652 -29.6875 L 44.826787 -29.6875 L 43.707055 -29.6875 L 42.587322 -29.6875 L 41.46759 -29.6875 L 40.347857 -29.6875 L 39.228125 -29.6875 z \" style=\"stroke: #8fbc8f\"/>\n",
" </defs>\n",
" <g clip-path=\"url(#p01ea366f6e)\">\n",
" <use xlink:href=\"#m1ce60c05a1\" x=\"0\" y=\"170.563\" style=\"fill: #8fbc8f; stroke: #8fbc8f\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 39.228125 140.8755 L 39.228125 32.1555 \" clip-path=\"url(#p01ea366f6e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m03d2ec6fbb\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m03d2ec6fbb\" x=\"39.228125\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(41.9875 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 61.622774 140.8755 L 61.622774 32.1555 \" clip-path=\"url(#p01ea366f6e)\" 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=\"#m03d2ec6fbb\" x=\"61.622774\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 20 -->\n",
" <g transform=\"translate(64.382149 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-32\" d=\"M 1228 531 L 3431 531 L 3431 0 L 469 0 L 469 531 Q 828 903 1448 1529 Q 2069 2156 2228 2338 Q 2531 2678 2651 2914 Q 2772 3150 2772 3378 Q 2772 3750 2511 3984 Q 2250 4219 1831 4219 Q 1534 4219 1204 4116 Q 875 4013 500 3803 L 500 4441 Q 881 4594 1212 4672 Q 1544 4750 1819 4750 Q 2544 4750 2975 4387 Q 3406 4025 3406 3419 Q 3406 3131 3298 2873 Q 3191 2616 2906 2266 Q 2828 2175 2409 1742 Q 1991 1309 1228 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 84.017423 140.8755 L 84.017423 32.1555 \" clip-path=\"url(#p01ea366f6e)\" 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=\"#m03d2ec6fbb\" x=\"84.017423\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 40 -->\n",
" <g transform=\"translate(86.776798 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_4\">\n",
" <g id=\"line2d_7\">\n",
" <path d=\"M 106.412071 140.8755 L 106.412071 32.1555 \" clip-path=\"url(#p01ea366f6e)\" 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=\"#m03d2ec6fbb\" x=\"106.412071\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 60 -->\n",
" <g transform=\"translate(109.171446 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-36\" d=\"M 2113 2584 Q 1688 2584 1439 2293 Q 1191 2003 1191 1497 Q 1191 994 1439 701 Q 1688 409 2113 409 Q 2538 409 2786 701 Q 3034 994 3034 1497 Q 3034 2003 2786 2293 Q 2538 2584 2113 2584 z M 3366 4563 L 3366 3988 Q 3128 4100 2886 4159 Q 2644 4219 2406 4219 Q 1781 4219 1451 3797 Q 1122 3375 1075 2522 Q 1259 2794 1537 2939 Q 1816 3084 2150 3084 Q 2853 3084 3261 2657 Q 3669 2231 3669 1497 Q 3669 778 3244 343 Q 2819 -91 2113 -91 Q 1303 -91 875 529 Q 447 1150 447 2328 Q 447 3434 972 4092 Q 1497 4750 2381 4750 Q 2619 4750 2861 4703 Q 3103 4656 3366 4563 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-36\"/>\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 128.80672 140.8755 L 128.80672 32.1555 \" clip-path=\"url(#p01ea366f6e)\" 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=\"#m03d2ec6fbb\" x=\"128.80672\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- 80 -->\n",
" <g transform=\"translate(131.566095 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-38\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_6\">\n",
" <g id=\"line2d_11\">\n",
" <path d=\"M 151.201369 140.8755 L 151.201369 32.1555 \" clip-path=\"url(#p01ea366f6e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_12\">\n",
" <g>\n",
" <use xlink:href=\"#m03d2ec6fbb\" x=\"151.201369\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_6\">\n",
" <!-- 100 -->\n",
" <g transform=\"translate(153.960744 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_7\">\n",
" <g id=\"line2d_13\">\n",
" <path d=\"M 173.596018 140.8755 L 173.596018 32.1555 \" clip-path=\"url(#p01ea366f6e)\" 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=\"#m03d2ec6fbb\" x=\"173.596018\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_7\">\n",
" <!-- 120 -->\n",
" <g transform=\"translate(176.355393 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_8\">\n",
" <g id=\"line2d_15\">\n",
" <path d=\"M 195.990667 140.8755 L 195.990667 32.1555 \" clip-path=\"url(#p01ea366f6e)\" 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=\"#m03d2ec6fbb\" x=\"195.990667\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_8\">\n",
" <!-- 140 -->\n",
" <g transform=\"translate(198.750042 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_9\">\n",
" <g id=\"line2d_17\">\n",
" <path d=\"M 218.385316 140.8755 L 218.385316 32.1555 \" clip-path=\"url(#p01ea366f6e)\" 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=\"#m03d2ec6fbb\" x=\"218.385316\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_9\">\n",
" <!-- 160 -->\n",
" <g transform=\"translate(221.144691 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_10\">\n",
" <g id=\"line2d_19\">\n",
" <path d=\"M 240.779964 140.8755 L 240.779964 32.1555 \" clip-path=\"url(#p01ea366f6e)\" 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=\"#m03d2ec6fbb\" x=\"240.779964\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_10\">\n",
" <!-- 180 -->\n",
" <g transform=\"translate(243.539339 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_11\">\n",
" <g id=\"line2d_21\">\n",
" <path d=\"M 263.174613 140.8755 L 263.174613 32.1555 \" clip-path=\"url(#p01ea366f6e)\" 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=\"#m03d2ec6fbb\" x=\"263.174613\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_11\">\n",
" <!-- 200 -->\n",
" <g transform=\"translate(265.933988 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_12\">\n",
" <g id=\"line2d_23\">\n",
" <path d=\"M 285.569262 140.8755 L 285.569262 32.1555 \" clip-path=\"url(#p01ea366f6e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_24\">\n",
" <g>\n",
" <use xlink:href=\"#m03d2ec6fbb\" x=\"285.569262\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_12\">\n",
" <!-- 220 -->\n",
" <g transform=\"translate(288.328637 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_13\">\n",
" <g id=\"line2d_25\">\n",
" <path d=\"M 307.963911 140.8755 L 307.963911 32.1555 \" clip-path=\"url(#p01ea366f6e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_26\">\n",
" <g>\n",
" <use xlink:href=\"#m03d2ec6fbb\" x=\"307.963911\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_13\">\n",
" <!-- 240 -->\n",
" <g transform=\"translate(310.723286 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_14\">\n",
" <g id=\"line2d_27\">\n",
" <path d=\"M 330.35856 140.8755 L 330.35856 32.1555 \" clip-path=\"url(#p01ea366f6e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_28\">\n",
" <g>\n",
" <use xlink:href=\"#m03d2ec6fbb\" x=\"330.35856\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_14\">\n",
" <!-- 260 -->\n",
" <g transform=\"translate(333.117935 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_15\">\n",
" <g id=\"line2d_29\">\n",
" <path d=\"M 352.753209 140.8755 L 352.753209 32.1555 \" clip-path=\"url(#p01ea366f6e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_30\">\n",
" <g>\n",
" <use xlink:href=\"#m03d2ec6fbb\" x=\"352.753209\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_15\">\n",
" <!-- 280 -->\n",
" <g transform=\"translate(355.512584 166.963)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_31\">\n",
" <path d=\"M 39.228125 140.8755 L 374.028125 140.8755 \" clip-path=\"url(#p01ea366f6e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_32\">\n",
" <defs>\n",
" <path id=\"md16127f76f\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#md16127f76f\" x=\"39.228125\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_16\">\n",
" <!-- 0.000 -->\n",
" <g transform=\"translate(3.6 144.674719)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" 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",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_33\">\n",
" <path d=\"M 39.228125 101.040148 L 374.028125 101.040148 \" clip-path=\"url(#p01ea366f6e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_34\">\n",
" <g>\n",
" <use xlink:href=\"#md16127f76f\" x=\"39.228125\" y=\"101.040148\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_17\">\n",
" <!-- 0.005 -->\n",
" <g transform=\"translate(3.6 104.839367)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" 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",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_3\">\n",
" <g id=\"line2d_35\">\n",
" <path d=\"M 39.228125 61.204796 L 374.028125 61.204796 \" clip-path=\"url(#p01ea366f6e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_36\">\n",
" <g>\n",
" <use xlink:href=\"#md16127f76f\" x=\"39.228125\" y=\"61.204796\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_18\">\n",
" <!-- 0.010 -->\n",
" <g transform=\"translate(3.6 65.004015)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 39.228125 140.8755 L 39.228125 32.1555 \" 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 374.028125 140.8755 L 374.028125 32.1555 \" 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 39.228125 140.8755 L 374.028125 140.8755 \" 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 39.228125 32.1555 L 374.028125 32.1555 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_19\">\n",
" <!-- A -->\n",
" <g transform=\"translate(202.52375 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-41\" d=\"M 2188 4044 L 1331 1722 L 3047 1722 L 2188 4044 z M 1831 4666 L 2547 4666 L 4325 0 L 3669 0 L 3244 1197 L 1141 1197 L 716 0 L 50 0 L 1831 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-41\"/>\n",
" </g>\n",
" <!-- $\\mu=136.62$; $\\sigma=30.92$ -->\n",
" <g transform=\"translate(142.248125 26.1555)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-Oblique-3bc\" d=\"M -84 -1331 L 856 3500 L 1434 3500 L 1009 1322 Q 997 1256 987 1175 Q 978 1094 978 1013 Q 978 722 1161 565 Q 1344 409 1684 409 Q 2147 409 2431 671 Q 2716 934 2816 1459 L 3213 3500 L 3788 3500 L 3266 809 Q 3253 750 3248 706 Q 3244 663 3244 628 Q 3244 531 3283 486 Q 3322 441 3406 441 Q 3438 441 3492 456 Q 3547 472 3647 513 L 3559 50 Q 3422 -19 3297 -55 Q 3172 -91 3053 -91 Q 2847 -91 2730 40 Q 2613 172 2613 403 Q 2438 153 2195 31 Q 1953 -91 1625 -91 Q 1334 -91 1117 43 Q 900 178 831 397 L 494 -1331 L -84 -1331 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-3d\" d=\"M 678 2906 L 4684 2906 L 4684 2381 L 678 2381 L 678 2906 z M 678 1631 L 4684 1631 L 4684 1100 L 678 1100 L 678 1631 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-3b\" d=\"M 750 3309 L 1409 3309 L 1409 2516 L 750 2516 L 750 3309 z M 750 794 L 1409 794 L 1409 256 L 897 -744 L 494 -744 L 750 256 L 750 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-20\" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-Oblique-3c3\" d=\"M 2219 3044 Q 1744 3044 1422 2700 Q 1081 2341 969 1747 Q 844 1119 1044 756 Q 1241 397 1706 397 Q 2166 397 2503 759 Q 2844 1122 2966 1747 Q 3075 2319 2881 2700 Q 2700 3044 2219 3044 z M 2309 3503 L 4219 3500 L 4106 2925 L 3463 2925 Q 3706 2438 3575 1747 Q 3406 888 2884 400 Q 2359 -91 1609 -91 Q 856 -91 525 400 Q 194 888 363 1747 Q 528 2609 1050 3097 Q 1484 3503 2309 3503 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-Oblique-3bc\" transform=\"translate(0 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3d\" transform=\"translate(83.105469 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" transform=\"translate(186.376953 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" transform=\"translate(250 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" transform=\"translate(313.623047 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" transform=\"translate(377.246094 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" transform=\"translate(409.033203 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" transform=\"translate(472.65625 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3b\" transform=\"translate(536.279297 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-20\" transform=\"translate(569.970703 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-Oblique-3c3\" transform=\"translate(601.757812 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3d\" transform=\"translate(684.619141 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" transform=\"translate(787.890625 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" transform=\"translate(851.513672 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" transform=\"translate(915.136719 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" transform=\"translate(946.923828 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" transform=\"translate(1008.796875 0.78125)\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p01ea366f6e\">\n",
" <rect x=\"39.228125\" y=\"32.1555\" width=\"334.8\" height=\"108.72\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- alpha&#45;&gt;A -->\n",
"<g id=\"edge11\" class=\"edge\">\n",
"<title>alpha-&gt;A</title>\n",
"<g id=\"a_edge11\"><a xlink:title=\"(0, 2):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M850.26,-265.98C858.82,-256.7 867.72,-247.05 876.46,-237.58\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"879.22,-239.75 883.43,-230.03 874.07,-235 879.22,-239.75\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- beta -->\n",
"<g id=\"node2\" class=\"node\">\n",
"<title>beta</title>\n",
"<polygon fill=\"#e0e0e0\" stroke=\"#000000\" points=\"1231.5,-391 951.5,-391 951.5,-266 1231.5,-266 1231.5,-391\"/>\n",
"<svg viewBox=\"0 0 371.265625 164.2005\" width=\"280px\" height=\"125px\" preserveAspectRatio=\"xMinYMin meet\" x=\"951.5\" y=\"-391\"> <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-07-12T09:50:08.267005</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 164.2005 L 371.265625 164.2005 L 371.265625 0 L 0 0 z \" style=\"fill: #e0e0e0\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 32.865625 140.8755 L 367.665625 140.8755 L 367.665625 32.1555 L 32.865625 32.1555 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"PolyCollection_1\">\n",
" <defs>\n",
" <path id=\"m82145bcf5d\" d=\"M 32.865625 -23.325 L 32.865625 -27.386443 L 39.698278 -31.465334 L 46.530931 -35.534984 L 53.363584 -39.602902 L 60.196237 -43.667003 L 67.02889 -47.724061 L 73.861543 -51.769643 L 80.694196 -55.798003 L 87.526849 -59.802078 L 94.359503 -63.773551 L 101.192156 -67.703001 L 108.024809 -71.580103 L 114.857462 -75.39386 L 121.690115 -79.132866 L 128.522768 -82.785565 L 135.355421 -86.340505 L 142.188074 -89.786573 L 149.020727 -93.113204 L 155.85338 -96.310555 L 162.686033 -99.369659 L 169.518686 -102.282526 L 176.351339 -105.042233 L 183.183992 -107.642965 L 190.016645 -110.080044 L 196.849298 -112.349922 L 203.681952 -114.450164 L 210.514605 -116.379403 L 217.347258 -118.137291 L 224.179911 -119.724432 L 231.012564 -121.142313 L 237.845217 -122.393228 L 244.67787 -123.480195 L 251.510523 -124.406879 L 258.343176 -125.177508 L 265.175829 -125.796799 L 272.008482 -126.269882 L 278.841135 -126.602223 L 285.673788 -126.799564 L 292.506441 -126.867857 L 299.339094 -126.813204 L 306.171747 -126.641805 L 313.004401 -126.359914 L 319.837054 -125.973791 L 326.669707 -125.489664 L 333.50236 -124.913699 L 340.335013 -124.251966 L 347.167666 -123.510417 L 354.000319 -122.694862 L 360.832972 -121.810954 L 367.665625 -120.864169 L 367.665625 -23.325 L 367.665625 -23.325 L 360.832972 -23.325 L 354.000319 -23.325 L 347.167666 -23.325 L 340.335013 -23.325 L 333.50236 -23.325 L 326.669707 -23.325 L 319.837054 -23.325 L 313.004401 -23.325 L 306.171747 -23.325 L 299.339094 -23.325 L 292.506441 -23.325 L 285.673788 -23.325 L 278.841135 -23.325 L 272.008482 -23.325 L 265.175829 -23.325 L 258.343176 -23.325 L 251.510523 -23.325 L 244.67787 -23.325 L 237.845217 -23.325 L 231.012564 -23.325 L 224.179911 -23.325 L 217.347258 -23.325 L 210.514605 -23.325 L 203.681952 -23.325 L 196.849298 -23.325 L 190.016645 -23.325 L 183.183992 -23.325 L 176.351339 -23.325 L 169.518686 -23.325 L 162.686033 -23.325 L 155.85338 -23.325 L 149.020727 -23.325 L 142.188074 -23.325 L 135.355421 -23.325 L 128.522768 -23.325 L 121.690115 -23.325 L 114.857462 -23.325 L 108.024809 -23.325 L 101.192156 -23.325 L 94.359503 -23.325 L 87.526849 -23.325 L 80.694196 -23.325 L 73.861543 -23.325 L 67.02889 -23.325 L 60.196237 -23.325 L 53.363584 -23.325 L 46.530931 -23.325 L 39.698278 -23.325 L 32.865625 -23.325 z \" style=\"stroke: #8fbc8f\"/>\n",
" </defs>\n",
" <g clip-path=\"url(#pf9e0e44b23)\">\n",
" <use xlink:href=\"#m82145bcf5d\" x=\"0\" y=\"164.2005\" style=\"fill: #8fbc8f; stroke: #8fbc8f\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 32.865625 140.8755 L 32.865625 32.1555 \" clip-path=\"url(#pf9e0e44b23)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m0c127f757c\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m0c127f757c\" x=\"32.865625\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(35.625 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 53.363584 140.8755 L 53.363584 32.1555 \" clip-path=\"url(#pf9e0e44b23)\" 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=\"#m0c127f757c\" x=\"53.363584\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 4 -->\n",
" <g transform=\"translate(56.122959 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 73.861543 140.8755 L 73.861543 32.1555 \" clip-path=\"url(#pf9e0e44b23)\" 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=\"#m0c127f757c\" x=\"73.861543\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 7 -->\n",
" <g transform=\"translate(76.620918 154.238)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-37\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_4\">\n",
" <g id=\"line2d_7\">\n",
" <path d=\"M 94.359503 140.8755 L 94.359503 32.1555 \" clip-path=\"url(#pf9e0e44b23)\" 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=\"#m0c127f757c\" x=\"94.359503\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- 10 -->\n",
" <g transform=\"translate(97.118878 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\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 114.857462 140.8755 L 114.857462 32.1555 \" clip-path=\"url(#pf9e0e44b23)\" 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=\"#m0c127f757c\" x=\"114.857462\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_5\">\n",
" <!-- 13 -->\n",
" <g transform=\"translate(117.616837 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_6\">\n",
" <g id=\"line2d_11\">\n",
" <path d=\"M 135.355421 140.8755 L 135.355421 32.1555 \" clip-path=\"url(#pf9e0e44b23)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_12\">\n",
" <g>\n",
" <use xlink:href=\"#m0c127f757c\" x=\"135.355421\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_6\">\n",
" <!-- 16 -->\n",
" <g transform=\"translate(138.114796 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-36\" d=\"M 2113 2584 Q 1688 2584 1439 2293 Q 1191 2003 1191 1497 Q 1191 994 1439 701 Q 1688 409 2113 409 Q 2538 409 2786 701 Q 3034 994 3034 1497 Q 3034 2003 2786 2293 Q 2538 2584 2113 2584 z M 3366 4563 L 3366 3988 Q 3128 4100 2886 4159 Q 2644 4219 2406 4219 Q 1781 4219 1451 3797 Q 1122 3375 1075 2522 Q 1259 2794 1537 2939 Q 1816 3084 2150 3084 Q 2853 3084 3261 2657 Q 3669 2231 3669 1497 Q 3669 778 3244 343 Q 2819 -91 2113 -91 Q 1303 -91 875 529 Q 447 1150 447 2328 Q 447 3434 972 4092 Q 1497 4750 2381 4750 Q 2619 4750 2861 4703 Q 3103 4656 3366 4563 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_7\">\n",
" <g id=\"line2d_13\">\n",
" <path d=\"M 155.85338 140.8755 L 155.85338 32.1555 \" clip-path=\"url(#pf9e0e44b23)\" 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=\"#m0c127f757c\" x=\"155.85338\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_7\">\n",
" <!-- 19 -->\n",
" <g transform=\"translate(158.612755 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_8\">\n",
" <g id=\"line2d_15\">\n",
" <path d=\"M 176.351339 140.8755 L 176.351339 32.1555 \" clip-path=\"url(#pf9e0e44b23)\" 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=\"#m0c127f757c\" x=\"176.351339\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_8\">\n",
" <!-- 22 -->\n",
" <g transform=\"translate(179.110714 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-32\" d=\"M 1228 531 L 3431 531 L 3431 0 L 469 0 L 469 531 Q 828 903 1448 1529 Q 2069 2156 2228 2338 Q 2531 2678 2651 2914 Q 2772 3150 2772 3378 Q 2772 3750 2511 3984 Q 2250 4219 1831 4219 Q 1534 4219 1204 4116 Q 875 4013 500 3803 L 500 4441 Q 881 4594 1212 4672 Q 1544 4750 1819 4750 Q 2544 4750 2975 4387 Q 3406 4025 3406 3419 Q 3406 3131 3298 2873 Q 3191 2616 2906 2266 Q 2828 2175 2409 1742 Q 1991 1309 1228 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_9\">\n",
" <g id=\"line2d_17\">\n",
" <path d=\"M 196.849298 140.8755 L 196.849298 32.1555 \" clip-path=\"url(#pf9e0e44b23)\" 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=\"#m0c127f757c\" x=\"196.849298\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_9\">\n",
" <!-- 25 -->\n",
" <g transform=\"translate(199.608673 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_10\">\n",
" <g id=\"line2d_19\">\n",
" <path d=\"M 217.347258 140.8755 L 217.347258 32.1555 \" clip-path=\"url(#pf9e0e44b23)\" 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=\"#m0c127f757c\" x=\"217.347258\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_10\">\n",
" <!-- 28 -->\n",
" <g transform=\"translate(220.106633 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-32\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_11\">\n",
" <g id=\"line2d_21\">\n",
" <path d=\"M 237.845217 140.8755 L 237.845217 32.1555 \" clip-path=\"url(#pf9e0e44b23)\" 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=\"#m0c127f757c\" x=\"237.845217\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_11\">\n",
" <!-- 31 -->\n",
" <g transform=\"translate(240.604592 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-33\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_12\">\n",
" <g id=\"line2d_23\">\n",
" <path d=\"M 258.343176 140.8755 L 258.343176 32.1555 \" clip-path=\"url(#pf9e0e44b23)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_24\">\n",
" <g>\n",
" <use xlink:href=\"#m0c127f757c\" x=\"258.343176\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_12\">\n",
" <!-- 34 -->\n",
" <g transform=\"translate(261.102551 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-33\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_13\">\n",
" <g id=\"line2d_25\">\n",
" <path d=\"M 278.841135 140.8755 L 278.841135 32.1555 \" clip-path=\"url(#pf9e0e44b23)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_26\">\n",
" <g>\n",
" <use xlink:href=\"#m0c127f757c\" x=\"278.841135\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_13\">\n",
" <!-- 37 -->\n",
" <g transform=\"translate(281.60051 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-33\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_14\">\n",
" <g id=\"line2d_27\">\n",
" <path d=\"M 299.339094 140.8755 L 299.339094 32.1555 \" clip-path=\"url(#pf9e0e44b23)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_28\">\n",
" <g>\n",
" <use xlink:href=\"#m0c127f757c\" x=\"299.339094\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_14\">\n",
" <!-- 40 -->\n",
" <g transform=\"translate(302.098469 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_15\">\n",
" <g id=\"line2d_29\">\n",
" <path d=\"M 319.837054 140.8755 L 319.837054 32.1555 \" clip-path=\"url(#pf9e0e44b23)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_30\">\n",
" <g>\n",
" <use xlink:href=\"#m0c127f757c\" x=\"319.837054\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_15\">\n",
" <!-- 43 -->\n",
" <g transform=\"translate(322.596429 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_16\">\n",
" <g id=\"line2d_31\">\n",
" <path d=\"M 340.335013 140.8755 L 340.335013 32.1555 \" clip-path=\"url(#pf9e0e44b23)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_32\">\n",
" <g>\n",
" <use xlink:href=\"#m0c127f757c\" x=\"340.335013\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_16\">\n",
" <!-- 46 -->\n",
" <g transform=\"translate(343.094388 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_17\">\n",
" <g id=\"line2d_33\">\n",
" <path d=\"M 360.832972 140.8755 L 360.832972 32.1555 \" clip-path=\"url(#pf9e0e44b23)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_34\">\n",
" <g>\n",
" <use xlink:href=\"#m0c127f757c\" x=\"360.832972\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_17\">\n",
" <!-- 49 -->\n",
" <g transform=\"translate(363.592347 160.6005)rotate(-90)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-34\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"63.623047\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_35\">\n",
" <path d=\"M 32.865625 140.8755 L 367.665625 140.8755 \" clip-path=\"url(#pf9e0e44b23)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_36\">\n",
" <defs>\n",
" <path id=\"m6b347cb44e\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m6b347cb44e\" x=\"32.865625\" y=\"140.8755\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_18\">\n",
" <!-- 0.00 -->\n",
" <g transform=\"translate(3.6 144.674719)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" 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",
" <use xlink:href=\"#DejaVuSans-30\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_37\">\n",
" <path d=\"M 32.865625 103.314102 L 367.665625 103.314102 \" clip-path=\"url(#pf9e0e44b23)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_38\">\n",
" <g>\n",
" <use xlink:href=\"#m6b347cb44e\" x=\"32.865625\" y=\"103.314102\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_19\">\n",
" <!-- 0.01 -->\n",
" <g transform=\"translate(3.6 107.113321)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_3\">\n",
" <g id=\"line2d_39\">\n",
" <path d=\"M 32.865625 65.752705 L 367.665625 65.752705 \" clip-path=\"url(#pf9e0e44b23)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_40\">\n",
" <g>\n",
" <use xlink:href=\"#m6b347cb44e\" x=\"32.865625\" y=\"65.752705\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_20\">\n",
" <!-- 0.02 -->\n",
" <g transform=\"translate(3.6 69.551923)scale(0.1 -0.1)\">\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"95.410156\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"159.033203\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 32.865625 140.8755 L 32.865625 32.1555 \" 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 367.665625 140.8755 L 367.665625 32.1555 \" 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 32.865625 140.8755 L 367.665625 140.8755 \" 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 32.865625 32.1555 L 367.665625 32.1555 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_21\">\n",
" <!-- beta -->\n",
" <g transform=\"translate(186.735625 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-62\" d=\"M 3116 1747 Q 3116 2381 2855 2742 Q 2594 3103 2138 3103 Q 1681 3103 1420 2742 Q 1159 2381 1159 1747 Q 1159 1113 1420 752 Q 1681 391 2138 391 Q 2594 391 2855 752 Q 3116 1113 3116 1747 z M 1159 2969 Q 1341 3281 1617 3432 Q 1894 3584 2278 3584 Q 2916 3584 3314 3078 Q 3713 2572 3713 1747 Q 3713 922 3314 415 Q 2916 -91 2278 -91 Q 1894 -91 1617 61 Q 1341 213 1159 525 L 1159 0 L 581 0 L 581 4863 L 1159 4863 L 1159 2969 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-65\" d=\"M 3597 1894 L 3597 1613 L 953 1613 Q 991 1019 1311 708 Q 1631 397 2203 397 Q 2534 397 2845 478 Q 3156 559 3463 722 L 3463 178 Q 3153 47 2828 -22 Q 2503 -91 2169 -91 Q 1331 -91 842 396 Q 353 884 353 1716 Q 353 2575 817 3079 Q 1281 3584 2069 3584 Q 2775 3584 3186 3129 Q 3597 2675 3597 1894 z M 3022 2063 Q 3016 2534 2758 2815 Q 2500 3097 2075 3097 Q 1594 3097 1305 2825 Q 1016 2553 972 2059 L 3022 2063 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-74\" d=\"M 1172 4494 L 1172 3500 L 2356 3500 L 2356 3053 L 1172 3053 L 1172 1153 Q 1172 725 1289 603 Q 1406 481 1766 481 L 2356 481 L 2356 0 L 1766 0 Q 1100 0 847 248 Q 594 497 594 1153 L 594 3053 L 172 3053 L 172 3500 L 594 3500 L 594 4494 L 1172 4494 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-61\" d=\"M 2194 1759 Q 1497 1759 1228 1600 Q 959 1441 959 1056 Q 959 750 1161 570 Q 1363 391 1709 391 Q 2188 391 2477 730 Q 2766 1069 2766 1631 L 2766 1759 L 2194 1759 z M 3341 1997 L 3341 0 L 2766 0 L 2766 531 Q 2569 213 2275 61 Q 1981 -91 1556 -91 Q 1019 -91 701 211 Q 384 513 384 1019 Q 384 1609 779 1909 Q 1175 2209 1959 2209 L 2766 2209 L 2766 2266 Q 2766 2663 2505 2880 Q 2244 3097 1772 3097 Q 1472 3097 1187 3025 Q 903 2953 641 2809 L 641 3341 Q 956 3463 1253 3523 Q 1550 3584 1831 3584 Q 2591 3584 2966 3190 Q 3341 2797 3341 1997 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-62\"/>\n",
" <use xlink:href=\"#DejaVuSans-65\" x=\"63.476562\"/>\n",
" <use xlink:href=\"#DejaVuSans-74\" x=\"125\"/>\n",
" <use xlink:href=\"#DejaVuSans-61\" x=\"164.208984\"/>\n",
" </g>\n",
" <!-- $\\mu=30.99$; $\\sigma=12.13$ -->\n",
" <g transform=\"translate(139.605625 26.1555)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-Oblique-3bc\" d=\"M -84 -1331 L 856 3500 L 1434 3500 L 1009 1322 Q 997 1256 987 1175 Q 978 1094 978 1013 Q 978 722 1161 565 Q 1344 409 1684 409 Q 2147 409 2431 671 Q 2716 934 2816 1459 L 3213 3500 L 3788 3500 L 3266 809 Q 3253 750 3248 706 Q 3244 663 3244 628 Q 3244 531 3283 486 Q 3322 441 3406 441 Q 3438 441 3492 456 Q 3547 472 3647 513 L 3559 50 Q 3422 -19 3297 -55 Q 3172 -91 3053 -91 Q 2847 -91 2730 40 Q 2613 172 2613 403 Q 2438 153 2195 31 Q 1953 -91 1625 -91 Q 1334 -91 1117 43 Q 900 178 831 397 L 494 -1331 L -84 -1331 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-3d\" d=\"M 678 2906 L 4684 2906 L 4684 2381 L 678 2381 L 678 2906 z M 678 1631 L 4684 1631 L 4684 1100 L 678 1100 L 678 1631 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-3b\" d=\"M 750 3309 L 1409 3309 L 1409 2516 L 750 2516 L 750 3309 z M 750 794 L 1409 794 L 1409 256 L 897 -744 L 494 -744 L 750 256 L 750 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-20\" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-Oblique-3c3\" d=\"M 2219 3044 Q 1744 3044 1422 2700 Q 1081 2341 969 1747 Q 844 1119 1044 756 Q 1241 397 1706 397 Q 2166 397 2503 759 Q 2844 1122 2966 1747 Q 3075 2319 2881 2700 Q 2700 3044 2219 3044 z M 2309 3503 L 4219 3500 L 4106 2925 L 3463 2925 Q 3706 2438 3575 1747 Q 3406 888 2884 400 Q 2359 -91 1609 -91 Q 856 -91 525 400 Q 194 888 363 1747 Q 528 2609 1050 3097 Q 1484 3503 2309 3503 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-Oblique-3bc\" transform=\"translate(0 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3d\" transform=\"translate(83.105469 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" transform=\"translate(186.376953 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" transform=\"translate(250 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" transform=\"translate(313.623047 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" transform=\"translate(345.410156 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" transform=\"translate(409.033203 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3b\" transform=\"translate(472.65625 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-20\" transform=\"translate(506.347656 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-Oblique-3c3\" transform=\"translate(538.134766 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-3d\" transform=\"translate(620.996094 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" transform=\"translate(724.267578 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" transform=\"translate(787.890625 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" transform=\"translate(851.513672 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" transform=\"translate(883.300781 0.78125)\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" transform=\"translate(946.923828 0.78125)\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pf9e0e44b23\">\n",
" <rect x=\"32.865625\" y=\"32.1555\" width=\"334.8\" height=\"108.72\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- beta&#45;&gt;A -->\n",
"<g id=\"edge3\" class=\"edge\">\n",
"<title>beta-&gt;A</title>\n",
"<g id=\"a_edge3\"><a xlink:title=\"(1, 2):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1034.74,-265.98C1026.18,-256.7 1017.28,-247.05 1008.54,-237.58\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1010.93,-235 1001.57,-230.03 1005.78,-239.75 1010.93,-235\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B0 -->\n",
"<g id=\"node4\" class=\"node\">\n",
"<title>B0</title>\n",
"<polygon fill=\"sandybrown\" stroke=\"#000000\" points=\"101,-64 0,-64 0,-23 101,-23 101,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"0\" y=\"-64\"> <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-07-12T09:50:08.408866</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #f4a460\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p988f599c78)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 16.9625 30.798125 L 16.9625 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p988f599c78)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p988f599c78)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"mb998c3100e\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mb998c3100e\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p988f599c78)\" 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=\"#mb998c3100e\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p988f599c78)\" 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=\"#mb998c3100e\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m57181faef2\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m57181faef2\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m57181faef2\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 100.00% -->\n",
" <g transform=\"translate(84.070312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"190.869141\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"286.279297\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"349.902344\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- B0 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p988f599c78\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B0 -->\n",
"<g id=\"edge9\" class=\"edge\">\n",
"<title>A-&gt;B0</title>\n",
"<g id=\"a_edge9\"><a xlink:title=\"(2, 3):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M799.92,-155.58C635.07,-143.87 355.99,-117.98 110.97,-64.13\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"111.69,-60.71 101.17,-61.96 110.17,-67.54 111.69,-60.71\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B1 -->\n",
"<g id=\"node5\" class=\"node\">\n",
"<title>B1</title>\n",
"<polygon fill=\"sandybrown\" stroke=\"#000000\" points=\"220,-64 119,-64 119,-23 220,-23 220,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"119\" y=\"-64\"> <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-07-12T09:50:08.441892</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #f4a460\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 45.898125 L 16.9625 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p31dfe7342d)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 128.5625 30.798125 L 128.5625 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p31dfe7342d)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p31dfe7342d)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m2094075f4a\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m2094075f4a\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p31dfe7342d)\" 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=\"#m2094075f4a\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p31dfe7342d)\" 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=\"#m2094075f4a\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"md95a59edac\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#md95a59edac\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#md95a59edac\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 100.00% -->\n",
" <g transform=\"translate(84.070312 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"190.869141\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"286.279297\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"349.902344\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- B1 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p31dfe7342d\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B1 -->\n",
"<g id=\"edge2\" class=\"edge\">\n",
"<title>A-&gt;B1</title>\n",
"<g id=\"a_edge2\"><a xlink:title=\"(2, 4):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M799.88,-151.65C657.1,-137.55 431.4,-110.49 230.06,-64.19\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"230.72,-60.75 220.18,-61.89 229.13,-67.56 230.72,-60.75\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B2 -->\n",
"<g id=\"node6\" class=\"node\">\n",
"<title>B2</title>\n",
"<polygon fill=\"sandybrown\" stroke=\"#000000\" points=\"339,-64 238,-64 238,-23 339,-23 339,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"238\" y=\"-64\"> <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-07-12T09:50:08.474449</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #f4a460\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 45.898125 L 16.9625 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#pe5a198b1fe)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 128.5625 30.798125 L 128.5625 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#pe5a198b1fe)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#pe5a198b1fe)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m1a7dc67780\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m1a7dc67780\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#pe5a198b1fe)\" 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=\"#m1a7dc67780\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#pe5a198b1fe)\" 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=\"#m1a7dc67780\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"mdbfab30332\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mdbfab30332\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#mdbfab30332\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 100.00% -->\n",
" <g transform=\"translate(84.070312 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"190.869141\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"286.279297\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"349.902344\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- B2 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-32\" d=\"M 1228 531 L 3431 531 L 3431 0 L 469 0 L 469 531 Q 828 903 1448 1529 Q 2069 2156 2228 2338 Q 2531 2678 2651 2914 Q 2772 3150 2772 3378 Q 2772 3750 2511 3984 Q 2250 4219 1831 4219 Q 1534 4219 1204 4116 Q 875 4013 500 3803 L 500 4441 Q 881 4594 1212 4672 Q 1544 4750 1819 4750 Q 2544 4750 2975 4387 Q 3406 4025 3406 3419 Q 3406 3131 3298 2873 Q 3191 2616 2906 2266 Q 2828 2175 2409 1742 Q 1991 1309 1228 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-32\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pe5a198b1fe\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B2 -->\n",
"<g id=\"edge16\" class=\"edge\">\n",
"<title>A-&gt;B2</title>\n",
"<g id=\"a_edge16\"><a xlink:title=\"(2, 5):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M799.99,-146.28C681.16,-130.05 507.56,-102.99 349.14,-64.25\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"349.75,-60.8 339.2,-61.8 348.08,-67.6 349.75,-60.8\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B3 -->\n",
"<g id=\"node7\" class=\"node\">\n",
"<title>B3</title>\n",
"<polygon fill=\"sandybrown\" stroke=\"#000000\" points=\"458,-64 357,-64 357,-23 458,-23 458,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"357\" y=\"-64\"> <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-07-12T09:50:08.507117</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #f4a460\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 45.898125 L 16.9625 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#pb0f583c4d8)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 128.5625 30.798125 L 128.5625 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#pb0f583c4d8)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#pb0f583c4d8)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m139bcffa10\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m139bcffa10\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#pb0f583c4d8)\" 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=\"#m139bcffa10\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#pb0f583c4d8)\" 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=\"#m139bcffa10\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"md0c378318d\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#md0c378318d\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#md0c378318d\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 100.00% -->\n",
" <g transform=\"translate(84.070312 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"190.869141\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"286.279297\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"349.902344\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- B3 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-33\" d=\"M 2597 2516 Q 3050 2419 3304 2112 Q 3559 1806 3559 1356 Q 3559 666 3084 287 Q 2609 -91 1734 -91 Q 1441 -91 1130 -33 Q 819 25 488 141 L 488 750 Q 750 597 1062 519 Q 1375 441 1716 441 Q 2309 441 2620 675 Q 2931 909 2931 1356 Q 2931 1769 2642 2001 Q 2353 2234 1838 2234 L 1294 2234 L 1294 2753 L 1863 2753 Q 2328 2753 2575 2939 Q 2822 3125 2822 3475 Q 2822 3834 2567 4026 Q 2313 4219 1838 4219 Q 1578 4219 1281 4162 Q 984 4106 628 3988 L 628 4550 Q 988 4650 1302 4700 Q 1616 4750 1894 4750 Q 2613 4750 3031 4423 Q 3450 4097 3450 3541 Q 3450 3153 3228 2886 Q 3006 2619 2597 2516 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-33\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pb0f583c4d8\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B3 -->\n",
"<g id=\"edge12\" class=\"edge\">\n",
"<title>A-&gt;B3</title>\n",
"<g id=\"a_edge12\"><a xlink:title=\"(2, 6):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M799.88,-138.37C707.4,-120.72 584.33,-95.31 468.03,-64.3\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"468.8,-60.88 458.24,-61.67 466.99,-67.64 468.8,-60.88\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B4 -->\n",
"<g id=\"node8\" class=\"node\">\n",
"<title>B4</title>\n",
"<polygon fill=\"sandybrown\" stroke=\"#000000\" points=\"577,-64 476,-64 476,-23 577,-23 577,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"476\" y=\"-64\"> <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-07-12T09:50:08.539652</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #f4a460\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#pf840f85221)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 16.9625 30.798125 L 16.9625 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#pf840f85221)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#pf840f85221)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m51ee230cdf\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m51ee230cdf\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#pf840f85221)\" 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=\"#m51ee230cdf\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#pf840f85221)\" 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=\"#m51ee230cdf\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m239e803905\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m239e803905\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m239e803905\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 100.00% -->\n",
" <g transform=\"translate(84.070312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"190.869141\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"286.279297\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"349.902344\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- B4 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-34\" d=\"M 2419 4116 L 825 1625 L 2419 1625 L 2419 4116 z M 2253 4666 L 3047 4666 L 3047 1625 L 3713 1625 L 3713 1100 L 3047 1100 L 3047 0 L 2419 0 L 2419 1100 L 313 1100 L 313 1709 L 2253 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-34\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pf840f85221\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B4 -->\n",
"<g id=\"edge5\" class=\"edge\">\n",
"<title>A-&gt;B4</title>\n",
"<g id=\"a_edge5\"><a xlink:title=\"(2, 7):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M799.61,-125.6C736.84,-108.33 662.1,-87.23 586.95,-64.39\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"587.89,-61.02 577.3,-61.46 585.85,-67.72 587.89,-61.02\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B5 -->\n",
"<g id=\"node9\" class=\"node\">\n",
"<title>B5</title>\n",
"<polygon fill=\"sandybrown\" stroke=\"#000000\" points=\"696,-64 595,-64 595,-23 696,-23 696,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"595\" y=\"-64\"> <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-07-12T09:50:08.572181</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #f4a460\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 45.898125 L 16.9625 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#pdfe1eb7c2e)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 128.5625 30.798125 L 128.5625 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#pdfe1eb7c2e)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#pdfe1eb7c2e)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m95115bf169\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m95115bf169\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#pdfe1eb7c2e)\" 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=\"#m95115bf169\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#pdfe1eb7c2e)\" 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=\"#m95115bf169\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"mf14771eea7\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mf14771eea7\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#mf14771eea7\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 100.00% -->\n",
" <g transform=\"translate(84.070312 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"190.869141\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"286.279297\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"349.902344\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- B5 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-35\" d=\"M 691 4666 L 3169 4666 L 3169 4134 L 1269 4134 L 1269 2991 Q 1406 3038 1543 3061 Q 1681 3084 1819 3084 Q 2600 3084 3056 2656 Q 3513 2228 3513 1497 Q 3513 744 3044 326 Q 2575 -91 1722 -91 Q 1428 -91 1123 -41 Q 819 9 494 109 L 494 744 Q 775 591 1075 516 Q 1375 441 1709 441 Q 2250 441 2565 725 Q 2881 1009 2881 1497 Q 2881 1984 2565 2268 Q 2250 2553 1709 2553 Q 1456 2553 1204 2497 Q 953 2441 691 2322 L 691 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-35\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pdfe1eb7c2e\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B5 -->\n",
"<g id=\"edge18\" class=\"edge\">\n",
"<title>A-&gt;B5</title>\n",
"<g id=\"a_edge18\"><a xlink:title=\"(2, 8):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M799.65,-106.53C765.62,-92.83 731.2,-78.98 703.54,-67.85\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"704.63,-64.52 694.04,-64.03 702.02,-71.01 704.63,-64.52\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B6 -->\n",
"<g id=\"node10\" class=\"node\">\n",
"<title>B6</title>\n",
"<polygon fill=\"sandybrown\" stroke=\"#000000\" points=\"815,-64 714,-64 714,-23 815,-23 815,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"714\" y=\"-64\"> <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-07-12T09:50:08.604860</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #f4a460\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#pe9542b7336)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 16.9625 30.798125 L 16.9625 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#pe9542b7336)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#pe9542b7336)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m95e71424dd\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m95e71424dd\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#pe9542b7336)\" 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=\"#m95e71424dd\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#pe9542b7336)\" 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=\"#m95e71424dd\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"mb3dad5c094\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mb3dad5c094\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#mb3dad5c094\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 100.00% -->\n",
" <g transform=\"translate(84.070312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"190.869141\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"286.279297\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"349.902344\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- B6 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-36\" d=\"M 2113 2584 Q 1688 2584 1439 2293 Q 1191 2003 1191 1497 Q 1191 994 1439 701 Q 1688 409 2113 409 Q 2538 409 2786 701 Q 3034 994 3034 1497 Q 3034 2003 2786 2293 Q 2538 2584 2113 2584 z M 3366 4563 L 3366 3988 Q 3128 4100 2886 4159 Q 2644 4219 2406 4219 Q 1781 4219 1451 3797 Q 1122 3375 1075 2522 Q 1259 2794 1537 2939 Q 1816 3084 2150 3084 Q 2853 3084 3261 2657 Q 3669 2231 3669 1497 Q 3669 778 3244 343 Q 2819 -91 2113 -91 Q 1303 -91 875 529 Q 447 1150 447 2328 Q 447 3434 972 4092 Q 1497 4750 2381 4750 Q 2619 4750 2861 4703 Q 3103 4656 3366 4563 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-36\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pe9542b7336\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B6 -->\n",
"<g id=\"edge10\" class=\"edge\">\n",
"<title>A-&gt;B6</title>\n",
"<g id=\"a_edge10\"><a xlink:title=\"(2, 9):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M846.99,-99.88C831.02,-89.16 815.34,-78.63 802,-69.68\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"803.85,-66.7 793.6,-64.04 799.95,-72.52 803.85,-66.7\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B7 -->\n",
"<g id=\"node11\" class=\"node\">\n",
"<title>B7</title>\n",
"<polygon fill=\"sandybrown\" stroke=\"#000000\" points=\"934,-64 833,-64 833,-23 934,-23 934,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"833\" y=\"-64\"> <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-07-12T09:50:08.637413</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #f4a460\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p261fd4dd70)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 16.9625 30.798125 L 16.9625 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p261fd4dd70)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p261fd4dd70)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"mb9462628dd\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mb9462628dd\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p261fd4dd70)\" 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=\"#mb9462628dd\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p261fd4dd70)\" 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=\"#mb9462628dd\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m1828108bb2\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m1828108bb2\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m1828108bb2\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 100.00% -->\n",
" <g transform=\"translate(84.070312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"190.869141\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"286.279297\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"349.902344\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- B7 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-37\" d=\"M 525 4666 L 3525 4666 L 3525 4397 L 1831 0 L 1172 0 L 2766 4134 L 525 4134 L 525 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-37\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p261fd4dd70\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B7 -->\n",
"<g id=\"edge6\" class=\"edge\">\n",
"<title>A-&gt;B7</title>\n",
"<g id=\"a_edge6\"><a xlink:title=\"(2, 10):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M910.75,-99.7C906.22,-90.51 901.75,-81.47 897.79,-73.44\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"900.8,-71.63 893.23,-64.22 894.52,-74.73 900.8,-71.63\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B8 -->\n",
"<g id=\"node12\" class=\"node\">\n",
"<title>B8</title>\n",
"<polygon fill=\"sandybrown\" stroke=\"#000000\" points=\"1053,-64 952,-64 952,-23 1053,-23 1053,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"952\" y=\"-64\"> <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-07-12T09:50:08.669981</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #f4a460\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 45.898125 L 16.9625 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p2c4e306aac)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 128.5625 30.798125 L 128.5625 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p2c4e306aac)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p2c4e306aac)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m04c8bd7fd6\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m04c8bd7fd6\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p2c4e306aac)\" 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=\"#m04c8bd7fd6\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p2c4e306aac)\" 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=\"#m04c8bd7fd6\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m815c59cb20\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m815c59cb20\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m815c59cb20\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 100.00% -->\n",
" <g transform=\"translate(84.070312 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"190.869141\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"286.279297\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"349.902344\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- B8 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-38\" d=\"M 2034 2216 Q 1584 2216 1326 1975 Q 1069 1734 1069 1313 Q 1069 891 1326 650 Q 1584 409 2034 409 Q 2484 409 2743 651 Q 3003 894 3003 1313 Q 3003 1734 2745 1975 Q 2488 2216 2034 2216 z M 1403 2484 Q 997 2584 770 2862 Q 544 3141 544 3541 Q 544 4100 942 4425 Q 1341 4750 2034 4750 Q 2731 4750 3128 4425 Q 3525 4100 3525 3541 Q 3525 3141 3298 2862 Q 3072 2584 2669 2484 Q 3125 2378 3379 2068 Q 3634 1759 3634 1313 Q 3634 634 3220 271 Q 2806 -91 2034 -91 Q 1263 -91 848 271 Q 434 634 434 1313 Q 434 1759 690 2068 Q 947 2378 1403 2484 z M 1172 3481 Q 1172 3119 1398 2916 Q 1625 2713 2034 2713 Q 2441 2713 2670 2916 Q 2900 3119 2900 3481 Q 2900 3844 2670 4047 Q 2441 4250 2034 4250 Q 1625 4250 1398 4047 Q 1172 3844 1172 3481 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-38\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p2c4e306aac\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B8 -->\n",
"<g id=\"edge17\" class=\"edge\">\n",
"<title>A-&gt;B8</title>\n",
"<g id=\"a_edge17\"><a xlink:title=\"(2, 11):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M974.78,-99.7C979.45,-90.41 984.04,-81.27 988.1,-73.18\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"991.24,-74.72 992.6,-64.22 984.99,-71.58 991.24,-74.72\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B9 -->\n",
"<g id=\"node13\" class=\"node\">\n",
"<title>B9</title>\n",
"<polygon fill=\"sandybrown\" stroke=\"#000000\" points=\"1172,-64 1071,-64 1071,-23 1172,-23 1172,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"1071\" y=\"-64\"> <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-07-12T09:50:08.703042</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #f4a460\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#pca948ca81f)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 16.9625 30.798125 L 16.9625 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#pca948ca81f)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#pca948ca81f)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"ma91228dfae\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#ma91228dfae\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#pca948ca81f)\" 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=\"#ma91228dfae\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#pca948ca81f)\" 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=\"#ma91228dfae\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"m5a247b6527\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m5a247b6527\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#m5a247b6527\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 100.00% -->\n",
" <g transform=\"translate(84.070312 43.818437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"190.869141\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"286.279297\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"349.902344\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- B9 -->\n",
" <g transform=\"translate(64.828438 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-39\" d=\"M 703 97 L 703 672 Q 941 559 1184 500 Q 1428 441 1663 441 Q 2288 441 2617 861 Q 2947 1281 2994 2138 Q 2813 1869 2534 1725 Q 2256 1581 1919 1581 Q 1219 1581 811 2004 Q 403 2428 403 3163 Q 403 3881 828 4315 Q 1253 4750 1959 4750 Q 2769 4750 3195 4129 Q 3622 3509 3622 2328 Q 3622 1225 3098 567 Q 2575 -91 1691 -91 Q 1453 -91 1209 -44 Q 966 3 703 97 z M 1959 2075 Q 2384 2075 2632 2365 Q 2881 2656 2881 3163 Q 2881 3666 2632 3958 Q 2384 4250 1959 4250 Q 1534 4250 1286 3958 Q 1038 3666 1038 3163 Q 1038 2656 1286 2365 Q 1534 2075 1959 2075 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-39\" x=\"68.603516\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"pca948ca81f\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B9 -->\n",
"<g id=\"edge13\" class=\"edge\">\n",
"<title>A-&gt;B9</title>\n",
"<g id=\"a_edge13\"><a xlink:title=\"(2, 12):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1038.55,-99.88C1054.61,-89.16 1070.38,-78.63 1083.79,-69.68\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1085.86,-72.5 1092.24,-64.04 1081.98,-66.68 1085.86,-72.5\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B10 -->\n",
"<g id=\"node14\" class=\"node\">\n",
"<title>B10</title>\n",
"<polygon fill=\"sandybrown\" stroke=\"#000000\" points=\"1291,-64 1190,-64 1190,-23 1291,-23 1291,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"1190\" y=\"-64\"> <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-07-12T09:50:08.737333</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #f4a460\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 45.898125 L 16.9625 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p68f39b85e6)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 128.5625 30.798125 L 128.5625 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p68f39b85e6)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p68f39b85e6)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"m167868ee54\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#m167868ee54\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p68f39b85e6)\" 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=\"#m167868ee54\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p68f39b85e6)\" 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=\"#m167868ee54\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
" <g id=\"ytick_1\">\n",
" <g id=\"line2d_7\">\n",
" <defs>\n",
" <path id=\"md528d5de79\" d=\"M 0 0 L -3.5 0 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#md528d5de79\" x=\"16.9625\" y=\"39.858125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_1\">\n",
" <!-- 1 -->\n",
" <g transform=\"translate(3.6 43.657344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-31\" d=\"M 794 531 L 1825 531 L 1825 4091 L 703 3866 L 703 4441 L 1819 4666 L 2450 4666 L 2450 531 L 3481 531 L 3481 0 L 794 0 L 794 531 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"ytick_2\">\n",
" <g id=\"line2d_8\">\n",
" <g>\n",
" <use xlink:href=\"#md528d5de79\" x=\"16.9625\" y=\"24.758125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_2\">\n",
" <!-- 0 -->\n",
" <g transform=\"translate(3.6 28.557344)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-30\" d=\"M 2034 4250 Q 1547 4250 1301 3770 Q 1056 3291 1056 2328 Q 1056 1369 1301 889 Q 1547 409 2034 409 Q 2525 409 2770 889 Q 3016 1369 3016 2328 Q 3016 3291 2770 3770 Q 2525 4250 2034 4250 z M 2034 4750 Q 2819 4750 3233 4129 Q 3647 3509 3647 2328 Q 3647 1150 3233 529 Q 2819 -91 2034 -91 Q 1250 -91 836 529 Q 422 1150 422 2328 Q 422 3509 836 4129 Q 1250 4750 2034 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-30\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"patch_5\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" 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 128.5625 45.898125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_7\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"patch_8\">\n",
" <path d=\"M 16.9625 18.718125 L 128.5625 18.718125 \" style=\"fill: none; stroke: #000000; stroke-width: 0.8; stroke-linejoin: miter; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"text_3\">\n",
" <!-- 100.00% -->\n",
" <g transform=\"translate(84.070312 28.718437)scale(0.1 -0.1)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-2e\" d=\"M 684 794 L 1344 794 L 1344 0 L 684 0 L 684 794 z \" transform=\"scale(0.015625)\"/>\n",
" <path id=\"DejaVuSans-25\" d=\"M 4653 2053 Q 4381 2053 4226 1822 Q 4072 1591 4072 1178 Q 4072 772 4226 539 Q 4381 306 4653 306 Q 4919 306 5073 539 Q 5228 772 5228 1178 Q 5228 1588 5073 1820 Q 4919 2053 4653 2053 z M 4653 2450 Q 5147 2450 5437 2106 Q 5728 1763 5728 1178 Q 5728 594 5436 251 Q 5144 -91 4653 -91 Q 4153 -91 3862 251 Q 3572 594 3572 1178 Q 3572 1766 3864 2108 Q 4156 2450 4653 2450 z M 1428 4353 Q 1159 4353 1004 4120 Q 850 3888 850 3481 Q 850 3069 1003 2837 Q 1156 2606 1428 2606 Q 1700 2606 1854 2837 Q 2009 3069 2009 3481 Q 2009 3884 1853 4118 Q 1697 4353 1428 4353 z M 4250 4750 L 4750 4750 L 1831 -91 L 1331 -91 L 4250 4750 z M 1428 4750 Q 1922 4750 2215 4408 Q 2509 4066 2509 3481 Q 2509 2891 2217 2550 Q 1925 2209 1428 2209 Q 931 2209 642 2551 Q 353 2894 353 3481 Q 353 4063 643 4406 Q 934 4750 1428 4750 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-31\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"63.623047\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"127.246094\"/>\n",
" <use xlink:href=\"#DejaVuSans-2e\" x=\"190.869141\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"222.65625\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"286.279297\"/>\n",
" <use xlink:href=\"#DejaVuSans-25\" x=\"349.902344\"/>\n",
" </g>\n",
" </g>\n",
" <g id=\"text_4\">\n",
" <!-- B10 -->\n",
" <g transform=\"translate(61.010938 12.718125)scale(0.12 -0.12)\">\n",
" <defs>\n",
" <path id=\"DejaVuSans-42\" d=\"M 1259 2228 L 1259 519 L 2272 519 Q 2781 519 3026 730 Q 3272 941 3272 1375 Q 3272 1813 3026 2020 Q 2781 2228 2272 2228 L 1259 2228 z M 1259 4147 L 1259 2741 L 2194 2741 Q 2656 2741 2882 2914 Q 3109 3088 3109 3444 Q 3109 3797 2882 3972 Q 2656 4147 2194 4147 L 1259 4147 z M 628 4666 L 2241 4666 Q 2963 4666 3353 4366 Q 3744 4066 3744 3513 Q 3744 3084 3544 2831 Q 3344 2578 2956 2516 Q 3422 2416 3680 2098 Q 3938 1781 3938 1306 Q 3938 681 3513 340 Q 3088 0 2303 0 L 628 0 L 628 4666 z \" transform=\"scale(0.015625)\"/>\n",
" </defs>\n",
" <use xlink:href=\"#DejaVuSans-42\"/>\n",
" <use xlink:href=\"#DejaVuSans-31\" x=\"68.603516\"/>\n",
" <use xlink:href=\"#DejaVuSans-30\" x=\"132.226562\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <defs>\n",
" <clipPath id=\"p68f39b85e6\">\n",
" <rect x=\"16.9625\" y=\"18.718125\" width=\"111.6\" height=\"27.18\"/>\n",
" </clipPath>\n",
" </defs>\n",
"</svg>\n",
"\n",
"</g>\n",
"<!-- A&#45;&gt;B10 -->\n",
"<g id=\"edge8\" class=\"edge\">\n",
"<title>A-&gt;B10</title>\n",
"<g id=\"a_edge8\"><a xlink:title=\"(2, 13):\">\n",
"<path fill=\"none\" stroke=\"#4a4a4a\" d=\"M1085.39,-106.7C1119.6,-92.98 1154.23,-79.09 1182.07,-67.93\"/>\n",
"<polygon fill=\"#4a4a4a\" stroke=\"#4a4a4a\" points=\"1183.65,-71.07 1191.63,-64.1 1181.04,-64.57 1183.65,-71.07\"/>\n",
"</a>\n",
"</g>\n",
"</g>\n",
"<!-- B11 -->\n",
"<g id=\"node15\" class=\"node\">\n",
"<title>B11</title>\n",
"<polygon fill=\"sandybrown\" stroke=\"#000000\" points=\"1410,-64 1309,-64 1309,-23 1410,-23 1410,-64\"/>\n",
"<svg viewBox=\"0 0 132.1625 52.998125\" width=\"101px\" height=\"41px\" preserveAspectRatio=\"xMinYMin meet\" x=\"1309\" y=\"-64\"> <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-07-12T09:50:08.771869</dc:date>\n",
" <dc:format>image/svg+xml</dc:format>\n",
" <dc:creator>\n",
" <cc:Agent>\n",
" <dc:title>Matplotlib v3.5.2, 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 52.998125 L 132.1625 52.998125 L 132.1625 0 L 0 0 z \" style=\"fill: #f4a460\"/>\n",
" </g>\n",
" <g id=\"axes_1\">\n",
" <g id=\"patch_2\">\n",
" <path d=\"M 16.9625 45.898125 L 128.5625 45.898125 L 128.5625 18.718125 L 16.9625 18.718125 z \" style=\"fill: #ffffff\"/>\n",
" </g>\n",
" <g id=\"patch_3\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 45.898125 L 16.9625 33.818125 L 16.9625 33.818125 z \" clip-path=\"url(#p666894cc9f)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"patch_4\">\n",
" <path d=\"M 16.9625 30.798125 L 128.5625 30.798125 L 128.5625 18.718125 L 16.9625 18.718125 z \" clip-path=\"url(#p666894cc9f)\" style=\"fill: #8fbc8f\"/>\n",
" </g>\n",
" <g id=\"matplotlib.axis_1\">\n",
" <g id=\"xtick_1\">\n",
" <g id=\"line2d_1\">\n",
" <path d=\"M 16.9625 45.898125 L 16.9625 18.718125 \" clip-path=\"url(#p666894cc9f)\" style=\"fill: none; stroke: #b0b0b0; stroke-width: 0.8; stroke-linecap: square\"/>\n",
" </g>\n",
" <g id=\"line2d_2\">\n",
" <defs>\n",
" <path id=\"mf79ae3410e\" d=\"M 0 0 L 0 3.5 \" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </defs>\n",
" <g>\n",
" <use xlink:href=\"#mf79ae3410e\" x=\"16.9625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_2\">\n",
" <g id=\"line2d_3\">\n",
" <path d=\"M 72.7625 45.898125 L 72.7625 18.718125 \" clip-path=\"url(#p666894cc9f)\" 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=\"#mf79ae3410e\" x=\"72.7625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"xtick_3\">\n",
" <g id=\"line2d_5\">\n",
" <path d=\"M 128.5625 45.898125 L 128.5625 18.718125 \" clip-path=\"url(#p666894cc9f)\" 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=\"#mf79ae3410e\" x=\"128.5625\" y=\"45.898125\" style=\"stroke: #000000; stroke-width: 0.8\"/>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" </g>\n",
" <g id=\"matplotlib.axis_2\">\n",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment