Validation_stability_check_figure2_super_compact.svg 100 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  3. "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  4. <!-- Created with matplotlib (https://matplotlib.org/) -->
  5. <svg height="360pt" version="1.1" viewBox="0 0 72 360" width="72pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  6. <metadata>
  7. <rdf:RDF xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  8. <cc:Work>
  9. <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
  10. <dc:date>2021-05-24T12:52:35.196917</dc:date>
  11. <dc:format>image/svg+xml</dc:format>
  12. <dc:creator>
  13. <cc:Agent>
  14. <dc:title>Matplotlib v3.3.4, https://matplotlib.org/</dc:title>
  15. </cc:Agent>
  16. </dc:creator>
  17. </cc:Work>
  18. </rdf:RDF>
  19. </metadata>
  20. <defs>
  21. <style type="text/css">*{stroke-linecap:butt;stroke-linejoin:round;}</style>
  22. </defs>
  23. <g id="figure_1">
  24. <g id="patch_1">
  25. <path d="M 0 360
  26. L 72 360
  27. L 72 0
  28. L 0 0
  29. z
  30. " style="fill:#ffffff;"/>
  31. </g>
  32. <g id="axes_1">
  33. <g id="patch_2">
  34. <path d="M 9 90.993103
  35. L 64.8 90.993103
  36. L 64.8 43.2
  37. L 9 43.2
  38. z
  39. " style="fill:#ffffff;"/>
  40. </g>
  41. <g id="matplotlib.axis_1">
  42. <g id="ytick_1">
  43. <g id="line2d_1">
  44. <path clip-path="url(#pf6b14eae5e)" d="M 9 90.993103
  45. L 64.8 90.993103
  46. " style="fill:none;stroke:#cccccc;stroke-linecap:round;"/>
  47. </g>
  48. <g id="text_1">
  49. <!-- 0 -->
  50. <g style="fill:#262626;" transform="translate(-6.22625 94.4124)scale(0.09 -0.09)">
  51. <defs>
  52. <path d="M 31.78125 66.40625
  53. Q 24.171875 66.40625 20.328125 58.90625
  54. Q 16.5 51.421875 16.5 36.375
  55. Q 16.5 21.390625 20.328125 13.890625
  56. Q 24.171875 6.390625 31.78125 6.390625
  57. Q 39.453125 6.390625 43.28125 13.890625
  58. Q 47.125 21.390625 47.125 36.375
  59. Q 47.125 51.421875 43.28125 58.90625
  60. Q 39.453125 66.40625 31.78125 66.40625
  61. z
  62. M 31.78125 74.21875
  63. Q 44.046875 74.21875 50.515625 64.515625
  64. Q 56.984375 54.828125 56.984375 36.375
  65. Q 56.984375 17.96875 50.515625 8.265625
  66. Q 44.046875 -1.421875 31.78125 -1.421875
  67. Q 19.53125 -1.421875 13.0625 8.265625
  68. Q 6.59375 17.96875 6.59375 36.375
  69. Q 6.59375 54.828125 13.0625 64.515625
  70. Q 19.53125 74.21875 31.78125 74.21875
  71. z
  72. " id="DejaVuSans-48"/>
  73. </defs>
  74. <use xlink:href="#DejaVuSans-48"/>
  75. </g>
  76. </g>
  77. </g>
  78. <g id="ytick_2">
  79. <g id="line2d_2">
  80. <path clip-path="url(#pf6b14eae5e)" d="M 9 51.165517
  81. L 64.8 51.165517
  82. " style="fill:none;stroke:#cccccc;stroke-linecap:round;"/>
  83. </g>
  84. <g id="text_2">
  85. <!-- 1000 -->
  86. <g style="fill:#262626;" transform="translate(-23.405 54.584814)scale(0.09 -0.09)">
  87. <defs>
  88. <path d="M 12.40625 8.296875
  89. L 28.515625 8.296875
  90. L 28.515625 63.921875
  91. L 10.984375 60.40625
  92. L 10.984375 69.390625
  93. L 28.421875 72.90625
  94. L 38.28125 72.90625
  95. L 38.28125 8.296875
  96. L 54.390625 8.296875
  97. L 54.390625 0
  98. L 12.40625 0
  99. z
  100. " id="DejaVuSans-49"/>
  101. </defs>
  102. <use xlink:href="#DejaVuSans-49"/>
  103. <use x="63.623047" xlink:href="#DejaVuSans-48"/>
  104. <use x="127.246094" xlink:href="#DejaVuSans-48"/>
  105. <use x="190.869141" xlink:href="#DejaVuSans-48"/>
  106. </g>
  107. </g>
  108. </g>
  109. <g id="text_3">
  110. <!-- Extracted -->
  111. <g style="fill:#262626;" transform="translate(-40.35475 90.269442)rotate(-90)scale(0.09 -0.09)">
  112. <defs>
  113. <path d="M 9.8125 72.90625
  114. L 55.90625 72.90625
  115. L 55.90625 64.59375
  116. L 19.671875 64.59375
  117. L 19.671875 43.015625
  118. L 54.390625 43.015625
  119. L 54.390625 34.71875
  120. L 19.671875 34.71875
  121. L 19.671875 8.296875
  122. L 56.78125 8.296875
  123. L 56.78125 0
  124. L 9.8125 0
  125. z
  126. " id="DejaVuSans-69"/>
  127. <path d="M 54.890625 54.6875
  128. L 35.109375 28.078125
  129. L 55.90625 0
  130. L 45.3125 0
  131. L 29.390625 21.484375
  132. L 13.484375 0
  133. L 2.875 0
  134. L 24.125 28.609375
  135. L 4.6875 54.6875
  136. L 15.28125 54.6875
  137. L 29.78125 35.203125
  138. L 44.28125 54.6875
  139. z
  140. " id="DejaVuSans-120"/>
  141. <path d="M 18.3125 70.21875
  142. L 18.3125 54.6875
  143. L 36.8125 54.6875
  144. L 36.8125 47.703125
  145. L 18.3125 47.703125
  146. L 18.3125 18.015625
  147. Q 18.3125 11.328125 20.140625 9.421875
  148. Q 21.96875 7.515625 27.59375 7.515625
  149. L 36.8125 7.515625
  150. L 36.8125 0
  151. L 27.59375 0
  152. Q 17.1875 0 13.234375 3.875
  153. Q 9.28125 7.765625 9.28125 18.015625
  154. L 9.28125 47.703125
  155. L 2.6875 47.703125
  156. L 2.6875 54.6875
  157. L 9.28125 54.6875
  158. L 9.28125 70.21875
  159. z
  160. " id="DejaVuSans-116"/>
  161. <path d="M 41.109375 46.296875
  162. Q 39.59375 47.171875 37.8125 47.578125
  163. Q 36.03125 48 33.890625 48
  164. Q 26.265625 48 22.1875 43.046875
  165. Q 18.109375 38.09375 18.109375 28.8125
  166. L 18.109375 0
  167. L 9.078125 0
  168. L 9.078125 54.6875
  169. L 18.109375 54.6875
  170. L 18.109375 46.1875
  171. Q 20.953125 51.171875 25.484375 53.578125
  172. Q 30.03125 56 36.53125 56
  173. Q 37.453125 56 38.578125 55.875
  174. Q 39.703125 55.765625 41.0625 55.515625
  175. z
  176. " id="DejaVuSans-114"/>
  177. <path d="M 34.28125 27.484375
  178. Q 23.390625 27.484375 19.1875 25
  179. Q 14.984375 22.515625 14.984375 16.5
  180. Q 14.984375 11.71875 18.140625 8.90625
  181. Q 21.296875 6.109375 26.703125 6.109375
  182. Q 34.1875 6.109375 38.703125 11.40625
  183. Q 43.21875 16.703125 43.21875 25.484375
  184. L 43.21875 27.484375
  185. z
  186. M 52.203125 31.203125
  187. L 52.203125 0
  188. L 43.21875 0
  189. L 43.21875 8.296875
  190. Q 40.140625 3.328125 35.546875 0.953125
  191. Q 30.953125 -1.421875 24.3125 -1.421875
  192. Q 15.921875 -1.421875 10.953125 3.296875
  193. Q 6 8.015625 6 15.921875
  194. Q 6 25.140625 12.171875 29.828125
  195. Q 18.359375 34.515625 30.609375 34.515625
  196. L 43.21875 34.515625
  197. L 43.21875 35.40625
  198. Q 43.21875 41.609375 39.140625 45
  199. Q 35.0625 48.390625 27.6875 48.390625
  200. Q 23 48.390625 18.546875 47.265625
  201. Q 14.109375 46.140625 10.015625 43.890625
  202. L 10.015625 52.203125
  203. Q 14.9375 54.109375 19.578125 55.046875
  204. Q 24.21875 56 28.609375 56
  205. Q 40.484375 56 46.34375 49.84375
  206. Q 52.203125 43.703125 52.203125 31.203125
  207. z
  208. " id="DejaVuSans-97"/>
  209. <path d="M 48.78125 52.59375
  210. L 48.78125 44.1875
  211. Q 44.96875 46.296875 41.140625 47.34375
  212. Q 37.3125 48.390625 33.40625 48.390625
  213. Q 24.65625 48.390625 19.8125 42.84375
  214. Q 14.984375 37.3125 14.984375 27.296875
  215. Q 14.984375 17.28125 19.8125 11.734375
  216. Q 24.65625 6.203125 33.40625 6.203125
  217. Q 37.3125 6.203125 41.140625 7.25
  218. Q 44.96875 8.296875 48.78125 10.40625
  219. L 48.78125 2.09375
  220. Q 45.015625 0.34375 40.984375 -0.53125
  221. Q 36.96875 -1.421875 32.421875 -1.421875
  222. Q 20.0625 -1.421875 12.78125 6.34375
  223. Q 5.515625 14.109375 5.515625 27.296875
  224. Q 5.515625 40.671875 12.859375 48.328125
  225. Q 20.21875 56 33.015625 56
  226. Q 37.15625 56 41.109375 55.140625
  227. Q 45.0625 54.296875 48.78125 52.59375
  228. z
  229. " id="DejaVuSans-99"/>
  230. <path d="M 56.203125 29.59375
  231. L 56.203125 25.203125
  232. L 14.890625 25.203125
  233. Q 15.484375 15.921875 20.484375 11.0625
  234. Q 25.484375 6.203125 34.421875 6.203125
  235. Q 39.59375 6.203125 44.453125 7.46875
  236. Q 49.3125 8.734375 54.109375 11.28125
  237. L 54.109375 2.78125
  238. Q 49.265625 0.734375 44.1875 -0.34375
  239. Q 39.109375 -1.421875 33.890625 -1.421875
  240. Q 20.796875 -1.421875 13.15625 6.1875
  241. Q 5.515625 13.8125 5.515625 26.8125
  242. Q 5.515625 40.234375 12.765625 48.109375
  243. Q 20.015625 56 32.328125 56
  244. Q 43.359375 56 49.78125 48.890625
  245. Q 56.203125 41.796875 56.203125 29.59375
  246. z
  247. M 47.21875 32.234375
  248. Q 47.125 39.59375 43.09375 43.984375
  249. Q 39.0625 48.390625 32.421875 48.390625
  250. Q 24.90625 48.390625 20.390625 44.140625
  251. Q 15.875 39.890625 15.1875 32.171875
  252. z
  253. " id="DejaVuSans-101"/>
  254. <path d="M 45.40625 46.390625
  255. L 45.40625 75.984375
  256. L 54.390625 75.984375
  257. L 54.390625 0
  258. L 45.40625 0
  259. L 45.40625 8.203125
  260. Q 42.578125 3.328125 38.25 0.953125
  261. Q 33.9375 -1.421875 27.875 -1.421875
  262. Q 17.96875 -1.421875 11.734375 6.484375
  263. Q 5.515625 14.40625 5.515625 27.296875
  264. Q 5.515625 40.1875 11.734375 48.09375
  265. Q 17.96875 56 27.875 56
  266. Q 33.9375 56 38.25 53.625
  267. Q 42.578125 51.265625 45.40625 46.390625
  268. z
  269. M 14.796875 27.296875
  270. Q 14.796875 17.390625 18.875 11.75
  271. Q 22.953125 6.109375 30.078125 6.109375
  272. Q 37.203125 6.109375 41.296875 11.75
  273. Q 45.40625 17.390625 45.40625 27.296875
  274. Q 45.40625 37.203125 41.296875 42.84375
  275. Q 37.203125 48.484375 30.078125 48.484375
  276. Q 22.953125 48.484375 18.875 42.84375
  277. Q 14.796875 37.203125 14.796875 27.296875
  278. z
  279. " id="DejaVuSans-100"/>
  280. <path id="DejaVuSans-32"/>
  281. </defs>
  282. <use xlink:href="#DejaVuSans-69"/>
  283. <use x="63.183594" xlink:href="#DejaVuSans-120"/>
  284. <use x="122.363281" xlink:href="#DejaVuSans-116"/>
  285. <use x="161.572266" xlink:href="#DejaVuSans-114"/>
  286. <use x="202.685547" xlink:href="#DejaVuSans-97"/>
  287. <use x="263.964844" xlink:href="#DejaVuSans-99"/>
  288. <use x="318.945312" xlink:href="#DejaVuSans-116"/>
  289. <use x="358.154297" xlink:href="#DejaVuSans-101"/>
  290. <use x="419.677734" xlink:href="#DejaVuSans-100"/>
  291. <use x="483.154297" xlink:href="#DejaVuSans-32"/>
  292. </g>
  293. <!-- ROIs -->
  294. <g style="fill:#262626;" transform="translate(-30.276719 78.867567)rotate(-90)scale(0.09 -0.09)">
  295. <defs>
  296. <path d="M 44.390625 34.1875
  297. Q 47.5625 33.109375 50.5625 29.59375
  298. Q 53.5625 26.078125 56.59375 19.921875
  299. L 66.609375 0
  300. L 56 0
  301. L 46.6875 18.703125
  302. Q 43.0625 26.03125 39.671875 28.421875
  303. Q 36.28125 30.8125 30.421875 30.8125
  304. L 19.671875 30.8125
  305. L 19.671875 0
  306. L 9.8125 0
  307. L 9.8125 72.90625
  308. L 32.078125 72.90625
  309. Q 44.578125 72.90625 50.734375 67.671875
  310. Q 56.890625 62.453125 56.890625 51.90625
  311. Q 56.890625 45.015625 53.6875 40.46875
  312. Q 50.484375 35.9375 44.390625 34.1875
  313. z
  314. M 19.671875 64.796875
  315. L 19.671875 38.921875
  316. L 32.078125 38.921875
  317. Q 39.203125 38.921875 42.84375 42.21875
  318. Q 46.484375 45.515625 46.484375 51.90625
  319. Q 46.484375 58.296875 42.84375 61.546875
  320. Q 39.203125 64.796875 32.078125 64.796875
  321. z
  322. " id="DejaVuSans-82"/>
  323. <path d="M 39.40625 66.21875
  324. Q 28.65625 66.21875 22.328125 58.203125
  325. Q 16.015625 50.203125 16.015625 36.375
  326. Q 16.015625 22.609375 22.328125 14.59375
  327. Q 28.65625 6.59375 39.40625 6.59375
  328. Q 50.140625 6.59375 56.421875 14.59375
  329. Q 62.703125 22.609375 62.703125 36.375
  330. Q 62.703125 50.203125 56.421875 58.203125
  331. Q 50.140625 66.21875 39.40625 66.21875
  332. z
  333. M 39.40625 74.21875
  334. Q 54.734375 74.21875 63.90625 63.9375
  335. Q 73.09375 53.65625 73.09375 36.375
  336. Q 73.09375 19.140625 63.90625 8.859375
  337. Q 54.734375 -1.421875 39.40625 -1.421875
  338. Q 24.03125 -1.421875 14.8125 8.828125
  339. Q 5.609375 19.09375 5.609375 36.375
  340. Q 5.609375 53.65625 14.8125 63.9375
  341. Q 24.03125 74.21875 39.40625 74.21875
  342. z
  343. " id="DejaVuSans-79"/>
  344. <path d="M 9.8125 72.90625
  345. L 19.671875 72.90625
  346. L 19.671875 0
  347. L 9.8125 0
  348. z
  349. " id="DejaVuSans-73"/>
  350. <path d="M 44.28125 53.078125
  351. L 44.28125 44.578125
  352. Q 40.484375 46.53125 36.375 47.5
  353. Q 32.28125 48.484375 27.875 48.484375
  354. Q 21.1875 48.484375 17.84375 46.4375
  355. Q 14.5 44.390625 14.5 40.28125
  356. Q 14.5 37.15625 16.890625 35.375
  357. Q 19.28125 33.59375 26.515625 31.984375
  358. L 29.59375 31.296875
  359. Q 39.15625 29.25 43.1875 25.515625
  360. Q 47.21875 21.78125 47.21875 15.09375
  361. Q 47.21875 7.46875 41.1875 3.015625
  362. Q 35.15625 -1.421875 24.609375 -1.421875
  363. Q 20.21875 -1.421875 15.453125 -0.5625
  364. Q 10.6875 0.296875 5.421875 2
  365. L 5.421875 11.28125
  366. Q 10.40625 8.6875 15.234375 7.390625
  367. Q 20.0625 6.109375 24.8125 6.109375
  368. Q 31.15625 6.109375 34.5625 8.28125
  369. Q 37.984375 10.453125 37.984375 14.40625
  370. Q 37.984375 18.0625 35.515625 20.015625
  371. Q 33.0625 21.96875 24.703125 23.78125
  372. L 21.578125 24.515625
  373. Q 13.234375 26.265625 9.515625 29.90625
  374. Q 5.8125 33.546875 5.8125 39.890625
  375. Q 5.8125 47.609375 11.28125 51.796875
  376. Q 16.75 56 26.8125 56
  377. Q 31.78125 56 36.171875 55.265625
  378. Q 40.578125 54.546875 44.28125 53.078125
  379. z
  380. " id="DejaVuSans-115"/>
  381. </defs>
  382. <use xlink:href="#DejaVuSans-32"/>
  383. <use x="31.787109" xlink:href="#DejaVuSans-82"/>
  384. <use x="101.269531" xlink:href="#DejaVuSans-79"/>
  385. <use x="179.980469" xlink:href="#DejaVuSans-73"/>
  386. <use x="209.472656" xlink:href="#DejaVuSans-115"/>
  387. </g>
  388. </g>
  389. </g>
  390. <g id="PathCollection_1"/>
  391. <g id="PathCollection_2"/>
  392. <g id="PathCollection_3"/>
  393. <g id="PathCollection_4"/>
  394. <g id="PathCollection_5"/>
  395. <g id="patch_3">
  396. <path d="M 9 90.993103
  397. L 64.8 90.993103
  398. " style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.25;"/>
  399. </g>
  400. <g id="PathCollection_6">
  401. <defs>
  402. <path d="M 0 1.25
  403. C 0.331504 1.25 0.649475 1.118292 0.883883 0.883883
  404. C 1.118292 0.649475 1.25 0.331504 1.25 -0
  405. C 1.25 -0.331504 1.118292 -0.649475 0.883883 -0.883883
  406. C 0.649475 -1.118292 0.331504 -1.25 0 -1.25
  407. C -0.331504 -1.25 -0.649475 -1.118292 -0.883883 -0.883883
  408. C -1.118292 -0.649475 -1.25 -0.331504 -1.25 0
  409. C -1.25 0.331504 -1.118292 0.649475 -0.883883 0.883883
  410. C -0.649475 1.118292 -0.331504 1.25 0 1.25
  411. z
  412. " id="C0_0_2a39fa4a97"/>
  413. </defs>
  414. <g clip-path="url(#pf6b14eae5e)">
  415. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="14.971364" xlink:href="#C0_0_2a39fa4a97" y="66.738103"/>
  416. </g>
  417. <g clip-path="url(#pf6b14eae5e)">
  418. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="13.716272" xlink:href="#C0_0_2a39fa4a97" y="78.925345"/>
  419. </g>
  420. <g clip-path="url(#pf6b14eae5e)">
  421. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="14.982091" xlink:href="#C0_0_2a39fa4a97" y="75.818793"/>
  422. </g>
  423. <g clip-path="url(#pf6b14eae5e)">
  424. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="14.820555" xlink:href="#C0_0_2a39fa4a97" y="76.097586"/>
  425. </g>
  426. <g clip-path="url(#pf6b14eae5e)">
  427. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="14.749058" xlink:href="#C0_0_2a39fa4a97" y="80.518448"/>
  428. </g>
  429. <g clip-path="url(#pf6b14eae5e)">
  430. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="14.390236" xlink:href="#C0_0_2a39fa4a97" y="79.124483"/>
  431. </g>
  432. <g clip-path="url(#pf6b14eae5e)">
  433. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="14.13507" xlink:href="#C0_0_2a39fa4a97" y="83.664828"/>
  434. </g>
  435. <g clip-path="url(#pf6b14eae5e)">
  436. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="14.75908" xlink:href="#C0_0_2a39fa4a97" y="80.757414"/>
  437. </g>
  438. <g clip-path="url(#pf6b14eae5e)">
  439. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="15.05763" xlink:href="#C0_0_2a39fa4a97" y="80.239655"/>
  440. </g>
  441. <g clip-path="url(#pf6b14eae5e)">
  442. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="14.206143" xlink:href="#C0_0_2a39fa4a97" y="73.707931"/>
  443. </g>
  444. <g clip-path="url(#pf6b14eae5e)">
  445. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="15.362115" xlink:href="#C0_0_2a39fa4a97" y="80.239655"/>
  446. </g>
  447. <g clip-path="url(#pf6b14eae5e)">
  448. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="15.202712" xlink:href="#C0_0_2a39fa4a97" y="77.451724"/>
  449. </g>
  450. <g clip-path="url(#pf6b14eae5e)">
  451. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="14.130325" xlink:href="#C0_0_2a39fa4a97" y="70.959828"/>
  452. </g>
  453. <g clip-path="url(#pf6b14eae5e)">
  454. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="13.675227" xlink:href="#C0_0_2a39fa4a97" y="72.114828"/>
  455. </g>
  456. <g clip-path="url(#pf6b14eae5e)">
  457. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="15.089435" xlink:href="#C0_0_2a39fa4a97" y="76.017931"/>
  458. </g>
  459. <g clip-path="url(#pf6b14eae5e)">
  460. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="13.621106" xlink:href="#C0_0_2a39fa4a97" y="87.607759"/>
  461. </g>
  462. <g clip-path="url(#pf6b14eae5e)">
  463. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="14.070879" xlink:href="#C0_0_2a39fa4a97" y="87.687414"/>
  464. </g>
  465. <g clip-path="url(#pf6b14eae5e)">
  466. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="14.441694" xlink:href="#C0_0_2a39fa4a97" y="86.293448"/>
  467. </g>
  468. <g clip-path="url(#pf6b14eae5e)">
  469. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="14.914966" xlink:href="#C0_0_2a39fa4a97" y="68.530345"/>
  470. </g>
  471. <g clip-path="url(#pf6b14eae5e)">
  472. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="15.016538" xlink:href="#C0_0_2a39fa4a97" y="84.740172"/>
  473. </g>
  474. <g clip-path="url(#pf6b14eae5e)">
  475. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="15.566524" xlink:href="#C0_0_2a39fa4a97" y="85.974828"/>
  476. </g>
  477. <g clip-path="url(#pf6b14eae5e)">
  478. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="15.191511" xlink:href="#C0_0_2a39fa4a97" y="83.744483"/>
  479. </g>
  480. <g clip-path="url(#pf6b14eae5e)">
  481. <use style="fill:#00bfff;stroke:#000000;stroke-width:0.4;" x="14.111262" xlink:href="#C0_0_2a39fa4a97" y="84.899483"/>
  482. </g>
  483. </g>
  484. <g id="PathCollection_7">
  485. <defs>
  486. <path d="M 0 1.25
  487. C 0.331504 1.25 0.649475 1.118292 0.883883 0.883883
  488. C 1.118292 0.649475 1.25 0.331504 1.25 -0
  489. C 1.25 -0.331504 1.118292 -0.649475 0.883883 -0.883883
  490. C 0.649475 -1.118292 0.331504 -1.25 0 -1.25
  491. C -0.331504 -1.25 -0.649475 -1.118292 -0.883883 -0.883883
  492. C -1.118292 -0.649475 -1.25 -0.331504 -1.25 0
  493. C -1.25 0.331504 -1.118292 0.649475 -0.883883 0.883883
  494. C -0.649475 1.118292 -0.331504 1.25 0 1.25
  495. z
  496. " id="C1_0_87b080fd6d"/>
  497. </defs>
  498. <g clip-path="url(#pf6b14eae5e)">
  499. <use style="fill:#8f278f;stroke:#000000;stroke-width:0.4;" x="26.534006" xlink:href="#C1_0_87b080fd6d" y="43.717759"/>
  500. </g>
  501. <g clip-path="url(#pf6b14eae5e)">
  502. <use style="fill:#8f278f;stroke:#000000;stroke-width:0.4;" x="25.121656" xlink:href="#C1_0_87b080fd6d" y="76.296724"/>
  503. </g>
  504. <g clip-path="url(#pf6b14eae5e)">
  505. <use style="fill:#8f278f;stroke:#000000;stroke-width:0.4;" x="24.971654" xlink:href="#C1_0_87b080fd6d" y="71.198793"/>
  506. </g>
  507. <g clip-path="url(#pf6b14eae5e)">
  508. <use style="fill:#8f278f;stroke:#000000;stroke-width:0.4;" x="24.749476" xlink:href="#C1_0_87b080fd6d" y="72.552931"/>
  509. </g>
  510. <g clip-path="url(#pf6b14eae5e)">
  511. <use style="fill:#8f278f;stroke:#000000;stroke-width:0.4;" x="26.369534" xlink:href="#C1_0_87b080fd6d" y="76.734828"/>
  512. </g>
  513. <g clip-path="url(#pf6b14eae5e)">
  514. <use style="fill:#8f278f;stroke:#000000;stroke-width:0.4;" x="25.981914" xlink:href="#C1_0_87b080fd6d" y="74.982414"/>
  515. </g>
  516. </g>
  517. <g id="PathCollection_8">
  518. <defs>
  519. <path d="M 0 1.25
  520. C 0.331504 1.25 0.649475 1.118292 0.883883 0.883883
  521. C 1.118292 0.649475 1.25 0.331504 1.25 -0
  522. C 1.25 -0.331504 1.118292 -0.649475 0.883883 -0.883883
  523. C 0.649475 -1.118292 0.331504 -1.25 0 -1.25
  524. C -0.331504 -1.25 -0.649475 -1.118292 -0.883883 -0.883883
  525. C -1.118292 -0.649475 -1.25 -0.331504 -1.25 0
  526. C -1.25 0.331504 -1.118292 0.649475 -0.883883 0.883883
  527. C -0.649475 1.118292 -0.331504 1.25 0 1.25
  528. z
  529. " id="C2_0_59e2ba24c7"/>
  530. </defs>
  531. <g clip-path="url(#pf6b14eae5e)">
  532. <use style="fill:#f58f20;stroke:#000000;stroke-width:0.4;" x="37.215675" xlink:href="#C2_0_59e2ba24c7" y="88.125517"/>
  533. </g>
  534. <g clip-path="url(#pf6b14eae5e)">
  535. <use style="fill:#f58f20;stroke:#000000;stroke-width:0.4;" x="36.703025" xlink:href="#C2_0_59e2ba24c7" y="90.39569"/>
  536. </g>
  537. <g clip-path="url(#pf6b14eae5e)">
  538. <use style="fill:#f58f20;stroke:#000000;stroke-width:0.4;" x="37.218974" xlink:href="#C2_0_59e2ba24c7" y="89.320345"/>
  539. </g>
  540. <g clip-path="url(#pf6b14eae5e)">
  541. <use style="fill:#f58f20;stroke:#000000;stroke-width:0.4;" x="37.20079" xlink:href="#C2_0_59e2ba24c7" y="90.594828"/>
  542. </g>
  543. <g clip-path="url(#pf6b14eae5e)">
  544. <use style="fill:#f58f20;stroke:#000000;stroke-width:0.4;" x="36.558225" xlink:href="#C2_0_59e2ba24c7" y="78.288103"/>
  545. </g>
  546. </g>
  547. <g id="PathCollection_9">
  548. <defs>
  549. <path d="M 0 1.25
  550. C 0.331504 1.25 0.649475 1.118292 0.883883 0.883883
  551. C 1.118292 0.649475 1.25 0.331504 1.25 -0
  552. C 1.25 -0.331504 1.118292 -0.649475 0.883883 -0.883883
  553. C 0.649475 -1.118292 0.331504 -1.25 0 -1.25
  554. C -0.331504 -1.25 -0.649475 -1.118292 -0.883883 -0.883883
  555. C -1.118292 -0.649475 -1.25 -0.331504 -1.25 0
  556. C -1.25 0.331504 -1.118292 0.649475 -0.883883 0.883883
  557. C -0.649475 1.118292 -0.331504 1.25 0 1.25
  558. z
  559. " id="C3_0_184a6a77d2"/>
  560. </defs>
  561. <g clip-path="url(#pf6b14eae5e)">
  562. <use style="fill:#b52230;stroke:#000000;stroke-width:0.4;" x="48.435467" xlink:href="#C3_0_184a6a77d2" y="86.572241"/>
  563. </g>
  564. <g clip-path="url(#pf6b14eae5e)">
  565. <use style="fill:#b52230;stroke:#000000;stroke-width:0.4;" x="48.285631" xlink:href="#C3_0_184a6a77d2" y="85.417241"/>
  566. </g>
  567. <g clip-path="url(#pf6b14eae5e)">
  568. <use style="fill:#b52230;stroke:#000000;stroke-width:0.4;" x="48.680709" xlink:href="#C3_0_184a6a77d2" y="87.050172"/>
  569. </g>
  570. <g clip-path="url(#pf6b14eae5e)">
  571. <use style="fill:#b52230;stroke:#000000;stroke-width:0.4;" x="47.600098" xlink:href="#C3_0_184a6a77d2" y="86.373103"/>
  572. </g>
  573. <g clip-path="url(#pf6b14eae5e)">
  574. <use style="fill:#b52230;stroke:#000000;stroke-width:0.4;" x="48.519852" xlink:href="#C3_0_184a6a77d2" y="84.78"/>
  575. </g>
  576. <g clip-path="url(#pf6b14eae5e)">
  577. <use style="fill:#b52230;stroke:#000000;stroke-width:0.4;" x="48.033381" xlink:href="#C3_0_184a6a77d2" y="79.084655"/>
  578. </g>
  579. </g>
  580. <g id="PathCollection_10">
  581. <defs>
  582. <path d="M 0 1.25
  583. C 0.331504 1.25 0.649475 1.118292 0.883883 0.883883
  584. C 1.118292 0.649475 1.25 0.331504 1.25 -0
  585. C 1.25 -0.331504 1.118292 -0.649475 0.883883 -0.883883
  586. C 0.649475 -1.118292 0.331504 -1.25 0 -1.25
  587. C -0.331504 -1.25 -0.649475 -1.118292 -0.883883 -0.883883
  588. C -1.118292 -0.649475 -1.25 -0.331504 -1.25 0
  589. C -1.25 0.331504 -1.118292 0.649475 -0.883883 0.883883
  590. C -0.649475 1.118292 -0.331504 1.25 0 1.25
  591. z
  592. " id="C4_0_2e2b606ab2"/>
  593. </defs>
  594. <g clip-path="url(#pf6b14eae5e)">
  595. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.720549" xlink:href="#C4_0_2e2b606ab2" y="73.747759"/>
  596. </g>
  597. <g clip-path="url(#pf6b14eae5e)">
  598. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.929296" xlink:href="#C4_0_2e2b606ab2" y="73.468966"/>
  599. </g>
  600. <g clip-path="url(#pf6b14eae5e)">
  601. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.387319" xlink:href="#C4_0_2e2b606ab2" y="66.618621"/>
  602. </g>
  603. <g clip-path="url(#pf6b14eae5e)">
  604. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.370075" xlink:href="#C4_0_2e2b606ab2" y="68.689655"/>
  605. </g>
  606. <g clip-path="url(#pf6b14eae5e)">
  607. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.825511" xlink:href="#C4_0_2e2b606ab2" y="71.397931"/>
  608. </g>
  609. <g clip-path="url(#pf6b14eae5e)">
  610. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.01912" xlink:href="#C4_0_2e2b606ab2" y="57.776897"/>
  611. </g>
  612. <g clip-path="url(#pf6b14eae5e)">
  613. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.967644" xlink:href="#C4_0_2e2b606ab2" y="66.14069"/>
  614. </g>
  615. <g clip-path="url(#pf6b14eae5e)">
  616. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.221547" xlink:href="#C4_0_2e2b606ab2" y="76.296724"/>
  617. </g>
  618. <g clip-path="url(#pf6b14eae5e)">
  619. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.264327" xlink:href="#C4_0_2e2b606ab2" y="73.787586"/>
  620. </g>
  621. <g clip-path="url(#pf6b14eae5e)">
  622. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.379128" xlink:href="#C4_0_2e2b606ab2" y="75.978103"/>
  623. </g>
  624. <g clip-path="url(#pf6b14eae5e)">
  625. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.107291" xlink:href="#C4_0_2e2b606ab2" y="79.243966"/>
  626. </g>
  627. <g clip-path="url(#pf6b14eae5e)">
  628. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.411974" xlink:href="#C4_0_2e2b606ab2" y="79.482931"/>
  629. </g>
  630. <g clip-path="url(#pf6b14eae5e)">
  631. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.55856" xlink:href="#C4_0_2e2b606ab2" y="74.623966"/>
  632. </g>
  633. <g clip-path="url(#pf6b14eae5e)">
  634. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.847851" xlink:href="#C4_0_2e2b606ab2" y="73.787586"/>
  635. </g>
  636. <g clip-path="url(#pf6b14eae5e)">
  637. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.470173" xlink:href="#C4_0_2e2b606ab2" y="84.819828"/>
  638. </g>
  639. <g clip-path="url(#pf6b14eae5e)">
  640. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.734966" xlink:href="#C4_0_2e2b606ab2" y="81.832759"/>
  641. </g>
  642. <g clip-path="url(#pf6b14eae5e)">
  643. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.171362" xlink:href="#C4_0_2e2b606ab2" y="76.655172"/>
  644. </g>
  645. <g clip-path="url(#pf6b14eae5e)">
  646. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.717659" xlink:href="#C4_0_2e2b606ab2" y="71.636897"/>
  647. </g>
  648. <g clip-path="url(#pf6b14eae5e)">
  649. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.157841" xlink:href="#C4_0_2e2b606ab2" y="69.565862"/>
  650. </g>
  651. <g clip-path="url(#pf6b14eae5e)">
  652. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.370192" xlink:href="#C4_0_2e2b606ab2" y="68.171897"/>
  653. </g>
  654. <g clip-path="url(#pf6b14eae5e)">
  655. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.209693" xlink:href="#C4_0_2e2b606ab2" y="77.85"/>
  656. </g>
  657. <g clip-path="url(#pf6b14eae5e)">
  658. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.322954" xlink:href="#C4_0_2e2b606ab2" y="81.673448"/>
  659. </g>
  660. <g clip-path="url(#pf6b14eae5e)">
  661. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.24048" xlink:href="#C4_0_2e2b606ab2" y="76.695"/>
  662. </g>
  663. <g clip-path="url(#pf6b14eae5e)">
  664. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.743276" xlink:href="#C4_0_2e2b606ab2" y="76.376379"/>
  665. </g>
  666. <g clip-path="url(#pf6b14eae5e)">
  667. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.13031" xlink:href="#C4_0_2e2b606ab2" y="74.22569"/>
  668. </g>
  669. <g clip-path="url(#pf6b14eae5e)">
  670. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.125237" xlink:href="#C4_0_2e2b606ab2" y="73.269828"/>
  671. </g>
  672. <g clip-path="url(#pf6b14eae5e)">
  673. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.193117" xlink:href="#C4_0_2e2b606ab2" y="73.508793"/>
  674. </g>
  675. <g clip-path="url(#pf6b14eae5e)">
  676. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.710066" xlink:href="#C4_0_2e2b606ab2" y="78.128793"/>
  677. </g>
  678. <g clip-path="url(#pf6b14eae5e)">
  679. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.540311" xlink:href="#C4_0_2e2b606ab2" y="83.186897"/>
  680. </g>
  681. <g clip-path="url(#pf6b14eae5e)">
  682. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.589941" xlink:href="#C4_0_2e2b606ab2" y="82.509828"/>
  683. </g>
  684. <g clip-path="url(#pf6b14eae5e)">
  685. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.147082" xlink:href="#C4_0_2e2b606ab2" y="83.824138"/>
  686. </g>
  687. <g clip-path="url(#pf6b14eae5e)">
  688. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.331133" xlink:href="#C4_0_2e2b606ab2" y="85.576552"/>
  689. </g>
  690. <g clip-path="url(#pf6b14eae5e)">
  691. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.098151" xlink:href="#C4_0_2e2b606ab2" y="87.488276"/>
  692. </g>
  693. <g clip-path="url(#pf6b14eae5e)">
  694. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.272095" xlink:href="#C4_0_2e2b606ab2" y="80.797241"/>
  695. </g>
  696. <g clip-path="url(#pf6b14eae5e)">
  697. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.785612" xlink:href="#C4_0_2e2b606ab2" y="80.876897"/>
  698. </g>
  699. <g clip-path="url(#pf6b14eae5e)">
  700. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.345559" xlink:href="#C4_0_2e2b606ab2" y="84.262241"/>
  701. </g>
  702. <g clip-path="url(#pf6b14eae5e)">
  703. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.192589" xlink:href="#C4_0_2e2b606ab2" y="85.77569"/>
  704. </g>
  705. <g clip-path="url(#pf6b14eae5e)">
  706. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.565552" xlink:href="#C4_0_2e2b606ab2" y="87.567931"/>
  707. </g>
  708. <g clip-path="url(#pf6b14eae5e)">
  709. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.237729" xlink:href="#C4_0_2e2b606ab2" y="86.970517"/>
  710. </g>
  711. <g clip-path="url(#pf6b14eae5e)">
  712. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.667279" xlink:href="#C4_0_2e2b606ab2" y="82.908103"/>
  713. </g>
  714. <g clip-path="url(#pf6b14eae5e)">
  715. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.496375" xlink:href="#C4_0_2e2b606ab2" y="79.602414"/>
  716. </g>
  717. <g clip-path="url(#pf6b14eae5e)">
  718. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.257582" xlink:href="#C4_0_2e2b606ab2" y="78.527069"/>
  719. </g>
  720. <g clip-path="url(#pf6b14eae5e)">
  721. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.807572" xlink:href="#C4_0_2e2b606ab2" y="82.868276"/>
  722. </g>
  723. <g clip-path="url(#pf6b14eae5e)">
  724. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.089979" xlink:href="#C4_0_2e2b606ab2" y="79.283793"/>
  725. </g>
  726. <g clip-path="url(#pf6b14eae5e)">
  727. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.410029" xlink:href="#C4_0_2e2b606ab2" y="81.115862"/>
  728. </g>
  729. <g clip-path="url(#pf6b14eae5e)">
  730. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.562693" xlink:href="#C4_0_2e2b606ab2" y="82.868276"/>
  731. </g>
  732. <g clip-path="url(#pf6b14eae5e)">
  733. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.972674" xlink:href="#C4_0_2e2b606ab2" y="84.102931"/>
  734. </g>
  735. <g clip-path="url(#pf6b14eae5e)">
  736. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.283307" xlink:href="#C4_0_2e2b606ab2" y="81.713276"/>
  737. </g>
  738. <g clip-path="url(#pf6b14eae5e)">
  739. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.029837" xlink:href="#C4_0_2e2b606ab2" y="75.778966"/>
  740. </g>
  741. <g clip-path="url(#pf6b14eae5e)">
  742. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.469747" xlink:href="#C4_0_2e2b606ab2" y="76.973793"/>
  743. </g>
  744. <g clip-path="url(#pf6b14eae5e)">
  745. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.496101" xlink:href="#C4_0_2e2b606ab2" y="82.589483"/>
  746. </g>
  747. <g clip-path="url(#pf6b14eae5e)">
  748. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.579298" xlink:href="#C4_0_2e2b606ab2" y="82.62931"/>
  749. </g>
  750. <g clip-path="url(#pf6b14eae5e)">
  751. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.950745" xlink:href="#C4_0_2e2b606ab2" y="84.899483"/>
  752. </g>
  753. <g clip-path="url(#pf6b14eae5e)">
  754. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.479831" xlink:href="#C4_0_2e2b606ab2" y="84.182586"/>
  755. </g>
  756. <g clip-path="url(#pf6b14eae5e)">
  757. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.079176" xlink:href="#C4_0_2e2b606ab2" y="82.908103"/>
  758. </g>
  759. <g clip-path="url(#pf6b14eae5e)">
  760. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.702885" xlink:href="#C4_0_2e2b606ab2" y="83.067414"/>
  761. </g>
  762. <g clip-path="url(#pf6b14eae5e)">
  763. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.819506" xlink:href="#C4_0_2e2b606ab2" y="86.173966"/>
  764. </g>
  765. <g clip-path="url(#pf6b14eae5e)">
  766. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.194041" xlink:href="#C4_0_2e2b606ab2" y="85.656207"/>
  767. </g>
  768. <g clip-path="url(#pf6b14eae5e)">
  769. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.435637" xlink:href="#C4_0_2e2b606ab2" y="85.855345"/>
  770. </g>
  771. <g clip-path="url(#pf6b14eae5e)">
  772. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.02264" xlink:href="#C4_0_2e2b606ab2" y="85.616379"/>
  773. </g>
  774. <g clip-path="url(#pf6b14eae5e)">
  775. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.944022" xlink:href="#C4_0_2e2b606ab2" y="85.457069"/>
  776. </g>
  777. <g clip-path="url(#pf6b14eae5e)">
  778. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.931676" xlink:href="#C4_0_2e2b606ab2" y="84.93931"/>
  779. </g>
  780. <g clip-path="url(#pf6b14eae5e)">
  781. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.317228" xlink:href="#C4_0_2e2b606ab2" y="85.77569"/>
  782. </g>
  783. <g clip-path="url(#pf6b14eae5e)">
  784. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.962449" xlink:href="#C4_0_2e2b606ab2" y="73.668103"/>
  785. </g>
  786. <g clip-path="url(#pf6b14eae5e)">
  787. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.490112" xlink:href="#C4_0_2e2b606ab2" y="71.597069"/>
  788. </g>
  789. <g clip-path="url(#pf6b14eae5e)">
  790. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.325699" xlink:href="#C4_0_2e2b606ab2" y="77.053448"/>
  791. </g>
  792. <g clip-path="url(#pf6b14eae5e)">
  793. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.19849" xlink:href="#C4_0_2e2b606ab2" y="71.397931"/>
  794. </g>
  795. <g clip-path="url(#pf6b14eae5e)">
  796. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.501799" xlink:href="#C4_0_2e2b606ab2" y="72.513103"/>
  797. </g>
  798. <g clip-path="url(#pf6b14eae5e)">
  799. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.130714" xlink:href="#C4_0_2e2b606ab2" y="71.358103"/>
  800. </g>
  801. <g clip-path="url(#pf6b14eae5e)">
  802. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.124085" xlink:href="#C4_0_2e2b606ab2" y="80.797241"/>
  803. </g>
  804. <g clip-path="url(#pf6b14eae5e)">
  805. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.720169" xlink:href="#C4_0_2e2b606ab2" y="80.040517"/>
  806. </g>
  807. <g clip-path="url(#pf6b14eae5e)">
  808. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.409708" xlink:href="#C4_0_2e2b606ab2" y="77.69069"/>
  809. </g>
  810. <g clip-path="url(#pf6b14eae5e)">
  811. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.898554" xlink:href="#C4_0_2e2b606ab2" y="79.243966"/>
  812. </g>
  813. <g clip-path="url(#pf6b14eae5e)">
  814. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.295986" xlink:href="#C4_0_2e2b606ab2" y="77.093276"/>
  815. </g>
  816. <g clip-path="url(#pf6b14eae5e)">
  817. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.6728" xlink:href="#C4_0_2e2b606ab2" y="82.031897"/>
  818. </g>
  819. <g clip-path="url(#pf6b14eae5e)">
  820. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.42983" xlink:href="#C4_0_2e2b606ab2" y="76.017931"/>
  821. </g>
  822. <g clip-path="url(#pf6b14eae5e)">
  823. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.331919" xlink:href="#C4_0_2e2b606ab2" y="75.420517"/>
  824. </g>
  825. <g clip-path="url(#pf6b14eae5e)">
  826. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.625801" xlink:href="#C4_0_2e2b606ab2" y="72.075"/>
  827. </g>
  828. <g clip-path="url(#pf6b14eae5e)">
  829. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.82676" xlink:href="#C4_0_2e2b606ab2" y="71.597069"/>
  830. </g>
  831. <g clip-path="url(#pf6b14eae5e)">
  832. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.39075" xlink:href="#C4_0_2e2b606ab2" y="76.137414"/>
  833. </g>
  834. <g clip-path="url(#pf6b14eae5e)">
  835. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.803274" xlink:href="#C4_0_2e2b606ab2" y="70.880172"/>
  836. </g>
  837. <g clip-path="url(#pf6b14eae5e)">
  838. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.27876" xlink:href="#C4_0_2e2b606ab2" y="72.552931"/>
  839. </g>
  840. <g clip-path="url(#pf6b14eae5e)">
  841. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.23589" xlink:href="#C4_0_2e2b606ab2" y="72.075"/>
  842. </g>
  843. <g clip-path="url(#pf6b14eae5e)">
  844. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.006909" xlink:href="#C4_0_2e2b606ab2" y="68.211724"/>
  845. </g>
  846. <g clip-path="url(#pf6b14eae5e)">
  847. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.275949" xlink:href="#C4_0_2e2b606ab2" y="73.946897"/>
  848. </g>
  849. <g clip-path="url(#pf6b14eae5e)">
  850. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.395065" xlink:href="#C4_0_2e2b606ab2" y="69.804828"/>
  851. </g>
  852. <g clip-path="url(#pf6b14eae5e)">
  853. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.39444" xlink:href="#C4_0_2e2b606ab2" y="70.76069"/>
  854. </g>
  855. <g clip-path="url(#pf6b14eae5e)">
  856. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.040296" xlink:href="#C4_0_2e2b606ab2" y="70.043793"/>
  857. </g>
  858. <g clip-path="url(#pf6b14eae5e)">
  859. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.523757" xlink:href="#C4_0_2e2b606ab2" y="77.889828"/>
  860. </g>
  861. <g clip-path="url(#pf6b14eae5e)">
  862. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.527879" xlink:href="#C4_0_2e2b606ab2" y="81.076034"/>
  863. </g>
  864. <g clip-path="url(#pf6b14eae5e)">
  865. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.94981" xlink:href="#C4_0_2e2b606ab2" y="82.987759"/>
  866. </g>
  867. <g clip-path="url(#pf6b14eae5e)">
  868. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.389488" xlink:href="#C4_0_2e2b606ab2" y="79.841379"/>
  869. </g>
  870. <g clip-path="url(#pf6b14eae5e)">
  871. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.920393" xlink:href="#C4_0_2e2b606ab2" y="76.137414"/>
  872. </g>
  873. <g clip-path="url(#pf6b14eae5e)">
  874. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.697061" xlink:href="#C4_0_2e2b606ab2" y="72.831724"/>
  875. </g>
  876. <g clip-path="url(#pf6b14eae5e)">
  877. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.718268" xlink:href="#C4_0_2e2b606ab2" y="70.800517"/>
  878. </g>
  879. <g clip-path="url(#pf6b14eae5e)">
  880. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.826149" xlink:href="#C4_0_2e2b606ab2" y="81.036207"/>
  881. </g>
  882. <g clip-path="url(#pf6b14eae5e)">
  883. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.253625" xlink:href="#C4_0_2e2b606ab2" y="83.46569"/>
  884. </g>
  885. <g clip-path="url(#pf6b14eae5e)">
  886. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.516277" xlink:href="#C4_0_2e2b606ab2" y="83.704655"/>
  887. </g>
  888. <g clip-path="url(#pf6b14eae5e)">
  889. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.25853" xlink:href="#C4_0_2e2b606ab2" y="80.518448"/>
  890. </g>
  891. <g clip-path="url(#pf6b14eae5e)">
  892. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.480897" xlink:href="#C4_0_2e2b606ab2" y="81.15569"/>
  893. </g>
  894. <g clip-path="url(#pf6b14eae5e)">
  895. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.090188" xlink:href="#C4_0_2e2b606ab2" y="77.611034"/>
  896. </g>
  897. <g clip-path="url(#pf6b14eae5e)">
  898. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.351604" xlink:href="#C4_0_2e2b606ab2" y="71.198793"/>
  899. </g>
  900. <g clip-path="url(#pf6b14eae5e)">
  901. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.137002" xlink:href="#C4_0_2e2b606ab2" y="80.677759"/>
  902. </g>
  903. <g clip-path="url(#pf6b14eae5e)">
  904. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.145055" xlink:href="#C4_0_2e2b606ab2" y="84.461379"/>
  905. </g>
  906. <g clip-path="url(#pf6b14eae5e)">
  907. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.496007" xlink:href="#C4_0_2e2b606ab2" y="84.700345"/>
  908. </g>
  909. <g clip-path="url(#pf6b14eae5e)">
  910. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.095532" xlink:href="#C4_0_2e2b606ab2" y="88.523793"/>
  911. </g>
  912. <g clip-path="url(#pf6b14eae5e)">
  913. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.924865" xlink:href="#C4_0_2e2b606ab2" y="87.727241"/>
  914. </g>
  915. <g clip-path="url(#pf6b14eae5e)">
  916. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.382118" xlink:href="#C4_0_2e2b606ab2" y="88.125517"/>
  917. </g>
  918. <g clip-path="url(#pf6b14eae5e)">
  919. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.275043" xlink:href="#C4_0_2e2b606ab2" y="87.846724"/>
  920. </g>
  921. <g clip-path="url(#pf6b14eae5e)">
  922. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.06272" xlink:href="#C4_0_2e2b606ab2" y="86.771379"/>
  923. </g>
  924. <g clip-path="url(#pf6b14eae5e)">
  925. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.632965" xlink:href="#C4_0_2e2b606ab2" y="89.758448"/>
  926. </g>
  927. <g clip-path="url(#pf6b14eae5e)">
  928. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.383613" xlink:href="#C4_0_2e2b606ab2" y="88.006034"/>
  929. </g>
  930. <g clip-path="url(#pf6b14eae5e)">
  931. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.384505" xlink:href="#C4_0_2e2b606ab2" y="89.718621"/>
  932. </g>
  933. <g clip-path="url(#pf6b14eae5e)">
  934. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.301357" xlink:href="#C4_0_2e2b606ab2" y="86.691724"/>
  935. </g>
  936. <g clip-path="url(#pf6b14eae5e)">
  937. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.828019" xlink:href="#C4_0_2e2b606ab2" y="88.165345"/>
  938. </g>
  939. <g clip-path="url(#pf6b14eae5e)">
  940. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.84117" xlink:href="#C4_0_2e2b606ab2" y="87.050172"/>
  941. </g>
  942. <g clip-path="url(#pf6b14eae5e)">
  943. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.6726" xlink:href="#C4_0_2e2b606ab2" y="87.408621"/>
  944. </g>
  945. <g clip-path="url(#pf6b14eae5e)">
  946. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.481173" xlink:href="#C4_0_2e2b606ab2" y="89.4"/>
  947. </g>
  948. <g clip-path="url(#pf6b14eae5e)">
  949. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.26363" xlink:href="#C4_0_2e2b606ab2" y="86.412931"/>
  950. </g>
  951. <g clip-path="url(#pf6b14eae5e)">
  952. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.185542" xlink:href="#C4_0_2e2b606ab2" y="87.687414"/>
  953. </g>
  954. <g clip-path="url(#pf6b14eae5e)">
  955. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.125137" xlink:href="#C4_0_2e2b606ab2" y="87.607759"/>
  956. </g>
  957. <g clip-path="url(#pf6b14eae5e)">
  958. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.449981" xlink:href="#C4_0_2e2b606ab2" y="88.563621"/>
  959. </g>
  960. <g clip-path="url(#pf6b14eae5e)">
  961. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.227727" xlink:href="#C4_0_2e2b606ab2" y="88.364483"/>
  962. </g>
  963. <g clip-path="url(#pf6b14eae5e)">
  964. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.550292" xlink:href="#C4_0_2e2b606ab2" y="68.251552"/>
  965. </g>
  966. <g clip-path="url(#pf6b14eae5e)">
  967. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.186107" xlink:href="#C4_0_2e2b606ab2" y="68.689655"/>
  968. </g>
  969. <g clip-path="url(#pf6b14eae5e)">
  970. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.723965" xlink:href="#C4_0_2e2b606ab2" y="67.61431"/>
  971. </g>
  972. <g clip-path="url(#pf6b14eae5e)">
  973. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.164208" xlink:href="#C4_0_2e2b606ab2" y="69.008276"/>
  974. </g>
  975. <g clip-path="url(#pf6b14eae5e)">
  976. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.297414" xlink:href="#C4_0_2e2b606ab2" y="67.813448"/>
  977. </g>
  978. <g clip-path="url(#pf6b14eae5e)">
  979. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.325933" xlink:href="#C4_0_2e2b606ab2" y="69.446379"/>
  980. </g>
  981. <g clip-path="url(#pf6b14eae5e)">
  982. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.363048" xlink:href="#C4_0_2e2b606ab2" y="67.415172"/>
  983. </g>
  984. <g clip-path="url(#pf6b14eae5e)">
  985. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.775786" xlink:href="#C4_0_2e2b606ab2" y="81.195517"/>
  986. </g>
  987. <g clip-path="url(#pf6b14eae5e)">
  988. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.311966" xlink:href="#C4_0_2e2b606ab2" y="83.78431"/>
  989. </g>
  990. <g clip-path="url(#pf6b14eae5e)">
  991. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.350994" xlink:href="#C4_0_2e2b606ab2" y="85.417241"/>
  992. </g>
  993. <g clip-path="url(#pf6b14eae5e)">
  994. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.935981" xlink:href="#C4_0_2e2b606ab2" y="80.637931"/>
  995. </g>
  996. <g clip-path="url(#pf6b14eae5e)">
  997. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.081809" xlink:href="#C4_0_2e2b606ab2" y="80.279483"/>
  998. </g>
  999. <g clip-path="url(#pf6b14eae5e)">
  1000. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.127225" xlink:href="#C4_0_2e2b606ab2" y="82.947931"/>
  1001. </g>
  1002. <g clip-path="url(#pf6b14eae5e)">
  1003. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.451935" xlink:href="#C4_0_2e2b606ab2" y="79.124483"/>
  1004. </g>
  1005. <g clip-path="url(#pf6b14eae5e)">
  1006. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.325193" xlink:href="#C4_0_2e2b606ab2" y="87.169655"/>
  1007. </g>
  1008. <g clip-path="url(#pf6b14eae5e)">
  1009. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.25566" xlink:href="#C4_0_2e2b606ab2" y="82.788621"/>
  1010. </g>
  1011. <g clip-path="url(#pf6b14eae5e)">
  1012. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.259273" xlink:href="#C4_0_2e2b606ab2" y="77.212759"/>
  1013. </g>
  1014. <g clip-path="url(#pf6b14eae5e)">
  1015. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.639262" xlink:href="#C4_0_2e2b606ab2" y="80.438793"/>
  1016. </g>
  1017. <g clip-path="url(#pf6b14eae5e)">
  1018. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.584991" xlink:href="#C4_0_2e2b606ab2" y="76.933966"/>
  1019. </g>
  1020. <g clip-path="url(#pf6b14eae5e)">
  1021. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.459026" xlink:href="#C4_0_2e2b606ab2" y="77.69069"/>
  1022. </g>
  1023. <g clip-path="url(#pf6b14eae5e)">
  1024. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.314643" xlink:href="#C4_0_2e2b606ab2" y="80.040517"/>
  1025. </g>
  1026. <g clip-path="url(#pf6b14eae5e)">
  1027. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.114026" xlink:href="#C4_0_2e2b606ab2" y="81.792931"/>
  1028. </g>
  1029. <g clip-path="url(#pf6b14eae5e)">
  1030. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.68209" xlink:href="#C4_0_2e2b606ab2" y="77.650862"/>
  1031. </g>
  1032. <g clip-path="url(#pf6b14eae5e)">
  1033. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.463617" xlink:href="#C4_0_2e2b606ab2" y="80.837069"/>
  1034. </g>
  1035. <g clip-path="url(#pf6b14eae5e)">
  1036. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.535683" xlink:href="#C4_0_2e2b606ab2" y="81.15569"/>
  1037. </g>
  1038. <g clip-path="url(#pf6b14eae5e)">
  1039. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.967257" xlink:href="#C4_0_2e2b606ab2" y="82.509828"/>
  1040. </g>
  1041. <g clip-path="url(#pf6b14eae5e)">
  1042. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.12802" xlink:href="#C4_0_2e2b606ab2" y="81.036207"/>
  1043. </g>
  1044. <g clip-path="url(#pf6b14eae5e)">
  1045. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.186764" xlink:href="#C4_0_2e2b606ab2" y="82.908103"/>
  1046. </g>
  1047. <g clip-path="url(#pf6b14eae5e)">
  1048. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.05306" xlink:href="#C4_0_2e2b606ab2" y="83.545345"/>
  1049. </g>
  1050. <g clip-path="url(#pf6b14eae5e)">
  1051. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.37472" xlink:href="#C4_0_2e2b606ab2" y="82.62931"/>
  1052. </g>
  1053. <g clip-path="url(#pf6b14eae5e)">
  1054. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.229179" xlink:href="#C4_0_2e2b606ab2" y="83.744483"/>
  1055. </g>
  1056. <g clip-path="url(#pf6b14eae5e)">
  1057. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="59.892639" xlink:href="#C4_0_2e2b606ab2" y="84.859655"/>
  1058. </g>
  1059. <g clip-path="url(#pf6b14eae5e)">
  1060. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="58.423918" xlink:href="#C4_0_2e2b606ab2" y="80.996379"/>
  1061. </g>
  1062. <g clip-path="url(#pf6b14eae5e)">
  1063. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.195063" xlink:href="#C4_0_2e2b606ab2" y="81.036207"/>
  1064. </g>
  1065. <g clip-path="url(#pf6b14eae5e)">
  1066. <use style="fill:#8ee2ff;stroke:#000000;stroke-width:0.4;" x="60.205383" xlink:href="#C4_0_2e2b606ab2" y="82.350517"/>
  1067. </g>
  1068. </g>
  1069. </g>
  1070. <g id="axes_2">
  1071. <g id="patch_4">
  1072. <path d="M 9 148.344828
  1073. L 64.8 148.344828
  1074. L 64.8 100.551724
  1075. L 9 100.551724
  1076. z
  1077. " style="fill:#ffffff;"/>
  1078. </g>
  1079. <g id="matplotlib.axis_2">
  1080. <g id="ytick_3">
  1081. <g id="line2d_3">
  1082. <path clip-path="url(#pe7daa039e9)" d="M 9 148.344828
  1083. L 64.8 148.344828
  1084. " style="fill:none;stroke:#cccccc;stroke-linecap:round;"/>
  1085. </g>
  1086. <g id="text_4">
  1087. <!-- 0 -->
  1088. <g style="fill:#262626;" transform="translate(-6.22625 151.764124)scale(0.09 -0.09)">
  1089. <use xlink:href="#DejaVuSans-48"/>
  1090. </g>
  1091. </g>
  1092. </g>
  1093. <g id="ytick_4">
  1094. <g id="line2d_4">
  1095. <path clip-path="url(#pe7daa039e9)" d="M 9 124.448276
  1096. L 64.8 124.448276
  1097. " style="fill:none;stroke:#cccccc;stroke-linecap:round;"/>
  1098. </g>
  1099. <g id="text_5">
  1100. <!-- 500 -->
  1101. <g style="fill:#262626;" transform="translate(-17.67875 127.867573)scale(0.09 -0.09)">
  1102. <defs>
  1103. <path d="M 10.796875 72.90625
  1104. L 49.515625 72.90625
  1105. L 49.515625 64.59375
  1106. L 19.828125 64.59375
  1107. L 19.828125 46.734375
  1108. Q 21.96875 47.46875 24.109375 47.828125
  1109. Q 26.265625 48.1875 28.421875 48.1875
  1110. Q 40.625 48.1875 47.75 41.5
  1111. Q 54.890625 34.8125 54.890625 23.390625
  1112. Q 54.890625 11.625 47.5625 5.09375
  1113. Q 40.234375 -1.421875 26.90625 -1.421875
  1114. Q 22.3125 -1.421875 17.546875 -0.640625
  1115. Q 12.796875 0.140625 7.71875 1.703125
  1116. L 7.71875 11.625
  1117. Q 12.109375 9.234375 16.796875 8.0625
  1118. Q 21.484375 6.890625 26.703125 6.890625
  1119. Q 35.15625 6.890625 40.078125 11.328125
  1120. Q 45.015625 15.765625 45.015625 23.390625
  1121. Q 45.015625 31 40.078125 35.4375
  1122. Q 35.15625 39.890625 26.703125 39.890625
  1123. Q 22.75 39.890625 18.8125 39.015625
  1124. Q 14.890625 38.140625 10.796875 36.28125
  1125. z
  1126. " id="DejaVuSans-53"/>
  1127. </defs>
  1128. <use xlink:href="#DejaVuSans-53"/>
  1129. <use x="63.623047" xlink:href="#DejaVuSans-48"/>
  1130. <use x="127.246094" xlink:href="#DejaVuSans-48"/>
  1131. </g>
  1132. </g>
  1133. </g>
  1134. <g id="ytick_5">
  1135. <g id="line2d_5">
  1136. <path clip-path="url(#pe7daa039e9)" d="M 9 100.551724
  1137. L 64.8 100.551724
  1138. " style="fill:none;stroke:#cccccc;stroke-linecap:round;"/>
  1139. </g>
  1140. <g id="text_6">
  1141. <!-- 1000 -->
  1142. <g style="fill:#262626;" transform="translate(-23.405 103.971021)scale(0.09 -0.09)">
  1143. <use xlink:href="#DejaVuSans-49"/>
  1144. <use x="63.623047" xlink:href="#DejaVuSans-48"/>
  1145. <use x="127.246094" xlink:href="#DejaVuSans-48"/>
  1146. <use x="190.869141" xlink:href="#DejaVuSans-48"/>
  1147. </g>
  1148. </g>
  1149. </g>
  1150. <g id="text_7">
  1151. <!-- Median, -->
  1152. <g style="fill:#262626;" transform="translate(-40.35475 143.676635)rotate(-90)scale(0.09 -0.09)">
  1153. <defs>
  1154. <path d="M 9.8125 72.90625
  1155. L 24.515625 72.90625
  1156. L 43.109375 23.296875
  1157. L 61.8125 72.90625
  1158. L 76.515625 72.90625
  1159. L 76.515625 0
  1160. L 66.890625 0
  1161. L 66.890625 64.015625
  1162. L 48.09375 14.015625
  1163. L 38.1875 14.015625
  1164. L 19.390625 64.015625
  1165. L 19.390625 0
  1166. L 9.8125 0
  1167. z
  1168. " id="DejaVuSans-77"/>
  1169. <path d="M 9.421875 54.6875
  1170. L 18.40625 54.6875
  1171. L 18.40625 0
  1172. L 9.421875 0
  1173. z
  1174. M 9.421875 75.984375
  1175. L 18.40625 75.984375
  1176. L 18.40625 64.59375
  1177. L 9.421875 64.59375
  1178. z
  1179. " id="DejaVuSans-105"/>
  1180. <path d="M 54.890625 33.015625
  1181. L 54.890625 0
  1182. L 45.90625 0
  1183. L 45.90625 32.71875
  1184. Q 45.90625 40.484375 42.875 44.328125
  1185. Q 39.84375 48.1875 33.796875 48.1875
  1186. Q 26.515625 48.1875 22.3125 43.546875
  1187. Q 18.109375 38.921875 18.109375 30.90625
  1188. L 18.109375 0
  1189. L 9.078125 0
  1190. L 9.078125 54.6875
  1191. L 18.109375 54.6875
  1192. L 18.109375 46.1875
  1193. Q 21.34375 51.125 25.703125 53.5625
  1194. Q 30.078125 56 35.796875 56
  1195. Q 45.21875 56 50.046875 50.171875
  1196. Q 54.890625 44.34375 54.890625 33.015625
  1197. z
  1198. " id="DejaVuSans-110"/>
  1199. <path d="M 11.71875 12.40625
  1200. L 22.015625 12.40625
  1201. L 22.015625 4
  1202. L 14.015625 -11.625
  1203. L 7.71875 -11.625
  1204. L 11.71875 4
  1205. z
  1206. " id="DejaVuSans-44"/>
  1207. </defs>
  1208. <use xlink:href="#DejaVuSans-77"/>
  1209. <use x="86.279297" xlink:href="#DejaVuSans-101"/>
  1210. <use x="147.802734" xlink:href="#DejaVuSans-100"/>
  1211. <use x="211.279297" xlink:href="#DejaVuSans-105"/>
  1212. <use x="239.0625" xlink:href="#DejaVuSans-97"/>
  1213. <use x="300.341797" xlink:href="#DejaVuSans-110"/>
  1214. <use x="363.720703" xlink:href="#DejaVuSans-44"/>
  1215. <use x="395.507812" xlink:href="#DejaVuSans-32"/>
  1216. </g>
  1217. <!-- A.U. -->
  1218. <g style="fill:#262626;" transform="translate(-30.276719 135.031713)rotate(-90)scale(0.09 -0.09)">
  1219. <defs>
  1220. <path d="M 34.1875 63.1875
  1221. L 20.796875 26.90625
  1222. L 47.609375 26.90625
  1223. z
  1224. M 28.609375 72.90625
  1225. L 39.796875 72.90625
  1226. L 67.578125 0
  1227. L 57.328125 0
  1228. L 50.6875 18.703125
  1229. L 17.828125 18.703125
  1230. L 11.1875 0
  1231. L 0.78125 0
  1232. z
  1233. " id="DejaVuSans-65"/>
  1234. <path d="M 10.6875 12.40625
  1235. L 21 12.40625
  1236. L 21 0
  1237. L 10.6875 0
  1238. z
  1239. " id="DejaVuSans-46"/>
  1240. <path d="M 8.6875 72.90625
  1241. L 18.609375 72.90625
  1242. L 18.609375 28.609375
  1243. Q 18.609375 16.890625 22.84375 11.734375
  1244. Q 27.09375 6.59375 36.625 6.59375
  1245. Q 46.09375 6.59375 50.34375 11.734375
  1246. Q 54.59375 16.890625 54.59375 28.609375
  1247. L 54.59375 72.90625
  1248. L 64.5 72.90625
  1249. L 64.5 27.390625
  1250. Q 64.5 13.140625 57.4375 5.859375
  1251. Q 50.390625 -1.421875 36.625 -1.421875
  1252. Q 22.796875 -1.421875 15.734375 5.859375
  1253. Q 8.6875 13.140625 8.6875 27.390625
  1254. z
  1255. " id="DejaVuSans-85"/>
  1256. </defs>
  1257. <use xlink:href="#DejaVuSans-32"/>
  1258. <use x="31.787109" xlink:href="#DejaVuSans-65"/>
  1259. <use x="98.445312" xlink:href="#DejaVuSans-46"/>
  1260. <use x="130.232422" xlink:href="#DejaVuSans-85"/>
  1261. <use x="203.425781" xlink:href="#DejaVuSans-46"/>
  1262. </g>
  1263. </g>
  1264. </g>
  1265. <g id="patch_5">
  1266. <path clip-path="url(#pe7daa039e9)" d="M 10.116 140.973465
  1267. L 19.044 140.973465
  1268. L 19.044 128.617125
  1269. L 10.116 128.617125
  1270. L 10.116 140.973465
  1271. z
  1272. " style="fill:#20afdf;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  1273. </g>
  1274. <g id="patch_6">
  1275. <path clip-path="url(#pe7daa039e9)" d="M 21.276 144.80991
  1276. L 30.204 144.80991
  1277. L 30.204 136.771739
  1278. L 21.276 136.771739
  1279. L 21.276 144.80991
  1280. z
  1281. " style="fill:#823482;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  1282. </g>
  1283. <g id="patch_7">
  1284. <path clip-path="url(#pe7daa039e9)" d="M 32.436 146.482507
  1285. L 41.364 146.482507
  1286. L 41.364 143.713031
  1287. L 32.436 143.713031
  1288. L 32.436 146.482507
  1289. z
  1290. " style="fill:#da8e3b;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  1291. </g>
  1292. <g id="patch_8">
  1293. <path clip-path="url(#pe7daa039e9)" d="M 43.596 146.790791
  1294. L 52.524 146.790791
  1295. L 52.524 137.715792
  1296. L 43.596 137.715792
  1297. L 43.596 146.790791
  1298. z
  1299. " style="fill:#a3343f;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  1300. </g>
  1301. <g id="patch_9">
  1302. <path clip-path="url(#pe7daa039e9)" d="M 54.756 141.901394
  1303. L 63.684 141.901394
  1304. L 63.684 129.27865
  1305. L 54.756 129.27865
  1306. L 54.756 141.901394
  1307. z
  1308. " style="fill:#9cdbf1;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  1309. </g>
  1310. <g id="patch_10">
  1311. <path clip-path="url(#pe7daa039e9)" d="M 14.58 148.344828
  1312. L 14.58 148.344828
  1313. L 14.58 148.344828
  1314. L 14.58 148.344828
  1315. z
  1316. " style="fill:#20afdf;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  1317. </g>
  1318. <g id="patch_11">
  1319. <path clip-path="url(#pe7daa039e9)" d="M 14.58 148.344828
  1320. L 14.58 148.344828
  1321. L 14.58 148.344828
  1322. L 14.58 148.344828
  1323. z
  1324. " style="fill:#823482;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  1325. </g>
  1326. <g id="patch_12">
  1327. <path clip-path="url(#pe7daa039e9)" d="M 14.58 148.344828
  1328. L 14.58 148.344828
  1329. L 14.58 148.344828
  1330. L 14.58 148.344828
  1331. z
  1332. " style="fill:#9cdbf1;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  1333. </g>
  1334. <g id="patch_13">
  1335. <path clip-path="url(#pe7daa039e9)" d="M 14.58 148.344828
  1336. L 14.58 148.344828
  1337. L 14.58 148.344828
  1338. L 14.58 148.344828
  1339. z
  1340. " style="fill:#a3343f;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  1341. </g>
  1342. <g id="patch_14">
  1343. <path clip-path="url(#pe7daa039e9)" d="M 14.58 148.344828
  1344. L 14.58 148.344828
  1345. L 14.58 148.344828
  1346. L 14.58 148.344828
  1347. z
  1348. " style="fill:#da8e3b;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  1349. </g>
  1350. <g id="line2d_6">
  1351. <path clip-path="url(#pe7daa039e9)" d="M 14.58 140.973465
  1352. L 14.58 148.344828
  1353. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1354. </g>
  1355. <g id="line2d_7">
  1356. <path clip-path="url(#pe7daa039e9)" d="M 14.58 128.617125
  1357. L 14.58 110.096961
  1358. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1359. </g>
  1360. <g id="line2d_8">
  1361. <path clip-path="url(#pe7daa039e9)" d="M 12.348 148.344828
  1362. L 16.812 148.344828
  1363. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1364. </g>
  1365. <g id="line2d_9">
  1366. <path clip-path="url(#pe7daa039e9)" d="M 12.348 110.096961
  1367. L 16.812 110.096961
  1368. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1369. </g>
  1370. <g id="line2d_10">
  1371. <path clip-path="url(#pe7daa039e9)" d="M 25.74 144.80991
  1372. L 25.74 148.344828
  1373. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1374. </g>
  1375. <g id="line2d_11">
  1376. <path clip-path="url(#pe7daa039e9)" d="M 25.74 136.771739
  1377. L 25.74 124.826357
  1378. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1379. </g>
  1380. <g id="line2d_12">
  1381. <path clip-path="url(#pe7daa039e9)" d="M 23.508 148.344828
  1382. L 27.972 148.344828
  1383. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1384. </g>
  1385. <g id="line2d_13">
  1386. <path clip-path="url(#pe7daa039e9)" d="M 23.508 124.826357
  1387. L 27.972 124.826357
  1388. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1389. </g>
  1390. <g id="line2d_14">
  1391. <path clip-path="url(#pe7daa039e9)" d="M 36.9 146.482507
  1392. L 36.9 147.801682
  1393. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1394. </g>
  1395. <g id="line2d_15">
  1396. <path clip-path="url(#pe7daa039e9)" d="M 36.9 143.713031
  1397. L 36.9 139.623154
  1398. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1399. </g>
  1400. <g id="line2d_16">
  1401. <path clip-path="url(#pe7daa039e9)" d="M 34.668 147.801682
  1402. L 39.132 147.801682
  1403. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1404. </g>
  1405. <g id="line2d_17">
  1406. <path clip-path="url(#pe7daa039e9)" d="M 34.668 139.623154
  1407. L 39.132 139.623154
  1408. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1409. </g>
  1410. <g id="line2d_18">
  1411. <path clip-path="url(#pe7daa039e9)" d="M 48.06 146.790791
  1412. L 48.06 147.929834
  1413. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1414. </g>
  1415. <g id="line2d_19">
  1416. <path clip-path="url(#pe7daa039e9)" d="M 48.06 137.715792
  1417. L 48.06 124.140602
  1418. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1419. </g>
  1420. <g id="line2d_20">
  1421. <path clip-path="url(#pe7daa039e9)" d="M 45.828 147.929834
  1422. L 50.292 147.929834
  1423. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1424. </g>
  1425. <g id="line2d_21">
  1426. <path clip-path="url(#pe7daa039e9)" d="M 45.828 124.140602
  1427. L 50.292 124.140602
  1428. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1429. </g>
  1430. <g id="line2d_22">
  1431. <path clip-path="url(#pe7daa039e9)" d="M 59.22 141.901394
  1432. L 59.22 148.994097
  1433. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1434. </g>
  1435. <g id="line2d_23">
  1436. <path clip-path="url(#pe7daa039e9)" d="M 59.22 129.27865
  1437. L 59.22 110.355357
  1438. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1439. </g>
  1440. <g id="line2d_24">
  1441. <path clip-path="url(#pe7daa039e9)" d="M 56.988 148.994097
  1442. L 61.452 148.994097
  1443. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1444. </g>
  1445. <g id="line2d_25">
  1446. <path clip-path="url(#pe7daa039e9)" d="M 56.988 110.355357
  1447. L 61.452 110.355357
  1448. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1449. </g>
  1450. <g id="line2d_26">
  1451. <path clip-path="url(#pe7daa039e9)" d="M 10.116 135.866696
  1452. L 19.044 135.866696
  1453. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1454. </g>
  1455. <g id="line2d_27">
  1456. <path clip-path="url(#pe7daa039e9)" d="M 21.276 141.580006
  1457. L 30.204 141.580006
  1458. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1459. </g>
  1460. <g id="line2d_28">
  1461. <path clip-path="url(#pe7daa039e9)" d="M 32.436 145.913661
  1462. L 41.364 145.913661
  1463. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1464. </g>
  1465. <g id="line2d_29">
  1466. <path clip-path="url(#pe7daa039e9)" d="M 43.596 144.205063
  1467. L 52.524 144.205063
  1468. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1469. </g>
  1470. <g id="line2d_30">
  1471. <path clip-path="url(#pe7daa039e9)" d="M 54.756 136.709603
  1472. L 63.684 136.709603
  1473. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1474. </g>
  1475. <g id="patch_15">
  1476. <path d="M 9 148.344828
  1477. L 64.8 148.344828
  1478. " style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.25;"/>
  1479. </g>
  1480. </g>
  1481. <g id="axes_3">
  1482. <g id="patch_16">
  1483. <path d="M 9 205.696552
  1484. L 64.8 205.696552
  1485. L 64.8 157.903448
  1486. L 9 157.903448
  1487. z
  1488. " style="fill:#ffffff;"/>
  1489. </g>
  1490. <g id="matplotlib.axis_3">
  1491. <g id="ytick_6">
  1492. <g id="line2d_31">
  1493. <path clip-path="url(#p731e7d628a)" d="M 9 205.696552
  1494. L 64.8 205.696552
  1495. " style="fill:none;stroke:#cccccc;stroke-linecap:round;"/>
  1496. </g>
  1497. <g id="text_8">
  1498. <!-- 0 -->
  1499. <g style="fill:#262626;" transform="translate(-6.22625 209.115849)scale(0.09 -0.09)">
  1500. <use xlink:href="#DejaVuSans-48"/>
  1501. </g>
  1502. </g>
  1503. </g>
  1504. <g id="ytick_7">
  1505. <g id="line2d_32">
  1506. <path clip-path="url(#p731e7d628a)" d="M 9 181.8
  1507. L 64.8 181.8
  1508. " style="fill:none;stroke:#cccccc;stroke-linecap:round;"/>
  1509. </g>
  1510. <g id="text_9">
  1511. <!-- 5 -->
  1512. <g style="fill:#262626;" transform="translate(-6.22625 185.219297)scale(0.09 -0.09)">
  1513. <use xlink:href="#DejaVuSans-53"/>
  1514. </g>
  1515. </g>
  1516. </g>
  1517. <g id="ytick_8">
  1518. <g id="line2d_33">
  1519. <path clip-path="url(#p731e7d628a)" d="M 9 157.903448
  1520. L 64.8 157.903448
  1521. " style="fill:none;stroke:#cccccc;stroke-linecap:round;"/>
  1522. </g>
  1523. <g id="text_10">
  1524. <!-- 10 -->
  1525. <g style="fill:#262626;" transform="translate(-11.9525 161.322745)scale(0.09 -0.09)">
  1526. <use xlink:href="#DejaVuSans-49"/>
  1527. <use x="63.623047" xlink:href="#DejaVuSans-48"/>
  1528. </g>
  1529. </g>
  1530. </g>
  1531. <g id="text_11">
  1532. <!-- Skewness -->
  1533. <g style="fill:#262626;" transform="translate(-18.824219 203.857734)rotate(-90)scale(0.09 -0.09)">
  1534. <defs>
  1535. <path d="M 53.515625 70.515625
  1536. L 53.515625 60.890625
  1537. Q 47.90625 63.578125 42.921875 64.890625
  1538. Q 37.9375 66.21875 33.296875 66.21875
  1539. Q 25.25 66.21875 20.875 63.09375
  1540. Q 16.5 59.96875 16.5 54.203125
  1541. Q 16.5 49.359375 19.40625 46.890625
  1542. Q 22.3125 44.4375 30.421875 42.921875
  1543. L 36.375 41.703125
  1544. Q 47.40625 39.59375 52.65625 34.296875
  1545. Q 57.90625 29 57.90625 20.125
  1546. Q 57.90625 9.515625 50.796875 4.046875
  1547. Q 43.703125 -1.421875 29.984375 -1.421875
  1548. Q 24.8125 -1.421875 18.96875 -0.25
  1549. Q 13.140625 0.921875 6.890625 3.21875
  1550. L 6.890625 13.375
  1551. Q 12.890625 10.015625 18.65625 8.296875
  1552. Q 24.421875 6.59375 29.984375 6.59375
  1553. Q 38.421875 6.59375 43.015625 9.90625
  1554. Q 47.609375 13.234375 47.609375 19.390625
  1555. Q 47.609375 24.75 44.3125 27.78125
  1556. Q 41.015625 30.8125 33.5 32.328125
  1557. L 27.484375 33.5
  1558. Q 16.453125 35.6875 11.515625 40.375
  1559. Q 6.59375 45.0625 6.59375 53.421875
  1560. Q 6.59375 63.09375 13.40625 68.65625
  1561. Q 20.21875 74.21875 32.171875 74.21875
  1562. Q 37.3125 74.21875 42.625 73.28125
  1563. Q 47.953125 72.359375 53.515625 70.515625
  1564. z
  1565. " id="DejaVuSans-83"/>
  1566. <path d="M 9.078125 75.984375
  1567. L 18.109375 75.984375
  1568. L 18.109375 31.109375
  1569. L 44.921875 54.6875
  1570. L 56.390625 54.6875
  1571. L 27.390625 29.109375
  1572. L 57.625 0
  1573. L 45.90625 0
  1574. L 18.109375 26.703125
  1575. L 18.109375 0
  1576. L 9.078125 0
  1577. z
  1578. " id="DejaVuSans-107"/>
  1579. <path d="M 4.203125 54.6875
  1580. L 13.1875 54.6875
  1581. L 24.421875 12.015625
  1582. L 35.59375 54.6875
  1583. L 46.1875 54.6875
  1584. L 57.421875 12.015625
  1585. L 68.609375 54.6875
  1586. L 77.59375 54.6875
  1587. L 63.28125 0
  1588. L 52.6875 0
  1589. L 40.921875 44.828125
  1590. L 29.109375 0
  1591. L 18.5 0
  1592. z
  1593. " id="DejaVuSans-119"/>
  1594. </defs>
  1595. <use xlink:href="#DejaVuSans-83"/>
  1596. <use x="63.476562" xlink:href="#DejaVuSans-107"/>
  1597. <use x="117.761719" xlink:href="#DejaVuSans-101"/>
  1598. <use x="179.285156" xlink:href="#DejaVuSans-119"/>
  1599. <use x="261.072266" xlink:href="#DejaVuSans-110"/>
  1600. <use x="324.451172" xlink:href="#DejaVuSans-101"/>
  1601. <use x="385.974609" xlink:href="#DejaVuSans-115"/>
  1602. <use x="438.074219" xlink:href="#DejaVuSans-115"/>
  1603. </g>
  1604. </g>
  1605. </g>
  1606. <g id="patch_17">
  1607. <path clip-path="url(#p731e7d628a)" d="M 10.116 191.942573
  1608. L 19.044 191.942573
  1609. L 19.044 178.297376
  1610. L 10.116 178.297376
  1611. L 10.116 191.942573
  1612. z
  1613. " style="fill:#20afdf;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  1614. </g>
  1615. <g id="patch_18">
  1616. <path clip-path="url(#p731e7d628a)" d="M 21.276 198.063925
  1617. L 30.204 198.063925
  1618. L 30.204 183.507544
  1619. L 21.276 183.507544
  1620. L 21.276 198.063925
  1621. z
  1622. " style="fill:#823482;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  1623. </g>
  1624. <g id="patch_19">
  1625. <path clip-path="url(#p731e7d628a)" d="M 32.436 204.328137
  1626. L 41.364 204.328137
  1627. L 41.364 203.677548
  1628. L 32.436 203.677548
  1629. L 32.436 204.328137
  1630. z
  1631. " style="fill:#da8e3b;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  1632. </g>
  1633. <g id="patch_20">
  1634. <path clip-path="url(#p731e7d628a)" d="M 43.596 204.573454
  1635. L 52.524 204.573454
  1636. L 52.524 203.093181
  1637. L 43.596 203.093181
  1638. L 43.596 204.573454
  1639. z
  1640. " style="fill:#a3343f;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  1641. </g>
  1642. <g id="patch_21">
  1643. <path clip-path="url(#p731e7d628a)" d="M 54.756 192.886635
  1644. L 63.684 192.886635
  1645. L 63.684 177.248929
  1646. L 54.756 177.248929
  1647. L 54.756 192.886635
  1648. z
  1649. " style="fill:#9cdbf1;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  1650. </g>
  1651. <g id="patch_22">
  1652. <path clip-path="url(#p731e7d628a)" d="M 14.58 205.696552
  1653. L 14.58 205.696552
  1654. L 14.58 205.696552
  1655. L 14.58 205.696552
  1656. z
  1657. " style="fill:#20afdf;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  1658. </g>
  1659. <g id="patch_23">
  1660. <path clip-path="url(#p731e7d628a)" d="M 14.58 205.696552
  1661. L 14.58 205.696552
  1662. L 14.58 205.696552
  1663. L 14.58 205.696552
  1664. z
  1665. " style="fill:#823482;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  1666. </g>
  1667. <g id="patch_24">
  1668. <path clip-path="url(#p731e7d628a)" d="M 14.58 205.696552
  1669. L 14.58 205.696552
  1670. L 14.58 205.696552
  1671. L 14.58 205.696552
  1672. z
  1673. " style="fill:#9cdbf1;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  1674. </g>
  1675. <g id="patch_25">
  1676. <path clip-path="url(#p731e7d628a)" d="M 14.58 205.696552
  1677. L 14.58 205.696552
  1678. L 14.58 205.696552
  1679. L 14.58 205.696552
  1680. z
  1681. " style="fill:#a3343f;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  1682. </g>
  1683. <g id="patch_26">
  1684. <path clip-path="url(#p731e7d628a)" d="M 14.58 205.696552
  1685. L 14.58 205.696552
  1686. L 14.58 205.696552
  1687. L 14.58 205.696552
  1688. z
  1689. " style="fill:#da8e3b;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  1690. </g>
  1691. <g id="line2d_34">
  1692. <path clip-path="url(#p731e7d628a)" d="M 14.58 191.942573
  1693. L 14.58 212.178057
  1694. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1695. </g>
  1696. <g id="line2d_35">
  1697. <path clip-path="url(#p731e7d628a)" d="M 14.58 178.297376
  1698. L 14.58 157.881361
  1699. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1700. </g>
  1701. <g id="line2d_36">
  1702. <path clip-path="url(#p731e7d628a)" d="M 12.348 212.178057
  1703. L 16.812 212.178057
  1704. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1705. </g>
  1706. <g id="line2d_37">
  1707. <path clip-path="url(#p731e7d628a)" d="M 12.348 157.881361
  1708. L 16.812 157.881361
  1709. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1710. </g>
  1711. <g id="line2d_38">
  1712. <path clip-path="url(#p731e7d628a)" d="M 25.74 198.063925
  1713. L 25.74 205.696552
  1714. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1715. </g>
  1716. <g id="line2d_39">
  1717. <path clip-path="url(#p731e7d628a)" d="M 25.74 183.507544
  1718. L 25.74 161.783434
  1719. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1720. </g>
  1721. <g id="line2d_40">
  1722. <path clip-path="url(#p731e7d628a)" d="M 23.508 205.696552
  1723. L 27.972 205.696552
  1724. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1725. </g>
  1726. <g id="line2d_41">
  1727. <path clip-path="url(#p731e7d628a)" d="M 23.508 161.783434
  1728. L 27.972 161.783434
  1729. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1730. </g>
  1731. <g id="line2d_42">
  1732. <path clip-path="url(#p731e7d628a)" d="M 36.9 204.328137
  1733. L 36.9 205.290103
  1734. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1735. </g>
  1736. <g id="line2d_43">
  1737. <path clip-path="url(#p731e7d628a)" d="M 36.9 203.677548
  1738. L 36.9 202.743624
  1739. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1740. </g>
  1741. <g id="line2d_44">
  1742. <path clip-path="url(#p731e7d628a)" d="M 34.668 205.290103
  1743. L 39.132 205.290103
  1744. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1745. </g>
  1746. <g id="line2d_45">
  1747. <path clip-path="url(#p731e7d628a)" d="M 34.668 202.743624
  1748. L 39.132 202.743624
  1749. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1750. </g>
  1751. <g id="line2d_46">
  1752. <path clip-path="url(#p731e7d628a)" d="M 48.06 204.573454
  1753. L 48.06 205.90728
  1754. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1755. </g>
  1756. <g id="line2d_47">
  1757. <path clip-path="url(#p731e7d628a)" d="M 48.06 203.093181
  1758. L 48.06 200.918859
  1759. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1760. </g>
  1761. <g id="line2d_48">
  1762. <path clip-path="url(#p731e7d628a)" d="M 45.828 205.90728
  1763. L 50.292 205.90728
  1764. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1765. </g>
  1766. <g id="line2d_49">
  1767. <path clip-path="url(#p731e7d628a)" d="M 45.828 200.918859
  1768. L 50.292 200.918859
  1769. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1770. </g>
  1771. <g id="line2d_50">
  1772. <path clip-path="url(#p731e7d628a)" d="M 59.22 192.886635
  1773. L 59.22 216.108143
  1774. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1775. </g>
  1776. <g id="line2d_51">
  1777. <path clip-path="url(#p731e7d628a)" d="M 59.22 177.248929
  1778. L 59.22 153.815153
  1779. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1780. </g>
  1781. <g id="line2d_52">
  1782. <path clip-path="url(#p731e7d628a)" d="M 56.988 216.108143
  1783. L 61.452 216.108143
  1784. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1785. </g>
  1786. <g id="line2d_53">
  1787. <path clip-path="url(#p731e7d628a)" d="M 56.988 153.815153
  1788. L 61.452 153.815153
  1789. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1790. </g>
  1791. <g id="line2d_54">
  1792. <path clip-path="url(#p731e7d628a)" d="M 10.116 185.48213
  1793. L 19.044 185.48213
  1794. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1795. </g>
  1796. <g id="line2d_55">
  1797. <path clip-path="url(#p731e7d628a)" d="M 21.276 190.977298
  1798. L 30.204 190.977298
  1799. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1800. </g>
  1801. <g id="line2d_56">
  1802. <path clip-path="url(#p731e7d628a)" d="M 32.436 204.018673
  1803. L 41.364 204.018673
  1804. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1805. </g>
  1806. <g id="line2d_57">
  1807. <path clip-path="url(#p731e7d628a)" d="M 43.596 203.922087
  1808. L 52.524 203.922087
  1809. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1810. </g>
  1811. <g id="line2d_58">
  1812. <path clip-path="url(#p731e7d628a)" d="M 54.756 185.249343
  1813. L 63.684 185.249343
  1814. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  1815. </g>
  1816. <g id="patch_27">
  1817. <path d="M 9 205.696552
  1818. L 64.8 205.696552
  1819. " style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.25;"/>
  1820. </g>
  1821. </g>
  1822. <g id="axes_4">
  1823. <g id="patch_28">
  1824. <path d="M 9 263.048276
  1825. L 64.8 263.048276
  1826. L 64.8 215.255172
  1827. L 9 215.255172
  1828. z
  1829. " style="fill:#ffffff;"/>
  1830. </g>
  1831. <g id="matplotlib.axis_4">
  1832. <g id="ytick_9">
  1833. <g id="line2d_59">
  1834. <path clip-path="url(#pa41eee06b6)" d="M 9 263.048276
  1835. L 64.8 263.048276
  1836. " style="fill:none;stroke:#cccccc;stroke-linecap:round;"/>
  1837. </g>
  1838. <g id="text_12">
  1839. <!-- 0.0 -->
  1840. <g style="fill:#262626;" transform="translate(-14.812812 266.467573)scale(0.09 -0.09)">
  1841. <use xlink:href="#DejaVuSans-48"/>
  1842. <use x="63.623047" xlink:href="#DejaVuSans-46"/>
  1843. <use x="95.410156" xlink:href="#DejaVuSans-48"/>
  1844. </g>
  1845. </g>
  1846. </g>
  1847. <g id="ytick_10">
  1848. <g id="line2d_60">
  1849. <path clip-path="url(#pa41eee06b6)" d="M 9 239.151724
  1850. L 64.8 239.151724
  1851. " style="fill:none;stroke:#cccccc;stroke-linecap:round;"/>
  1852. </g>
  1853. <g id="text_13">
  1854. <!-- 0.5 -->
  1855. <g style="fill:#262626;" transform="translate(-14.812812 242.571021)scale(0.09 -0.09)">
  1856. <use xlink:href="#DejaVuSans-48"/>
  1857. <use x="63.623047" xlink:href="#DejaVuSans-46"/>
  1858. <use x="95.410156" xlink:href="#DejaVuSans-53"/>
  1859. </g>
  1860. </g>
  1861. </g>
  1862. <g id="ytick_11">
  1863. <g id="line2d_61">
  1864. <path clip-path="url(#pa41eee06b6)" d="M 9 215.255172
  1865. L 64.8 215.255172
  1866. " style="fill:none;stroke:#cccccc;stroke-linecap:round;"/>
  1867. </g>
  1868. <g id="text_14">
  1869. <!-- 1.0 -->
  1870. <g style="fill:#262626;" transform="translate(-14.812812 218.674469)scale(0.09 -0.09)">
  1871. <use xlink:href="#DejaVuSans-49"/>
  1872. <use x="63.623047" xlink:href="#DejaVuSans-46"/>
  1873. <use x="95.410156" xlink:href="#DejaVuSans-48"/>
  1874. </g>
  1875. </g>
  1876. </g>
  1877. <g id="text_15">
  1878. <!-- Decay time, -->
  1879. <g style="fill:#262626;" transform="translate(-31.762562 267.737974)rotate(-90)scale(0.09 -0.09)">
  1880. <defs>
  1881. <path d="M 19.671875 64.796875
  1882. L 19.671875 8.109375
  1883. L 31.59375 8.109375
  1884. Q 46.6875 8.109375 53.6875 14.9375
  1885. Q 60.6875 21.78125 60.6875 36.53125
  1886. Q 60.6875 51.171875 53.6875 57.984375
  1887. Q 46.6875 64.796875 31.59375 64.796875
  1888. z
  1889. M 9.8125 72.90625
  1890. L 30.078125 72.90625
  1891. Q 51.265625 72.90625 61.171875 64.09375
  1892. Q 71.09375 55.28125 71.09375 36.53125
  1893. Q 71.09375 17.671875 61.125 8.828125
  1894. Q 51.171875 0 30.078125 0
  1895. L 9.8125 0
  1896. z
  1897. " id="DejaVuSans-68"/>
  1898. <path d="M 32.171875 -5.078125
  1899. Q 28.375 -14.84375 24.75 -17.8125
  1900. Q 21.140625 -20.796875 15.09375 -20.796875
  1901. L 7.90625 -20.796875
  1902. L 7.90625 -13.28125
  1903. L 13.1875 -13.28125
  1904. Q 16.890625 -13.28125 18.9375 -11.515625
  1905. Q 21 -9.765625 23.484375 -3.21875
  1906. L 25.09375 0.875
  1907. L 2.984375 54.6875
  1908. L 12.5 54.6875
  1909. L 29.59375 11.921875
  1910. L 46.6875 54.6875
  1911. L 56.203125 54.6875
  1912. z
  1913. " id="DejaVuSans-121"/>
  1914. <path d="M 52 44.1875
  1915. Q 55.375 50.25 60.0625 53.125
  1916. Q 64.75 56 71.09375 56
  1917. Q 79.640625 56 84.28125 50.015625
  1918. Q 88.921875 44.046875 88.921875 33.015625
  1919. L 88.921875 0
  1920. L 79.890625 0
  1921. L 79.890625 32.71875
  1922. Q 79.890625 40.578125 77.09375 44.375
  1923. Q 74.3125 48.1875 68.609375 48.1875
  1924. Q 61.625 48.1875 57.5625 43.546875
  1925. Q 53.515625 38.921875 53.515625 30.90625
  1926. L 53.515625 0
  1927. L 44.484375 0
  1928. L 44.484375 32.71875
  1929. Q 44.484375 40.625 41.703125 44.40625
  1930. Q 38.921875 48.1875 33.109375 48.1875
  1931. Q 26.21875 48.1875 22.15625 43.53125
  1932. Q 18.109375 38.875 18.109375 30.90625
  1933. L 18.109375 0
  1934. L 9.078125 0
  1935. L 9.078125 54.6875
  1936. L 18.109375 54.6875
  1937. L 18.109375 46.1875
  1938. Q 21.1875 51.21875 25.484375 53.609375
  1939. Q 29.78125 56 35.6875 56
  1940. Q 41.65625 56 45.828125 52.96875
  1941. Q 50 49.953125 52 44.1875
  1942. z
  1943. " id="DejaVuSans-109"/>
  1944. </defs>
  1945. <use xlink:href="#DejaVuSans-68"/>
  1946. <use x="77.001953" xlink:href="#DejaVuSans-101"/>
  1947. <use x="138.525391" xlink:href="#DejaVuSans-99"/>
  1948. <use x="193.505859" xlink:href="#DejaVuSans-97"/>
  1949. <use x="254.785156" xlink:href="#DejaVuSans-121"/>
  1950. <use x="313.964844" xlink:href="#DejaVuSans-32"/>
  1951. <use x="345.751953" xlink:href="#DejaVuSans-116"/>
  1952. <use x="384.960938" xlink:href="#DejaVuSans-105"/>
  1953. <use x="412.744141" xlink:href="#DejaVuSans-109"/>
  1954. <use x="510.15625" xlink:href="#DejaVuSans-101"/>
  1955. <use x="571.679688" xlink:href="#DejaVuSans-44"/>
  1956. <use x="603.466797" xlink:href="#DejaVuSans-32"/>
  1957. </g>
  1958. <!-- s -->
  1959. <g style="fill:#262626;" transform="translate(-21.684531 242.926099)rotate(-90)scale(0.09 -0.09)">
  1960. <use xlink:href="#DejaVuSans-32"/>
  1961. <use x="31.787109" xlink:href="#DejaVuSans-115"/>
  1962. </g>
  1963. </g>
  1964. </g>
  1965. <g id="patch_29">
  1966. <path clip-path="url(#pa41eee06b6)" d="M 10.116 241.695931
  1967. L 19.044 241.695931
  1968. L 19.044 231.533662
  1969. L 10.116 231.533662
  1970. L 10.116 241.695931
  1971. z
  1972. " style="fill:#20afdf;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  1973. </g>
  1974. <g id="patch_30">
  1975. <path clip-path="url(#pa41eee06b6)" d="M 21.276 249.761815
  1976. L 30.204 249.761815
  1977. L 30.204 232.473288
  1978. L 21.276 232.473288
  1979. L 21.276 249.761815
  1980. z
  1981. " style="fill:#823482;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  1982. </g>
  1983. <g id="patch_31">
  1984. <path clip-path="url(#pa41eee06b6)" d="M 32.436 255.748855
  1985. L 41.364 255.748855
  1986. L 41.364 233.028703
  1987. L 32.436 233.028703
  1988. L 32.436 255.748855
  1989. z
  1990. " style="fill:#da8e3b;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  1991. </g>
  1992. <g id="patch_32">
  1993. <path clip-path="url(#pa41eee06b6)" d="M 43.596 259.202943
  1994. L 52.524 259.202943
  1995. L 52.524 240.712456
  1996. L 43.596 240.712456
  1997. L 43.596 259.202943
  1998. z
  1999. " style="fill:#a3343f;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  2000. </g>
  2001. <g id="patch_33">
  2002. <path clip-path="url(#pa41eee06b6)" d="M 54.756 243.772978
  2003. L 63.684 243.772978
  2004. L 63.684 231.284529
  2005. L 54.756 231.284529
  2006. L 54.756 243.772978
  2007. z
  2008. " style="fill:#9cdbf1;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  2009. </g>
  2010. <g id="patch_34">
  2011. <path clip-path="url(#pa41eee06b6)" d="M 14.58 263.048276
  2012. L 14.58 263.048276
  2013. L 14.58 263.048276
  2014. L 14.58 263.048276
  2015. z
  2016. " style="fill:#20afdf;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  2017. </g>
  2018. <g id="patch_35">
  2019. <path clip-path="url(#pa41eee06b6)" d="M 14.58 263.048276
  2020. L 14.58 263.048276
  2021. L 14.58 263.048276
  2022. L 14.58 263.048276
  2023. z
  2024. " style="fill:#823482;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  2025. </g>
  2026. <g id="patch_36">
  2027. <path clip-path="url(#pa41eee06b6)" d="M 14.58 263.048276
  2028. L 14.58 263.048276
  2029. L 14.58 263.048276
  2030. L 14.58 263.048276
  2031. z
  2032. " style="fill:#9cdbf1;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  2033. </g>
  2034. <g id="patch_37">
  2035. <path clip-path="url(#pa41eee06b6)" d="M 14.58 263.048276
  2036. L 14.58 263.048276
  2037. L 14.58 263.048276
  2038. L 14.58 263.048276
  2039. z
  2040. " style="fill:#a3343f;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  2041. </g>
  2042. <g id="patch_38">
  2043. <path clip-path="url(#pa41eee06b6)" d="M 14.58 263.048276
  2044. L 14.58 263.048276
  2045. L 14.58 263.048276
  2046. L 14.58 263.048276
  2047. z
  2048. " style="fill:#da8e3b;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  2049. </g>
  2050. <g id="line2d_62">
  2051. <path clip-path="url(#pa41eee06b6)" d="M 14.58 241.695931
  2052. L 14.58 256.810448
  2053. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2054. </g>
  2055. <g id="line2d_63">
  2056. <path clip-path="url(#pa41eee06b6)" d="M 14.58 231.533662
  2057. L 14.58 216.311192
  2058. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2059. </g>
  2060. <g id="line2d_64">
  2061. <path clip-path="url(#pa41eee06b6)" d="M 12.348 256.810448
  2062. L 16.812 256.810448
  2063. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2064. </g>
  2065. <g id="line2d_65">
  2066. <path clip-path="url(#pa41eee06b6)" d="M 12.348 216.311192
  2067. L 16.812 216.311192
  2068. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2069. </g>
  2070. <g id="line2d_66">
  2071. <path clip-path="url(#pa41eee06b6)" d="M 25.74 249.761815
  2072. L 25.74 263.048276
  2073. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2074. </g>
  2075. <g id="line2d_67">
  2076. <path clip-path="url(#pa41eee06b6)" d="M 25.74 232.473288
  2077. L 25.74 206.793297
  2078. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2079. </g>
  2080. <g id="line2d_68">
  2081. <path clip-path="url(#pa41eee06b6)" d="M 23.508 263.048276
  2082. L 27.972 263.048276
  2083. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2084. </g>
  2085. <g id="line2d_69">
  2086. <path clip-path="url(#pa41eee06b6)" d="M 23.508 206.793297
  2087. L 27.972 206.793297
  2088. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2089. </g>
  2090. <g id="line2d_70">
  2091. <path clip-path="url(#pa41eee06b6)" d="M 36.9 255.748855
  2092. L 36.9 262.817651
  2093. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2094. </g>
  2095. <g id="line2d_71">
  2096. <path clip-path="url(#pa41eee06b6)" d="M 36.9 233.028703
  2097. L 36.9 199.185071
  2098. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2099. </g>
  2100. <g id="line2d_72">
  2101. <path clip-path="url(#pa41eee06b6)" d="M 34.668 262.817651
  2102. L 39.132 262.817651
  2103. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2104. </g>
  2105. <g id="line2d_73">
  2106. <path clip-path="url(#pa41eee06b6)" d="M 34.668 199.185071
  2107. L 39.132 199.185071
  2108. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2109. </g>
  2110. <g id="line2d_74">
  2111. <path clip-path="url(#pa41eee06b6)" d="M 48.06 259.202943
  2112. L 48.06 262.817651
  2113. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2114. </g>
  2115. <g id="line2d_75">
  2116. <path clip-path="url(#pa41eee06b6)" d="M 48.06 240.712456
  2117. L 48.06 213.497308
  2118. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2119. </g>
  2120. <g id="line2d_76">
  2121. <path clip-path="url(#pa41eee06b6)" d="M 45.828 262.817651
  2122. L 50.292 262.817651
  2123. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2124. </g>
  2125. <g id="line2d_77">
  2126. <path clip-path="url(#pa41eee06b6)" d="M 45.828 213.497308
  2127. L 50.292 213.497308
  2128. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2129. </g>
  2130. <g id="line2d_78">
  2131. <path clip-path="url(#pa41eee06b6)" d="M 59.22 243.772978
  2132. L 59.22 262.505343
  2133. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2134. </g>
  2135. <g id="line2d_79">
  2136. <path clip-path="url(#pa41eee06b6)" d="M 59.22 231.284529
  2137. L 59.22 212.568577
  2138. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2139. </g>
  2140. <g id="line2d_80">
  2141. <path clip-path="url(#pa41eee06b6)" d="M 56.988 262.505343
  2142. L 61.452 262.505343
  2143. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2144. </g>
  2145. <g id="line2d_81">
  2146. <path clip-path="url(#pa41eee06b6)" d="M 56.988 212.568577
  2147. L 61.452 212.568577
  2148. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2149. </g>
  2150. <g id="line2d_82">
  2151. <path clip-path="url(#pa41eee06b6)" d="M 10.116 235.998359
  2152. L 19.044 235.998359
  2153. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2154. </g>
  2155. <g id="line2d_83">
  2156. <path clip-path="url(#pa41eee06b6)" d="M 21.276 240.606538
  2157. L 30.204 240.606538
  2158. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2159. </g>
  2160. <g id="line2d_84">
  2161. <path clip-path="url(#pa41eee06b6)" d="M 32.436 246.374827
  2162. L 41.364 246.374827
  2163. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2164. </g>
  2165. <g id="line2d_85">
  2166. <path clip-path="url(#pa41eee06b6)" d="M 43.596 252.077216
  2167. L 52.524 252.077216
  2168. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2169. </g>
  2170. <g id="line2d_86">
  2171. <path clip-path="url(#pa41eee06b6)" d="M 54.756 236.423785
  2172. L 63.684 236.423785
  2173. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2174. </g>
  2175. <g id="patch_39">
  2176. <path d="M 9 263.048276
  2177. L 64.8 263.048276
  2178. " style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.25;"/>
  2179. </g>
  2180. </g>
  2181. <g id="axes_5">
  2182. <g id="patch_40">
  2183. <path d="M 9 320.4
  2184. L 64.8 320.4
  2185. L 64.8 272.606897
  2186. L 9 272.606897
  2187. z
  2188. " style="fill:#ffffff;"/>
  2189. </g>
  2190. <g id="matplotlib.axis_5">
  2191. <g id="xtick_1">
  2192. <g id="text_16">
  2193. <!-- awake -->
  2194. <g style="fill:#262626;" transform="translate(17.063437 358.714063)rotate(-90)scale(0.09 -0.09)">
  2195. <use xlink:href="#DejaVuSans-97"/>
  2196. <use x="61.279297" xlink:href="#DejaVuSans-119"/>
  2197. <use x="143.066406" xlink:href="#DejaVuSans-97"/>
  2198. <use x="204.345703" xlink:href="#DejaVuSans-107"/>
  2199. <use x="258.630859" xlink:href="#DejaVuSans-101"/>
  2200. </g>
  2201. </g>
  2202. </g>
  2203. <g id="xtick_2">
  2204. <g id="text_17">
  2205. <!-- iso -->
  2206. <g style="fill:#262626;" transform="translate(28.223438 342.595625)rotate(-90)scale(0.09 -0.09)">
  2207. <defs>
  2208. <path d="M 30.609375 48.390625
  2209. Q 23.390625 48.390625 19.1875 42.75
  2210. Q 14.984375 37.109375 14.984375 27.296875
  2211. Q 14.984375 17.484375 19.15625 11.84375
  2212. Q 23.34375 6.203125 30.609375 6.203125
  2213. Q 37.796875 6.203125 41.984375 11.859375
  2214. Q 46.1875 17.53125 46.1875 27.296875
  2215. Q 46.1875 37.015625 41.984375 42.703125
  2216. Q 37.796875 48.390625 30.609375 48.390625
  2217. z
  2218. M 30.609375 56
  2219. Q 42.328125 56 49.015625 48.375
  2220. Q 55.71875 40.765625 55.71875 27.296875
  2221. Q 55.71875 13.875 49.015625 6.21875
  2222. Q 42.328125 -1.421875 30.609375 -1.421875
  2223. Q 18.84375 -1.421875 12.171875 6.21875
  2224. Q 5.515625 13.875 5.515625 27.296875
  2225. Q 5.515625 40.765625 12.171875 48.375
  2226. Q 18.84375 56 30.609375 56
  2227. z
  2228. " id="DejaVuSans-111"/>
  2229. </defs>
  2230. <use xlink:href="#DejaVuSans-105"/>
  2231. <use x="27.783203" xlink:href="#DejaVuSans-115"/>
  2232. <use x="79.882812" xlink:href="#DejaVuSans-111"/>
  2233. </g>
  2234. </g>
  2235. </g>
  2236. <g id="xtick_3">
  2237. <g id="text_18">
  2238. <!-- mmf -->
  2239. <g style="fill:#262626;" transform="translate(39.383437 350.601406)rotate(-90)scale(0.09 -0.09)">
  2240. <defs>
  2241. <path d="M 37.109375 75.984375
  2242. L 37.109375 68.5
  2243. L 28.515625 68.5
  2244. Q 23.6875 68.5 21.796875 66.546875
  2245. Q 19.921875 64.59375 19.921875 59.515625
  2246. L 19.921875 54.6875
  2247. L 34.71875 54.6875
  2248. L 34.71875 47.703125
  2249. L 19.921875 47.703125
  2250. L 19.921875 0
  2251. L 10.890625 0
  2252. L 10.890625 47.703125
  2253. L 2.296875 47.703125
  2254. L 2.296875 54.6875
  2255. L 10.890625 54.6875
  2256. L 10.890625 58.5
  2257. Q 10.890625 67.625 15.140625 71.796875
  2258. Q 19.390625 75.984375 28.609375 75.984375
  2259. z
  2260. " id="DejaVuSans-102"/>
  2261. </defs>
  2262. <use xlink:href="#DejaVuSans-109"/>
  2263. <use x="97.412109" xlink:href="#DejaVuSans-109"/>
  2264. <use x="194.824219" xlink:href="#DejaVuSans-102"/>
  2265. </g>
  2266. </g>
  2267. </g>
  2268. <g id="xtick_4">
  2269. <g id="text_19">
  2270. <!-- keta -->
  2271. <g style="fill:#262626;" transform="translate(50.543438 349.366719)rotate(-90)scale(0.09 -0.09)">
  2272. <use xlink:href="#DejaVuSans-107"/>
  2273. <use x="54.285156" xlink:href="#DejaVuSans-101"/>
  2274. <use x="115.808594" xlink:href="#DejaVuSans-116"/>
  2275. <use x="155.017578" xlink:href="#DejaVuSans-97"/>
  2276. </g>
  2277. </g>
  2278. </g>
  2279. <g id="xtick_5">
  2280. <g id="text_20">
  2281. <!-- post -->
  2282. <g style="fill:#262626;" transform="translate(61.703437 349.337188)rotate(-90)scale(0.09 -0.09)">
  2283. <defs>
  2284. <path d="M 18.109375 8.203125
  2285. L 18.109375 -20.796875
  2286. L 9.078125 -20.796875
  2287. L 9.078125 54.6875
  2288. L 18.109375 54.6875
  2289. L 18.109375 46.390625
  2290. Q 20.953125 51.265625 25.265625 53.625
  2291. Q 29.59375 56 35.59375 56
  2292. Q 45.5625 56 51.78125 48.09375
  2293. Q 58.015625 40.1875 58.015625 27.296875
  2294. Q 58.015625 14.40625 51.78125 6.484375
  2295. Q 45.5625 -1.421875 35.59375 -1.421875
  2296. Q 29.59375 -1.421875 25.265625 0.953125
  2297. Q 20.953125 3.328125 18.109375 8.203125
  2298. z
  2299. M 48.6875 27.296875
  2300. Q 48.6875 37.203125 44.609375 42.84375
  2301. Q 40.53125 48.484375 33.40625 48.484375
  2302. Q 26.265625 48.484375 22.1875 42.84375
  2303. Q 18.109375 37.203125 18.109375 27.296875
  2304. Q 18.109375 17.390625 22.1875 11.75
  2305. Q 26.265625 6.109375 33.40625 6.109375
  2306. Q 40.53125 6.109375 44.609375 11.75
  2307. Q 48.6875 17.390625 48.6875 27.296875
  2308. z
  2309. " id="DejaVuSans-112"/>
  2310. </defs>
  2311. <use xlink:href="#DejaVuSans-112"/>
  2312. <use x="63.476562" xlink:href="#DejaVuSans-111"/>
  2313. <use x="124.658203" xlink:href="#DejaVuSans-115"/>
  2314. <use x="176.757812" xlink:href="#DejaVuSans-116"/>
  2315. </g>
  2316. </g>
  2317. </g>
  2318. </g>
  2319. <g id="matplotlib.axis_6">
  2320. <g id="ytick_12">
  2321. <g id="line2d_87">
  2322. <path clip-path="url(#pa4fb3dd387)" d="M 9 320.4
  2323. L 64.8 320.4
  2324. " style="fill:none;stroke:#cccccc;stroke-linecap:round;"/>
  2325. </g>
  2326. <g id="text_21">
  2327. <!-- 90 -->
  2328. <g style="fill:#262626;" transform="translate(-11.9525 323.819297)scale(0.09 -0.09)">
  2329. <defs>
  2330. <path d="M 10.984375 1.515625
  2331. L 10.984375 10.5
  2332. Q 14.703125 8.734375 18.5 7.8125
  2333. Q 22.3125 6.890625 25.984375 6.890625
  2334. Q 35.75 6.890625 40.890625 13.453125
  2335. Q 46.046875 20.015625 46.78125 33.40625
  2336. Q 43.953125 29.203125 39.59375 26.953125
  2337. Q 35.25 24.703125 29.984375 24.703125
  2338. Q 19.046875 24.703125 12.671875 31.3125
  2339. Q 6.296875 37.9375 6.296875 49.421875
  2340. Q 6.296875 60.640625 12.9375 67.421875
  2341. Q 19.578125 74.21875 30.609375 74.21875
  2342. Q 43.265625 74.21875 49.921875 64.515625
  2343. Q 56.59375 54.828125 56.59375 36.375
  2344. Q 56.59375 19.140625 48.40625 8.859375
  2345. Q 40.234375 -1.421875 26.421875 -1.421875
  2346. Q 22.703125 -1.421875 18.890625 -0.6875
  2347. Q 15.09375 0.046875 10.984375 1.515625
  2348. z
  2349. M 30.609375 32.421875
  2350. Q 37.25 32.421875 41.125 36.953125
  2351. Q 45.015625 41.5 45.015625 49.421875
  2352. Q 45.015625 57.28125 41.125 61.84375
  2353. Q 37.25 66.40625 30.609375 66.40625
  2354. Q 23.96875 66.40625 20.09375 61.84375
  2355. Q 16.21875 57.28125 16.21875 49.421875
  2356. Q 16.21875 41.5 20.09375 36.953125
  2357. Q 23.96875 32.421875 30.609375 32.421875
  2358. z
  2359. " id="DejaVuSans-57"/>
  2360. </defs>
  2361. <use xlink:href="#DejaVuSans-57"/>
  2362. <use x="63.623047" xlink:href="#DejaVuSans-48"/>
  2363. </g>
  2364. </g>
  2365. </g>
  2366. <g id="ytick_13">
  2367. <g id="line2d_88">
  2368. <path clip-path="url(#pa4fb3dd387)" d="M 9 296.503448
  2369. L 64.8 296.503448
  2370. " style="fill:none;stroke:#cccccc;stroke-linecap:round;"/>
  2371. </g>
  2372. <g id="text_22">
  2373. <!-- 100 -->
  2374. <g style="fill:#262626;" transform="translate(-17.67875 299.922745)scale(0.09 -0.09)">
  2375. <use xlink:href="#DejaVuSans-49"/>
  2376. <use x="63.623047" xlink:href="#DejaVuSans-48"/>
  2377. <use x="127.246094" xlink:href="#DejaVuSans-48"/>
  2378. </g>
  2379. </g>
  2380. </g>
  2381. <g id="ytick_14">
  2382. <g id="line2d_89">
  2383. <path clip-path="url(#pa4fb3dd387)" d="M 9 272.606897
  2384. L 64.8 272.606897
  2385. " style="fill:none;stroke:#cccccc;stroke-linecap:round;"/>
  2386. </g>
  2387. <g id="text_23">
  2388. <!-- 110 -->
  2389. <g style="fill:#262626;" transform="translate(-17.67875 276.026193)scale(0.09 -0.09)">
  2390. <use xlink:href="#DejaVuSans-49"/>
  2391. <use x="63.623047" xlink:href="#DejaVuSans-49"/>
  2392. <use x="127.246094" xlink:href="#DejaVuSans-48"/>
  2393. </g>
  2394. </g>
  2395. </g>
  2396. <g id="text_24">
  2397. <!-- 1st/2nd -->
  2398. <g style="fill:#262626;" transform="translate(-34.6285 314.992823)rotate(-90)scale(0.09 -0.09)">
  2399. <defs>
  2400. <path d="M 25.390625 72.90625
  2401. L 33.6875 72.90625
  2402. L 8.296875 -9.28125
  2403. L 0 -9.28125
  2404. z
  2405. " id="DejaVuSans-47"/>
  2406. <path d="M 19.1875 8.296875
  2407. L 53.609375 8.296875
  2408. L 53.609375 0
  2409. L 7.328125 0
  2410. L 7.328125 8.296875
  2411. Q 12.9375 14.109375 22.625 23.890625
  2412. Q 32.328125 33.6875 34.8125 36.53125
  2413. Q 39.546875 41.84375 41.421875 45.53125
  2414. Q 43.3125 49.21875 43.3125 52.78125
  2415. Q 43.3125 58.59375 39.234375 62.25
  2416. Q 35.15625 65.921875 28.609375 65.921875
  2417. Q 23.96875 65.921875 18.8125 64.3125
  2418. Q 13.671875 62.703125 7.8125 59.421875
  2419. L 7.8125 69.390625
  2420. Q 13.765625 71.78125 18.9375 73
  2421. Q 24.125 74.21875 28.421875 74.21875
  2422. Q 39.75 74.21875 46.484375 68.546875
  2423. Q 53.21875 62.890625 53.21875 53.421875
  2424. Q 53.21875 48.921875 51.53125 44.890625
  2425. Q 49.859375 40.875 45.40625 35.40625
  2426. Q 44.1875 33.984375 37.640625 27.21875
  2427. Q 31.109375 20.453125 19.1875 8.296875
  2428. z
  2429. " id="DejaVuSans-50"/>
  2430. </defs>
  2431. <use xlink:href="#DejaVuSans-49"/>
  2432. <use x="63.623047" xlink:href="#DejaVuSans-115"/>
  2433. <use x="115.722656" xlink:href="#DejaVuSans-116"/>
  2434. <use x="154.931641" xlink:href="#DejaVuSans-47"/>
  2435. <use x="188.623047" xlink:href="#DejaVuSans-50"/>
  2436. <use x="252.246094" xlink:href="#DejaVuSans-110"/>
  2437. <use x="315.625" xlink:href="#DejaVuSans-100"/>
  2438. <use x="379.101562" xlink:href="#DejaVuSans-32"/>
  2439. </g>
  2440. <!-- ratio, % -->
  2441. <g style="fill:#262626;" transform="translate(-24.550469 315.444933)rotate(-90)scale(0.09 -0.09)">
  2442. <defs>
  2443. <path d="M 72.703125 32.078125
  2444. Q 68.453125 32.078125 66.03125 28.46875
  2445. Q 63.625 24.859375 63.625 18.40625
  2446. Q 63.625 12.0625 66.03125 8.421875
  2447. Q 68.453125 4.78125 72.703125 4.78125
  2448. Q 76.859375 4.78125 79.265625 8.421875
  2449. Q 81.6875 12.0625 81.6875 18.40625
  2450. Q 81.6875 24.8125 79.265625 28.4375
  2451. Q 76.859375 32.078125 72.703125 32.078125
  2452. z
  2453. M 72.703125 38.28125
  2454. Q 80.421875 38.28125 84.953125 32.90625
  2455. Q 89.5 27.546875 89.5 18.40625
  2456. Q 89.5 9.28125 84.9375 3.921875
  2457. Q 80.375 -1.421875 72.703125 -1.421875
  2458. Q 64.890625 -1.421875 60.34375 3.921875
  2459. Q 55.8125 9.28125 55.8125 18.40625
  2460. Q 55.8125 27.59375 60.375 32.9375
  2461. Q 64.9375 38.28125 72.703125 38.28125
  2462. z
  2463. M 22.3125 68.015625
  2464. Q 18.109375 68.015625 15.6875 64.375
  2465. Q 13.28125 60.75 13.28125 54.390625
  2466. Q 13.28125 47.953125 15.671875 44.328125
  2467. Q 18.0625 40.71875 22.3125 40.71875
  2468. Q 26.5625 40.71875 28.96875 44.328125
  2469. Q 31.390625 47.953125 31.390625 54.390625
  2470. Q 31.390625 60.6875 28.953125 64.34375
  2471. Q 26.515625 68.015625 22.3125 68.015625
  2472. z
  2473. M 66.40625 74.21875
  2474. L 74.21875 74.21875
  2475. L 28.609375 -1.421875
  2476. L 20.796875 -1.421875
  2477. z
  2478. M 22.3125 74.21875
  2479. Q 30.03125 74.21875 34.609375 68.875
  2480. Q 39.203125 63.53125 39.203125 54.390625
  2481. Q 39.203125 45.171875 34.640625 39.84375
  2482. Q 30.078125 34.515625 22.3125 34.515625
  2483. Q 14.546875 34.515625 10.03125 39.859375
  2484. Q 5.515625 45.21875 5.515625 54.390625
  2485. Q 5.515625 63.484375 10.046875 68.84375
  2486. Q 14.59375 74.21875 22.3125 74.21875
  2487. z
  2488. " id="DejaVuSans-37"/>
  2489. </defs>
  2490. <use xlink:href="#DejaVuSans-32"/>
  2491. <use x="31.787109" xlink:href="#DejaVuSans-114"/>
  2492. <use x="72.900391" xlink:href="#DejaVuSans-97"/>
  2493. <use x="134.179688" xlink:href="#DejaVuSans-116"/>
  2494. <use x="173.388672" xlink:href="#DejaVuSans-105"/>
  2495. <use x="201.171875" xlink:href="#DejaVuSans-111"/>
  2496. <use x="262.353516" xlink:href="#DejaVuSans-44"/>
  2497. <use x="294.140625" xlink:href="#DejaVuSans-32"/>
  2498. <use x="325.927734" xlink:href="#DejaVuSans-37"/>
  2499. </g>
  2500. </g>
  2501. </g>
  2502. <g id="patch_41">
  2503. <path clip-path="url(#pa4fb3dd387)" d="M 10.116 298.273438
  2504. L 19.044 298.273438
  2505. L 19.044 291.321703
  2506. L 10.116 291.321703
  2507. L 10.116 298.273438
  2508. z
  2509. " style="fill:#20afdf;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  2510. </g>
  2511. <g id="patch_42">
  2512. <path clip-path="url(#pa4fb3dd387)" d="M 21.276 299.346285
  2513. L 30.204 299.346285
  2514. L 30.204 291.680032
  2515. L 21.276 291.680032
  2516. L 21.276 299.346285
  2517. z
  2518. " style="fill:#823482;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  2519. </g>
  2520. <g id="patch_43">
  2521. <path clip-path="url(#pa4fb3dd387)" d="M 32.436 293.670025
  2522. L 41.364 293.670025
  2523. L 41.364 293.670025
  2524. L 32.436 293.670025
  2525. L 32.436 293.670025
  2526. z
  2527. " style="fill:#da8e3b;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  2528. </g>
  2529. <g id="patch_44">
  2530. <path clip-path="url(#pa4fb3dd387)" d="M 43.596 297.336148
  2531. L 52.524 297.336148
  2532. L 52.524 292.95376
  2533. L 43.596 292.95376
  2534. L 43.596 297.336148
  2535. z
  2536. " style="fill:#a3343f;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  2537. </g>
  2538. <g id="patch_45">
  2539. <path clip-path="url(#pa4fb3dd387)" d="M 54.756 299.127351
  2540. L 63.684 299.127351
  2541. L 63.684 293.30556
  2542. L 54.756 293.30556
  2543. L 54.756 299.127351
  2544. z
  2545. " style="fill:#9cdbf1;stroke:#373737;stroke-linejoin:miter;stroke-width:0.8;"/>
  2546. </g>
  2547. <g id="patch_46">
  2548. <path clip-path="url(#pa4fb3dd387)" d="M 14.58 535.468966
  2549. L 14.58 535.468966
  2550. L 14.58 535.468966
  2551. L 14.58 535.468966
  2552. z
  2553. " style="fill:#20afdf;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  2554. </g>
  2555. <g id="patch_47">
  2556. <path clip-path="url(#pa4fb3dd387)" d="M 14.58 535.468966
  2557. L 14.58 535.468966
  2558. L 14.58 535.468966
  2559. L 14.58 535.468966
  2560. z
  2561. " style="fill:#823482;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  2562. </g>
  2563. <g id="patch_48">
  2564. <path clip-path="url(#pa4fb3dd387)" d="M 14.58 535.468966
  2565. L 14.58 535.468966
  2566. L 14.58 535.468966
  2567. L 14.58 535.468966
  2568. z
  2569. " style="fill:#9cdbf1;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  2570. </g>
  2571. <g id="patch_49">
  2572. <path clip-path="url(#pa4fb3dd387)" d="M 14.58 535.468966
  2573. L 14.58 535.468966
  2574. L 14.58 535.468966
  2575. L 14.58 535.468966
  2576. z
  2577. " style="fill:#a3343f;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  2578. </g>
  2579. <g id="patch_50">
  2580. <path clip-path="url(#pa4fb3dd387)" d="M 14.58 535.468966
  2581. L 14.58 535.468966
  2582. L 14.58 535.468966
  2583. L 14.58 535.468966
  2584. z
  2585. " style="fill:#da8e3b;stroke:#373737;stroke-linejoin:miter;stroke-width:0.4;"/>
  2586. </g>
  2587. <g id="line2d_90">
  2588. <path clip-path="url(#pa4fb3dd387)" d="M 14.58 298.273438
  2589. L 14.58 304.395984
  2590. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2591. </g>
  2592. <g id="line2d_91">
  2593. <path clip-path="url(#pa4fb3dd387)" d="M 14.58 291.321703
  2594. L 14.58 282.930846
  2595. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2596. </g>
  2597. <g id="line2d_92">
  2598. <path clip-path="url(#pa4fb3dd387)" d="M 12.348 304.395984
  2599. L 16.812 304.395984
  2600. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2601. </g>
  2602. <g id="line2d_93">
  2603. <path clip-path="url(#pa4fb3dd387)" d="M 12.348 282.930846
  2604. L 16.812 282.930846
  2605. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2606. </g>
  2607. <g id="line2d_94">
  2608. <path clip-path="url(#pa4fb3dd387)" d="M 25.74 299.346285
  2609. L 25.74 299.604555
  2610. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2611. </g>
  2612. <g id="line2d_95">
  2613. <path clip-path="url(#pa4fb3dd387)" d="M 25.74 291.680032
  2614. L 25.74 291.237539
  2615. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2616. </g>
  2617. <g id="line2d_96">
  2618. <path clip-path="url(#pa4fb3dd387)" d="M 23.508 299.604555
  2619. L 27.972 299.604555
  2620. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2621. </g>
  2622. <g id="line2d_97">
  2623. <path clip-path="url(#pa4fb3dd387)" d="M 23.508 291.237539
  2624. L 27.972 291.237539
  2625. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2626. </g>
  2627. <g id="line2d_98">
  2628. <path clip-path="url(#pa4fb3dd387)" d="M 36.9 293.670025
  2629. L 36.9 293.670025
  2630. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2631. </g>
  2632. <g id="line2d_99">
  2633. <path clip-path="url(#pa4fb3dd387)" d="M 36.9 293.670025
  2634. L 36.9 293.670025
  2635. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2636. </g>
  2637. <g id="line2d_100">
  2638. <path clip-path="url(#pa4fb3dd387)" d="M 34.668 293.670025
  2639. L 39.132 293.670025
  2640. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2641. </g>
  2642. <g id="line2d_101">
  2643. <path clip-path="url(#pa4fb3dd387)" d="M 34.668 293.670025
  2644. L 39.132 293.670025
  2645. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2646. </g>
  2647. <g id="line2d_102">
  2648. <path clip-path="url(#pa4fb3dd387)" d="M 48.06 297.336148
  2649. L 48.06 299.543232
  2650. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2651. </g>
  2652. <g id="line2d_103">
  2653. <path clip-path="url(#pa4fb3dd387)" d="M 48.06 292.95376
  2654. L 48.06 288.056876
  2655. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2656. </g>
  2657. <g id="line2d_104">
  2658. <path clip-path="url(#pa4fb3dd387)" d="M 45.828 299.543232
  2659. L 50.292 299.543232
  2660. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2661. </g>
  2662. <g id="line2d_105">
  2663. <path clip-path="url(#pa4fb3dd387)" d="M 45.828 288.056876
  2664. L 50.292 288.056876
  2665. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2666. </g>
  2667. <g id="line2d_106">
  2668. <path clip-path="url(#pa4fb3dd387)" d="M 59.22 299.127351
  2669. L 59.22 307.433978
  2670. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2671. </g>
  2672. <g id="line2d_107">
  2673. <path clip-path="url(#pa4fb3dd387)" d="M 59.22 293.30556
  2674. L 59.22 285.131957
  2675. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2676. </g>
  2677. <g id="line2d_108">
  2678. <path clip-path="url(#pa4fb3dd387)" d="M 56.988 307.433978
  2679. L 61.452 307.433978
  2680. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2681. </g>
  2682. <g id="line2d_109">
  2683. <path clip-path="url(#pa4fb3dd387)" d="M 56.988 285.131957
  2684. L 61.452 285.131957
  2685. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2686. </g>
  2687. <g id="line2d_110">
  2688. <path clip-path="url(#pa4fb3dd387)" d="M 10.116 295.170551
  2689. L 19.044 295.170551
  2690. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2691. </g>
  2692. <g id="line2d_111">
  2693. <path clip-path="url(#pa4fb3dd387)" d="M 21.276 291.680032
  2694. L 30.204 291.680032
  2695. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2696. </g>
  2697. <g id="line2d_112">
  2698. <path clip-path="url(#pa4fb3dd387)" d="M 32.436 293.670025
  2699. L 41.364 293.670025
  2700. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2701. </g>
  2702. <g id="line2d_113">
  2703. <path clip-path="url(#pa4fb3dd387)" d="M 43.596 297.040145
  2704. L 52.524 297.040145
  2705. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2706. </g>
  2707. <g id="line2d_114">
  2708. <path clip-path="url(#pa4fb3dd387)" d="M 54.756 296.196547
  2709. L 63.684 296.196547
  2710. " style="fill:none;stroke:#373737;stroke-linecap:round;stroke-width:0.8;"/>
  2711. </g>
  2712. <g id="patch_51">
  2713. <path d="M 9 320.4
  2714. L 64.8 320.4
  2715. " style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.25;"/>
  2716. </g>
  2717. </g>
  2718. </g>
  2719. <defs>
  2720. <clipPath id="pf6b14eae5e">
  2721. <rect height="47.793103" width="55.8" x="9" y="43.2"/>
  2722. </clipPath>
  2723. <clipPath id="pe7daa039e9">
  2724. <rect height="47.793103" width="55.8" x="9" y="100.551724"/>
  2725. </clipPath>
  2726. <clipPath id="p731e7d628a">
  2727. <rect height="47.793103" width="55.8" x="9" y="157.903448"/>
  2728. </clipPath>
  2729. <clipPath id="pa41eee06b6">
  2730. <rect height="47.793103" width="55.8" x="9" y="215.255172"/>
  2731. </clipPath>
  2732. <clipPath id="pa4fb3dd387">
  2733. <rect height="47.793103" width="55.8" x="9" y="272.606897"/>
  2734. </clipPath>
  2735. </defs>
  2736. </svg>