[plotting] tests now working?

This commit is contained in:
mzwiessele 2015-10-04 23:41:06 +01:00
parent 0402cf98e9
commit bd128cfa8c
101 changed files with 29 additions and 115166 deletions

View file

@ -135,26 +135,27 @@ class MatplotlibPlots(AbstractPlottingLibrary):
if 'edgecolors' not in kwargs:
kwargs['edgecolors'] = 'none'
if 'facecolors' not in kwargs:
kwargs['facecolors'] = color
if 'facecolors' in kwargs:
kwargs['facecolor'] = kwargs.pop('facecolors')
if 'cmap' not in kwargs:
kwargs['cmap'] = LinearSegmentedColormap.from_list('WhToColor', ((1., 1., 1.), kwargs['facecolor']), N=len(percentiles))
kwargs['cmap']._init()
color = kwargs.pop('facecolors')
if 'array' in kwargs:
array = kwargs.pop('array')
else:
array = 1.-np.abs(np.linspace(-.97, .97, len(percentiles)-1))
if 'alpha' in kwargs:
kwargs['cmap']._lut[:, -1] = kwargs['alpha']
if 'array' not in kwargs:
if (len(percentiles)%2) == 0:
up = np.linspace(0, 1, len(percentiles)/2)
kwargs['array'] = np.r_[up, up[::-1][1:]]
else:
up = np.linspace(0, 1, len(percentiles)/2)
kwargs['array'] = np.r_[up, up[::-1]]
alpha = kwargs.pop('alpha')
else:
alpha = .8
if 'cmap' in kwargs:
cmap = kwargs.pop('cmap')
else:
cmap = LinearSegmentedColormap.from_list('WhToColor', (color, color), N=array.size)
cmap._init()
cmap._lut[:-3, -1] = alpha*array
kwargs['facecolors'] = [cmap(i) for i in np.linspace(0,1,cmap.N)]
# pop where from kwargs
where = kwargs.pop('where') if 'where' in kwargs else None

View file

@ -31,6 +31,7 @@ import numpy as np
import GPy, os, sys
from nose import SkipTest
import unittest
from matplotlib.testing.compare import compare_images
try:
from matplotlib import cbook, pyplot as plt
@ -39,7 +40,7 @@ try:
except:
raise SkipTest("Matplotlib not installed, not testing plots")
extensions = ['svg', 'pdf']
extensions = ['png', 'pdf']
def _image_directories(func):
"""
@ -89,12 +90,15 @@ class test_image_comparison(object):
fig.set_frameon(False)
fig.savefig(os.path.join(self.result_dir, "{}.{}".format(base, ext)), frameon=False)
print os.path.join(self.result_dir, "{}.{}".format(base, ext))
with open(os.path.join(self.result_dir, "{}.{}".format(base, ext)), 'r') as f:
try:
with open(os.path.join(self.baseline_dir, "{}.{}".format(base, ext)), 'r') as b:
yield sequenceEqual, f.read(), b.read()
except:
yield notFound, os.path.join(self.baseline_dir, "{}.{}".format(base, ext))
actual = os.path.join(self.result_dir, "{}.{}".format(base, ext))
expected = os.path.join(self.baseline_dir, "{}.{}".format(base, ext))
yield compare_images, actual, expected, 1e-3
plt.close('all')
#with open(os.path.join(self.result_dir, "{}.{}".format(base, ext)), 'r') as f:
# try:
# with open(os.path.join(self.baseline_dir, "{}.{}".format(base, ext)), 'r') as b:
# except:
# yield notFound, os.path.join(self.baseline_dir, "{}.{}".format(base, ext))
#plt.close(num)
return test_wrap

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View file

@ -1,71 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="216pt" version="1.1" viewBox="0 0 288 216" width="288pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
</style>
</defs>
<g id="figure_1">
<g id="axes_1">
<g id="PathCollection_1">
<defs>
<path d="
M-2.23607 2.23607
L2.23607 -2.23607
M-2.23607 -2.23607
L2.23607 2.23607" id="mf345f0d1ae" style="stroke:#000000;stroke-width:1.5;"/>
</defs>
<g clip-path="url(#pe40536ea7a)">
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="201.62848729" xlink:href="#mf345f0d1ae" y="131.19683215"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="144.241145825" xlink:href="#mf345f0d1ae" y="89.1562848972"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="133.621882123" xlink:href="#mf345f0d1ae" y="72.6738057672"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="132.669840701" xlink:href="#mf345f0d1ae" y="79.1999958501"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="147.548174537" xlink:href="#mf345f0d1ae" y="91.999454633"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="139.387017303" xlink:href="#mf345f0d1ae" y="88.1326613531"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="72.5708399478" xlink:href="#mf345f0d1ae" y="59.2842224514"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="142.618685737" xlink:href="#mf345f0d1ae" y="97.199044173"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="82.939108855" xlink:href="#mf345f0d1ae" y="64.7308071934"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="81.0950810187" xlink:href="#mf345f0d1ae" y="60.66229126"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="198.591261646" xlink:href="#mf345f0d1ae" y="135.773826072"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="84.0449816587" xlink:href="#mf345f0d1ae" y="58.0761447839"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="71.7655276224" xlink:href="#mf345f0d1ae" y="67.1191057798"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="180.658037977" xlink:href="#mf345f0d1ae" y="100.161111317"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="216.920892296" xlink:href="#mf345f0d1ae" y="154.55435221"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="193.984040399" xlink:href="#mf345f0d1ae" y="126.163867313"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="129.263260686" xlink:href="#mf345f0d1ae" y="78.0427341332"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="135.070851701" xlink:href="#mf345f0d1ae" y="83.2546707703"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="192.011511463" xlink:href="#mf345f0d1ae" y="123.837827876"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="78.4887797706" xlink:href="#mf345f0d1ae" y="67.1303939504"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="136.371695297" xlink:href="#mf345f0d1ae" y="84.813232777"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="98.0940544718" xlink:href="#mf345f0d1ae" y="62.7195131365"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="123.64047251" xlink:href="#mf345f0d1ae" y="72.3614005773"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="174.407797149" xlink:href="#mf345f0d1ae" y="108.925792916"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="127.511943555" xlink:href="#mf345f0d1ae" y="66.5554943153"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="68.5302139321" xlink:href="#mf345f0d1ae" y="57.7828925914"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="188.028686539" xlink:href="#mf345f0d1ae" y="119.51417235"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="226.749168694" xlink:href="#mf345f0d1ae" y="158.128068879"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="173.336149461" xlink:href="#mf345f0d1ae" y="114.881643505"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="180.053316018" xlink:href="#mf345f0d1ae" y="115.430114659"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="95.7724330373" xlink:href="#mf345f0d1ae" y="55.2701662967"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="147.902894922" xlink:href="#mf345f0d1ae" y="93.9056666696"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="197.931878921" xlink:href="#mf345f0d1ae" y="143.422355229"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="124.059196565" xlink:href="#mf345f0d1ae" y="72.2275420041"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="226.5794457" xlink:href="#mf345f0d1ae" y="160.708471733"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="149.755697263" xlink:href="#mf345f0d1ae" y="95.0009494223"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="73.3416326498" xlink:href="#mf345f0d1ae" y="56.8612605891"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="102.127354826" xlink:href="#mf345f0d1ae" y="67.6054776845"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="203.221816188" xlink:href="#mf345f0d1ae" y="132.202267836"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="102.291419818" xlink:href="#mf345f0d1ae" y="77.8828138486"/>
</g>
</g>
</g>
</g>
<defs>
<clipPath id="pe40536ea7a">
<rect height="172.8" width="223.2" x="36.0" y="21.6"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

View file

@ -1,432 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="216pt" version="1.1" viewBox="0 0 288 216" width="288pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
</style>
</defs>
<g id="figure_1">
<g id="axes_1">
<g id="PolyCollection_1">
<defs>
<path d="
M36.8864 -173.573
L36.8864 -144.28
L37.9995 -144.702
L39.1126 -145.109
L40.2257 -145.502
L41.3388 -145.88
L42.4519 -146.243
L43.565 -146.592
L44.6781 -146.926
L45.7912 -147.245
L46.9043 -147.549
L48.0174 -147.838
L49.1305 -148.113
L50.2436 -148.372
L51.3567 -148.617
L52.4698 -148.847
L53.5829 -149.063
L54.696 -149.263
L55.8091 -149.45
L56.9222 -149.621
L58.0353 -149.779
L59.1484 -149.922
L60.2615 -150.05
L61.3746 -150.165
L62.4877 -150.266
L63.6008 -150.353
L64.7139 -150.427
L65.827 -150.487
L66.9401 -150.533
L68.0532 -150.567
L69.1663 -150.587
L70.2794 -150.595
L71.3925 -150.59
L72.5056 -150.572
L73.6187 -150.542
L74.7318 -150.5
L75.8449 -150.446
L76.958 -150.38
L78.0711 -150.302
L79.1842 -150.212
L80.2973 -150.111
L81.4103 -149.999
L82.5234 -149.876
L83.6365 -149.741
L84.7496 -149.596
L85.8627 -149.44
L86.9758 -149.273
L88.0889 -149.096
L89.202 -148.908
L90.3151 -148.71
L91.4282 -148.501
L92.5413 -148.283
L93.6544 -148.054
L94.7675 -147.815
L95.8806 -147.567
L96.9937 -147.308
L98.1068 -147.04
L99.2199 -146.762
L100.333 -146.474
L101.446 -146.177
L102.559 -145.87
L103.672 -145.553
L104.785 -145.227
L105.899 -144.892
L107.012 -144.547
L108.125 -144.193
L109.238 -143.83
L110.351 -143.457
L111.464 -143.075
L112.577 -142.684
L113.69 -142.283
L114.803 -141.874
L115.916 -141.455
L117.029 -141.027
L118.143 -140.59
L119.256 -140.144
L120.369 -139.689
L121.482 -139.225
L122.595 -138.752
L123.708 -138.27
L124.821 -137.78
L125.934 -137.28
L127.047 -136.772
L128.16 -136.255
L129.274 -135.729
L130.387 -135.194
L131.5 -134.651
L132.613 -134.099
L133.726 -133.539
L134.839 -132.97
L135.952 -132.393
L137.065 -131.808
L138.178 -131.214
L139.291 -130.612
L140.405 -130.002
L141.518 -129.383
L142.631 -128.757
L143.744 -128.123
L144.857 -127.481
L145.97 -126.831
L147.083 -126.173
L148.196 -125.508
L149.309 -124.835
L150.422 -124.155
L151.536 -123.467
L152.649 -122.773
L153.762 -122.071
L154.875 -121.362
L155.988 -120.646
L157.101 -119.923
L158.214 -119.194
L159.327 -118.458
L160.44 -117.716
L161.553 -116.967
L162.667 -116.213
L163.78 -115.452
L164.893 -114.685
L166.006 -113.912
L167.119 -113.133
L168.232 -112.349
L169.345 -111.56
L170.458 -110.765
L171.571 -109.965
L172.684 -109.16
L173.797 -108.349
L174.911 -107.534
L176.024 -106.715
L177.137 -105.89
L178.25 -105.062
L179.363 -104.229
L180.476 -103.391
L181.589 -102.55
L182.702 -101.705
L183.815 -100.855
L184.928 -100.002
L186.042 -99.1458
L187.155 -98.2857
L188.268 -97.422
L189.381 -96.5551
L190.494 -95.6849
L191.607 -94.8115
L192.72 -93.935
L193.833 -93.0555
L194.946 -92.1731
L196.059 -91.2879
L197.173 -90.3998
L198.286 -89.509
L199.399 -88.6155
L200.512 -87.7194
L201.625 -86.8207
L202.738 -85.9194
L203.851 -85.0155
L204.964 -84.1092
L206.077 -83.2003
L207.19 -82.2889
L208.304 -81.3751
L209.417 -80.4587
L210.53 -79.5398
L211.643 -78.6184
L212.756 -77.6944
L213.869 -76.7679
L214.982 -75.8388
L216.095 -74.907
L217.208 -73.9725
L218.321 -73.0353
L219.435 -72.0953
L220.548 -71.1525
L221.661 -70.2068
L222.774 -69.2583
L223.887 -68.3067
L225 -67.3521
L226.113 -66.3944
L227.226 -65.4336
L228.339 -64.4697
L229.452 -63.5025
L230.566 -62.5321
L231.679 -61.5585
L232.792 -60.5815
L233.905 -59.6012
L235.018 -58.6175
L236.131 -57.6306
L237.244 -56.6403
L238.357 -55.6466
L239.47 -54.6497
L240.583 -53.6495
L241.696 -52.646
L242.81 -51.6393
L243.923 -50.6295
L245.036 -49.6165
L246.149 -48.6006
L247.262 -47.5817
L248.375 -46.56
L249.488 -45.5355
L250.601 -44.5084
L251.714 -43.4787
L252.827 -42.4465
L253.941 -41.4121
L255.054 -40.3755
L256.167 -39.3369
L257.28 -38.2963
L258.393 -37.254
L258.393 -69.0555
L258.393 -69.0555
L257.28 -69.5537
L256.167 -70.0651
L255.054 -70.5896
L253.941 -71.1272
L252.827 -71.6777
L251.714 -72.241
L250.601 -72.817
L249.488 -73.4055
L248.375 -74.0065
L247.262 -74.6196
L246.149 -75.2449
L245.036 -75.8821
L243.923 -76.531
L242.81 -77.1914
L241.696 -77.8632
L240.583 -78.5461
L239.47 -79.2398
L238.357 -79.9442
L237.244 -80.659
L236.131 -81.3839
L235.018 -82.1187
L233.905 -82.863
L232.792 -83.6167
L231.679 -84.3793
L230.566 -85.1507
L229.452 -85.9304
L228.339 -86.7181
L227.226 -87.5136
L226.113 -88.3164
L225 -89.1263
L223.887 -89.943
L222.774 -90.7659
L221.661 -91.5949
L220.548 -92.4296
L219.435 -93.2696
L218.321 -94.1145
L217.208 -94.9641
L216.095 -95.8179
L214.982 -96.6757
L213.869 -97.537
L212.756 -98.4016
L211.643 -99.2691
L210.53 -100.139
L209.417 -101.012
L208.304 -101.886
L207.19 -102.762
L206.077 -103.639
L204.964 -104.517
L203.851 -105.396
L202.738 -106.276
L201.625 -107.156
L200.512 -108.035
L199.399 -108.914
L198.286 -109.793
L197.173 -110.671
L196.059 -111.547
L194.946 -112.422
L193.833 -113.296
L192.72 -114.168
L191.607 -115.038
L190.494 -115.905
L189.381 -116.77
L188.268 -117.633
L187.155 -118.492
L186.042 -119.349
L184.928 -120.202
L183.815 -121.052
L182.702 -121.899
L181.589 -122.742
L180.476 -123.58
L179.363 -124.415
L178.25 -125.246
L177.137 -126.072
L176.024 -126.894
L174.911 -127.711
L173.797 -128.524
L172.684 -129.331
L171.571 -130.134
L170.458 -130.931
L169.345 -131.723
L168.232 -132.51
L167.119 -133.291
L166.006 -134.067
L164.893 -134.837
L163.78 -135.601
L162.667 -136.359
L161.553 -137.111
L160.44 -137.857
L159.327 -138.596
L158.214 -139.329
L157.101 -140.056
L155.988 -140.776
L154.875 -141.49
L153.762 -142.197
L152.649 -142.897
L151.536 -143.59
L150.422 -144.276
L149.309 -144.955
L148.196 -145.626
L147.083 -146.291
L145.97 -146.948
L144.857 -147.597
L143.744 -148.239
L142.631 -148.873
L141.518 -149.5
L140.405 -150.119
L139.291 -150.73
L138.178 -151.332
L137.065 -151.927
L135.952 -152.514
L134.839 -153.092
L133.726 -153.662
L132.613 -154.224
L131.5 -154.778
L130.387 -155.322
L129.274 -155.859
L128.16 -156.386
L127.047 -156.905
L125.934 -157.415
L124.821 -157.917
L123.708 -158.409
L122.595 -158.892
L121.482 -159.367
L120.369 -159.832
L119.256 -160.289
L118.143 -160.736
L117.029 -161.174
L115.916 -161.602
L114.803 -162.022
L113.69 -162.432
L112.577 -162.833
L111.464 -163.225
L110.351 -163.607
L109.238 -163.98
L108.125 -164.344
L107.012 -164.698
L105.899 -165.043
L104.785 -165.379
L103.672 -165.705
L102.559 -166.022
L101.446 -166.33
L100.333 -166.629
L99.2199 -166.919
L98.1068 -167.199
L96.9937 -167.471
L95.8806 -167.733
L94.7675 -167.987
L93.6544 -168.232
L92.5413 -168.469
L91.4282 -168.697
L90.3151 -168.916
L89.202 -169.127
L88.0889 -169.33
L86.9758 -169.525
L85.8627 -169.712
L84.7496 -169.892
L83.6365 -170.064
L82.5234 -170.228
L81.4103 -170.386
L80.2973 -170.536
L79.1842 -170.68
L78.0711 -170.817
L76.958 -170.948
L75.8449 -171.073
L74.7318 -171.191
L73.6187 -171.305
L72.5056 -171.413
L71.3925 -171.516
L70.2794 -171.614
L69.1663 -171.707
L68.0532 -171.797
L66.9401 -171.882
L65.827 -171.963
L64.7139 -172.041
L63.6008 -172.116
L62.4877 -172.188
L61.3746 -172.257
L60.2615 -172.324
L59.1484 -172.389
L58.0353 -172.451
L56.9222 -172.513
L55.8091 -172.572
L54.696 -172.631
L53.5829 -172.689
L52.4698 -172.746
L51.3567 -172.802
L50.2436 -172.859
L49.1305 -172.915
L48.0174 -172.971
L46.9043 -173.028
L45.7912 -173.085
L44.6781 -173.142
L43.565 -173.201
L42.4519 -173.26
L41.3388 -173.32
L40.2257 -173.381
L39.1126 -173.444
L37.9995 -173.507
L36.8864 -173.573
z
" id="m91332dec1a" style="stroke:#204a87;stroke-opacity:0.2;stroke-width:0.5;"/>
</defs>
<g clip-path="url(#pe40536ea7a)">
<use style="fill:#729fcf;fill-opacity:0.2;stroke:#204a87;stroke-opacity:0.2;stroke-width:0.5;" x="0.0" xlink:href="#m91332dec1a" y="216.0"/>
</g>
</g>
</g>
</g>
<defs>
<clipPath id="pe40536ea7a">
<rect height="172.8" width="223.2" x="36.0" y="21.6"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View file

@ -1,60 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="216pt" version="1.1" viewBox="0 0 288 216" width="288pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
</style>
</defs>
<g id="figure_1">
<g id="axes_1">
<g id="line2d_1">
<path clip-path="url(#pe40536ea7a)" d="
M36.8864 36.7031
L42.4519 35.548
L48.0174 34.6335
L53.5829 33.974
L59.1484 33.5829
L63.6008 33.4715
L68.0532 33.5457
L72.5056 33.8106
L76.958 34.2709
L81.4103 34.9306
L85.8627 35.7934
L90.3151 36.8619
L94.7675 38.1382
L99.2199 39.6237
L103.672 41.3191
L108.125 43.2243
L112.577 45.3383
L117.029 47.6596
L121.482 50.1856
L127.047 53.6261
L132.613 57.3734
L138.178 61.4175
L143.744 65.7467
L149.309 70.3472
L154.875 75.2037
L161.553 81.3453
L168.232 87.7986
L176.024 95.6739
L183.815 103.865
L193.833 114.754
L207.19 129.664
L230.566 155.822
L240.583 166.663
L248.375 174.803
L256.167 182.619
L258.393 184.783
L258.393 184.783" style="fill:none;stroke:#3465a4;stroke-linecap:square;stroke-width:2;"/>
</g>
</g>
</g>
<defs>
<clipPath id="pe40536ea7a">
<rect height="172.8" width="223.2" x="36.0" y="21.6"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 461 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

View file

@ -1,432 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="216pt" version="1.1" viewBox="0 0 288 216" width="288pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
</style>
</defs>
<g id="figure_1">
<g id="axes_1">
<g id="PolyCollection_1">
<defs>
<path d="
M36.8864 -173.573
L36.8864 -144.28
L37.9995 -144.702
L39.1126 -145.109
L40.2257 -145.502
L41.3388 -145.88
L42.4519 -146.243
L43.565 -146.592
L44.6781 -146.926
L45.7912 -147.245
L46.9043 -147.549
L48.0174 -147.838
L49.1305 -148.113
L50.2436 -148.372
L51.3567 -148.617
L52.4698 -148.847
L53.5829 -149.063
L54.696 -149.263
L55.8091 -149.45
L56.9222 -149.621
L58.0353 -149.779
L59.1484 -149.922
L60.2615 -150.05
L61.3746 -150.165
L62.4877 -150.266
L63.6008 -150.353
L64.7139 -150.427
L65.827 -150.487
L66.9401 -150.533
L68.0532 -150.567
L69.1663 -150.587
L70.2794 -150.595
L71.3925 -150.59
L72.5056 -150.572
L73.6187 -150.542
L74.7318 -150.5
L75.8449 -150.446
L76.958 -150.38
L78.0711 -150.302
L79.1842 -150.212
L80.2973 -150.111
L81.4103 -149.999
L82.5234 -149.876
L83.6365 -149.741
L84.7496 -149.596
L85.8627 -149.44
L86.9758 -149.273
L88.0889 -149.096
L89.202 -148.908
L90.3151 -148.71
L91.4282 -148.501
L92.5413 -148.283
L93.6544 -148.054
L94.7675 -147.815
L95.8806 -147.567
L96.9937 -147.308
L98.1068 -147.04
L99.2199 -146.762
L100.333 -146.474
L101.446 -146.177
L102.559 -145.87
L103.672 -145.553
L104.785 -145.227
L105.899 -144.892
L107.012 -144.547
L108.125 -144.193
L109.238 -143.83
L110.351 -143.457
L111.464 -143.075
L112.577 -142.684
L113.69 -142.283
L114.803 -141.874
L115.916 -141.455
L117.029 -141.027
L118.143 -140.59
L119.256 -140.144
L120.369 -139.689
L121.482 -139.225
L122.595 -138.752
L123.708 -138.27
L124.821 -137.78
L125.934 -137.28
L127.047 -136.772
L128.16 -136.255
L129.274 -135.729
L130.387 -135.194
L131.5 -134.651
L132.613 -134.099
L133.726 -133.539
L134.839 -132.97
L135.952 -132.393
L137.065 -131.808
L138.178 -131.214
L139.291 -130.612
L140.405 -130.002
L141.518 -129.383
L142.631 -128.757
L143.744 -128.123
L144.857 -127.481
L145.97 -126.831
L147.083 -126.173
L148.196 -125.508
L149.309 -124.835
L150.422 -124.155
L151.536 -123.467
L152.649 -122.773
L153.762 -122.071
L154.875 -121.362
L155.988 -120.646
L157.101 -119.923
L158.214 -119.194
L159.327 -118.458
L160.44 -117.716
L161.553 -116.967
L162.667 -116.213
L163.78 -115.452
L164.893 -114.685
L166.006 -113.912
L167.119 -113.133
L168.232 -112.349
L169.345 -111.56
L170.458 -110.765
L171.571 -109.965
L172.684 -109.16
L173.797 -108.349
L174.911 -107.534
L176.024 -106.715
L177.137 -105.89
L178.25 -105.062
L179.363 -104.229
L180.476 -103.391
L181.589 -102.55
L182.702 -101.705
L183.815 -100.855
L184.928 -100.002
L186.042 -99.1458
L187.155 -98.2857
L188.268 -97.422
L189.381 -96.5551
L190.494 -95.6849
L191.607 -94.8115
L192.72 -93.935
L193.833 -93.0555
L194.946 -92.1731
L196.059 -91.2879
L197.173 -90.3998
L198.286 -89.509
L199.399 -88.6155
L200.512 -87.7194
L201.625 -86.8207
L202.738 -85.9194
L203.851 -85.0155
L204.964 -84.1092
L206.077 -83.2003
L207.19 -82.2889
L208.304 -81.3751
L209.417 -80.4587
L210.53 -79.5398
L211.643 -78.6184
L212.756 -77.6944
L213.869 -76.7679
L214.982 -75.8388
L216.095 -74.907
L217.208 -73.9725
L218.321 -73.0353
L219.435 -72.0953
L220.548 -71.1525
L221.661 -70.2068
L222.774 -69.2583
L223.887 -68.3067
L225 -67.3521
L226.113 -66.3944
L227.226 -65.4336
L228.339 -64.4697
L229.452 -63.5025
L230.566 -62.5321
L231.679 -61.5585
L232.792 -60.5815
L233.905 -59.6012
L235.018 -58.6175
L236.131 -57.6306
L237.244 -56.6403
L238.357 -55.6466
L239.47 -54.6497
L240.583 -53.6495
L241.696 -52.646
L242.81 -51.6393
L243.923 -50.6295
L245.036 -49.6165
L246.149 -48.6006
L247.262 -47.5817
L248.375 -46.56
L249.488 -45.5355
L250.601 -44.5084
L251.714 -43.4787
L252.827 -42.4465
L253.941 -41.4121
L255.054 -40.3755
L256.167 -39.3369
L257.28 -38.2963
L258.393 -37.254
L258.393 -69.0555
L258.393 -69.0555
L257.28 -69.5537
L256.167 -70.0651
L255.054 -70.5896
L253.941 -71.1272
L252.827 -71.6777
L251.714 -72.241
L250.601 -72.817
L249.488 -73.4055
L248.375 -74.0065
L247.262 -74.6196
L246.149 -75.2449
L245.036 -75.8821
L243.923 -76.531
L242.81 -77.1914
L241.696 -77.8632
L240.583 -78.5461
L239.47 -79.2398
L238.357 -79.9442
L237.244 -80.659
L236.131 -81.3839
L235.018 -82.1187
L233.905 -82.863
L232.792 -83.6167
L231.679 -84.3793
L230.566 -85.1507
L229.452 -85.9304
L228.339 -86.7181
L227.226 -87.5136
L226.113 -88.3164
L225 -89.1263
L223.887 -89.943
L222.774 -90.7659
L221.661 -91.5949
L220.548 -92.4296
L219.435 -93.2696
L218.321 -94.1145
L217.208 -94.9641
L216.095 -95.8179
L214.982 -96.6757
L213.869 -97.537
L212.756 -98.4016
L211.643 -99.2691
L210.53 -100.139
L209.417 -101.012
L208.304 -101.886
L207.19 -102.762
L206.077 -103.639
L204.964 -104.517
L203.851 -105.396
L202.738 -106.276
L201.625 -107.156
L200.512 -108.035
L199.399 -108.914
L198.286 -109.793
L197.173 -110.671
L196.059 -111.547
L194.946 -112.422
L193.833 -113.296
L192.72 -114.168
L191.607 -115.038
L190.494 -115.905
L189.381 -116.77
L188.268 -117.633
L187.155 -118.492
L186.042 -119.349
L184.928 -120.202
L183.815 -121.052
L182.702 -121.899
L181.589 -122.742
L180.476 -123.58
L179.363 -124.415
L178.25 -125.246
L177.137 -126.072
L176.024 -126.894
L174.911 -127.711
L173.797 -128.524
L172.684 -129.331
L171.571 -130.134
L170.458 -130.931
L169.345 -131.723
L168.232 -132.51
L167.119 -133.291
L166.006 -134.067
L164.893 -134.837
L163.78 -135.601
L162.667 -136.359
L161.553 -137.111
L160.44 -137.857
L159.327 -138.596
L158.214 -139.329
L157.101 -140.056
L155.988 -140.776
L154.875 -141.49
L153.762 -142.197
L152.649 -142.897
L151.536 -143.59
L150.422 -144.276
L149.309 -144.955
L148.196 -145.626
L147.083 -146.291
L145.97 -146.948
L144.857 -147.597
L143.744 -148.239
L142.631 -148.873
L141.518 -149.5
L140.405 -150.119
L139.291 -150.73
L138.178 -151.332
L137.065 -151.927
L135.952 -152.514
L134.839 -153.092
L133.726 -153.662
L132.613 -154.224
L131.5 -154.778
L130.387 -155.322
L129.274 -155.859
L128.16 -156.386
L127.047 -156.905
L125.934 -157.415
L124.821 -157.917
L123.708 -158.409
L122.595 -158.892
L121.482 -159.367
L120.369 -159.832
L119.256 -160.289
L118.143 -160.736
L117.029 -161.174
L115.916 -161.602
L114.803 -162.022
L113.69 -162.432
L112.577 -162.833
L111.464 -163.225
L110.351 -163.607
L109.238 -163.98
L108.125 -164.344
L107.012 -164.698
L105.899 -165.043
L104.785 -165.379
L103.672 -165.705
L102.559 -166.022
L101.446 -166.33
L100.333 -166.629
L99.2199 -166.919
L98.1068 -167.199
L96.9937 -167.471
L95.8806 -167.733
L94.7675 -167.987
L93.6544 -168.232
L92.5413 -168.469
L91.4282 -168.697
L90.3151 -168.916
L89.202 -169.127
L88.0889 -169.33
L86.9758 -169.525
L85.8627 -169.712
L84.7496 -169.892
L83.6365 -170.064
L82.5234 -170.228
L81.4103 -170.386
L80.2973 -170.536
L79.1842 -170.68
L78.0711 -170.817
L76.958 -170.948
L75.8449 -171.073
L74.7318 -171.191
L73.6187 -171.305
L72.5056 -171.413
L71.3925 -171.516
L70.2794 -171.614
L69.1663 -171.707
L68.0532 -171.797
L66.9401 -171.882
L65.827 -171.963
L64.7139 -172.041
L63.6008 -172.116
L62.4877 -172.188
L61.3746 -172.257
L60.2615 -172.324
L59.1484 -172.389
L58.0353 -172.451
L56.9222 -172.513
L55.8091 -172.572
L54.696 -172.631
L53.5829 -172.689
L52.4698 -172.746
L51.3567 -172.802
L50.2436 -172.859
L49.1305 -172.915
L48.0174 -172.971
L46.9043 -173.028
L45.7912 -173.085
L44.6781 -173.142
L43.565 -173.201
L42.4519 -173.26
L41.3388 -173.32
L40.2257 -173.381
L39.1126 -173.444
L37.9995 -173.507
L36.8864 -173.573
z
" id="m91332dec1a" style="stroke:#204a87;stroke-opacity:0.2;stroke-width:0.5;"/>
</defs>
<g clip-path="url(#pe40536ea7a)">
<use style="fill:#729fcf;fill-opacity:0.2;stroke:#204a87;stroke-opacity:0.2;stroke-width:0.5;" x="0.0" xlink:href="#m91332dec1a" y="216.0"/>
</g>
</g>
</g>
</g>
<defs>
<clipPath id="pe40536ea7a">
<rect height="172.8" width="223.2" x="36.0" y="21.6"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View file

@ -1,71 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="216pt" version="1.1" viewBox="0 0 288 216" width="288pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
</style>
</defs>
<g id="figure_1">
<g id="axes_1">
<g id="PathCollection_1">
<defs>
<path d="
M-2.23607 2.23607
L2.23607 -2.23607
M-2.23607 -2.23607
L2.23607 2.23607" id="mf345f0d1ae" style="stroke:#000000;stroke-width:1.5;"/>
</defs>
<g clip-path="url(#pe40536ea7a)">
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="201.62848729" xlink:href="#mf345f0d1ae" y="131.19683215"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="144.241145825" xlink:href="#mf345f0d1ae" y="89.1562848972"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="133.621882123" xlink:href="#mf345f0d1ae" y="72.6738057672"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="132.669840701" xlink:href="#mf345f0d1ae" y="79.1999958501"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="147.548174537" xlink:href="#mf345f0d1ae" y="91.999454633"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="139.387017303" xlink:href="#mf345f0d1ae" y="88.1326613531"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="72.5708399478" xlink:href="#mf345f0d1ae" y="59.2842224514"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="142.618685737" xlink:href="#mf345f0d1ae" y="97.199044173"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="82.939108855" xlink:href="#mf345f0d1ae" y="64.7308071934"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="81.0950810187" xlink:href="#mf345f0d1ae" y="60.66229126"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="198.591261646" xlink:href="#mf345f0d1ae" y="135.773826072"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="84.0449816587" xlink:href="#mf345f0d1ae" y="58.0761447839"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="71.7655276224" xlink:href="#mf345f0d1ae" y="67.1191057798"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="180.658037977" xlink:href="#mf345f0d1ae" y="100.161111317"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="216.920892296" xlink:href="#mf345f0d1ae" y="154.55435221"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="193.984040399" xlink:href="#mf345f0d1ae" y="126.163867313"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="129.263260686" xlink:href="#mf345f0d1ae" y="78.0427341332"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="135.070851701" xlink:href="#mf345f0d1ae" y="83.2546707703"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="192.011511463" xlink:href="#mf345f0d1ae" y="123.837827876"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="78.4887797706" xlink:href="#mf345f0d1ae" y="67.1303939504"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="136.371695297" xlink:href="#mf345f0d1ae" y="84.813232777"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="98.0940544718" xlink:href="#mf345f0d1ae" y="62.7195131365"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="123.64047251" xlink:href="#mf345f0d1ae" y="72.3614005773"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="174.407797149" xlink:href="#mf345f0d1ae" y="108.925792916"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="127.511943555" xlink:href="#mf345f0d1ae" y="66.5554943153"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="68.5302139321" xlink:href="#mf345f0d1ae" y="57.7828925914"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="188.028686539" xlink:href="#mf345f0d1ae" y="119.51417235"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="226.749168694" xlink:href="#mf345f0d1ae" y="158.128068879"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="173.336149461" xlink:href="#mf345f0d1ae" y="114.881643505"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="180.053316018" xlink:href="#mf345f0d1ae" y="115.430114659"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="95.7724330373" xlink:href="#mf345f0d1ae" y="55.2701662967"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="147.902894922" xlink:href="#mf345f0d1ae" y="93.9056666696"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="197.931878921" xlink:href="#mf345f0d1ae" y="143.422355229"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="124.059196565" xlink:href="#mf345f0d1ae" y="72.2275420041"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="226.5794457" xlink:href="#mf345f0d1ae" y="160.708471733"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="149.755697263" xlink:href="#mf345f0d1ae" y="95.0009494223"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="73.3416326498" xlink:href="#mf345f0d1ae" y="56.8612605891"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="102.127354826" xlink:href="#mf345f0d1ae" y="67.6054776845"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="203.221816188" xlink:href="#mf345f0d1ae" y="132.202267836"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="102.291419818" xlink:href="#mf345f0d1ae" y="77.8828138486"/>
</g>
</g>
</g>
</g>
<defs>
<clipPath id="pe40536ea7a">
<rect height="172.8" width="223.2" x="36.0" y="21.6"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 461 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -1,235 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="216pt" version="1.1" viewBox="0 0 288 216" width="288pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
</style>
</defs>
<g id="figure_1">
<g id="axes_1">
<g id="LineCollection_1">
<path clip-path="url(#pe40536ea7a)" d="
M223.24 147.113
L223.24 123.388" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M142.898 99.257
L142.898 75.7878" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M128.031 92.5427
L128.031 69.0654" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M126.698 91.9839
L126.698 68.505" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M147.527 101.521
L147.527 78.0502" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M136.102 96.0802
L136.102 72.6096" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M42.5592 72.7342
L42.5592 48.4257" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M140.626 98.1755
L140.626 74.7063" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M57.0748 73.602
L57.0748 49.871" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M54.4931 73.3626
L54.4931 49.5662" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M218.988 144.259
L218.988 120.59" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M58.623 73.7625
L58.623 50.0649" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M41.4317 72.7172
L41.4317 48.338" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M193.881 127.937
L193.881 104.383" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M244.649 161.817
L244.649 137.352" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M212.538 139.974
L212.538 116.359" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M121.929 90.044
L121.929 66.5591" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M130.059 93.4072
L130.059 69.932" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M209.776 138.158
L209.776 114.558" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M50.8443 73.0856
L50.8443 49.1728" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M131.88 94.1975
L131.88 70.724" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M78.2917 76.8498
L78.2917 53.3306" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M114.057 87.0501
L114.057 63.555" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M185.131 122.513
L185.131 98.9749" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M119.477 89.0835
L119.477 65.5954" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M36.9023 72.7267
L36.9023 48.0147" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M204.2 134.524
L204.2 110.946" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M258.409 171.58
L258.409 145.9" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M183.631 121.6
L183.631 98.0647" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M193.035 127.405
L193.035 103.852" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M75.0414 76.2102
L75.0414 52.6817" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M148.024 101.769
L148.024 78.2974" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M218.065 143.642
L218.065 119.983" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M114.643 87.2641
L114.643 63.7696" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M258.171 171.409
L258.171 145.758" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M150.618 103.076
L150.618 79.6027" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M43.6383 72.7575
L43.6383 48.5125" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M83.9383 78.0783
L83.9383 54.5668" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M225.471 148.619
L225.471 124.857" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M84.168 78.1314
L84.168 54.62" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
</g>
<g id="line2d_1">
<defs>
<path d="
M3 1.83697e-16
L-3 -1.83697e-16" id="m75845cf61a" style="stroke:#a40000;stroke-width:0.5;"/>
</defs>
<g clip-path="url(#pe40536ea7a)">
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="223.239882206" xlink:href="#m75845cf61a" y="147.112536336"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="142.897604155" xlink:href="#m75845cf61a" y="99.2570444633"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="128.030634973" xlink:href="#m75845cf61a" y="92.5427485389"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="126.697776981" xlink:href="#m75845cf61a" y="91.9838711198"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="147.527444352" xlink:href="#m75845cf61a" y="101.521318114"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="136.101824225" xlink:href="#m75845cf61a" y="96.0801879359"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="42.5591759269" xlink:href="#m75845cf61a" y="72.7341717142"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="140.626160032" xlink:href="#m75845cf61a" y="98.1754928071"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="57.074752397" xlink:href="#m75845cf61a" y="73.6020119145"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="54.4931134262" xlink:href="#m75845cf61a" y="73.3625998841"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="218.987766304" xlink:href="#m75845cf61a" y="144.258689683"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="58.6229743222" xlink:href="#m75845cf61a" y="73.7625100798"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="41.4317386714" xlink:href="#m75845cf61a" y="72.7172340192"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="193.881253167" xlink:href="#m75845cf61a" y="127.936814562"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="244.649249215" xlink:href="#m75845cf61a" y="161.816925806"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="212.537656558" xlink:href="#m75845cf61a" y="139.974459219"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="121.928564961" xlink:href="#m75845cf61a" y="90.0439856852"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="130.059192382" xlink:href="#m75845cf61a" y="93.4072188132"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="209.776116049" xlink:href="#m75845cf61a" y="138.157745569"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="50.8442916789" xlink:href="#m75845cf61a" y="73.0855926189"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="131.880373416" xlink:href="#m75845cf61a" y="94.1974818061"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="78.2916762605" xlink:href="#m75845cf61a" y="76.8498282013"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="114.056661514" xlink:href="#m75845cf61a" y="87.0501473493"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="185.130916009" xlink:href="#m75845cf61a" y="122.512958624"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="119.476720977" xlink:href="#m75845cf61a" y="89.0835003668"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="36.9022995049" xlink:href="#m75845cf61a" y="72.7266953884"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="204.200161155" xlink:href="#m75845cf61a" y="134.524196006"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="258.408836172" xlink:href="#m75845cf61a" y="171.57991039"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="183.630609245" xlink:href="#m75845cf61a" y="121.599885204"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="193.034642425" xlink:href="#m75845cf61a" y="127.405097209"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="75.0414062522" xlink:href="#m75845cf61a" y="76.2101548754"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="148.024052891" xlink:href="#m75845cf61a" y="101.768868693"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="218.06463049" xlink:href="#m75845cf61a" y="143.64215277"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="114.642875191" xlink:href="#m75845cf61a" y="87.2640546277"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="258.17122398" xlink:href="#m75845cf61a" y="171.408998114"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="150.617976168" xlink:href="#m75845cf61a" y="103.076337538"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="43.6382857097" xlink:href="#m75845cf61a" y="72.7574527219"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="83.9382967569" xlink:href="#m75845cf61a" y="78.0783113041"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="225.470542663" xlink:href="#m75845cf61a" y="148.618643428"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="84.167987745" xlink:href="#m75845cf61a" y="78.1313968493"/>
</g>
</g>
<g id="line2d_2">
<g clip-path="url(#pe40536ea7a)">
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="223.239882206" xlink:href="#m75845cf61a" y="123.388329348"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="142.897604155" xlink:href="#m75845cf61a" y="75.7877880542"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="128.030634973" xlink:href="#m75845cf61a" y="69.0654138433"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="126.697776981" xlink:href="#m75845cf61a" y="68.5050103729"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="147.527444352" xlink:href="#m75845cf61a" y="78.0501966955"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="136.101824225" xlink:href="#m75845cf61a" y="72.6096442008"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="42.5591759269" xlink:href="#m75845cf61a" y="48.4256514286"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="140.626160032" xlink:href="#m75845cf61a" y="74.7063239872"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="57.074752397" xlink:href="#m75845cf61a" y="49.8710364835"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="54.4931134262" xlink:href="#m75845cf61a" y="49.5661982431"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="218.987766304" xlink:href="#m75845cf61a" y="120.589503398"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="58.6229743222" xlink:href="#m75845cf61a" y="50.0648861044"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="41.4317386714" xlink:href="#m75845cf61a" y="48.3379680434"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="193.881253167" xlink:href="#m75845cf61a" y="104.382523121"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="244.649249215" xlink:href="#m75845cf61a" y="137.3518302"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="212.537656558" xlink:href="#m75845cf61a" y="116.35914473"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="121.928564961" xlink:href="#m75845cf61a" y="66.5591168024"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="130.059192382" xlink:href="#m75845cf61a" y="69.9320227094"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="209.776116049" xlink:href="#m75845cf61a" y="114.557752624"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="50.8442916789" xlink:href="#m75845cf61a" y="49.1727546274"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="131.880373416" xlink:href="#m75845cf61a" y="70.7239829541"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="78.2916762605" xlink:href="#m75845cf61a" y="53.3305971"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="114.056661514" xlink:href="#m75845cf61a" y="63.5549718147"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="185.130916009" xlink:href="#m75845cf61a" y="98.9748673628"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="119.476720977" xlink:href="#m75845cf61a" y="65.5953701743"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="36.9022995049" xlink:href="#m75845cf61a" y="48.0147407152"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="204.200161155" xlink:href="#m75845cf61a" y="110.946028245"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="258.408836172" xlink:href="#m75845cf61a" y="145.90042709"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="183.630609245" xlink:href="#m75845cf61a" y="98.0646875326"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="193.034642425" xlink:href="#m75845cf61a" y="103.852383785"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="75.0414062522" xlink:href="#m75845cf61a" y="52.6817455758"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="148.024052891" xlink:href="#m75845cf61a" y="78.2974126758"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="218.06463049" xlink:href="#m75845cf61a" y="119.98259714"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="114.642875191" xlink:href="#m75845cf61a" y="63.7696087256"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="258.17122398" xlink:href="#m75845cf61a" y="145.757597446"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="150.617976168" xlink:href="#m75845cf61a" y="79.6027197807"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="43.6382857097" xlink:href="#m75845cf61a" y="48.5124914517"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="83.9382967569" xlink:href="#m75845cf61a" y="54.5667550265"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="225.470542663" xlink:href="#m75845cf61a" y="124.857337481"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="84.167987745" xlink:href="#m75845cf61a" y="54.6200032452"/>
</g>
</g>
</g>
</g>
<defs>
<clipPath id="pe40536ea7a">
<rect height="172.8" width="223.2" x="36.0" y="21.6"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View file

@ -1,60 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="216pt" version="1.1" viewBox="0 0 288 216" width="288pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
</style>
</defs>
<g id="figure_1">
<g id="axes_1">
<g id="line2d_1">
<path clip-path="url(#pe40536ea7a)" d="
M36.8864 36.7031
L42.4519 35.548
L48.0174 34.6335
L53.5829 33.974
L59.1484 33.5829
L63.6008 33.4715
L68.0532 33.5457
L72.5056 33.8106
L76.958 34.2709
L81.4103 34.9306
L85.8627 35.7934
L90.3151 36.8619
L94.7675 38.1382
L99.2199 39.6237
L103.672 41.3191
L108.125 43.2243
L112.577 45.3383
L117.029 47.6596
L121.482 50.1856
L127.047 53.6261
L132.613 57.3734
L138.178 61.4175
L143.744 65.7467
L149.309 70.3472
L154.875 75.2037
L161.553 81.3453
L168.232 87.7986
L176.024 95.6739
L183.815 103.865
L193.833 114.754
L207.19 129.664
L230.566 155.822
L240.583 166.663
L248.375 174.803
L256.167 182.619
L258.393 184.783
L258.393 184.783" style="fill:none;stroke:#3465a4;stroke-linecap:square;stroke-width:2;"/>
</g>
</g>
</g>
<defs>
<clipPath id="pe40536ea7a">
<rect height="172.8" width="223.2" x="36.0" y="21.6"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View file

@ -1,71 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="216pt" version="1.1" viewBox="0 0 288 216" width="288pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
</style>
</defs>
<g id="figure_1">
<g id="axes_1">
<g id="PathCollection_1">
<defs>
<path d="
M-2.23607 2.23607
L2.23607 -2.23607
M-2.23607 -2.23607
L2.23607 2.23607" id="mf345f0d1ae" style="stroke:#000000;stroke-width:1.5;"/>
</defs>
<g clip-path="url(#pe40536ea7a)">
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="201.62848729" xlink:href="#mf345f0d1ae" y="131.19683215"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="144.241145825" xlink:href="#mf345f0d1ae" y="89.1562848972"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="133.621882123" xlink:href="#mf345f0d1ae" y="72.6738057672"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="132.669840701" xlink:href="#mf345f0d1ae" y="79.1999958501"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="147.548174537" xlink:href="#mf345f0d1ae" y="91.999454633"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="139.387017303" xlink:href="#mf345f0d1ae" y="88.1326613531"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="72.5708399478" xlink:href="#mf345f0d1ae" y="59.2842224514"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="142.618685737" xlink:href="#mf345f0d1ae" y="97.199044173"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="82.939108855" xlink:href="#mf345f0d1ae" y="64.7308071934"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="81.0950810187" xlink:href="#mf345f0d1ae" y="60.66229126"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="198.591261646" xlink:href="#mf345f0d1ae" y="135.773826072"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="84.0449816587" xlink:href="#mf345f0d1ae" y="58.0761447839"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="71.7655276224" xlink:href="#mf345f0d1ae" y="67.1191057798"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="180.658037977" xlink:href="#mf345f0d1ae" y="100.161111317"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="216.920892296" xlink:href="#mf345f0d1ae" y="154.55435221"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="193.984040399" xlink:href="#mf345f0d1ae" y="126.163867313"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="129.263260686" xlink:href="#mf345f0d1ae" y="78.0427341332"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="135.070851701" xlink:href="#mf345f0d1ae" y="83.2546707703"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="192.011511463" xlink:href="#mf345f0d1ae" y="123.837827876"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="78.4887797706" xlink:href="#mf345f0d1ae" y="67.1303939504"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="136.371695297" xlink:href="#mf345f0d1ae" y="84.813232777"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="98.0940544718" xlink:href="#mf345f0d1ae" y="62.7195131365"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="123.64047251" xlink:href="#mf345f0d1ae" y="72.3614005773"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="174.407797149" xlink:href="#mf345f0d1ae" y="108.925792916"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="127.511943555" xlink:href="#mf345f0d1ae" y="66.5554943153"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="68.5302139321" xlink:href="#mf345f0d1ae" y="57.7828925914"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="188.028686539" xlink:href="#mf345f0d1ae" y="119.51417235"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="226.749168694" xlink:href="#mf345f0d1ae" y="158.128068879"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="173.336149461" xlink:href="#mf345f0d1ae" y="114.881643505"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="180.053316018" xlink:href="#mf345f0d1ae" y="115.430114659"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="95.7724330373" xlink:href="#mf345f0d1ae" y="55.2701662967"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="147.902894922" xlink:href="#mf345f0d1ae" y="93.9056666696"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="197.931878921" xlink:href="#mf345f0d1ae" y="143.422355229"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="124.059196565" xlink:href="#mf345f0d1ae" y="72.2275420041"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="226.5794457" xlink:href="#mf345f0d1ae" y="160.708471733"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="149.755697263" xlink:href="#mf345f0d1ae" y="95.0009494223"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="73.3416326498" xlink:href="#mf345f0d1ae" y="56.8612605891"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="102.127354826" xlink:href="#mf345f0d1ae" y="67.6054776845"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="203.221816188" xlink:href="#mf345f0d1ae" y="132.202267836"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="102.291419818" xlink:href="#mf345f0d1ae" y="77.8828138486"/>
</g>
</g>
</g>
</g>
<defs>
<clipPath id="pe40536ea7a">
<rect height="172.8" width="223.2" x="36.0" y="21.6"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

View file

@ -1,432 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="216pt" version="1.1" viewBox="0 0 288 216" width="288pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
</style>
</defs>
<g id="figure_1">
<g id="axes_1">
<g id="PolyCollection_1">
<defs>
<path d="
M36.8864 -173.573
L36.8864 -144.28
L37.9995 -144.702
L39.1126 -145.109
L40.2257 -145.502
L41.3388 -145.88
L42.4519 -146.243
L43.565 -146.592
L44.6781 -146.926
L45.7912 -147.245
L46.9043 -147.549
L48.0174 -147.838
L49.1305 -148.113
L50.2436 -148.372
L51.3567 -148.617
L52.4698 -148.847
L53.5829 -149.063
L54.696 -149.263
L55.8091 -149.45
L56.9222 -149.621
L58.0353 -149.779
L59.1484 -149.922
L60.2615 -150.05
L61.3746 -150.165
L62.4877 -150.266
L63.6008 -150.353
L64.7139 -150.427
L65.827 -150.487
L66.9401 -150.533
L68.0532 -150.567
L69.1663 -150.587
L70.2794 -150.595
L71.3925 -150.59
L72.5056 -150.572
L73.6187 -150.542
L74.7318 -150.5
L75.8449 -150.446
L76.958 -150.38
L78.0711 -150.302
L79.1842 -150.212
L80.2973 -150.111
L81.4103 -149.999
L82.5234 -149.876
L83.6365 -149.741
L84.7496 -149.596
L85.8627 -149.44
L86.9758 -149.273
L88.0889 -149.096
L89.202 -148.908
L90.3151 -148.71
L91.4282 -148.501
L92.5413 -148.283
L93.6544 -148.054
L94.7675 -147.815
L95.8806 -147.567
L96.9937 -147.308
L98.1068 -147.04
L99.2199 -146.762
L100.333 -146.474
L101.446 -146.177
L102.559 -145.87
L103.672 -145.553
L104.785 -145.227
L105.899 -144.892
L107.012 -144.547
L108.125 -144.193
L109.238 -143.83
L110.351 -143.457
L111.464 -143.075
L112.577 -142.684
L113.69 -142.283
L114.803 -141.874
L115.916 -141.455
L117.029 -141.027
L118.143 -140.59
L119.256 -140.144
L120.369 -139.689
L121.482 -139.225
L122.595 -138.752
L123.708 -138.27
L124.821 -137.78
L125.934 -137.28
L127.047 -136.772
L128.16 -136.255
L129.274 -135.729
L130.387 -135.194
L131.5 -134.651
L132.613 -134.099
L133.726 -133.539
L134.839 -132.97
L135.952 -132.393
L137.065 -131.808
L138.178 -131.214
L139.291 -130.612
L140.405 -130.002
L141.518 -129.383
L142.631 -128.757
L143.744 -128.123
L144.857 -127.481
L145.97 -126.831
L147.083 -126.173
L148.196 -125.508
L149.309 -124.835
L150.422 -124.155
L151.536 -123.467
L152.649 -122.773
L153.762 -122.071
L154.875 -121.362
L155.988 -120.646
L157.101 -119.923
L158.214 -119.194
L159.327 -118.458
L160.44 -117.716
L161.553 -116.967
L162.667 -116.213
L163.78 -115.452
L164.893 -114.685
L166.006 -113.912
L167.119 -113.133
L168.232 -112.349
L169.345 -111.56
L170.458 -110.765
L171.571 -109.965
L172.684 -109.16
L173.797 -108.349
L174.911 -107.534
L176.024 -106.715
L177.137 -105.89
L178.25 -105.062
L179.363 -104.229
L180.476 -103.391
L181.589 -102.55
L182.702 -101.705
L183.815 -100.855
L184.928 -100.002
L186.042 -99.1458
L187.155 -98.2857
L188.268 -97.422
L189.381 -96.5551
L190.494 -95.6849
L191.607 -94.8115
L192.72 -93.935
L193.833 -93.0555
L194.946 -92.1731
L196.059 -91.2879
L197.173 -90.3998
L198.286 -89.509
L199.399 -88.6155
L200.512 -87.7194
L201.625 -86.8207
L202.738 -85.9194
L203.851 -85.0155
L204.964 -84.1092
L206.077 -83.2003
L207.19 -82.2889
L208.304 -81.3751
L209.417 -80.4587
L210.53 -79.5398
L211.643 -78.6184
L212.756 -77.6944
L213.869 -76.7679
L214.982 -75.8388
L216.095 -74.907
L217.208 -73.9725
L218.321 -73.0353
L219.435 -72.0953
L220.548 -71.1525
L221.661 -70.2068
L222.774 -69.2583
L223.887 -68.3067
L225 -67.3521
L226.113 -66.3944
L227.226 -65.4336
L228.339 -64.4697
L229.452 -63.5025
L230.566 -62.5321
L231.679 -61.5585
L232.792 -60.5815
L233.905 -59.6012
L235.018 -58.6175
L236.131 -57.6306
L237.244 -56.6403
L238.357 -55.6466
L239.47 -54.6497
L240.583 -53.6495
L241.696 -52.646
L242.81 -51.6393
L243.923 -50.6295
L245.036 -49.6165
L246.149 -48.6006
L247.262 -47.5817
L248.375 -46.56
L249.488 -45.5355
L250.601 -44.5084
L251.714 -43.4787
L252.827 -42.4465
L253.941 -41.4121
L255.054 -40.3755
L256.167 -39.3369
L257.28 -38.2963
L258.393 -37.254
L258.393 -69.0555
L258.393 -69.0555
L257.28 -69.5537
L256.167 -70.0651
L255.054 -70.5896
L253.941 -71.1272
L252.827 -71.6777
L251.714 -72.241
L250.601 -72.817
L249.488 -73.4055
L248.375 -74.0065
L247.262 -74.6196
L246.149 -75.2449
L245.036 -75.8821
L243.923 -76.531
L242.81 -77.1914
L241.696 -77.8632
L240.583 -78.5461
L239.47 -79.2398
L238.357 -79.9442
L237.244 -80.659
L236.131 -81.3839
L235.018 -82.1187
L233.905 -82.863
L232.792 -83.6167
L231.679 -84.3793
L230.566 -85.1507
L229.452 -85.9304
L228.339 -86.7181
L227.226 -87.5136
L226.113 -88.3164
L225 -89.1263
L223.887 -89.943
L222.774 -90.7659
L221.661 -91.5949
L220.548 -92.4296
L219.435 -93.2696
L218.321 -94.1145
L217.208 -94.9641
L216.095 -95.8179
L214.982 -96.6757
L213.869 -97.537
L212.756 -98.4016
L211.643 -99.2691
L210.53 -100.139
L209.417 -101.012
L208.304 -101.886
L207.19 -102.762
L206.077 -103.639
L204.964 -104.517
L203.851 -105.396
L202.738 -106.276
L201.625 -107.156
L200.512 -108.035
L199.399 -108.914
L198.286 -109.793
L197.173 -110.671
L196.059 -111.547
L194.946 -112.422
L193.833 -113.296
L192.72 -114.168
L191.607 -115.038
L190.494 -115.905
L189.381 -116.77
L188.268 -117.633
L187.155 -118.492
L186.042 -119.349
L184.928 -120.202
L183.815 -121.052
L182.702 -121.899
L181.589 -122.742
L180.476 -123.58
L179.363 -124.415
L178.25 -125.246
L177.137 -126.072
L176.024 -126.894
L174.911 -127.711
L173.797 -128.524
L172.684 -129.331
L171.571 -130.134
L170.458 -130.931
L169.345 -131.723
L168.232 -132.51
L167.119 -133.291
L166.006 -134.067
L164.893 -134.837
L163.78 -135.601
L162.667 -136.359
L161.553 -137.111
L160.44 -137.857
L159.327 -138.596
L158.214 -139.329
L157.101 -140.056
L155.988 -140.776
L154.875 -141.49
L153.762 -142.197
L152.649 -142.897
L151.536 -143.59
L150.422 -144.276
L149.309 -144.955
L148.196 -145.626
L147.083 -146.291
L145.97 -146.948
L144.857 -147.597
L143.744 -148.239
L142.631 -148.873
L141.518 -149.5
L140.405 -150.119
L139.291 -150.73
L138.178 -151.332
L137.065 -151.927
L135.952 -152.514
L134.839 -153.092
L133.726 -153.662
L132.613 -154.224
L131.5 -154.778
L130.387 -155.322
L129.274 -155.859
L128.16 -156.386
L127.047 -156.905
L125.934 -157.415
L124.821 -157.917
L123.708 -158.409
L122.595 -158.892
L121.482 -159.367
L120.369 -159.832
L119.256 -160.289
L118.143 -160.736
L117.029 -161.174
L115.916 -161.602
L114.803 -162.022
L113.69 -162.432
L112.577 -162.833
L111.464 -163.225
L110.351 -163.607
L109.238 -163.98
L108.125 -164.344
L107.012 -164.698
L105.899 -165.043
L104.785 -165.379
L103.672 -165.705
L102.559 -166.022
L101.446 -166.33
L100.333 -166.629
L99.2199 -166.919
L98.1068 -167.199
L96.9937 -167.471
L95.8806 -167.733
L94.7675 -167.987
L93.6544 -168.232
L92.5413 -168.469
L91.4282 -168.697
L90.3151 -168.916
L89.202 -169.127
L88.0889 -169.33
L86.9758 -169.525
L85.8627 -169.712
L84.7496 -169.892
L83.6365 -170.064
L82.5234 -170.228
L81.4103 -170.386
L80.2973 -170.536
L79.1842 -170.68
L78.0711 -170.817
L76.958 -170.948
L75.8449 -171.073
L74.7318 -171.191
L73.6187 -171.305
L72.5056 -171.413
L71.3925 -171.516
L70.2794 -171.614
L69.1663 -171.707
L68.0532 -171.797
L66.9401 -171.882
L65.827 -171.963
L64.7139 -172.041
L63.6008 -172.116
L62.4877 -172.188
L61.3746 -172.257
L60.2615 -172.324
L59.1484 -172.389
L58.0353 -172.451
L56.9222 -172.513
L55.8091 -172.572
L54.696 -172.631
L53.5829 -172.689
L52.4698 -172.746
L51.3567 -172.802
L50.2436 -172.859
L49.1305 -172.915
L48.0174 -172.971
L46.9043 -173.028
L45.7912 -173.085
L44.6781 -173.142
L43.565 -173.201
L42.4519 -173.26
L41.3388 -173.32
L40.2257 -173.381
L39.1126 -173.444
L37.9995 -173.507
L36.8864 -173.573
z
" id="m91332dec1a" style="stroke:#204a87;stroke-opacity:0.2;stroke-width:0.5;"/>
</defs>
<g clip-path="url(#pe40536ea7a)">
<use style="fill:#729fcf;fill-opacity:0.2;stroke:#204a87;stroke-opacity:0.2;stroke-width:0.5;" x="0.0" xlink:href="#m91332dec1a" y="216.0"/>
</g>
</g>
</g>
</g>
<defs>
<clipPath id="pe40536ea7a">
<rect height="172.8" width="223.2" x="36.0" y="21.6"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View file

@ -1,60 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="216pt" version="1.1" viewBox="0 0 288 216" width="288pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
</style>
</defs>
<g id="figure_1">
<g id="axes_1">
<g id="line2d_1">
<path clip-path="url(#pe40536ea7a)" d="
M36.8864 36.7031
L42.4519 35.548
L48.0174 34.6335
L53.5829 33.974
L59.1484 33.5829
L63.6008 33.4715
L68.0532 33.5457
L72.5056 33.8106
L76.958 34.2709
L81.4103 34.9306
L85.8627 35.7934
L90.3151 36.8619
L94.7675 38.1382
L99.2199 39.6237
L103.672 41.3191
L108.125 43.2243
L112.577 45.3383
L117.029 47.6596
L121.482 50.1856
L127.047 53.6261
L132.613 57.3734
L138.178 61.4175
L143.744 65.7467
L149.309 70.3472
L154.875 75.2037
L161.553 81.3453
L168.232 87.7986
L176.024 95.6739
L183.815 103.865
L193.833 114.754
L207.19 129.664
L230.566 155.822
L240.583 166.663
L248.375 174.803
L256.167 182.619
L258.393 184.783
L258.393 184.783" style="fill:none;stroke:#3465a4;stroke-linecap:square;stroke-width:2;"/>
</g>
</g>
</g>
<defs>
<clipPath id="pe40536ea7a">
<rect height="172.8" width="223.2" x="36.0" y="21.6"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 461 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

View file

@ -1,432 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="216pt" version="1.1" viewBox="0 0 288 216" width="288pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
</style>
</defs>
<g id="figure_1">
<g id="axes_1">
<g id="PolyCollection_1">
<defs>
<path d="
M36.8864 -173.573
L36.8864 -144.28
L37.9995 -144.702
L39.1126 -145.109
L40.2257 -145.502
L41.3388 -145.88
L42.4519 -146.243
L43.565 -146.592
L44.6781 -146.926
L45.7912 -147.245
L46.9043 -147.549
L48.0174 -147.838
L49.1305 -148.113
L50.2436 -148.372
L51.3567 -148.617
L52.4698 -148.847
L53.5829 -149.063
L54.696 -149.263
L55.8091 -149.45
L56.9222 -149.621
L58.0353 -149.779
L59.1484 -149.922
L60.2615 -150.05
L61.3746 -150.165
L62.4877 -150.266
L63.6008 -150.353
L64.7139 -150.427
L65.827 -150.487
L66.9401 -150.533
L68.0532 -150.567
L69.1663 -150.587
L70.2794 -150.595
L71.3925 -150.59
L72.5056 -150.572
L73.6187 -150.542
L74.7318 -150.5
L75.8449 -150.446
L76.958 -150.38
L78.0711 -150.302
L79.1842 -150.212
L80.2973 -150.111
L81.4103 -149.999
L82.5234 -149.876
L83.6365 -149.741
L84.7496 -149.596
L85.8627 -149.44
L86.9758 -149.273
L88.0889 -149.096
L89.202 -148.908
L90.3151 -148.71
L91.4282 -148.501
L92.5413 -148.283
L93.6544 -148.054
L94.7675 -147.815
L95.8806 -147.567
L96.9937 -147.308
L98.1068 -147.04
L99.2199 -146.762
L100.333 -146.474
L101.446 -146.177
L102.559 -145.87
L103.672 -145.553
L104.785 -145.227
L105.899 -144.892
L107.012 -144.547
L108.125 -144.193
L109.238 -143.83
L110.351 -143.457
L111.464 -143.075
L112.577 -142.684
L113.69 -142.283
L114.803 -141.874
L115.916 -141.455
L117.029 -141.027
L118.143 -140.59
L119.256 -140.144
L120.369 -139.689
L121.482 -139.225
L122.595 -138.752
L123.708 -138.27
L124.821 -137.78
L125.934 -137.28
L127.047 -136.772
L128.16 -136.255
L129.274 -135.729
L130.387 -135.194
L131.5 -134.651
L132.613 -134.099
L133.726 -133.539
L134.839 -132.97
L135.952 -132.393
L137.065 -131.808
L138.178 -131.214
L139.291 -130.612
L140.405 -130.002
L141.518 -129.383
L142.631 -128.757
L143.744 -128.123
L144.857 -127.481
L145.97 -126.831
L147.083 -126.173
L148.196 -125.508
L149.309 -124.835
L150.422 -124.155
L151.536 -123.467
L152.649 -122.773
L153.762 -122.071
L154.875 -121.362
L155.988 -120.646
L157.101 -119.923
L158.214 -119.194
L159.327 -118.458
L160.44 -117.716
L161.553 -116.967
L162.667 -116.213
L163.78 -115.452
L164.893 -114.685
L166.006 -113.912
L167.119 -113.133
L168.232 -112.349
L169.345 -111.56
L170.458 -110.765
L171.571 -109.965
L172.684 -109.16
L173.797 -108.349
L174.911 -107.534
L176.024 -106.715
L177.137 -105.89
L178.25 -105.062
L179.363 -104.229
L180.476 -103.391
L181.589 -102.55
L182.702 -101.705
L183.815 -100.855
L184.928 -100.002
L186.042 -99.1458
L187.155 -98.2857
L188.268 -97.422
L189.381 -96.5551
L190.494 -95.6849
L191.607 -94.8115
L192.72 -93.935
L193.833 -93.0555
L194.946 -92.1731
L196.059 -91.2879
L197.173 -90.3998
L198.286 -89.509
L199.399 -88.6155
L200.512 -87.7194
L201.625 -86.8207
L202.738 -85.9194
L203.851 -85.0155
L204.964 -84.1092
L206.077 -83.2003
L207.19 -82.2889
L208.304 -81.3751
L209.417 -80.4587
L210.53 -79.5398
L211.643 -78.6184
L212.756 -77.6944
L213.869 -76.7679
L214.982 -75.8388
L216.095 -74.907
L217.208 -73.9725
L218.321 -73.0353
L219.435 -72.0953
L220.548 -71.1525
L221.661 -70.2068
L222.774 -69.2583
L223.887 -68.3067
L225 -67.3521
L226.113 -66.3944
L227.226 -65.4336
L228.339 -64.4697
L229.452 -63.5025
L230.566 -62.5321
L231.679 -61.5585
L232.792 -60.5815
L233.905 -59.6012
L235.018 -58.6175
L236.131 -57.6306
L237.244 -56.6403
L238.357 -55.6466
L239.47 -54.6497
L240.583 -53.6495
L241.696 -52.646
L242.81 -51.6393
L243.923 -50.6295
L245.036 -49.6165
L246.149 -48.6006
L247.262 -47.5817
L248.375 -46.56
L249.488 -45.5355
L250.601 -44.5084
L251.714 -43.4787
L252.827 -42.4465
L253.941 -41.4121
L255.054 -40.3755
L256.167 -39.3369
L257.28 -38.2963
L258.393 -37.254
L258.393 -69.0555
L258.393 -69.0555
L257.28 -69.5537
L256.167 -70.0651
L255.054 -70.5896
L253.941 -71.1272
L252.827 -71.6777
L251.714 -72.241
L250.601 -72.817
L249.488 -73.4055
L248.375 -74.0065
L247.262 -74.6196
L246.149 -75.2449
L245.036 -75.8821
L243.923 -76.531
L242.81 -77.1914
L241.696 -77.8632
L240.583 -78.5461
L239.47 -79.2398
L238.357 -79.9442
L237.244 -80.659
L236.131 -81.3839
L235.018 -82.1187
L233.905 -82.863
L232.792 -83.6167
L231.679 -84.3793
L230.566 -85.1507
L229.452 -85.9304
L228.339 -86.7181
L227.226 -87.5136
L226.113 -88.3164
L225 -89.1263
L223.887 -89.943
L222.774 -90.7659
L221.661 -91.5949
L220.548 -92.4296
L219.435 -93.2696
L218.321 -94.1145
L217.208 -94.9641
L216.095 -95.8179
L214.982 -96.6757
L213.869 -97.537
L212.756 -98.4016
L211.643 -99.2691
L210.53 -100.139
L209.417 -101.012
L208.304 -101.886
L207.19 -102.762
L206.077 -103.639
L204.964 -104.517
L203.851 -105.396
L202.738 -106.276
L201.625 -107.156
L200.512 -108.035
L199.399 -108.914
L198.286 -109.793
L197.173 -110.671
L196.059 -111.547
L194.946 -112.422
L193.833 -113.296
L192.72 -114.168
L191.607 -115.038
L190.494 -115.905
L189.381 -116.77
L188.268 -117.633
L187.155 -118.492
L186.042 -119.349
L184.928 -120.202
L183.815 -121.052
L182.702 -121.899
L181.589 -122.742
L180.476 -123.58
L179.363 -124.415
L178.25 -125.246
L177.137 -126.072
L176.024 -126.894
L174.911 -127.711
L173.797 -128.524
L172.684 -129.331
L171.571 -130.134
L170.458 -130.931
L169.345 -131.723
L168.232 -132.51
L167.119 -133.291
L166.006 -134.067
L164.893 -134.837
L163.78 -135.601
L162.667 -136.359
L161.553 -137.111
L160.44 -137.857
L159.327 -138.596
L158.214 -139.329
L157.101 -140.056
L155.988 -140.776
L154.875 -141.49
L153.762 -142.197
L152.649 -142.897
L151.536 -143.59
L150.422 -144.276
L149.309 -144.955
L148.196 -145.626
L147.083 -146.291
L145.97 -146.948
L144.857 -147.597
L143.744 -148.239
L142.631 -148.873
L141.518 -149.5
L140.405 -150.119
L139.291 -150.73
L138.178 -151.332
L137.065 -151.927
L135.952 -152.514
L134.839 -153.092
L133.726 -153.662
L132.613 -154.224
L131.5 -154.778
L130.387 -155.322
L129.274 -155.859
L128.16 -156.386
L127.047 -156.905
L125.934 -157.415
L124.821 -157.917
L123.708 -158.409
L122.595 -158.892
L121.482 -159.367
L120.369 -159.832
L119.256 -160.289
L118.143 -160.736
L117.029 -161.174
L115.916 -161.602
L114.803 -162.022
L113.69 -162.432
L112.577 -162.833
L111.464 -163.225
L110.351 -163.607
L109.238 -163.98
L108.125 -164.344
L107.012 -164.698
L105.899 -165.043
L104.785 -165.379
L103.672 -165.705
L102.559 -166.022
L101.446 -166.33
L100.333 -166.629
L99.2199 -166.919
L98.1068 -167.199
L96.9937 -167.471
L95.8806 -167.733
L94.7675 -167.987
L93.6544 -168.232
L92.5413 -168.469
L91.4282 -168.697
L90.3151 -168.916
L89.202 -169.127
L88.0889 -169.33
L86.9758 -169.525
L85.8627 -169.712
L84.7496 -169.892
L83.6365 -170.064
L82.5234 -170.228
L81.4103 -170.386
L80.2973 -170.536
L79.1842 -170.68
L78.0711 -170.817
L76.958 -170.948
L75.8449 -171.073
L74.7318 -171.191
L73.6187 -171.305
L72.5056 -171.413
L71.3925 -171.516
L70.2794 -171.614
L69.1663 -171.707
L68.0532 -171.797
L66.9401 -171.882
L65.827 -171.963
L64.7139 -172.041
L63.6008 -172.116
L62.4877 -172.188
L61.3746 -172.257
L60.2615 -172.324
L59.1484 -172.389
L58.0353 -172.451
L56.9222 -172.513
L55.8091 -172.572
L54.696 -172.631
L53.5829 -172.689
L52.4698 -172.746
L51.3567 -172.802
L50.2436 -172.859
L49.1305 -172.915
L48.0174 -172.971
L46.9043 -173.028
L45.7912 -173.085
L44.6781 -173.142
L43.565 -173.201
L42.4519 -173.26
L41.3388 -173.32
L40.2257 -173.381
L39.1126 -173.444
L37.9995 -173.507
L36.8864 -173.573
z
" id="m91332dec1a" style="stroke:#204a87;stroke-opacity:0.2;stroke-width:0.5;"/>
</defs>
<g clip-path="url(#pe40536ea7a)">
<use style="fill:#729fcf;fill-opacity:0.2;stroke:#204a87;stroke-opacity:0.2;stroke-width:0.5;" x="0.0" xlink:href="#m91332dec1a" y="216.0"/>
</g>
</g>
</g>
</g>
<defs>
<clipPath id="pe40536ea7a">
<rect height="172.8" width="223.2" x="36.0" y="21.6"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View file

@ -1,71 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="216pt" version="1.1" viewBox="0 0 288 216" width="288pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
</style>
</defs>
<g id="figure_1">
<g id="axes_1">
<g id="PathCollection_1">
<defs>
<path d="
M-2.23607 2.23607
L2.23607 -2.23607
M-2.23607 -2.23607
L2.23607 2.23607" id="mf345f0d1ae" style="stroke:#000000;stroke-width:1.5;"/>
</defs>
<g clip-path="url(#pe40536ea7a)">
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="201.62848729" xlink:href="#mf345f0d1ae" y="131.19683215"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="144.241145825" xlink:href="#mf345f0d1ae" y="89.1562848972"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="133.621882123" xlink:href="#mf345f0d1ae" y="72.6738057672"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="132.669840701" xlink:href="#mf345f0d1ae" y="79.1999958501"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="147.548174537" xlink:href="#mf345f0d1ae" y="91.999454633"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="139.387017303" xlink:href="#mf345f0d1ae" y="88.1326613531"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="72.5708399478" xlink:href="#mf345f0d1ae" y="59.2842224514"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="142.618685737" xlink:href="#mf345f0d1ae" y="97.199044173"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="82.939108855" xlink:href="#mf345f0d1ae" y="64.7308071934"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="81.0950810187" xlink:href="#mf345f0d1ae" y="60.66229126"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="198.591261646" xlink:href="#mf345f0d1ae" y="135.773826072"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="84.0449816587" xlink:href="#mf345f0d1ae" y="58.0761447839"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="71.7655276224" xlink:href="#mf345f0d1ae" y="67.1191057798"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="180.658037977" xlink:href="#mf345f0d1ae" y="100.161111317"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="216.920892296" xlink:href="#mf345f0d1ae" y="154.55435221"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="193.984040399" xlink:href="#mf345f0d1ae" y="126.163867313"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="129.263260686" xlink:href="#mf345f0d1ae" y="78.0427341332"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="135.070851701" xlink:href="#mf345f0d1ae" y="83.2546707703"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="192.011511463" xlink:href="#mf345f0d1ae" y="123.837827876"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="78.4887797706" xlink:href="#mf345f0d1ae" y="67.1303939504"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="136.371695297" xlink:href="#mf345f0d1ae" y="84.813232777"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="98.0940544718" xlink:href="#mf345f0d1ae" y="62.7195131365"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="123.64047251" xlink:href="#mf345f0d1ae" y="72.3614005773"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="174.407797149" xlink:href="#mf345f0d1ae" y="108.925792916"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="127.511943555" xlink:href="#mf345f0d1ae" y="66.5554943153"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="68.5302139321" xlink:href="#mf345f0d1ae" y="57.7828925914"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="188.028686539" xlink:href="#mf345f0d1ae" y="119.51417235"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="226.749168694" xlink:href="#mf345f0d1ae" y="158.128068879"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="173.336149461" xlink:href="#mf345f0d1ae" y="114.881643505"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="180.053316018" xlink:href="#mf345f0d1ae" y="115.430114659"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="95.7724330373" xlink:href="#mf345f0d1ae" y="55.2701662967"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="147.902894922" xlink:href="#mf345f0d1ae" y="93.9056666696"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="197.931878921" xlink:href="#mf345f0d1ae" y="143.422355229"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="124.059196565" xlink:href="#mf345f0d1ae" y="72.2275420041"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="226.5794457" xlink:href="#mf345f0d1ae" y="160.708471733"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="149.755697263" xlink:href="#mf345f0d1ae" y="95.0009494223"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="73.3416326498" xlink:href="#mf345f0d1ae" y="56.8612605891"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="102.127354826" xlink:href="#mf345f0d1ae" y="67.6054776845"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="203.221816188" xlink:href="#mf345f0d1ae" y="132.202267836"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="102.291419818" xlink:href="#mf345f0d1ae" y="77.8828138486"/>
</g>
</g>
</g>
</g>
<defs>
<clipPath id="pe40536ea7a">
<rect height="172.8" width="223.2" x="36.0" y="21.6"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 461 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -1,235 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="216pt" version="1.1" viewBox="0 0 288 216" width="288pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
</style>
</defs>
<g id="figure_1">
<g id="axes_1">
<g id="LineCollection_1">
<path clip-path="url(#pe40536ea7a)" d="
M223.24 147.113
L223.24 123.388" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M142.898 99.257
L142.898 75.7878" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M128.031 92.5427
L128.031 69.0654" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M126.698 91.9839
L126.698 68.505" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M147.527 101.521
L147.527 78.0502" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M136.102 96.0802
L136.102 72.6096" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M42.5592 72.7342
L42.5592 48.4257" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M140.626 98.1755
L140.626 74.7063" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M57.0748 73.602
L57.0748 49.871" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M54.4931 73.3626
L54.4931 49.5662" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M218.988 144.259
L218.988 120.59" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M58.623 73.7625
L58.623 50.0649" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M41.4317 72.7172
L41.4317 48.338" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M193.881 127.937
L193.881 104.383" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M244.649 161.817
L244.649 137.352" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M212.538 139.974
L212.538 116.359" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M121.929 90.044
L121.929 66.5591" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M130.059 93.4072
L130.059 69.932" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M209.776 138.158
L209.776 114.558" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M50.8443 73.0856
L50.8443 49.1728" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M131.88 94.1975
L131.88 70.724" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M78.2917 76.8498
L78.2917 53.3306" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M114.057 87.0501
L114.057 63.555" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M185.131 122.513
L185.131 98.9749" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M119.477 89.0835
L119.477 65.5954" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M36.9023 72.7267
L36.9023 48.0147" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M204.2 134.524
L204.2 110.946" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M258.409 171.58
L258.409 145.9" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M183.631 121.6
L183.631 98.0647" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M193.035 127.405
L193.035 103.852" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M75.0414 76.2102
L75.0414 52.6817" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M148.024 101.769
L148.024 78.2974" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M218.065 143.642
L218.065 119.983" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M114.643 87.2641
L114.643 63.7696" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M258.171 171.409
L258.171 145.758" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M150.618 103.076
L150.618 79.6027" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M43.6383 72.7575
L43.6383 48.5125" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M83.9383 78.0783
L83.9383 54.5668" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M225.471 148.619
L225.471 124.857" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
<path clip-path="url(#pe40536ea7a)" d="
M84.168 78.1314
L84.168 54.62" style="fill:none;stroke:#a40000;stroke-opacity:0.5;stroke-width:0.5;"/>
</g>
<g id="line2d_1">
<defs>
<path d="
M3 1.83697e-16
L-3 -1.83697e-16" id="m75845cf61a" style="stroke:#a40000;stroke-width:0.5;"/>
</defs>
<g clip-path="url(#pe40536ea7a)">
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="223.239882206" xlink:href="#m75845cf61a" y="147.112536336"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="142.897604155" xlink:href="#m75845cf61a" y="99.2570444633"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="128.030634973" xlink:href="#m75845cf61a" y="92.5427485389"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="126.697776981" xlink:href="#m75845cf61a" y="91.9838711198"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="147.527444352" xlink:href="#m75845cf61a" y="101.521318114"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="136.101824225" xlink:href="#m75845cf61a" y="96.0801879359"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="42.5591759269" xlink:href="#m75845cf61a" y="72.7341717142"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="140.626160032" xlink:href="#m75845cf61a" y="98.1754928071"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="57.074752397" xlink:href="#m75845cf61a" y="73.6020119145"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="54.4931134262" xlink:href="#m75845cf61a" y="73.3625998841"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="218.987766304" xlink:href="#m75845cf61a" y="144.258689683"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="58.6229743222" xlink:href="#m75845cf61a" y="73.7625100798"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="41.4317386714" xlink:href="#m75845cf61a" y="72.7172340192"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="193.881253167" xlink:href="#m75845cf61a" y="127.936814562"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="244.649249215" xlink:href="#m75845cf61a" y="161.816925806"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="212.537656558" xlink:href="#m75845cf61a" y="139.974459219"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="121.928564961" xlink:href="#m75845cf61a" y="90.0439856852"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="130.059192382" xlink:href="#m75845cf61a" y="93.4072188132"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="209.776116049" xlink:href="#m75845cf61a" y="138.157745569"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="50.8442916789" xlink:href="#m75845cf61a" y="73.0855926189"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="131.880373416" xlink:href="#m75845cf61a" y="94.1974818061"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="78.2916762605" xlink:href="#m75845cf61a" y="76.8498282013"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="114.056661514" xlink:href="#m75845cf61a" y="87.0501473493"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="185.130916009" xlink:href="#m75845cf61a" y="122.512958624"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="119.476720977" xlink:href="#m75845cf61a" y="89.0835003668"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="36.9022995049" xlink:href="#m75845cf61a" y="72.7266953884"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="204.200161155" xlink:href="#m75845cf61a" y="134.524196006"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="258.408836172" xlink:href="#m75845cf61a" y="171.57991039"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="183.630609245" xlink:href="#m75845cf61a" y="121.599885204"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="193.034642425" xlink:href="#m75845cf61a" y="127.405097209"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="75.0414062522" xlink:href="#m75845cf61a" y="76.2101548754"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="148.024052891" xlink:href="#m75845cf61a" y="101.768868693"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="218.06463049" xlink:href="#m75845cf61a" y="143.64215277"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="114.642875191" xlink:href="#m75845cf61a" y="87.2640546277"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="258.17122398" xlink:href="#m75845cf61a" y="171.408998114"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="150.617976168" xlink:href="#m75845cf61a" y="103.076337538"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="43.6382857097" xlink:href="#m75845cf61a" y="72.7574527219"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="83.9382967569" xlink:href="#m75845cf61a" y="78.0783113041"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="225.470542663" xlink:href="#m75845cf61a" y="148.618643428"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="84.167987745" xlink:href="#m75845cf61a" y="78.1313968493"/>
</g>
</g>
<g id="line2d_2">
<g clip-path="url(#pe40536ea7a)">
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="223.239882206" xlink:href="#m75845cf61a" y="123.388329348"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="142.897604155" xlink:href="#m75845cf61a" y="75.7877880542"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="128.030634973" xlink:href="#m75845cf61a" y="69.0654138433"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="126.697776981" xlink:href="#m75845cf61a" y="68.5050103729"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="147.527444352" xlink:href="#m75845cf61a" y="78.0501966955"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="136.101824225" xlink:href="#m75845cf61a" y="72.6096442008"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="42.5591759269" xlink:href="#m75845cf61a" y="48.4256514286"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="140.626160032" xlink:href="#m75845cf61a" y="74.7063239872"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="57.074752397" xlink:href="#m75845cf61a" y="49.8710364835"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="54.4931134262" xlink:href="#m75845cf61a" y="49.5661982431"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="218.987766304" xlink:href="#m75845cf61a" y="120.589503398"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="58.6229743222" xlink:href="#m75845cf61a" y="50.0648861044"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="41.4317386714" xlink:href="#m75845cf61a" y="48.3379680434"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="193.881253167" xlink:href="#m75845cf61a" y="104.382523121"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="244.649249215" xlink:href="#m75845cf61a" y="137.3518302"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="212.537656558" xlink:href="#m75845cf61a" y="116.35914473"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="121.928564961" xlink:href="#m75845cf61a" y="66.5591168024"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="130.059192382" xlink:href="#m75845cf61a" y="69.9320227094"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="209.776116049" xlink:href="#m75845cf61a" y="114.557752624"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="50.8442916789" xlink:href="#m75845cf61a" y="49.1727546274"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="131.880373416" xlink:href="#m75845cf61a" y="70.7239829541"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="78.2916762605" xlink:href="#m75845cf61a" y="53.3305971"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="114.056661514" xlink:href="#m75845cf61a" y="63.5549718147"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="185.130916009" xlink:href="#m75845cf61a" y="98.9748673628"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="119.476720977" xlink:href="#m75845cf61a" y="65.5953701743"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="36.9022995049" xlink:href="#m75845cf61a" y="48.0147407152"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="204.200161155" xlink:href="#m75845cf61a" y="110.946028245"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="258.408836172" xlink:href="#m75845cf61a" y="145.90042709"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="183.630609245" xlink:href="#m75845cf61a" y="98.0646875326"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="193.034642425" xlink:href="#m75845cf61a" y="103.852383785"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="75.0414062522" xlink:href="#m75845cf61a" y="52.6817455758"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="148.024052891" xlink:href="#m75845cf61a" y="78.2974126758"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="218.06463049" xlink:href="#m75845cf61a" y="119.98259714"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="114.642875191" xlink:href="#m75845cf61a" y="63.7696087256"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="258.17122398" xlink:href="#m75845cf61a" y="145.757597446"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="150.617976168" xlink:href="#m75845cf61a" y="79.6027197807"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="43.6382857097" xlink:href="#m75845cf61a" y="48.5124914517"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="83.9382967569" xlink:href="#m75845cf61a" y="54.5667550265"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="225.470542663" xlink:href="#m75845cf61a" y="124.857337481"/>
<use style="fill:#a40000;opacity:0.5;stroke:#a40000;stroke-width:0.5;" x="84.167987745" xlink:href="#m75845cf61a" y="54.6200032452"/>
</g>
</g>
</g>
</g>
<defs>
<clipPath id="pe40536ea7a">
<rect height="172.8" width="223.2" x="36.0" y="21.6"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View file

@ -1,552 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="216pt" version="1.1" viewBox="0 0 288 216" width="288pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
</style>
</defs>
<g id="figure_1">
<g id="axes_1">
<g id="PathCollection_1">
<defs>
<path d="
M-2.23607 2.23607
L2.23607 -2.23607
M-2.23607 -2.23607
L2.23607 2.23607" id="mf345f0d1ae" style="stroke:#000000;stroke-width:1.5;"/>
</defs>
<g clip-path="url(#pe40536ea7a)">
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="189.622156781" xlink:href="#mf345f0d1ae" y="169.714285714"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="144.987557864" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="136.72813054" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="135.987653878" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="147.559691307" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="141.212124569" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="89.2439866261" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="143.725644462" xlink:href="#mf345f0d1ae" y="169.714285714"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="97.3081957761" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="95.8739519034" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="187.259870169" xlink:href="#mf345f0d1ae" y="169.714285714"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="98.1683190679" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="88.6176325952" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="173.311807315" xlink:href="#mf345f0d1ae" y="169.714285714"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="201.516249564" xlink:href="#mf345f0d1ae" y="169.714285714"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="183.676475866" xlink:href="#mf345f0d1ae" y="169.714285714"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="133.338091645" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="137.855106879" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="182.142286694" xlink:href="#mf345f0d1ae" y="169.714285714"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="93.8468287105" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="138.86687412" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="109.0953757" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="128.964811952" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="168.450508894" xlink:href="#mf345f0d1ae" y="169.714285714"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="131.975956098" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="86.1012775027" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="179.044533975" xlink:href="#mf345f0d1ae" y="169.714285714"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="209.16046454" xlink:href="#mf345f0d1ae" y="169.714285714"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="167.617005136" xlink:href="#mf345f0d1ae" y="169.714285714"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="172.841468014" xlink:href="#mf345f0d1ae" y="169.714285714"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="107.28967014" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="147.835584939" xlink:href="#mf345f0d1ae" y="169.714285714"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="186.747016939" xlink:href="#mf345f0d1ae" y="169.714285714"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="129.290486217" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="209.028457767" xlink:href="#mf345f0d1ae" y="169.714285714"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="149.276653427" xlink:href="#mf345f0d1ae" y="169.714285714"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="89.8434920609" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="112.232387087" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="190.861412591" xlink:href="#mf345f0d1ae" y="169.714285714"/>
<use style="fill:#3465a4;stroke:#000000;stroke-width:1.5;" x="112.359993192" xlink:href="#mf345f0d1ae" y="46.2857142857"/>
</g>
</g>
<g id="PolyCollection_1">
<defs>
<path d="
M61.4894 -46.2857
L61.4894 -169.714
L62.3552 -169.714
L63.2209 -169.714
L64.0867 -169.714
L64.9524 -169.714
L65.8182 -169.714
L66.6839 -169.714
L67.5496 -169.714
L68.4154 -169.714
L69.2811 -169.714
L70.1469 -169.714
L71.0126 -169.714
L71.8784 -169.714
L72.7441 -169.714
L73.6098 -169.714
L74.4756 -169.714
L75.3413 -169.714
L76.2071 -169.714
L77.0728 -169.714
L77.9386 -169.714
L78.8043 -169.714
L79.67 -169.714
L80.5358 -169.714
L81.4015 -169.714
L82.2673 -169.714
L83.133 -169.714
L83.9988 -169.714
L84.8645 -169.714
L85.7302 -169.714
L86.596 -169.714
L87.4617 -169.714
L88.3275 -169.714
L89.1932 -169.714
L90.059 -169.714
L90.9247 -169.714
L91.7904 -169.714
L92.6562 -169.714
L93.5219 -169.714
L94.3877 -169.714
L95.2534 -169.714
L96.1192 -169.714
L96.9849 -169.714
L97.8506 -169.714
L98.7164 -169.714
L99.5821 -169.714
L100.448 -169.714
L101.314 -169.714
L102.179 -169.714
L103.045 -169.714
L103.911 -169.714
L104.777 -169.714
L105.642 -169.714
L106.508 -169.714
L107.374 -169.714
L108.24 -169.714
L109.105 -169.714
L109.971 -169.714
L110.837 -169.714
L111.703 -169.714
L112.568 -169.714
L113.434 -169.714
L114.3 -169.714
L115.166 -169.714
L116.031 -169.714
L116.897 -169.714
L117.763 -169.714
L118.628 -169.714
L119.494 -169.714
L120.36 -169.714
L121.226 -169.714
L122.091 -169.714
L122.957 -169.714
L123.823 -169.714
L124.689 -169.714
L125.554 -169.714
L126.42 -169.714
L127.286 -169.714
L128.152 -169.714
L129.017 -169.714
L129.883 -169.714
L130.749 -169.714
L131.615 -169.714
L132.48 -169.714
L133.346 -169.714
L134.212 -169.714
L135.078 -169.714
L135.943 -169.714
L136.809 -169.714
L137.675 -169.714
L138.541 -169.714
L139.406 -169.714
L140.272 -169.714
L141.138 -169.714
L142.004 -169.714
L142.869 -169.714
L143.735 -169.714
L144.601 -169.714
L145.467 -169.714
L146.332 -169.714
L147.198 -169.714
L148.064 -169.714
L148.929 -169.714
L149.795 -169.714
L150.661 -169.714
L151.527 -169.714
L152.392 -169.714
L153.258 -169.714
L154.124 -169.714
L154.99 -169.714
L155.855 -169.714
L156.721 -169.714
L157.587 -169.714
L158.453 -169.714
L159.318 -169.714
L160.184 -169.714
L161.05 -169.714
L161.916 -169.714
L162.781 -169.714
L163.647 -169.714
L164.513 -169.714
L165.379 -169.714
L166.244 -169.714
L167.11 -169.714
L167.976 -169.714
L168.842 -169.714
L169.707 -169.714
L170.573 -169.714
L171.439 -169.714
L172.305 -169.714
L173.17 -169.714
L174.036 -169.714
L174.902 -169.714
L175.768 -169.714
L176.633 -169.714
L177.499 -169.714
L178.365 -169.714
L179.23 -169.714
L180.096 -169.714
L180.962 -169.714
L181.828 -169.714
L182.693 -169.714
L183.559 -169.714
L184.425 -169.714
L185.291 -169.714
L186.156 -169.714
L187.022 -169.714
L187.888 -169.714
L188.754 -169.714
L189.619 -169.714
L190.485 -169.714
L191.351 -169.714
L192.217 -169.714
L193.082 -169.714
L193.948 -169.714
L194.814 -169.714
L195.68 -169.714
L196.545 -169.714
L197.411 -169.714
L198.277 -169.714
L199.143 -169.714
L200.008 -169.714
L200.874 -169.714
L201.74 -169.714
L202.606 -169.714
L203.471 -169.714
L204.337 -169.714
L205.203 -169.714
L206.069 -169.714
L206.934 -169.714
L207.8 -169.714
L208.666 -169.714
L209.531 -169.714
L210.397 -169.714
L211.263 -169.714
L212.129 -169.714
L212.994 -169.714
L213.86 -169.714
L214.726 -169.714
L215.592 -169.714
L216.457 -169.714
L217.323 -169.714
L218.189 -169.714
L219.055 -169.714
L219.92 -169.714
L220.786 -169.714
L221.652 -169.714
L222.518 -169.714
L223.383 -169.714
L224.249 -169.714
L225.115 -169.714
L225.981 -169.714
L226.846 -169.714
L227.712 -169.714
L228.578 -169.714
L229.444 -169.714
L230.309 -169.714
L231.175 -169.714
L232.041 -169.714
L232.907 -169.714
L233.772 -169.714
L233.772 -46.2857
L233.772 -46.2857
L232.907 -46.2857
L232.041 -46.2857
L231.175 -46.2857
L230.309 -46.2857
L229.444 -46.2857
L228.578 -46.2857
L227.712 -46.2857
L226.846 -46.2857
L225.981 -46.2857
L225.115 -46.2857
L224.249 -46.2857
L223.383 -46.2857
L222.518 -46.2857
L221.652 -46.2857
L220.786 -46.2857
L219.92 -46.2857
L219.055 -46.2857
L218.189 -46.2857
L217.323 -46.2857
L216.457 -46.2857
L215.592 -46.2857
L214.726 -46.2857
L213.86 -46.2857
L212.994 -46.2857
L212.129 -46.2857
L211.263 -46.2857
L210.397 -46.2857
L209.531 -46.2857
L208.666 -46.2857
L207.8 -46.2857
L206.934 -46.2857
L206.069 -46.2857
L205.203 -46.2857
L204.337 -46.2857
L203.471 -46.2857
L202.606 -46.2857
L201.74 -46.2857
L200.874 -46.2857
L200.008 -46.2857
L199.143 -46.2857
L198.277 -46.2857
L197.411 -46.2857
L196.545 -46.2857
L195.68 -46.2857
L194.814 -46.2857
L193.948 -46.2857
L193.082 -46.2857
L192.217 -46.2857
L191.351 -46.2857
L190.485 -46.2857
L189.619 -46.2857
L188.754 -46.2857
L187.888 -46.2857
L187.022 -46.2857
L186.156 -46.2857
L185.291 -46.2857
L184.425 -46.2857
L183.559 -46.2857
L182.693 -46.2857
L181.828 -46.2857
L180.962 -46.2857
L180.096 -46.2857
L179.23 -46.2857
L178.365 -46.2857
L177.499 -46.2857
L176.633 -46.2857
L175.768 -46.2857
L174.902 -46.2857
L174.036 -46.2857
L173.17 -46.2857
L172.305 -46.2857
L171.439 -46.2857
L170.573 -46.2857
L169.707 -46.2857
L168.842 -46.2857
L167.976 -46.2857
L167.11 -46.2857
L166.244 -46.2857
L165.379 -46.2857
L164.513 -46.2857
L163.647 -46.2857
L162.781 -46.2857
L161.916 -46.2857
L161.05 -46.2857
L160.184 -46.2857
L159.318 -46.2857
L158.453 -46.2857
L157.587 -46.2857
L156.721 -46.2857
L155.855 -46.2857
L154.99 -46.2857
L154.124 -46.2857
L153.258 -46.2857
L152.392 -46.2857
L151.527 -46.2857
L150.661 -46.2857
L149.795 -46.2857
L148.929 -46.2857
L148.064 -46.2857
L147.198 -46.2857
L146.332 -46.2857
L145.467 -46.2857
L144.601 -46.2857
L143.735 -46.2857
L142.869 -46.2857
L142.004 -46.2857
L141.138 -46.2857
L140.272 -46.2857
L139.406 -46.2857
L138.541 -46.2857
L137.675 -46.2857
L136.809 -46.2857
L135.943 -46.2857
L135.078 -46.2857
L134.212 -46.2857
L133.346 -46.2857
L132.48 -46.2857
L131.615 -46.2857
L130.749 -46.2857
L129.883 -46.2857
L129.017 -46.2857
L128.152 -46.2857
L127.286 -46.2857
L126.42 -46.2857
L125.554 -46.2857
L124.689 -46.2857
L123.823 -46.2857
L122.957 -46.2857
L122.091 -46.2857
L121.226 -46.2857
L120.36 -46.2857
L119.494 -46.2857
L118.628 -46.2857
L117.763 -46.2857
L116.897 -46.2857
L116.031 -46.2857
L115.166 -46.2857
L114.3 -46.2857
L113.434 -46.2857
L112.568 -46.2857
L111.703 -46.2857
L110.837 -46.2857
L109.971 -46.2857
L109.105 -46.2857
L108.24 -46.2857
L107.374 -46.2857
L106.508 -46.2857
L105.642 -46.2857
L104.777 -46.2857
L103.911 -46.2857
L103.045 -46.2857
L102.179 -46.2857
L101.314 -46.2857
L100.448 -46.2857
L99.5821 -46.2857
L98.7164 -46.2857
L97.8506 -46.2857
L96.9849 -46.2857
L96.1192 -46.2857
L95.2534 -46.2857
L94.3877 -46.2857
L93.5219 -46.2857
L92.6562 -46.2857
L91.7904 -46.2857
L90.9247 -46.2857
L90.059 -46.2857
L89.1932 -46.2857
L88.3275 -46.2857
L87.4617 -46.2857
L86.596 -46.2857
L85.7302 -46.2857
L84.8645 -46.2857
L83.9988 -46.2857
L83.133 -46.2857
L82.2673 -46.2857
L81.4015 -46.2857
L80.5358 -46.2857
L79.67 -46.2857
L78.8043 -46.2857
L77.9386 -46.2857
L77.0728 -46.2857
L76.2071 -46.2857
L75.3413 -46.2857
L74.4756 -46.2857
L73.6098 -46.2857
L72.7441 -46.2857
L71.8784 -46.2857
L71.0126 -46.2857
L70.1469 -46.2857
L69.2811 -46.2857
L68.4154 -46.2857
L67.5496 -46.2857
L66.6839 -46.2857
L65.8182 -46.2857
L64.9524 -46.2857
L64.0867 -46.2857
L63.2209 -46.2857
L62.3552 -46.2857
L61.4894 -46.2857
z
" id="m130a8a3b4f" style="stroke:#204a87;stroke-opacity:0.2;stroke-width:0.5;"/>
</defs>
<g clip-path="url(#pe40536ea7a)">
<use style="fill:#729fcf;fill-opacity:0.2;stroke:#204a87;stroke-opacity:0.2;stroke-width:0.5;" x="0.0" xlink:href="#m130a8a3b4f" y="216.0"/>
</g>
</g>
<g id="line2d_1">
<path clip-path="url(#pe40536ea7a)" d="
M61.4894 71.4068
L67.5496 65.6741
L71.0126 62.6275
L74.4756 59.8644
L77.0728 58.0217
L79.67 56.3972
L82.2673 54.9982
L84.8645 53.8216
L87.4617 52.856
L90.059 52.0841
L93.5219 51.3226
L96.9849 50.826
L100.448 50.5586
L103.911 50.4996
L107.374 50.6467
L110.837 51.0185
L114.3 51.6596
L116.897 52.3612
L119.494 53.3018
L122.091 54.541
L123.823 55.569
L125.554 56.7879
L127.286 58.2256
L129.017 59.9119
L130.749 61.8769
L132.48 64.1499
L134.212 66.757
L135.943 69.719
L137.675 73.0483
L139.406 76.7466
L142.004 82.9574
L144.601 89.8701
L148.064 99.8721
L155.855 122.804
L158.453 129.704
L161.05 135.934
L163.647 141.407
L165.379 144.622
L167.11 147.494
L168.842 150.039
L170.573 152.273
L172.305 154.221
L174.036 155.905
L175.768 157.352
L177.499 158.585
L179.23 159.628
L181.828 160.881
L184.425 161.815
L187.022 162.48
L189.619 162.914
L192.217 163.144
L194.814 163.187
L197.411 163.053
L200.008 162.743
L202.606 162.254
L205.203 161.578
L207.8 160.708
L210.397 159.637
L212.994 158.36
L215.592 156.882
L219.055 154.611
L222.518 152.037
L226.846 148.486
L232.907 143.157
L233.772 142.382
L233.772 142.382" style="fill:none;stroke:#3465a4;stroke-linecap:square;stroke-width:2;"/>
</g>
</g>
</g>
<defs>
<clipPath id="pe40536ea7a">
<rect height="172.8" width="223.2" x="36.0" y="21.6"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View file

@ -1,60 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with matplotlib (http://matplotlib.org/) -->
<svg height="216pt" version="1.1" viewBox="0 0 288 216" width="288pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
*{stroke-linecap:butt;stroke-linejoin:round;}
</style>
</defs>
<g id="figure_1">
<g id="axes_1">
<g id="line2d_1">
<path clip-path="url(#pe40536ea7a)" d="
M36.8864 36.7031
L42.4519 35.548
L48.0174 34.6335
L53.5829 33.974
L59.1484 33.5829
L63.6008 33.4715
L68.0532 33.5457
L72.5056 33.8106
L76.958 34.2709
L81.4103 34.9306
L85.8627 35.7934
L90.3151 36.8619
L94.7675 38.1382
L99.2199 39.6237
L103.672 41.3191
L108.125 43.2243
L112.577 45.3383
L117.029 47.6596
L121.482 50.1856
L127.047 53.6261
L132.613 57.3734
L138.178 61.4175
L143.744 65.7467
L149.309 70.3472
L154.875 75.2037
L161.553 81.3453
L168.232 87.7986
L176.024 95.6739
L183.815 103.865
L193.833 114.754
L207.19 129.664
L230.566 155.822
L240.583 166.663
L248.375 174.803
L256.167 182.619
L258.393 184.783
L258.393 184.783" style="fill:none;stroke:#3465a4;stroke-linecap:square;stroke-width:2;"/>
</g>
</g>
</g>
<defs>
<clipPath id="pe40536ea7a">
<rect height="172.8" width="223.2" x="36.0" y="21.6"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

Some files were not shown because too many files have changed in this diff Show more