also pickle
|
@ -2,6 +2,7 @@ import matplotlib
|
|||
import matplotlib.pyplot as plt
|
||||
import os
|
||||
from pathlib import Path
|
||||
import pickle
|
||||
|
||||
from contextlib import contextmanager
|
||||
import numpy as np
|
||||
|
@ -16,7 +17,9 @@ fig_path = Path(os.getcwd()) / "figures"
|
|||
val_path = Path(os.getcwd()) / "values"
|
||||
|
||||
|
||||
def export_fig(name, fig=None, x_scaling=1, y_scaling=0.4, tikz=True, **kwargs):
|
||||
def export_fig(
|
||||
name, fig=None, x_scaling=1, y_scaling=0.4, tikz=True, save_pickle=True, **kwargs
|
||||
):
|
||||
fig_path.mkdir(parents=True, exist_ok=True)
|
||||
if fig is None:
|
||||
fig = plt.gcf()
|
||||
|
@ -44,6 +47,10 @@ def export_fig(name, fig=None, x_scaling=1, y_scaling=0.4, tikz=True, **kwargs):
|
|||
**kwargs,
|
||||
)
|
||||
|
||||
if save_pickle:
|
||||
with open(fig_path / f"{name}.pickle", "wb") as file:
|
||||
pickle.dump(fig, file)
|
||||
|
||||
|
||||
def scientific_round(val, *err, retprec=False):
|
||||
"""Scientifically rounds the values to the given errors."""
|
||||
|
|
|
@ -26,10 +26,10 @@
|
|||
python = pkgs: pkgs.python39Full;
|
||||
shellOverride = (pkgs: oldAttrs: {
|
||||
shellHook = ''
|
||||
export PYTHONPATH=/home/hiro/src/stocproc/:$PYTHONPATH
|
||||
export PYTHONPATH=/home/hiro/src/two_qubit_model/:$PYTHONPATH
|
||||
export PYTHONPATH=/home/hiro/src/hops/:$PYTHONPATH
|
||||
export PYTHONPATH=/home/hiro/src/hopsflow/:$PYTHONPATH
|
||||
# export PYTHONPATH=/home/hiro/src/stocproc/:$PYTHONPATH
|
||||
# export PYTHONPATH=/home/hiro/src/two_qubit_model/:$PYTHONPATH
|
||||
# export PYTHONPATH=/home/hiro/src/hops/:$PYTHONPATH
|
||||
# export PYTHONPATH=/home/hiro/src/hopsflow/:$PYTHONPATH
|
||||
export LD_LIBRARY_PATH="${(pkgs.lib.makeLibraryPath [pkgs.arb])}"
|
||||
# '';
|
||||
});
|
||||
|
|
2351
python/otto_motor/poetry.lock
generated
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 103 KiB |
|
@ -6043,7 +6043,7 @@ L -2279.893148 84.550875
|
|||
L -2281.051106 83.734756
|
||||
L -2282.209064 83.454065
|
||||
z
|
||||
" clip-path="url(#pdcafcd72f9)" style="fill: #7fbee9; fill-opacity: 0.5; stroke: #7fbee9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
" clip-path="url(#pcc6dddc102)" style="fill: #7fbee9; fill-opacity: 0.5; stroke: #7fbee9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
<g id="PolyCollection_2">
|
||||
<path d="M -2282.209064 83.454065
|
||||
|
@ -12051,18 +12051,18 @@ L -2279.893148 82.992108
|
|||
L -2281.051106 83.337528
|
||||
L -2282.209064 83.454065
|
||||
z
|
||||
" clip-path="url(#pdcafcd72f9)" style="fill: #ffbf86; fill-opacity: 0.5; stroke: #ffbf86; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
" clip-path="url(#pcc6dddc102)" style="fill: #ffbf86; fill-opacity: 0.5; stroke: #ffbf86; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
<g id="matplotlib.axis_1">
|
||||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="m3e62a617c5" d="M 0 0
|
||||
<path id="m1e5774d17d" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m3e62a617c5" x="33.707196" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m1e5774d17d" x="33.707196" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -12140,7 +12140,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#m3e62a617c5" x="72.3058" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m1e5774d17d" x="72.3058" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -12155,7 +12155,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#m3e62a617c5" x="110.904405" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m1e5774d17d" x="110.904405" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -12198,7 +12198,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#m3e62a617c5" x="149.503009" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m1e5774d17d" x="149.503009" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -12238,7 +12238,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#m3e62a617c5" x="188.101613" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m1e5774d17d" x="188.101613" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -12283,7 +12283,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#m3e62a617c5" x="226.700218" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m1e5774d17d" x="226.700218" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -12356,12 +12356,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_7">
|
||||
<defs>
|
||||
<path id="m50e73b6382" d="M 0 0
|
||||
<path id="meec9c9cf8a" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m50e73b6382" x="33.707196" y="117.344761" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#meec9c9cf8a" x="33.707196" y="117.344761" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_8">
|
||||
|
@ -12395,7 +12395,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_8">
|
||||
<g>
|
||||
<use xlink:href="#m50e73b6382" x="33.707196" y="83.454065" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#meec9c9cf8a" x="33.707196" y="83.454065" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_9">
|
||||
|
@ -12410,7 +12410,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_9">
|
||||
<g>
|
||||
<use xlink:href="#m50e73b6382" x="33.707196" y="49.56337" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#meec9c9cf8a" x="33.707196" y="49.56337" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -12425,7 +12425,7 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#m50e73b6382" x="33.707196" y="15.672674" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#meec9c9cf8a" x="33.707196" y="15.672674" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -12441,7 +12441,7 @@ z
|
|||
<g id="line2d_11">
|
||||
<path d="M 33.707196 55.72706
|
||||
L 245.99952 55.72706
|
||||
" clip-path="url(#pdcafcd72f9)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #808080; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcc6dddc102)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #808080; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_12">
|
||||
<path d="M 32.549238 119.21542
|
||||
|
@ -12489,7 +12489,7 @@ L 229.40212 83.421591
|
|||
L 238.665785 83.450754
|
||||
L 246.771492 83.454065
|
||||
L 246.771492 83.454065
|
||||
" clip-path="url(#pdcafcd72f9)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#pcc6dddc102)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_13">
|
||||
<path d="M 32.549238 55.71489
|
||||
|
@ -12533,7 +12533,7 @@ L 228.244162 70.288837
|
|||
L 235.191911 70.375964
|
||||
L 246.771492 70.379351
|
||||
L 246.771492 70.379351
|
||||
" clip-path="url(#pdcafcd72f9)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#pcc6dddc102)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_14">
|
||||
<path d="M 32.549238 66.508717
|
||||
|
@ -12555,7 +12555,7 @@ L 236.349869 83.367851
|
|||
L 240.981701 83.4533
|
||||
L 246.771492 83.454065
|
||||
L 246.771492 83.454065
|
||||
" clip-path="url(#pdcafcd72f9)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#pcc6dddc102)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_15">
|
||||
<path d="M 32.549238 49.56337
|
||||
|
@ -12583,7 +12583,7 @@ L 99.71081 15.711924
|
|||
L 105.5006 15.672674
|
||||
L 246.771492 15.672674
|
||||
L 246.771492 15.672674
|
||||
" clip-path="url(#pdcafcd72f9)" style="fill: none; stroke: #d62728; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#pcc6dddc102)" style="fill: none; stroke: #d62728; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
<path d="M 33.707196 119.039296
|
||||
|
@ -13188,7 +13188,7 @@ L 163.562278 42.732379
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="pdcafcd72f9">
|
||||
<clipPath id="pcc6dddc102">
|
||||
<rect x="33.707196" y="7.2" width="212.292324" height="111.839296"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 328 KiB After Width: | Height: | Size: 328 KiB |
|
@ -39,7 +39,7 @@ z
|
|||
</g>
|
||||
<g id="PolyCollection_1">
|
||||
<defs>
|
||||
<path id="m5a82debb79" d="M 66.755448 -151.89944
|
||||
<path id="mcefa502aaf" d="M 66.755448 -151.89944
|
||||
L 66.755448 -151.89944
|
||||
L 66.890065 -151.899438
|
||||
L 67.024682 -151.899438
|
||||
|
@ -6046,13 +6046,13 @@ L 66.755448 -151.89944
|
|||
z
|
||||
" style="stroke: #bfdef4; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pbc2ff3944f)">
|
||||
<use xlink:href="#m5a82debb79" x="0" y="253.19952" style="fill: #bfdef4; fill-opacity: 0.5; stroke: #bfdef4; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#p4668593c48)">
|
||||
<use xlink:href="#mcefa502aaf" x="0" y="253.19952" style="fill: #bfdef4; fill-opacity: 0.5; stroke: #bfdef4; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_2">
|
||||
<defs>
|
||||
<path id="m8e7088dfd3" d="M 66.755448 -151.89944
|
||||
<path id="m56c52c8dd5" d="M 66.755448 -151.89944
|
||||
L 66.755448 -151.89944
|
||||
L 66.890065 -151.89944
|
||||
L 67.024682 -151.89944
|
||||
|
@ -12059,13 +12059,13 @@ L 66.755448 -151.89944
|
|||
z
|
||||
" style="stroke: #ffdfc3; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pbc2ff3944f)">
|
||||
<use xlink:href="#m8e7088dfd3" x="0" y="253.19952" style="fill: #ffdfc3; fill-opacity: 0.5; stroke: #ffdfc3; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#p4668593c48)">
|
||||
<use xlink:href="#m56c52c8dd5" x="0" y="253.19952" style="fill: #ffdfc3; fill-opacity: 0.5; stroke: #ffdfc3; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_3">
|
||||
<defs>
|
||||
<path id="mc11bd490bc" d="M 66.755448 -151.89944
|
||||
<path id="m1ae413d2dc" d="M 66.755448 -151.89944
|
||||
L 66.755448 -151.89944
|
||||
L 66.890065 -151.89944
|
||||
L 67.024682 -151.89944
|
||||
|
@ -18072,13 +18072,13 @@ L 66.755448 -151.89944
|
|||
z
|
||||
" style="stroke: #c3eec3; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pbc2ff3944f)">
|
||||
<use xlink:href="#mc11bd490bc" x="0" y="253.19952" style="fill: #c3eec3; fill-opacity: 0.5; stroke: #c3eec3; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#p4668593c48)">
|
||||
<use xlink:href="#m1ae413d2dc" x="0" y="253.19952" style="fill: #c3eec3; fill-opacity: 0.5; stroke: #c3eec3; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_4">
|
||||
<defs>
|
||||
<path id="mf40f9cfebc" d="M 66.755448 -151.89944
|
||||
<path id="mcdfae711bb" d="M 66.755448 -151.89944
|
||||
L 66.755448 -151.89944
|
||||
L 66.890065 -151.89944
|
||||
L 67.024682 -151.89944
|
||||
|
@ -24085,13 +24085,13 @@ L 66.755448 -151.89944
|
|||
z
|
||||
" style="stroke: #f5c9c9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pbc2ff3944f)">
|
||||
<use xlink:href="#mf40f9cfebc" x="0" y="253.19952" style="fill: #f5c9c9; fill-opacity: 0.5; stroke: #f5c9c9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#p4668593c48)">
|
||||
<use xlink:href="#mcdfae711bb" x="0" y="253.19952" style="fill: #f5c9c9; fill-opacity: 0.5; stroke: #f5c9c9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_5">
|
||||
<defs>
|
||||
<path id="m1a5d195d48" d="M 66.755448 -151.89944
|
||||
<path id="md08e5e845c" d="M 66.755448 -151.89944
|
||||
L 66.755448 -151.89944
|
||||
L 66.890065 -151.89944
|
||||
L 67.024682 -151.89944
|
||||
|
@ -30098,13 +30098,13 @@ L 66.755448 -151.89944
|
|||
z
|
||||
" style="stroke: #e4d9ee; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pbc2ff3944f)">
|
||||
<use xlink:href="#m1a5d195d48" x="0" y="253.19952" style="fill: #e4d9ee; fill-opacity: 0.5; stroke: #e4d9ee; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#p4668593c48)">
|
||||
<use xlink:href="#md08e5e845c" x="0" y="253.19952" style="fill: #e4d9ee; fill-opacity: 0.5; stroke: #e4d9ee; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_6">
|
||||
<defs>
|
||||
<path id="m36b60caed7" d="M 66.755448 -151.89944
|
||||
<path id="m718bbda017" d="M 66.755448 -151.89944
|
||||
L 66.755448 -151.89944
|
||||
L 66.890065 -151.89944
|
||||
L 67.024682 -151.89944
|
||||
|
@ -36111,20 +36111,20 @@ L 66.755448 -151.89944
|
|||
z
|
||||
" style="stroke: #e5d3cf; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pbc2ff3944f)">
|
||||
<use xlink:href="#m36b60caed7" x="0" y="253.19952" style="fill: #e5d3cf; fill-opacity: 0.5; stroke: #e5d3cf; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#p4668593c48)">
|
||||
<use xlink:href="#m718bbda017" x="0" y="253.19952" style="fill: #e5d3cf; fill-opacity: 0.5; stroke: #e5d3cf; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="matplotlib.axis_1">
|
||||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="m32e38aa709" d="M 0 0
|
||||
<path id="m07827ee2c3" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m32e38aa709" x="66.755448" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m07827ee2c3" x="66.755448" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -36160,7 +36160,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#m32e38aa709" x="122.845933" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m07827ee2c3" x="122.845933" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -36226,7 +36226,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#m32e38aa709" x="178.936419" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m07827ee2c3" x="178.936419" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -36240,7 +36240,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#m32e38aa709" x="235.026905" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m07827ee2c3" x="235.026905" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -36275,7 +36275,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#m32e38aa709" x="291.117391" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m07827ee2c3" x="291.117391" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -36310,7 +36310,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#m32e38aa709" x="347.207876" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m07827ee2c3" x="347.207876" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -36325,7 +36325,7 @@ z
|
|||
<g id="xtick_7">
|
||||
<g id="line2d_7">
|
||||
<g>
|
||||
<use xlink:href="#m32e38aa709" x="403.298362" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m07827ee2c3" x="403.298362" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
|
@ -36340,7 +36340,7 @@ z
|
|||
<g id="xtick_8">
|
||||
<g id="line2d_8">
|
||||
<g>
|
||||
<use xlink:href="#m32e38aa709" x="459.388848" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m07827ee2c3" x="459.388848" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_8">
|
||||
|
@ -36383,12 +36383,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_9">
|
||||
<defs>
|
||||
<path id="md91dc00df1" d="M 0 0
|
||||
<path id="me0e0a649e6" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#md91dc00df1" x="46.562873" y="188.691811" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me0e0a649e6" x="46.562873" y="188.691811" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -36422,7 +36422,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#md91dc00df1" x="46.562873" y="159.561234" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me0e0a649e6" x="46.562873" y="159.561234" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -36438,7 +36438,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_11">
|
||||
<g>
|
||||
<use xlink:href="#md91dc00df1" x="46.562873" y="130.430657" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me0e0a649e6" x="46.562873" y="130.430657" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_12">
|
||||
|
@ -36454,7 +36454,7 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_12">
|
||||
<g>
|
||||
<use xlink:href="#md91dc00df1" x="46.562873" y="101.30008" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me0e0a649e6" x="46.562873" y="101.30008" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_13">
|
||||
|
@ -36469,7 +36469,7 @@ z
|
|||
<g id="ytick_5">
|
||||
<g id="line2d_13">
|
||||
<g>
|
||||
<use xlink:href="#md91dc00df1" x="46.562873" y="72.169503" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me0e0a649e6" x="46.562873" y="72.169503" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_14">
|
||||
|
@ -36484,7 +36484,7 @@ z
|
|||
<g id="ytick_6">
|
||||
<g id="line2d_14">
|
||||
<g>
|
||||
<use xlink:href="#md91dc00df1" x="46.562873" y="43.038926" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me0e0a649e6" x="46.562873" y="43.038926" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_15">
|
||||
|
@ -36678,16 +36678,16 @@ z
|
|||
<g id="LineCollection_1">
|
||||
<path d="M 66.755448 101.30008
|
||||
L 66.755448 101.30008
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 201.372614 99.585314
|
||||
L 201.372614 99.423967
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 335.989779 99.749381
|
||||
L 335.989779 99.595609
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 470.606945 99.534269
|
||||
L 470.606945 99.37368
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_15">
|
||||
<path d="M 66.755448 101.30008
|
||||
|
@ -36969,21 +36969,21 @@ L 468.856922 99.404944
|
|||
L 470.472328 99.453973
|
||||
L 470.606945 99.453975
|
||||
L 470.606945 99.453975
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #7fbee9; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #7fbee9; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="LineCollection_2">
|
||||
<path d="M 66.755448 101.30008
|
||||
L 66.755448 101.30008
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 201.372614 77.816294
|
||||
L 201.372614 77.71521
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 335.989779 54.049051
|
||||
L 335.989779 53.906675
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 470.606945 30.692429
|
||||
L 470.606945 30.517869
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_16">
|
||||
<path d="M 66.755448 101.30008
|
||||
|
@ -37069,21 +37069,21 @@ L 468.049219 30.423015
|
|||
L 468.991539 30.578213
|
||||
L 470.606945 30.605149
|
||||
L 470.606945 30.605149
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #ffbf86; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #ffbf86; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="LineCollection_3">
|
||||
<path d="M 66.755448 101.30008
|
||||
L 66.755448 101.30008
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 201.372614 101.30008
|
||||
L 201.372614 101.30008
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 335.989779 101.30008
|
||||
L 335.989779 101.30008
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 470.606945 101.30008
|
||||
L 470.606945 101.30008
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_17">
|
||||
<path d="M 66.755448 101.30008
|
||||
|
@ -37179,21 +37179,21 @@ L 469.260773 101.421974
|
|||
L 469.933859 101.309581
|
||||
L 470.606945 101.30008
|
||||
L 470.606945 101.30008
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #87de87; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #87de87; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="LineCollection_4">
|
||||
<path d="M 66.755448 101.30008
|
||||
L 66.755448 101.30008
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
<path d="M 201.372614 137.987276
|
||||
L 201.372614 137.360985
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
<path d="M 335.989779 173.254051
|
||||
L 335.989779 172.368931
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
<path d="M 470.606945 207.989344
|
||||
L 470.606945 206.904825
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_18">
|
||||
<path d="M 66.755448 101.30008
|
||||
|
@ -37315,21 +37315,21 @@ L 398.855996 207.086512
|
|||
L 402.356042 207.446884
|
||||
L 470.606945 207.447085
|
||||
L 470.606945 207.447085
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #eb9293; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #eb9293; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="LineCollection_5">
|
||||
<path d="M 66.755448 101.30008
|
||||
L 66.755448 101.30008
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
<path d="M 201.372614 101.30008
|
||||
L 201.372614 101.30008
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
<path d="M 335.989779 101.30008
|
||||
L 335.989779 101.30008
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
<path d="M 470.606945 101.30008
|
||||
L 470.606945 101.30008
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_19">
|
||||
<path d="M 66.755448 101.30008
|
||||
|
@ -37548,21 +37548,21 @@ L 402.221425 101.317964
|
|||
L 404.240682 101.30008
|
||||
L 470.606945 101.30008
|
||||
L 470.606945 101.30008
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #c9b3de; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #c9b3de; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="LineCollection_6">
|
||||
<path d="M 66.755448 101.30008
|
||||
L 66.755448 101.30008
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
<path d="M 201.372614 113.229509
|
||||
L 201.372614 113.120188
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
<path d="M 335.989779 123.37194
|
||||
L 335.989779 123.219996
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
<path d="M 470.606945 133.203079
|
||||
L 470.606945 133.01819
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_20">
|
||||
<path d="M 66.755448 101.30008
|
||||
|
@ -37711,11 +37711,11 @@ L 469.260773 133.20252
|
|||
L 470.203094 133.112013
|
||||
L 470.606945 133.110635
|
||||
L 470.606945 133.110635
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #cca79f; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #cca79f; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_21">
|
||||
<defs>
|
||||
<path id="m75a61d3c2a" d="M 0 1
|
||||
<path id="m54b68a8b3c" d="M 0 1
|
||||
C 0.265203 1 0.51958 0.894634 0.707107 0.707107
|
||||
C 0.894634 0.51958 1 0.265203 1 0
|
||||
C 1 -0.265203 0.894634 -0.51958 0.707107 -0.707107
|
||||
|
@ -37727,16 +37727,16 @@ C -0.51958 0.894634 -0.265203 1 0 1
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pbc2ff3944f)">
|
||||
<use xlink:href="#m75a61d3c2a" x="66.755448" y="101.30008" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m75a61d3c2a" x="201.372614" y="99.50464" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m75a61d3c2a" x="335.989779" y="99.672495" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m75a61d3c2a" x="470.606945" y="99.453975" style="fill: #1f77b4"/>
|
||||
<g clip-path="url(#p4668593c48)">
|
||||
<use xlink:href="#m54b68a8b3c" x="66.755448" y="101.30008" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m54b68a8b3c" x="201.372614" y="99.50464" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m54b68a8b3c" x="335.989779" y="99.672495" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m54b68a8b3c" x="470.606945" y="99.453975" style="fill: #1f77b4"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_22">
|
||||
<defs>
|
||||
<path id="m94896a8d73" d="M 0 1
|
||||
<path id="m15be6c707c" d="M 0 1
|
||||
C 0.265203 1 0.51958 0.894634 0.707107 0.707107
|
||||
C 0.894634 0.51958 1 0.265203 1 0
|
||||
C 1 -0.265203 0.894634 -0.51958 0.707107 -0.707107
|
||||
|
@ -37748,16 +37748,16 @@ C -0.51958 0.894634 -0.265203 1 0 1
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pbc2ff3944f)">
|
||||
<use xlink:href="#m94896a8d73" x="66.755448" y="101.30008" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m94896a8d73" x="201.372614" y="77.765752" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m94896a8d73" x="335.989779" y="53.977863" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m94896a8d73" x="470.606945" y="30.605149" style="fill: #ff7f0e"/>
|
||||
<g clip-path="url(#p4668593c48)">
|
||||
<use xlink:href="#m15be6c707c" x="66.755448" y="101.30008" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m15be6c707c" x="201.372614" y="77.765752" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m15be6c707c" x="335.989779" y="53.977863" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m15be6c707c" x="470.606945" y="30.605149" style="fill: #ff7f0e"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_23">
|
||||
<defs>
|
||||
<path id="m2a0d8d4bbc" d="M 0 1
|
||||
<path id="m4cd0708081" d="M 0 1
|
||||
C 0.265203 1 0.51958 0.894634 0.707107 0.707107
|
||||
C 0.894634 0.51958 1 0.265203 1 0
|
||||
C 1 -0.265203 0.894634 -0.51958 0.707107 -0.707107
|
||||
|
@ -37769,16 +37769,16 @@ C -0.51958 0.894634 -0.265203 1 0 1
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pbc2ff3944f)">
|
||||
<use xlink:href="#m2a0d8d4bbc" x="66.755448" y="101.30008" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#m2a0d8d4bbc" x="201.372614" y="101.30008" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#m2a0d8d4bbc" x="335.989779" y="101.30008" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#m2a0d8d4bbc" x="470.606945" y="101.30008" style="fill: #2ca02c"/>
|
||||
<g clip-path="url(#p4668593c48)">
|
||||
<use xlink:href="#m4cd0708081" x="66.755448" y="101.30008" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#m4cd0708081" x="201.372614" y="101.30008" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#m4cd0708081" x="335.989779" y="101.30008" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#m4cd0708081" x="470.606945" y="101.30008" style="fill: #2ca02c"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_24">
|
||||
<defs>
|
||||
<path id="maada56467f" d="M 0 1
|
||||
<path id="m7155e9e413" d="M 0 1
|
||||
C 0.265203 1 0.51958 0.894634 0.707107 0.707107
|
||||
C 0.894634 0.51958 1 0.265203 1 0
|
||||
C 1 -0.265203 0.894634 -0.51958 0.707107 -0.707107
|
||||
|
@ -37790,16 +37790,16 @@ C -0.51958 0.894634 -0.265203 1 0 1
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pbc2ff3944f)">
|
||||
<use xlink:href="#maada56467f" x="66.755448" y="101.30008" style="fill: #d62728"/>
|
||||
<use xlink:href="#maada56467f" x="201.372614" y="137.67413" style="fill: #d62728"/>
|
||||
<use xlink:href="#maada56467f" x="335.989779" y="172.811491" style="fill: #d62728"/>
|
||||
<use xlink:href="#maada56467f" x="470.606945" y="207.447085" style="fill: #d62728"/>
|
||||
<g clip-path="url(#p4668593c48)">
|
||||
<use xlink:href="#m7155e9e413" x="66.755448" y="101.30008" style="fill: #d62728"/>
|
||||
<use xlink:href="#m7155e9e413" x="201.372614" y="137.67413" style="fill: #d62728"/>
|
||||
<use xlink:href="#m7155e9e413" x="335.989779" y="172.811491" style="fill: #d62728"/>
|
||||
<use xlink:href="#m7155e9e413" x="470.606945" y="207.447085" style="fill: #d62728"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_25">
|
||||
<defs>
|
||||
<path id="mdc255ac8d6" d="M 0 1
|
||||
<path id="m6186807540" d="M 0 1
|
||||
C 0.265203 1 0.51958 0.894634 0.707107 0.707107
|
||||
C 0.894634 0.51958 1 0.265203 1 0
|
||||
C 1 -0.265203 0.894634 -0.51958 0.707107 -0.707107
|
||||
|
@ -37811,11 +37811,11 @@ C -0.51958 0.894634 -0.265203 1 0 1
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pbc2ff3944f)">
|
||||
<use xlink:href="#mdc255ac8d6" x="66.755448" y="101.30008" style="fill: #9467bd"/>
|
||||
<use xlink:href="#mdc255ac8d6" x="201.372614" y="101.30008" style="fill: #9467bd"/>
|
||||
<use xlink:href="#mdc255ac8d6" x="335.989779" y="101.30008" style="fill: #9467bd"/>
|
||||
<use xlink:href="#mdc255ac8d6" x="470.606945" y="101.30008" style="fill: #9467bd"/>
|
||||
<g clip-path="url(#p4668593c48)">
|
||||
<use xlink:href="#m6186807540" x="66.755448" y="101.30008" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m6186807540" x="201.372614" y="101.30008" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m6186807540" x="335.989779" y="101.30008" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m6186807540" x="470.606945" y="101.30008" style="fill: #9467bd"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_26">
|
||||
|
@ -37823,9 +37823,9 @@ z
|
|||
L 201.372614 113.174848
|
||||
L 335.989779 123.295968
|
||||
L 470.606945 133.110635
|
||||
" clip-path="url(#pbc2ff3944f)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p4668593c48)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
<defs>
|
||||
<path id="mf785935249" d="M 0 1
|
||||
<path id="me4e3c278e1" d="M 0 1
|
||||
C 0.265203 1 0.51958 0.894634 0.707107 0.707107
|
||||
C 0.894634 0.51958 1 0.265203 1 0
|
||||
C 1 -0.265203 0.894634 -0.51958 0.707107 -0.707107
|
||||
|
@ -37837,11 +37837,11 @@ C -0.51958 0.894634 -0.265203 1 0 1
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pbc2ff3944f)">
|
||||
<use xlink:href="#mf785935249" x="66.755448" y="101.30008" style="fill: #8c564b"/>
|
||||
<use xlink:href="#mf785935249" x="201.372614" y="113.174848" style="fill: #8c564b"/>
|
||||
<use xlink:href="#mf785935249" x="335.989779" y="123.295968" style="fill: #8c564b"/>
|
||||
<use xlink:href="#mf785935249" x="470.606945" y="133.110635" style="fill: #8c564b"/>
|
||||
<g clip-path="url(#p4668593c48)">
|
||||
<use xlink:href="#me4e3c278e1" x="66.755448" y="101.30008" style="fill: #8c564b"/>
|
||||
<use xlink:href="#me4e3c278e1" x="201.372614" y="113.174848" style="fill: #8c564b"/>
|
||||
<use xlink:href="#me4e3c278e1" x="335.989779" y="123.295968" style="fill: #8c564b"/>
|
||||
<use xlink:href="#me4e3c278e1" x="470.606945" y="133.110635" style="fill: #8c564b"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
|
@ -37999,7 +37999,7 @@ L 63.662873 131.635821
|
|||
<g id="line2d_27"/>
|
||||
<g id="line2d_28">
|
||||
<g>
|
||||
<use xlink:href="#m75a61d3c2a" x="63.662873" y="136.135821" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m54b68a8b3c" x="63.662873" y="136.135821" style="fill: #1f77b4"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_18">
|
||||
|
@ -38133,7 +38133,7 @@ L 63.662873 145.102197
|
|||
<g id="line2d_29"/>
|
||||
<g id="line2d_30">
|
||||
<g>
|
||||
<use xlink:href="#m94896a8d73" x="63.662873" y="149.602197" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m15be6c707c" x="63.662873" y="149.602197" style="fill: #ff7f0e"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_19">
|
||||
|
@ -38307,7 +38307,7 @@ L 63.662873 158.568574
|
|||
<g id="line2d_31"/>
|
||||
<g id="line2d_32">
|
||||
<g>
|
||||
<use xlink:href="#m2a0d8d4bbc" x="63.662873" y="163.068574" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#m4cd0708081" x="63.662873" y="163.068574" style="fill: #2ca02c"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_20">
|
||||
|
@ -38360,7 +38360,7 @@ L 63.662873 172.03495
|
|||
<g id="line2d_33"/>
|
||||
<g id="line2d_34">
|
||||
<g>
|
||||
<use xlink:href="#maada56467f" x="63.662873" y="176.53495" style="fill: #d62728"/>
|
||||
<use xlink:href="#m7155e9e413" x="63.662873" y="176.53495" style="fill: #d62728"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_21">
|
||||
|
@ -38436,7 +38436,7 @@ L 63.662873 185.501326
|
|||
<g id="line2d_35"/>
|
||||
<g id="line2d_36">
|
||||
<g>
|
||||
<use xlink:href="#mdc255ac8d6" x="63.662873" y="190.001326" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m6186807540" x="63.662873" y="190.001326" style="fill: #9467bd"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_22">
|
||||
|
@ -38465,7 +38465,7 @@ L 72.662873 203.467702
|
|||
</g>
|
||||
<g id="line2d_38">
|
||||
<g>
|
||||
<use xlink:href="#mf785935249" x="63.662873" y="203.467702" style="fill: #8c564b"/>
|
||||
<use xlink:href="#me4e3c278e1" x="63.662873" y="203.467702" style="fill: #8c564b"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_23">
|
||||
|
@ -38481,7 +38481,7 @@ L 72.662873 203.467702
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="pbc2ff3944f">
|
||||
<clipPath id="p4668593c48">
|
||||
<rect x="46.562873" y="19.620366" width="444.236647" height="197.338929"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 966 KiB After Width: | Height: | Size: 966 KiB |
|
@ -41,12 +41,12 @@ z
|
|||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="mab792f8dba" d="M 0 0
|
||||
<path id="m8ec9a7e7ce" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#mab792f8dba" x="47.398567" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8ec9a7e7ce" x="47.398567" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -82,7 +82,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#mab792f8dba" x="73.668535" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8ec9a7e7ce" x="73.668535" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -148,7 +148,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#mab792f8dba" x="99.938502" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8ec9a7e7ce" x="99.938502" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -162,7 +162,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#mab792f8dba" x="126.208469" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8ec9a7e7ce" x="126.208469" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -197,7 +197,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#mab792f8dba" x="152.478436" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8ec9a7e7ce" x="152.478436" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -232,7 +232,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#mab792f8dba" x="178.748404" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8ec9a7e7ce" x="178.748404" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -247,7 +247,7 @@ z
|
|||
<g id="xtick_7">
|
||||
<g id="line2d_7">
|
||||
<g>
|
||||
<use xlink:href="#mab792f8dba" x="205.018371" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8ec9a7e7ce" x="205.018371" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
|
@ -262,7 +262,7 @@ z
|
|||
<g id="xtick_8">
|
||||
<g id="line2d_8">
|
||||
<g>
|
||||
<use xlink:href="#mab792f8dba" x="231.288338" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8ec9a7e7ce" x="231.288338" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_8">
|
||||
|
@ -305,12 +305,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_9">
|
||||
<defs>
|
||||
<path id="m1a86397080" d="M 0 0
|
||||
<path id="m85ff108e9f" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m1a86397080" x="37.941379" y="137.887526" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m85ff108e9f" x="37.941379" y="137.887526" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -345,7 +345,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#m1a86397080" x="37.941379" y="116.013806" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m85ff108e9f" x="37.941379" y="116.013806" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -362,7 +362,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_11">
|
||||
<g>
|
||||
<use xlink:href="#m1a86397080" x="37.941379" y="94.140085" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m85ff108e9f" x="37.941379" y="94.140085" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_12">
|
||||
|
@ -379,7 +379,7 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_12">
|
||||
<g>
|
||||
<use xlink:href="#m1a86397080" x="37.941379" y="72.266364" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m85ff108e9f" x="37.941379" y="72.266364" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_13">
|
||||
|
@ -396,7 +396,7 @@ z
|
|||
<g id="ytick_5">
|
||||
<g id="line2d_13">
|
||||
<g>
|
||||
<use xlink:href="#m1a86397080" x="37.941379" y="50.392643" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m85ff108e9f" x="37.941379" y="50.392643" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_14">
|
||||
|
@ -412,7 +412,7 @@ z
|
|||
<g id="ytick_6">
|
||||
<g id="line2d_14">
|
||||
<g>
|
||||
<use xlink:href="#m1a86397080" x="37.941379" y="28.518923" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m85ff108e9f" x="37.941379" y="28.518923" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_15">
|
||||
|
@ -720,7 +720,7 @@ L 235.848805 113.257241
|
|||
L 236.416236 113.559375
|
||||
L 236.542332 113.614611
|
||||
L 236.542332 113.614611
|
||||
" clip-path="url(#p2a81feb0bd)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p1d29976cea)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_16">
|
||||
<path d="M 47.398567 50.392643
|
||||
|
@ -1056,7 +1056,7 @@ L 235.596613 70.70395
|
|||
L 236.164044 70.102914
|
||||
L 236.542332 69.572049
|
||||
L 236.542332 69.572049
|
||||
" clip-path="url(#p2a81feb0bd)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p1d29976cea)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_17">
|
||||
<path d="M 47.398567 50.392643
|
||||
|
@ -1436,7 +1436,7 @@ L 235.470517 51.102781
|
|||
L 236.353188 51.876082
|
||||
L 236.542332 51.941211
|
||||
L 236.542332 51.941211
|
||||
" clip-path="url(#p2a81feb0bd)" style="fill: none; stroke: #d62728; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p1d29976cea)" style="fill: none; stroke: #d62728; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
<path d="M 37.941379 143.519296
|
||||
|
@ -1757,7 +1757,7 @@ L 64.041379 130.027702
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="p2a81feb0bd">
|
||||
<clipPath id="p1d29976cea">
|
||||
<rect x="37.941379" y="19.620366" width="208.058141" height="123.898929"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
|
@ -41,12 +41,12 @@ z
|
|||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="m8753829cf6" d="M 0 0
|
||||
<path id="m176c3ad88f" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m8753829cf6" x="51.401529" y="202.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m176c3ad88f" x="51.401529" y="202.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -82,7 +82,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#m8753829cf6" x="82.290099" y="202.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m176c3ad88f" x="82.290099" y="202.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -116,7 +116,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#m8753829cf6" x="113.178669" y="202.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m176c3ad88f" x="113.178669" y="202.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -154,7 +154,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#m8753829cf6" x="144.067239" y="202.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m176c3ad88f" x="144.067239" y="202.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -198,7 +198,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#m8753829cf6" x="174.955809" y="202.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m176c3ad88f" x="174.955809" y="202.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -240,7 +240,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#m8753829cf6" x="205.844379" y="202.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m176c3ad88f" x="205.844379" y="202.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -284,7 +284,7 @@ z
|
|||
<g id="xtick_7">
|
||||
<g id="line2d_7">
|
||||
<g>
|
||||
<use xlink:href="#m8753829cf6" x="236.732949" y="202.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m176c3ad88f" x="236.732949" y="202.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
|
@ -351,12 +351,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_8">
|
||||
<defs>
|
||||
<path id="mc733091db0" d="M 0 0
|
||||
<path id="m705cf78b43" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#mc733091db0" x="42.134959" y="193.679328" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m705cf78b43" x="42.134959" y="193.679328" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_9">
|
||||
|
@ -380,7 +380,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_9">
|
||||
<g>
|
||||
<use xlink:href="#mc733091db0" x="42.134959" y="158.159456" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m705cf78b43" x="42.134959" y="158.159456" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -395,7 +395,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#mc733091db0" x="42.134959" y="122.639584" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m705cf78b43" x="42.134959" y="122.639584" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -410,7 +410,7 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_11">
|
||||
<g>
|
||||
<use xlink:href="#mc733091db0" x="42.134959" y="87.119712" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m705cf78b43" x="42.134959" y="87.119712" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_12">
|
||||
|
@ -425,7 +425,7 @@ z
|
|||
<g id="ytick_5">
|
||||
<g id="line2d_12">
|
||||
<g>
|
||||
<use xlink:href="#mc733091db0" x="42.134959" y="51.59984" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m705cf78b43" x="42.134959" y="51.59984" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_13">
|
||||
|
@ -440,7 +440,7 @@ z
|
|||
<g id="ytick_6">
|
||||
<g id="line2d_13">
|
||||
<g>
|
||||
<use xlink:href="#mc733091db0" x="42.134959" y="16.079968" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m705cf78b43" x="42.134959" y="16.079968" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_14">
|
||||
|
@ -606,7 +606,7 @@ L 235.990881 193.202948
|
|||
L 236.361915 193.616611
|
||||
L 236.732949 193.679328
|
||||
L 236.732949 193.679328
|
||||
" clip-path="url(#p55891b402b)" style="fill: none; stroke: #ff7f0e; stroke-linecap: square"/>
|
||||
" clip-path="url(#pb828ca2ac1)" style="fill: none; stroke: #ff7f0e; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_15">
|
||||
<path d="M 51.401529 193.679328
|
||||
|
@ -646,7 +646,7 @@ L 143.788964 193.652529
|
|||
L 144.716549 193.679328
|
||||
L 236.732949 193.679328
|
||||
L 236.732949 193.679328
|
||||
" clip-path="url(#p55891b402b)" style="fill: none; stroke-dasharray: 3.7,1.6; stroke-dashoffset: 0; stroke: #ff7f0e"/>
|
||||
" clip-path="url(#pb828ca2ac1)" style="fill: none; stroke-dasharray: 3.7,1.6; stroke-dashoffset: 0; stroke: #ff7f0e"/>
|
||||
</g>
|
||||
<g id="line2d_16">
|
||||
<path d="M 51.401529 193.679328
|
||||
|
@ -697,7 +697,7 @@ L 235.43433 193.355988
|
|||
L 235.990881 193.616611
|
||||
L 236.732949 193.679328
|
||||
L 236.732949 193.679328
|
||||
" clip-path="url(#p55891b402b)" style="fill: none; stroke: #2ca02c; stroke-linecap: square"/>
|
||||
" clip-path="url(#pb828ca2ac1)" style="fill: none; stroke: #2ca02c; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_17">
|
||||
<path d="M 51.401529 193.679328
|
||||
|
@ -749,7 +749,7 @@ L 143.41793 193.637043
|
|||
L 144.345515 193.679328
|
||||
L 236.732949 193.679328
|
||||
L 236.732949 193.679328
|
||||
" clip-path="url(#p55891b402b)" style="fill: none; stroke-dasharray: 3.7,1.6; stroke-dashoffset: 0; stroke: #2ca02c"/>
|
||||
" clip-path="url(#pb828ca2ac1)" style="fill: none; stroke-dasharray: 3.7,1.6; stroke-dashoffset: 0; stroke: #2ca02c"/>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
<path d="M 42.134959 202.559296
|
||||
|
@ -1179,7 +1179,7 @@ z
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="p55891b402b">
|
||||
<clipPath id="pb828ca2ac1">
|
||||
<rect x="42.134959" y="7.2" width="203.864561" height="195.359296"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
@ -41,12 +41,12 @@ z
|
|||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="m1431d98772" d="M 0 0
|
||||
<path id="m852d9afe33" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m1431d98772" x="59.669895" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m852d9afe33" x="59.669895" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -82,7 +82,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#m1431d98772" x="89.246026" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m852d9afe33" x="89.246026" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -116,7 +116,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#m1431d98772" x="118.822157" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m852d9afe33" x="118.822157" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -154,7 +154,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#m1431d98772" x="148.398288" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m852d9afe33" x="148.398288" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -198,7 +198,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#m1431d98772" x="177.974419" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m852d9afe33" x="177.974419" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -240,7 +240,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#m1431d98772" x="207.55055" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m852d9afe33" x="207.55055" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -284,7 +284,7 @@ z
|
|||
<g id="xtick_7">
|
||||
<g id="line2d_7">
|
||||
<g>
|
||||
<use xlink:href="#m1431d98772" x="237.126681" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m852d9afe33" x="237.126681" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
|
@ -351,12 +351,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_8">
|
||||
<defs>
|
||||
<path id="m7a29922f64" d="M 0 0
|
||||
<path id="m451b0ac029" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m7a29922f64" x="50.797056" y="123.356861" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m451b0ac029" x="50.797056" y="123.356861" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_9">
|
||||
|
@ -391,7 +391,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_9">
|
||||
<g>
|
||||
<use xlink:href="#m7a29922f64" x="50.797056" y="95.009496" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m451b0ac029" x="50.797056" y="95.009496" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -408,7 +408,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#m7a29922f64" x="50.797056" y="66.662131" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m451b0ac029" x="50.797056" y="66.662131" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -424,7 +424,7 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_11">
|
||||
<g>
|
||||
<use xlink:href="#m7a29922f64" x="50.797056" y="38.314766" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m451b0ac029" x="50.797056" y="38.314766" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_12">
|
||||
|
@ -440,7 +440,7 @@ z
|
|||
<g id="ytick_5">
|
||||
<g id="line2d_12">
|
||||
<g>
|
||||
<use xlink:href="#m7a29922f64" x="50.797056" y="9.967401" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m451b0ac029" x="50.797056" y="9.967401" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_13">
|
||||
|
@ -606,7 +606,7 @@ L 201.28041 67.387317
|
|||
L 201.635324 66.662131
|
||||
L 237.126681 66.662131
|
||||
L 237.126681 66.662131
|
||||
" clip-path="url(#p4224e9b706)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#pef5e6ae2a7)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_14">
|
||||
<path d="M 59.669895 66.662131
|
||||
|
@ -648,7 +648,7 @@ L 201.28041 67.329552
|
|||
L 201.635324 66.662131
|
||||
L 237.126681 66.662131
|
||||
L 237.126681 66.662131
|
||||
" clip-path="url(#p4224e9b706)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#pef5e6ae2a7)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_15">
|
||||
<path d="M 59.669895 66.662131
|
||||
|
@ -696,7 +696,7 @@ L 179.630682 66.809077
|
|||
L 180.695423 66.662131
|
||||
L 237.126681 66.662131
|
||||
L 237.126681 66.662131
|
||||
" clip-path="url(#p4224e9b706)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pef5e6ae2a7)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_16">
|
||||
<path d="M 59.669895 66.662131
|
||||
|
@ -742,7 +742,7 @@ L 179.985596 66.57109
|
|||
L 180.340509 66.662131
|
||||
L 237.126681 66.662131
|
||||
L 237.126681 66.662131
|
||||
" clip-path="url(#p4224e9b706)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pef5e6ae2a7)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
<path d="M 50.797056 143.519296
|
||||
|
@ -1019,7 +1019,7 @@ z
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="p4224e9b706">
|
||||
<clipPath id="pef5e6ae2a7">
|
||||
<rect x="50.797056" y="7.908397" width="195.202464" height="135.610898"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
@ -41,12 +41,12 @@ z
|
|||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="md106ab814c" d="M 0 0
|
||||
<path id="m9bb856e7e7" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#md106ab814c" x="51.401529" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9bb856e7e7" x="51.401529" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -82,7 +82,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#md106ab814c" x="82.290099" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9bb856e7e7" x="82.290099" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -116,7 +116,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#md106ab814c" x="113.178669" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9bb856e7e7" x="113.178669" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -154,7 +154,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#md106ab814c" x="144.067239" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9bb856e7e7" x="144.067239" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -198,7 +198,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#md106ab814c" x="174.955809" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9bb856e7e7" x="174.955809" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -240,7 +240,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#md106ab814c" x="205.844379" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9bb856e7e7" x="205.844379" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -284,7 +284,7 @@ z
|
|||
<g id="xtick_7">
|
||||
<g id="line2d_7">
|
||||
<g>
|
||||
<use xlink:href="#md106ab814c" x="236.732949" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9bb856e7e7" x="236.732949" y="119.039296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
|
@ -351,12 +351,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_8">
|
||||
<defs>
|
||||
<path id="md6470eb941" d="M 0 0
|
||||
<path id="me433e9da0e" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#md6470eb941" x="42.134959" y="113.955691" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me433e9da0e" x="42.134959" y="113.955691" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_9">
|
||||
|
@ -380,7 +380,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_9">
|
||||
<g>
|
||||
<use xlink:href="#md6470eb941" x="42.134959" y="93.621274" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me433e9da0e" x="42.134959" y="93.621274" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -395,7 +395,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#md6470eb941" x="42.134959" y="73.286857" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me433e9da0e" x="42.134959" y="73.286857" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -410,7 +410,7 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_11">
|
||||
<g>
|
||||
<use xlink:href="#md6470eb941" x="42.134959" y="52.952439" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me433e9da0e" x="42.134959" y="52.952439" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_12">
|
||||
|
@ -425,7 +425,7 @@ z
|
|||
<g id="ytick_5">
|
||||
<g id="line2d_12">
|
||||
<g>
|
||||
<use xlink:href="#md6470eb941" x="42.134959" y="32.618022" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me433e9da0e" x="42.134959" y="32.618022" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_13">
|
||||
|
@ -440,7 +440,7 @@ z
|
|||
<g id="ytick_6">
|
||||
<g id="line2d_13">
|
||||
<g>
|
||||
<use xlink:href="#md6470eb941" x="42.134959" y="12.283604" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me433e9da0e" x="42.134959" y="12.283604" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_14">
|
||||
|
@ -618,7 +618,7 @@ L 233.393644 59.973309
|
|||
L 235.805364 40.271516
|
||||
L 236.732949 33.622191
|
||||
L 236.732949 33.622191
|
||||
" clip-path="url(#pde18180784)" style="fill: none; stroke: #ff7f0e; stroke-linecap: square"/>
|
||||
" clip-path="url(#pc0465f917e)" style="fill: none; stroke: #ff7f0e; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_15">
|
||||
<path d="M 51.401529 113.955691
|
||||
|
@ -668,7 +668,7 @@ L 198.701977 113.878017
|
|||
L 199.629562 113.955687
|
||||
L 236.732949 113.955691
|
||||
L 236.732949 113.955691
|
||||
" clip-path="url(#pde18180784)" style="fill: none; stroke-dasharray: 3.7,1.6; stroke-dashoffset: 0; stroke: #ff7f0e"/>
|
||||
" clip-path="url(#pc0465f917e)" style="fill: none; stroke-dasharray: 3.7,1.6; stroke-dashoffset: 0; stroke: #ff7f0e"/>
|
||||
</g>
|
||||
<g id="line2d_16">
|
||||
<path d="M 51.401529 33.622191
|
||||
|
@ -719,7 +719,7 @@ L 233.393644 59.973309
|
|||
L 235.805364 40.271516
|
||||
L 236.732949 33.622191
|
||||
L 236.732949 33.622191
|
||||
" clip-path="url(#pde18180784)" style="fill: none; stroke-dasharray: 1,1.65; stroke-dashoffset: 0; stroke: #2ca02c"/>
|
||||
" clip-path="url(#pc0465f917e)" style="fill: none; stroke-dasharray: 1,1.65; stroke-dashoffset: 0; stroke: #2ca02c"/>
|
||||
</g>
|
||||
<g id="line2d_17">
|
||||
<path d="M 51.401529 113.955691
|
||||
|
@ -771,7 +771,7 @@ L 143.603447 113.946756
|
|||
L 146.757235 113.955691
|
||||
L 236.732949 113.955691
|
||||
L 236.732949 113.955691
|
||||
" clip-path="url(#pde18180784)" style="fill: none; stroke-dasharray: 3.7,1.6; stroke-dashoffset: 0; stroke: #2ca02c"/>
|
||||
" clip-path="url(#pc0465f917e)" style="fill: none; stroke-dasharray: 3.7,1.6; stroke-dashoffset: 0; stroke: #2ca02c"/>
|
||||
</g>
|
||||
<g id="line2d_18">
|
||||
<path d="M 51.401529 113.955691
|
||||
|
@ -823,7 +823,7 @@ L 165.679962 113.933856
|
|||
L 167.349615 113.955691
|
||||
L 236.732949 113.955691
|
||||
L 236.732949 113.955691
|
||||
" clip-path="url(#pde18180784)" style="fill: none; stroke-dasharray: 3.7,1.6; stroke-dashoffset: 0; stroke: #d3d3d3"/>
|
||||
" clip-path="url(#pc0465f917e)" style="fill: none; stroke-dasharray: 3.7,1.6; stroke-dashoffset: 0; stroke: #d3d3d3"/>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
<path d="M 42.134959 119.039296
|
||||
|
@ -1208,7 +1208,7 @@ z
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="pde18180784">
|
||||
<clipPath id="pc0465f917e">
|
||||
<rect x="42.134959" y="7.2" width="203.864561" height="111.839296"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
@ -39,7 +39,7 @@ z
|
|||
</g>
|
||||
<g id="PolyCollection_1">
|
||||
<defs>
|
||||
<path id="m203a0dca55" d="M 66.755448 -154.959883
|
||||
<path id="mce8125789d" d="M 66.755448 -154.959883
|
||||
L 66.755448 -154.959883
|
||||
L 66.890065 -154.959882
|
||||
L 67.024682 -154.959881
|
||||
|
@ -6046,13 +6046,13 @@ L 66.755448 -154.959883
|
|||
z
|
||||
" style="stroke: #bfdef4; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p16a28a1cc4)">
|
||||
<use xlink:href="#m203a0dca55" x="0" y="253.19952" style="fill: #bfdef4; fill-opacity: 0.5; stroke: #bfdef4; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#p7c55d4b319)">
|
||||
<use xlink:href="#mce8125789d" x="0" y="253.19952" style="fill: #bfdef4; fill-opacity: 0.5; stroke: #bfdef4; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_2">
|
||||
<defs>
|
||||
<path id="m19bdb739c3" d="M 66.755448 -154.959883
|
||||
<path id="ma1ace06172" d="M 66.755448 -154.959883
|
||||
L 66.755448 -154.959883
|
||||
L 66.890065 -154.959883
|
||||
L 67.024682 -154.959883
|
||||
|
@ -12059,13 +12059,13 @@ L 66.755448 -154.959883
|
|||
z
|
||||
" style="stroke: #ffdfc3; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p16a28a1cc4)">
|
||||
<use xlink:href="#m19bdb739c3" x="0" y="253.19952" style="fill: #ffdfc3; fill-opacity: 0.5; stroke: #ffdfc3; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#p7c55d4b319)">
|
||||
<use xlink:href="#ma1ace06172" x="0" y="253.19952" style="fill: #ffdfc3; fill-opacity: 0.5; stroke: #ffdfc3; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_3">
|
||||
<defs>
|
||||
<path id="m00cdb577ff" d="M 66.755448 -154.959883
|
||||
<path id="me336ebcb10" d="M 66.755448 -154.959883
|
||||
L 66.755448 -154.959883
|
||||
L 66.890065 -154.959883
|
||||
L 67.024682 -154.959883
|
||||
|
@ -18072,13 +18072,13 @@ L 66.755448 -154.959883
|
|||
z
|
||||
" style="stroke: #c3eec3; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p16a28a1cc4)">
|
||||
<use xlink:href="#m00cdb577ff" x="0" y="253.19952" style="fill: #c3eec3; fill-opacity: 0.5; stroke: #c3eec3; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#p7c55d4b319)">
|
||||
<use xlink:href="#me336ebcb10" x="0" y="253.19952" style="fill: #c3eec3; fill-opacity: 0.5; stroke: #c3eec3; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_4">
|
||||
<defs>
|
||||
<path id="m8099bd97a6" d="M 66.755448 -154.959883
|
||||
<path id="m81a97b9ba9" d="M 66.755448 -154.959883
|
||||
L 66.755448 -154.959883
|
||||
L 66.890065 -154.959883
|
||||
L 67.024682 -154.959883
|
||||
|
@ -24085,13 +24085,13 @@ L 66.755448 -154.959883
|
|||
z
|
||||
" style="stroke: #f5c9c9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p16a28a1cc4)">
|
||||
<use xlink:href="#m8099bd97a6" x="0" y="253.19952" style="fill: #f5c9c9; fill-opacity: 0.5; stroke: #f5c9c9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#p7c55d4b319)">
|
||||
<use xlink:href="#m81a97b9ba9" x="0" y="253.19952" style="fill: #f5c9c9; fill-opacity: 0.5; stroke: #f5c9c9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_5">
|
||||
<defs>
|
||||
<path id="mc1161ef963" d="M 66.755448 -154.959883
|
||||
<path id="m2c1e52bed1" d="M 66.755448 -154.959883
|
||||
L 66.755448 -154.959883
|
||||
L 66.890065 -154.959883
|
||||
L 67.024682 -154.959883
|
||||
|
@ -30098,13 +30098,13 @@ L 66.755448 -154.959883
|
|||
z
|
||||
" style="stroke: #e4d9ee; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p16a28a1cc4)">
|
||||
<use xlink:href="#mc1161ef963" x="0" y="253.19952" style="fill: #e4d9ee; fill-opacity: 0.5; stroke: #e4d9ee; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#p7c55d4b319)">
|
||||
<use xlink:href="#m2c1e52bed1" x="0" y="253.19952" style="fill: #e4d9ee; fill-opacity: 0.5; stroke: #e4d9ee; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_6">
|
||||
<defs>
|
||||
<path id="m1395368e07" d="M 66.755448 -154.959883
|
||||
<path id="m4c22350922" d="M 66.755448 -154.959883
|
||||
L 66.755448 -154.959883
|
||||
L 66.890065 -154.959883
|
||||
L 67.024682 -154.959883
|
||||
|
@ -36111,20 +36111,20 @@ L 66.755448 -154.959883
|
|||
z
|
||||
" style="stroke: #e5d3cf; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p16a28a1cc4)">
|
||||
<use xlink:href="#m1395368e07" x="0" y="253.19952" style="fill: #e5d3cf; fill-opacity: 0.5; stroke: #e5d3cf; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#p7c55d4b319)">
|
||||
<use xlink:href="#m4c22350922" x="0" y="253.19952" style="fill: #e5d3cf; fill-opacity: 0.5; stroke: #e5d3cf; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="matplotlib.axis_1">
|
||||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="medfd5f7b8b" d="M 0 0
|
||||
<path id="m34e89daa95" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#medfd5f7b8b" x="66.755448" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m34e89daa95" x="66.755448" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -36160,7 +36160,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#medfd5f7b8b" x="122.845933" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m34e89daa95" x="122.845933" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -36226,7 +36226,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#medfd5f7b8b" x="178.936419" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m34e89daa95" x="178.936419" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -36240,7 +36240,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#medfd5f7b8b" x="235.026905" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m34e89daa95" x="235.026905" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -36275,7 +36275,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#medfd5f7b8b" x="291.117391" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m34e89daa95" x="291.117391" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -36310,7 +36310,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#medfd5f7b8b" x="347.207876" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m34e89daa95" x="347.207876" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -36325,7 +36325,7 @@ z
|
|||
<g id="xtick_7">
|
||||
<g id="line2d_7">
|
||||
<g>
|
||||
<use xlink:href="#medfd5f7b8b" x="403.298362" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m34e89daa95" x="403.298362" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
|
@ -36340,7 +36340,7 @@ z
|
|||
<g id="xtick_8">
|
||||
<g id="line2d_8">
|
||||
<g>
|
||||
<use xlink:href="#medfd5f7b8b" x="459.388848" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m34e89daa95" x="459.388848" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_8">
|
||||
|
@ -36383,12 +36383,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_9">
|
||||
<defs>
|
||||
<path id="m840246f2d1" d="M 0 0
|
||||
<path id="m05c313a17b" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m840246f2d1" x="46.562873" y="193.396647" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m05c313a17b" x="46.562873" y="193.396647" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -36422,7 +36422,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#m840246f2d1" x="46.562873" y="161.677644" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m05c313a17b" x="46.562873" y="161.677644" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -36438,7 +36438,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_11">
|
||||
<g>
|
||||
<use xlink:href="#m840246f2d1" x="46.562873" y="129.95864" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m05c313a17b" x="46.562873" y="129.95864" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_12">
|
||||
|
@ -36454,7 +36454,7 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_12">
|
||||
<g>
|
||||
<use xlink:href="#m840246f2d1" x="46.562873" y="98.239637" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m05c313a17b" x="46.562873" y="98.239637" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_13">
|
||||
|
@ -36469,7 +36469,7 @@ z
|
|||
<g id="ytick_5">
|
||||
<g id="line2d_13">
|
||||
<g>
|
||||
<use xlink:href="#m840246f2d1" x="46.562873" y="66.520634" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m05c313a17b" x="46.562873" y="66.520634" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_14">
|
||||
|
@ -36484,7 +36484,7 @@ z
|
|||
<g id="ytick_6">
|
||||
<g id="line2d_14">
|
||||
<g>
|
||||
<use xlink:href="#m840246f2d1" x="46.562873" y="34.80163" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m05c313a17b" x="46.562873" y="34.80163" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_15">
|
||||
|
@ -36678,16 +36678,16 @@ z
|
|||
<g id="LineCollection_1">
|
||||
<path d="M 66.755448 98.239637
|
||||
L 66.755448 98.239637
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 201.372614 91.635395
|
||||
L 201.372614 91.46872
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 335.989779 91.813748
|
||||
L 335.989779 91.65202
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 470.606945 91.60913
|
||||
L 470.606945 91.442908
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_15">
|
||||
<path d="M 66.755448 98.239637
|
||||
|
@ -36977,21 +36977,21 @@ L 468.183836 91.33113
|
|||
L 469.260773 91.504258
|
||||
L 470.606945 91.526019
|
||||
L 470.606945 91.526019
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #7fbee9; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #7fbee9; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="LineCollection_2">
|
||||
<path d="M 66.755448 98.239637
|
||||
L 66.755448 98.239637
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 201.372614 76.1
|
||||
L 201.372614 76.001588
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 335.989779 53.582714
|
||||
L 335.989779 53.443835
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 470.606945 30.815667
|
||||
L 470.606945 30.645094
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_16">
|
||||
<path d="M 66.755448 98.239637
|
||||
|
@ -37075,21 +37075,21 @@ L 468.45307 30.648915
|
|||
L 469.664625 30.728432
|
||||
L 470.606945 30.730381
|
||||
L 470.606945 30.730381
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #ffbf86; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #ffbf86; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="LineCollection_3">
|
||||
<path d="M 66.755448 98.239637
|
||||
L 66.755448 98.239637
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 201.372614 98.239637
|
||||
L 201.372614 98.239637
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 335.989779 98.239637
|
||||
L 335.989779 98.239637
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 470.606945 98.239637
|
||||
L 470.606945 98.239637
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_17">
|
||||
<path d="M 66.755448 98.239637
|
||||
|
@ -37186,21 +37186,21 @@ L 469.260773 98.349929
|
|||
L 469.933859 98.246777
|
||||
L 470.606945 98.239637
|
||||
L 470.606945 98.239637
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #87de87; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #87de87; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="LineCollection_4">
|
||||
<path d="M 66.755448 98.239637
|
||||
L 66.755448 98.239637
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
<path d="M 201.372614 143.362952
|
||||
L 201.372614 142.769755
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
<path d="M 335.989779 175.568453
|
||||
L 335.989779 174.729433
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
<path d="M 470.606945 207.98178
|
||||
L 470.606945 206.954282
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_18">
|
||||
<path d="M 66.755448 98.239637
|
||||
|
@ -37316,21 +37316,21 @@ L 401.00987 207.465901
|
|||
L 403.971448 207.468031
|
||||
L 470.606945 207.468031
|
||||
L 470.606945 207.468031
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #eb9293; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #eb9293; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="LineCollection_5">
|
||||
<path d="M 66.755448 98.239637
|
||||
L 66.755448 98.239637
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
<path d="M 201.372614 98.239637
|
||||
L 201.372614 98.239637
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
<path d="M 335.989779 98.239637
|
||||
L 335.989779 98.239637
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
<path d="M 470.606945 98.239637
|
||||
L 470.606945 98.239637
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_19">
|
||||
<path d="M 66.755448 98.239637
|
||||
|
@ -37522,21 +37522,21 @@ L 402.625276 98.240448
|
|||
L 425.779429 98.239637
|
||||
L 470.606945 98.239637
|
||||
L 470.606945 98.239637
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #c9b3de; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #c9b3de; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="LineCollection_6">
|
||||
<path d="M 66.755448 98.239637
|
||||
L 66.755448 98.239637
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
<path d="M 201.372614 115.775862
|
||||
L 201.372614 115.680125
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
<path d="M 335.989779 125.442287
|
||||
L 335.989779 125.305034
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
<path d="M 470.606945 135.585452
|
||||
L 470.606945 135.41683
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_20">
|
||||
<path d="M 66.755448 98.239637
|
||||
|
@ -37693,11 +37693,11 @@ L 468.991539 135.657598
|
|||
L 469.664625 135.520669
|
||||
L 470.606945 135.501141
|
||||
L 470.606945 135.501141
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #cca79f; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #cca79f; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_21">
|
||||
<defs>
|
||||
<path id="mdd5e7dc9cd" d="M 0 1
|
||||
<path id="m7f47f24c00" d="M 0 1
|
||||
C 0.265203 1 0.51958 0.894634 0.707107 0.707107
|
||||
C 0.894634 0.51958 1 0.265203 1 0
|
||||
C 1 -0.265203 0.894634 -0.51958 0.707107 -0.707107
|
||||
|
@ -37709,16 +37709,16 @@ C -0.51958 0.894634 -0.265203 1 0 1
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p16a28a1cc4)">
|
||||
<use xlink:href="#mdd5e7dc9cd" x="66.755448" y="98.239637" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#mdd5e7dc9cd" x="201.372614" y="91.552058" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#mdd5e7dc9cd" x="335.989779" y="91.732884" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#mdd5e7dc9cd" x="470.606945" y="91.526019" style="fill: #1f77b4"/>
|
||||
<g clip-path="url(#p7c55d4b319)">
|
||||
<use xlink:href="#m7f47f24c00" x="66.755448" y="98.239637" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m7f47f24c00" x="201.372614" y="91.552058" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m7f47f24c00" x="335.989779" y="91.732884" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m7f47f24c00" x="470.606945" y="91.526019" style="fill: #1f77b4"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_22">
|
||||
<defs>
|
||||
<path id="mf4deaa99be" d="M 0 1
|
||||
<path id="m860f6eb3a5" d="M 0 1
|
||||
C 0.265203 1 0.51958 0.894634 0.707107 0.707107
|
||||
C 0.894634 0.51958 1 0.265203 1 0
|
||||
C 1 -0.265203 0.894634 -0.51958 0.707107 -0.707107
|
||||
|
@ -37730,16 +37730,16 @@ C -0.51958 0.894634 -0.265203 1 0 1
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p16a28a1cc4)">
|
||||
<use xlink:href="#mf4deaa99be" x="66.755448" y="98.239637" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#mf4deaa99be" x="201.372614" y="76.050794" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#mf4deaa99be" x="335.989779" y="53.513275" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#mf4deaa99be" x="470.606945" y="30.730381" style="fill: #ff7f0e"/>
|
||||
<g clip-path="url(#p7c55d4b319)">
|
||||
<use xlink:href="#m860f6eb3a5" x="66.755448" y="98.239637" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m860f6eb3a5" x="201.372614" y="76.050794" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m860f6eb3a5" x="335.989779" y="53.513275" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m860f6eb3a5" x="470.606945" y="30.730381" style="fill: #ff7f0e"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_23">
|
||||
<defs>
|
||||
<path id="m8715d917bd" d="M 0 1
|
||||
<path id="m57f63e2301" d="M 0 1
|
||||
C 0.265203 1 0.51958 0.894634 0.707107 0.707107
|
||||
C 0.894634 0.51958 1 0.265203 1 0
|
||||
C 1 -0.265203 0.894634 -0.51958 0.707107 -0.707107
|
||||
|
@ -37751,16 +37751,16 @@ C -0.51958 0.894634 -0.265203 1 0 1
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p16a28a1cc4)">
|
||||
<use xlink:href="#m8715d917bd" x="66.755448" y="98.239637" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#m8715d917bd" x="201.372614" y="98.239637" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#m8715d917bd" x="335.989779" y="98.239637" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#m8715d917bd" x="470.606945" y="98.239637" style="fill: #2ca02c"/>
|
||||
<g clip-path="url(#p7c55d4b319)">
|
||||
<use xlink:href="#m57f63e2301" x="66.755448" y="98.239637" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#m57f63e2301" x="201.372614" y="98.239637" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#m57f63e2301" x="335.989779" y="98.239637" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#m57f63e2301" x="470.606945" y="98.239637" style="fill: #2ca02c"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_24">
|
||||
<defs>
|
||||
<path id="m8ddc87452a" d="M 0 1
|
||||
<path id="m05bbf0b0a2" d="M 0 1
|
||||
C 0.265203 1 0.51958 0.894634 0.707107 0.707107
|
||||
C 0.894634 0.51958 1 0.265203 1 0
|
||||
C 1 -0.265203 0.894634 -0.51958 0.707107 -0.707107
|
||||
|
@ -37772,16 +37772,16 @@ C -0.51958 0.894634 -0.265203 1 0 1
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p16a28a1cc4)">
|
||||
<use xlink:href="#m8ddc87452a" x="66.755448" y="98.239637" style="fill: #d62728"/>
|
||||
<use xlink:href="#m8ddc87452a" x="201.372614" y="143.066353" style="fill: #d62728"/>
|
||||
<use xlink:href="#m8ddc87452a" x="335.989779" y="175.148943" style="fill: #d62728"/>
|
||||
<use xlink:href="#m8ddc87452a" x="470.606945" y="207.468031" style="fill: #d62728"/>
|
||||
<g clip-path="url(#p7c55d4b319)">
|
||||
<use xlink:href="#m05bbf0b0a2" x="66.755448" y="98.239637" style="fill: #d62728"/>
|
||||
<use xlink:href="#m05bbf0b0a2" x="201.372614" y="143.066353" style="fill: #d62728"/>
|
||||
<use xlink:href="#m05bbf0b0a2" x="335.989779" y="175.148943" style="fill: #d62728"/>
|
||||
<use xlink:href="#m05bbf0b0a2" x="470.606945" y="207.468031" style="fill: #d62728"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_25">
|
||||
<defs>
|
||||
<path id="m9f2180c1d0" d="M 0 1
|
||||
<path id="m112fa54d4d" d="M 0 1
|
||||
C 0.265203 1 0.51958 0.894634 0.707107 0.707107
|
||||
C 0.894634 0.51958 1 0.265203 1 0
|
||||
C 1 -0.265203 0.894634 -0.51958 0.707107 -0.707107
|
||||
|
@ -37793,11 +37793,11 @@ C -0.51958 0.894634 -0.265203 1 0 1
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p16a28a1cc4)">
|
||||
<use xlink:href="#m9f2180c1d0" x="66.755448" y="98.239637" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m9f2180c1d0" x="201.372614" y="98.239637" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m9f2180c1d0" x="335.989779" y="98.239637" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m9f2180c1d0" x="470.606945" y="98.239637" style="fill: #9467bd"/>
|
||||
<g clip-path="url(#p7c55d4b319)">
|
||||
<use xlink:href="#m112fa54d4d" x="66.755448" y="98.239637" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m112fa54d4d" x="201.372614" y="98.239637" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m112fa54d4d" x="335.989779" y="98.239637" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m112fa54d4d" x="470.606945" y="98.239637" style="fill: #9467bd"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_26">
|
||||
|
@ -37805,9 +37805,9 @@ z
|
|||
L 201.372614 115.727993
|
||||
L 335.989779 125.37366
|
||||
L 470.606945 135.501141
|
||||
" clip-path="url(#p16a28a1cc4)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7c55d4b319)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
<defs>
|
||||
<path id="m9a60d1912e" d="M 0 1
|
||||
<path id="m4d415b97eb" d="M 0 1
|
||||
C 0.265203 1 0.51958 0.894634 0.707107 0.707107
|
||||
C 0.894634 0.51958 1 0.265203 1 0
|
||||
C 1 -0.265203 0.894634 -0.51958 0.707107 -0.707107
|
||||
|
@ -37819,11 +37819,11 @@ C -0.51958 0.894634 -0.265203 1 0 1
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p16a28a1cc4)">
|
||||
<use xlink:href="#m9a60d1912e" x="66.755448" y="98.239637" style="fill: #8c564b"/>
|
||||
<use xlink:href="#m9a60d1912e" x="201.372614" y="115.727993" style="fill: #8c564b"/>
|
||||
<use xlink:href="#m9a60d1912e" x="335.989779" y="125.37366" style="fill: #8c564b"/>
|
||||
<use xlink:href="#m9a60d1912e" x="470.606945" y="135.501141" style="fill: #8c564b"/>
|
||||
<g clip-path="url(#p7c55d4b319)">
|
||||
<use xlink:href="#m4d415b97eb" x="66.755448" y="98.239637" style="fill: #8c564b"/>
|
||||
<use xlink:href="#m4d415b97eb" x="201.372614" y="115.727993" style="fill: #8c564b"/>
|
||||
<use xlink:href="#m4d415b97eb" x="335.989779" y="125.37366" style="fill: #8c564b"/>
|
||||
<use xlink:href="#m4d415b97eb" x="470.606945" y="135.501141" style="fill: #8c564b"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
|
@ -37986,7 +37986,7 @@ L 63.662873 131.635821
|
|||
<g id="line2d_27"/>
|
||||
<g id="line2d_28">
|
||||
<g>
|
||||
<use xlink:href="#mdd5e7dc9cd" x="63.662873" y="136.135821" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m7f47f24c00" x="63.662873" y="136.135821" style="fill: #1f77b4"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_18">
|
||||
|
@ -38120,7 +38120,7 @@ L 63.662873 145.102197
|
|||
<g id="line2d_29"/>
|
||||
<g id="line2d_30">
|
||||
<g>
|
||||
<use xlink:href="#mf4deaa99be" x="63.662873" y="149.602197" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m860f6eb3a5" x="63.662873" y="149.602197" style="fill: #ff7f0e"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_19">
|
||||
|
@ -38294,7 +38294,7 @@ L 63.662873 158.568574
|
|||
<g id="line2d_31"/>
|
||||
<g id="line2d_32">
|
||||
<g>
|
||||
<use xlink:href="#m8715d917bd" x="63.662873" y="163.068574" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#m57f63e2301" x="63.662873" y="163.068574" style="fill: #2ca02c"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_20">
|
||||
|
@ -38347,7 +38347,7 @@ L 63.662873 172.03495
|
|||
<g id="line2d_33"/>
|
||||
<g id="line2d_34">
|
||||
<g>
|
||||
<use xlink:href="#m8ddc87452a" x="63.662873" y="176.53495" style="fill: #d62728"/>
|
||||
<use xlink:href="#m05bbf0b0a2" x="63.662873" y="176.53495" style="fill: #d62728"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_21">
|
||||
|
@ -38423,7 +38423,7 @@ L 63.662873 185.501326
|
|||
<g id="line2d_35"/>
|
||||
<g id="line2d_36">
|
||||
<g>
|
||||
<use xlink:href="#m9f2180c1d0" x="63.662873" y="190.001326" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m112fa54d4d" x="63.662873" y="190.001326" style="fill: #9467bd"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_22">
|
||||
|
@ -38452,7 +38452,7 @@ L 72.662873 203.467702
|
|||
</g>
|
||||
<g id="line2d_38">
|
||||
<g>
|
||||
<use xlink:href="#m9a60d1912e" x="63.662873" y="203.467702" style="fill: #8c564b"/>
|
||||
<use xlink:href="#m4d415b97eb" x="63.662873" y="203.467702" style="fill: #8c564b"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_23">
|
||||
|
@ -38468,7 +38468,7 @@ L 72.662873 203.467702
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="p16a28a1cc4">
|
||||
<clipPath id="p7c55d4b319">
|
||||
<rect x="46.562873" y="19.620366" width="444.236647" height="197.338929"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 973 KiB After Width: | Height: | Size: 973 KiB |
|
@ -39,7 +39,7 @@ z
|
|||
</g>
|
||||
<g id="PolyCollection_1">
|
||||
<defs>
|
||||
<path id="m9c92015c35" d="M 66.755448 -165.919029
|
||||
<path id="m3391c6a8ec" d="M 66.755448 -165.919029
|
||||
L 66.755448 -165.919029
|
||||
L 66.890065 -165.919029
|
||||
L 67.024682 -165.919029
|
||||
|
@ -6046,13 +6046,13 @@ L 66.755448 -165.919029
|
|||
z
|
||||
" style="stroke: #bfdef4; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p3e0f15aa7b)">
|
||||
<use xlink:href="#m9c92015c35" x="0" y="253.19952" style="fill: #bfdef4; fill-opacity: 0.5; stroke: #bfdef4; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#pcb187a9c25)">
|
||||
<use xlink:href="#m3391c6a8ec" x="0" y="253.19952" style="fill: #bfdef4; fill-opacity: 0.5; stroke: #bfdef4; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_2">
|
||||
<defs>
|
||||
<path id="mfb637c4752" d="M 66.755448 -165.919029
|
||||
<path id="m055daa16b8" d="M 66.755448 -165.919029
|
||||
L 66.755448 -165.919029
|
||||
L 66.890065 -165.919029
|
||||
L 67.024682 -165.919029
|
||||
|
@ -12059,13 +12059,13 @@ L 66.755448 -165.919029
|
|||
z
|
||||
" style="stroke: #ffdfc3; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p3e0f15aa7b)">
|
||||
<use xlink:href="#mfb637c4752" x="0" y="253.19952" style="fill: #ffdfc3; fill-opacity: 0.5; stroke: #ffdfc3; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#pcb187a9c25)">
|
||||
<use xlink:href="#m055daa16b8" x="0" y="253.19952" style="fill: #ffdfc3; fill-opacity: 0.5; stroke: #ffdfc3; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_3">
|
||||
<defs>
|
||||
<path id="m5015667e73" d="M 66.755448 -165.919029
|
||||
<path id="ma3de29ee01" d="M 66.755448 -165.919029
|
||||
L 66.755448 -165.919029
|
||||
L 66.890065 -165.919029
|
||||
L 67.024682 -165.919029
|
||||
|
@ -18072,13 +18072,13 @@ L 66.755448 -165.919029
|
|||
z
|
||||
" style="stroke: #c3eec3; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p3e0f15aa7b)">
|
||||
<use xlink:href="#m5015667e73" x="0" y="253.19952" style="fill: #c3eec3; fill-opacity: 0.5; stroke: #c3eec3; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#pcb187a9c25)">
|
||||
<use xlink:href="#ma3de29ee01" x="0" y="253.19952" style="fill: #c3eec3; fill-opacity: 0.5; stroke: #c3eec3; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_4">
|
||||
<defs>
|
||||
<path id="m64a3134ad9" d="M 66.755448 -165.919029
|
||||
<path id="m5e5d5d13e7" d="M 66.755448 -165.919029
|
||||
L 66.755448 -165.919029
|
||||
L 66.890065 -165.919029
|
||||
L 67.024682 -165.919029
|
||||
|
@ -24085,13 +24085,13 @@ L 66.755448 -165.919029
|
|||
z
|
||||
" style="stroke: #f5c9c9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p3e0f15aa7b)">
|
||||
<use xlink:href="#m64a3134ad9" x="0" y="253.19952" style="fill: #f5c9c9; fill-opacity: 0.5; stroke: #f5c9c9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#pcb187a9c25)">
|
||||
<use xlink:href="#m5e5d5d13e7" x="0" y="253.19952" style="fill: #f5c9c9; fill-opacity: 0.5; stroke: #f5c9c9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_5">
|
||||
<defs>
|
||||
<path id="m9cc16107e1" d="M 66.755448 -165.919029
|
||||
<path id="m80bfd97d0e" d="M 66.755448 -165.919029
|
||||
L 66.755448 -165.919029
|
||||
L 66.890065 -165.919029
|
||||
L 67.024682 -165.919029
|
||||
|
@ -30098,13 +30098,13 @@ L 66.755448 -165.919029
|
|||
z
|
||||
" style="stroke: #e4d9ee; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p3e0f15aa7b)">
|
||||
<use xlink:href="#m9cc16107e1" x="0" y="253.19952" style="fill: #e4d9ee; fill-opacity: 0.5; stroke: #e4d9ee; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#pcb187a9c25)">
|
||||
<use xlink:href="#m80bfd97d0e" x="0" y="253.19952" style="fill: #e4d9ee; fill-opacity: 0.5; stroke: #e4d9ee; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_6">
|
||||
<defs>
|
||||
<path id="mc59a2c8d2d" d="M 66.755448 -165.919029
|
||||
<path id="m183aa4425c" d="M 66.755448 -165.919029
|
||||
L 66.755448 -165.919029
|
||||
L 66.890065 -165.919029
|
||||
L 67.024682 -165.919029
|
||||
|
@ -36111,20 +36111,20 @@ L 66.755448 -165.919029
|
|||
z
|
||||
" style="stroke: #e5d3cf; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p3e0f15aa7b)">
|
||||
<use xlink:href="#mc59a2c8d2d" x="0" y="253.19952" style="fill: #e5d3cf; fill-opacity: 0.5; stroke: #e5d3cf; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#pcb187a9c25)">
|
||||
<use xlink:href="#m183aa4425c" x="0" y="253.19952" style="fill: #e5d3cf; fill-opacity: 0.5; stroke: #e5d3cf; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="matplotlib.axis_1">
|
||||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="m07c7968f8a" d="M 0 0
|
||||
<path id="mfb262a59e8" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m07c7968f8a" x="66.755448" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mfb262a59e8" x="66.755448" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -36160,7 +36160,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#m07c7968f8a" x="122.845933" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mfb262a59e8" x="122.845933" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -36226,7 +36226,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#m07c7968f8a" x="178.936419" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mfb262a59e8" x="178.936419" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -36240,7 +36240,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#m07c7968f8a" x="235.026905" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mfb262a59e8" x="235.026905" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -36275,7 +36275,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#m07c7968f8a" x="291.117391" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mfb262a59e8" x="291.117391" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -36310,7 +36310,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#m07c7968f8a" x="347.207876" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mfb262a59e8" x="347.207876" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -36325,7 +36325,7 @@ z
|
|||
<g id="xtick_7">
|
||||
<g id="line2d_7">
|
||||
<g>
|
||||
<use xlink:href="#m07c7968f8a" x="403.298362" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mfb262a59e8" x="403.298362" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
|
@ -36340,7 +36340,7 @@ z
|
|||
<g id="xtick_8">
|
||||
<g id="line2d_8">
|
||||
<g>
|
||||
<use xlink:href="#m07c7968f8a" x="459.388848" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mfb262a59e8" x="459.388848" y="216.959296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_8">
|
||||
|
@ -36383,12 +36383,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_9">
|
||||
<defs>
|
||||
<path id="md9704b1ef4" d="M 0 0
|
||||
<path id="m0ca313b87f" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#md9704b1ef4" x="46.562873" y="189.388826" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m0ca313b87f" x="46.562873" y="189.388826" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -36422,7 +36422,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#md9704b1ef4" x="46.562873" y="155.352714" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m0ca313b87f" x="46.562873" y="155.352714" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -36438,7 +36438,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_11">
|
||||
<g>
|
||||
<use xlink:href="#md9704b1ef4" x="46.562873" y="121.316603" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m0ca313b87f" x="46.562873" y="121.316603" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_12">
|
||||
|
@ -36454,7 +36454,7 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_12">
|
||||
<g>
|
||||
<use xlink:href="#md9704b1ef4" x="46.562873" y="87.280491" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m0ca313b87f" x="46.562873" y="87.280491" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_13">
|
||||
|
@ -36469,7 +36469,7 @@ z
|
|||
<g id="ytick_5">
|
||||
<g id="line2d_13">
|
||||
<g>
|
||||
<use xlink:href="#md9704b1ef4" x="46.562873" y="53.24438" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m0ca313b87f" x="46.562873" y="53.24438" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_14">
|
||||
|
@ -36484,7 +36484,7 @@ z
|
|||
<g id="ytick_6">
|
||||
<g id="line2d_14">
|
||||
<g>
|
||||
<use xlink:href="#md9704b1ef4" x="46.562873" y="19.208268" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m0ca313b87f" x="46.562873" y="19.208268" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_15">
|
||||
|
@ -36678,16 +36678,16 @@ z
|
|||
<g id="LineCollection_1">
|
||||
<path d="M 66.755448 87.280491
|
||||
L 66.755448 87.280491
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 201.372614 78.39964
|
||||
L 201.372614 78.339152
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 335.989779 78.395429
|
||||
L 335.989779 78.335336
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 470.606945 78.333781
|
||||
L 470.606945 78.272537
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_15">
|
||||
<path d="M 66.755448 87.280491
|
||||
|
@ -36920,21 +36920,21 @@ L 468.45307 78.154872
|
|||
L 469.530008 78.292838
|
||||
L 470.606945 78.303159
|
||||
L 470.606945 78.303159
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #7fbee9; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #7fbee9; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="LineCollection_2">
|
||||
<path d="M 66.755448 87.280491
|
||||
L 66.755448 87.280491
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 201.372614 64.59239
|
||||
L 201.372614 64.556679
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 335.989779 41.769182
|
||||
L 335.989779 41.718605
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 470.606945 18.888624
|
||||
L 470.606945 18.826691
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_16">
|
||||
<path d="M 66.755448 87.280491
|
||||
|
@ -37020,21 +37020,21 @@ L 468.587688 18.796657
|
|||
L 469.933859 18.857311
|
||||
L 470.606945 18.857657
|
||||
L 470.606945 18.857657
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #ffbf86; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #ffbf86; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="LineCollection_3">
|
||||
<path d="M 66.755448 87.280491
|
||||
L 66.755448 87.280491
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 201.372614 87.280491
|
||||
L 201.372614 87.280491
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 335.989779 87.280491
|
||||
L 335.989779 87.280491
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 470.606945 87.280491
|
||||
L 470.606945 87.280491
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_17">
|
||||
<path d="M 66.755448 87.280491
|
||||
|
@ -37128,21 +37128,21 @@ L 469.126156 87.436236
|
|||
L 469.799242 87.293337
|
||||
L 470.606945 87.280491
|
||||
L 470.606945 87.280491
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #87de87; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #87de87; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="LineCollection_4">
|
||||
<path d="M 66.755448 87.280491
|
||||
L 66.755448 87.280491
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
<path d="M 201.372614 140.922145
|
||||
L 201.372614 140.709099
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
<path d="M 335.989779 174.082703
|
||||
L 335.989779 173.780709
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
<path d="M 470.606945 207.4221
|
||||
L 470.606945 207.051843
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #d62728; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_18">
|
||||
<path d="M 66.755448 87.280491
|
||||
|
@ -37235,21 +37235,21 @@ L 401.952191 207.239349
|
|||
L 443.818129 207.236971
|
||||
L 470.606945 207.236971
|
||||
L 470.606945 207.236971
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #eb9293; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #eb9293; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="LineCollection_5">
|
||||
<path d="M 66.755448 87.280491
|
||||
L 66.755448 87.280491
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
<path d="M 201.372614 87.280491
|
||||
L 201.372614 87.280491
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
<path d="M 335.989779 87.280491
|
||||
L 335.989779 87.280491
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
<path d="M 470.606945 87.280491
|
||||
L 470.606945 87.280491
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_19">
|
||||
<path d="M 66.755448 87.280491
|
||||
|
@ -37396,21 +37396,21 @@ L 402.759894 87.279029
|
|||
L 425.375577 87.280491
|
||||
L 470.606945 87.280491
|
||||
L 470.606945 87.280491
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #c9b3de; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #c9b3de; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="LineCollection_6">
|
||||
<path d="M 66.755448 87.280491
|
||||
L 66.755448 87.280491
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
<path d="M 201.372614 108.832951
|
||||
L 201.372614 108.800982
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
<path d="M 335.989779 118.907586
|
||||
L 335.989779 118.859934
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
<path d="M 470.606945 128.912174
|
||||
L 470.606945 128.852923
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_20">
|
||||
<path d="M 66.755448 87.280491
|
||||
|
@ -37563,11 +37563,11 @@ L 468.991539 129.030379
|
|||
L 469.664625 128.899123
|
||||
L 470.606945 128.882548
|
||||
L 470.606945 128.882548
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #cca79f; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #cca79f; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_21">
|
||||
<defs>
|
||||
<path id="m78d980f63e" d="M 0 1
|
||||
<path id="m6319fdce6b" d="M 0 1
|
||||
C 0.265203 1 0.51958 0.894634 0.707107 0.707107
|
||||
C 0.894634 0.51958 1 0.265203 1 0
|
||||
C 1 -0.265203 0.894634 -0.51958 0.707107 -0.707107
|
||||
|
@ -37579,16 +37579,16 @@ C -0.51958 0.894634 -0.265203 1 0 1
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p3e0f15aa7b)">
|
||||
<use xlink:href="#m78d980f63e" x="66.755448" y="87.280491" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m78d980f63e" x="201.372614" y="78.369396" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m78d980f63e" x="335.989779" y="78.365382" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m78d980f63e" x="470.606945" y="78.303159" style="fill: #1f77b4"/>
|
||||
<g clip-path="url(#pcb187a9c25)">
|
||||
<use xlink:href="#m6319fdce6b" x="66.755448" y="87.280491" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m6319fdce6b" x="201.372614" y="78.369396" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m6319fdce6b" x="335.989779" y="78.365382" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m6319fdce6b" x="470.606945" y="78.303159" style="fill: #1f77b4"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_22">
|
||||
<defs>
|
||||
<path id="m64c5261d9a" d="M 0 1
|
||||
<path id="mc6d5f01527" d="M 0 1
|
||||
C 0.265203 1 0.51958 0.894634 0.707107 0.707107
|
||||
C 0.894634 0.51958 1 0.265203 1 0
|
||||
C 1 -0.265203 0.894634 -0.51958 0.707107 -0.707107
|
||||
|
@ -37600,16 +37600,16 @@ C -0.51958 0.894634 -0.265203 1 0 1
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p3e0f15aa7b)">
|
||||
<use xlink:href="#m64c5261d9a" x="66.755448" y="87.280491" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m64c5261d9a" x="201.372614" y="64.574534" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m64c5261d9a" x="335.989779" y="41.743893" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m64c5261d9a" x="470.606945" y="18.857657" style="fill: #ff7f0e"/>
|
||||
<g clip-path="url(#pcb187a9c25)">
|
||||
<use xlink:href="#mc6d5f01527" x="66.755448" y="87.280491" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#mc6d5f01527" x="201.372614" y="64.574534" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#mc6d5f01527" x="335.989779" y="41.743893" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#mc6d5f01527" x="470.606945" y="18.857657" style="fill: #ff7f0e"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_23">
|
||||
<defs>
|
||||
<path id="mbd6aca1bf2" d="M 0 1
|
||||
<path id="med4f29d278" d="M 0 1
|
||||
C 0.265203 1 0.51958 0.894634 0.707107 0.707107
|
||||
C 0.894634 0.51958 1 0.265203 1 0
|
||||
C 1 -0.265203 0.894634 -0.51958 0.707107 -0.707107
|
||||
|
@ -37621,16 +37621,16 @@ C -0.51958 0.894634 -0.265203 1 0 1
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p3e0f15aa7b)">
|
||||
<use xlink:href="#mbd6aca1bf2" x="66.755448" y="87.280491" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#mbd6aca1bf2" x="201.372614" y="87.280491" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#mbd6aca1bf2" x="335.989779" y="87.280491" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#mbd6aca1bf2" x="470.606945" y="87.280491" style="fill: #2ca02c"/>
|
||||
<g clip-path="url(#pcb187a9c25)">
|
||||
<use xlink:href="#med4f29d278" x="66.755448" y="87.280491" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#med4f29d278" x="201.372614" y="87.280491" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#med4f29d278" x="335.989779" y="87.280491" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#med4f29d278" x="470.606945" y="87.280491" style="fill: #2ca02c"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_24">
|
||||
<defs>
|
||||
<path id="m8e12107078" d="M 0 1
|
||||
<path id="m5460bb1776" d="M 0 1
|
||||
C 0.265203 1 0.51958 0.894634 0.707107 0.707107
|
||||
C 0.894634 0.51958 1 0.265203 1 0
|
||||
C 1 -0.265203 0.894634 -0.51958 0.707107 -0.707107
|
||||
|
@ -37642,16 +37642,16 @@ C -0.51958 0.894634 -0.265203 1 0 1
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p3e0f15aa7b)">
|
||||
<use xlink:href="#m8e12107078" x="66.755448" y="87.280491" style="fill: #d62728"/>
|
||||
<use xlink:href="#m8e12107078" x="201.372614" y="140.815622" style="fill: #d62728"/>
|
||||
<use xlink:href="#m8e12107078" x="335.989779" y="173.931706" style="fill: #d62728"/>
|
||||
<use xlink:href="#m8e12107078" x="470.606945" y="207.236971" style="fill: #d62728"/>
|
||||
<g clip-path="url(#pcb187a9c25)">
|
||||
<use xlink:href="#m5460bb1776" x="66.755448" y="87.280491" style="fill: #d62728"/>
|
||||
<use xlink:href="#m5460bb1776" x="201.372614" y="140.815622" style="fill: #d62728"/>
|
||||
<use xlink:href="#m5460bb1776" x="335.989779" y="173.931706" style="fill: #d62728"/>
|
||||
<use xlink:href="#m5460bb1776" x="470.606945" y="207.236971" style="fill: #d62728"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_25">
|
||||
<defs>
|
||||
<path id="m29b97aa0d9" d="M 0 1
|
||||
<path id="m161a78d743" d="M 0 1
|
||||
C 0.265203 1 0.51958 0.894634 0.707107 0.707107
|
||||
C 0.894634 0.51958 1 0.265203 1 0
|
||||
C 1 -0.265203 0.894634 -0.51958 0.707107 -0.707107
|
||||
|
@ -37663,11 +37663,11 @@ C -0.51958 0.894634 -0.265203 1 0 1
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p3e0f15aa7b)">
|
||||
<use xlink:href="#m29b97aa0d9" x="66.755448" y="87.280491" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m29b97aa0d9" x="201.372614" y="87.280491" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m29b97aa0d9" x="335.989779" y="87.280491" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m29b97aa0d9" x="470.606945" y="87.280491" style="fill: #9467bd"/>
|
||||
<g clip-path="url(#pcb187a9c25)">
|
||||
<use xlink:href="#m161a78d743" x="66.755448" y="87.280491" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m161a78d743" x="201.372614" y="87.280491" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m161a78d743" x="335.989779" y="87.280491" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m161a78d743" x="470.606945" y="87.280491" style="fill: #9467bd"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_26">
|
||||
|
@ -37675,9 +37675,9 @@ z
|
|||
L 201.372614 108.816966
|
||||
L 335.989779 118.88376
|
||||
L 470.606945 128.882548
|
||||
" clip-path="url(#p3e0f15aa7b)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pcb187a9c25)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
<defs>
|
||||
<path id="ma86f5207fb" d="M 0 1
|
||||
<path id="m4ceb2b3be3" d="M 0 1
|
||||
C 0.265203 1 0.51958 0.894634 0.707107 0.707107
|
||||
C 0.894634 0.51958 1 0.265203 1 0
|
||||
C 1 -0.265203 0.894634 -0.51958 0.707107 -0.707107
|
||||
|
@ -37689,11 +37689,11 @@ C -0.51958 0.894634 -0.265203 1 0 1
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p3e0f15aa7b)">
|
||||
<use xlink:href="#ma86f5207fb" x="66.755448" y="87.280491" style="fill: #8c564b"/>
|
||||
<use xlink:href="#ma86f5207fb" x="201.372614" y="108.816966" style="fill: #8c564b"/>
|
||||
<use xlink:href="#ma86f5207fb" x="335.989779" y="118.88376" style="fill: #8c564b"/>
|
||||
<use xlink:href="#ma86f5207fb" x="470.606945" y="128.882548" style="fill: #8c564b"/>
|
||||
<g clip-path="url(#pcb187a9c25)">
|
||||
<use xlink:href="#m4ceb2b3be3" x="66.755448" y="87.280491" style="fill: #8c564b"/>
|
||||
<use xlink:href="#m4ceb2b3be3" x="201.372614" y="108.816966" style="fill: #8c564b"/>
|
||||
<use xlink:href="#m4ceb2b3be3" x="335.989779" y="118.88376" style="fill: #8c564b"/>
|
||||
<use xlink:href="#m4ceb2b3be3" x="470.606945" y="128.882548" style="fill: #8c564b"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
|
@ -37738,7 +37738,7 @@ L 63.662873 131.635821
|
|||
<g id="line2d_27"/>
|
||||
<g id="line2d_28">
|
||||
<g>
|
||||
<use xlink:href="#m78d980f63e" x="63.662873" y="136.135821" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m6319fdce6b" x="63.662873" y="136.135821" style="fill: #1f77b4"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_17">
|
||||
|
@ -37872,7 +37872,7 @@ L 63.662873 145.102197
|
|||
<g id="line2d_29"/>
|
||||
<g id="line2d_30">
|
||||
<g>
|
||||
<use xlink:href="#m64c5261d9a" x="63.662873" y="149.602197" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#mc6d5f01527" x="63.662873" y="149.602197" style="fill: #ff7f0e"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_18">
|
||||
|
@ -38046,7 +38046,7 @@ L 63.662873 158.568574
|
|||
<g id="line2d_31"/>
|
||||
<g id="line2d_32">
|
||||
<g>
|
||||
<use xlink:href="#mbd6aca1bf2" x="63.662873" y="163.068574" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#med4f29d278" x="63.662873" y="163.068574" style="fill: #2ca02c"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_19">
|
||||
|
@ -38099,7 +38099,7 @@ L 63.662873 172.03495
|
|||
<g id="line2d_33"/>
|
||||
<g id="line2d_34">
|
||||
<g>
|
||||
<use xlink:href="#m8e12107078" x="63.662873" y="176.53495" style="fill: #d62728"/>
|
||||
<use xlink:href="#m5460bb1776" x="63.662873" y="176.53495" style="fill: #d62728"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_20">
|
||||
|
@ -38175,7 +38175,7 @@ L 63.662873 185.501326
|
|||
<g id="line2d_35"/>
|
||||
<g id="line2d_36">
|
||||
<g>
|
||||
<use xlink:href="#m29b97aa0d9" x="63.662873" y="190.001326" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m161a78d743" x="63.662873" y="190.001326" style="fill: #9467bd"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_21">
|
||||
|
@ -38204,7 +38204,7 @@ L 72.662873 203.467702
|
|||
</g>
|
||||
<g id="line2d_38">
|
||||
<g>
|
||||
<use xlink:href="#ma86f5207fb" x="63.662873" y="203.467702" style="fill: #8c564b"/>
|
||||
<use xlink:href="#m4ceb2b3be3" x="63.662873" y="203.467702" style="fill: #8c564b"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_22">
|
||||
|
@ -38220,7 +38220,7 @@ L 72.662873 203.467702
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="p3e0f15aa7b">
|
||||
<clipPath id="pcb187a9c25">
|
||||
<rect x="46.562873" y="7.2" width="444.236647" height="209.759296"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 966 KiB After Width: | Height: | Size: 966 KiB |
|
@ -39,7 +39,7 @@ z
|
|||
</g>
|
||||
<g id="PolyCollection_1">
|
||||
<defs>
|
||||
<path id="m5cea597675" d="M 55.628175 -86.721553
|
||||
<path id="m4fe2a26e1b" d="M 55.628175 -86.721553
|
||||
L 55.628175 -86.924163
|
||||
L 55.809663 -86.924163
|
||||
L 55.99115 -86.924163
|
||||
|
@ -2044,13 +2044,13 @@ L 55.628175 -86.721553
|
|||
z
|
||||
" style="stroke: #7fbee9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pc8542f9133)">
|
||||
<use xlink:href="#m5cea597675" x="0" y="179.75952" style="fill: #7fbee9; fill-opacity: 0.5; stroke: #7fbee9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#pe92addbf9d)">
|
||||
<use xlink:href="#m4fe2a26e1b" x="0" y="179.75952" style="fill: #7fbee9; fill-opacity: 0.5; stroke: #7fbee9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_2">
|
||||
<defs>
|
||||
<path id="m184e3bbfb3" d="M 55.628175 -86.772593
|
||||
<path id="m7a1c623ede" d="M 55.628175 -86.772593
|
||||
L 55.628175 -86.873124
|
||||
L 55.809663 -86.873151
|
||||
L 55.99115 -86.872792
|
||||
|
@ -4055,13 +4055,13 @@ L 55.628175 -86.772593
|
|||
z
|
||||
" style="stroke: #ffbf86; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pc8542f9133)">
|
||||
<use xlink:href="#m184e3bbfb3" x="0" y="179.75952" style="fill: #ffbf86; fill-opacity: 0.5; stroke: #ffbf86; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#pe92addbf9d)">
|
||||
<use xlink:href="#m7a1c623ede" x="0" y="179.75952" style="fill: #ffbf86; fill-opacity: 0.5; stroke: #ffbf86; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_3">
|
||||
<defs>
|
||||
<path id="maeadf069a2" d="M 55.628175 -86.684802
|
||||
<path id="m1f1846c8a6" d="M 55.628175 -86.684802
|
||||
L 55.628175 -86.960914
|
||||
L 55.809663 -86.960914
|
||||
L 55.99115 -86.960914
|
||||
|
@ -6066,13 +6066,13 @@ L 55.628175 -86.684802
|
|||
z
|
||||
" style="stroke: #87de87; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pc8542f9133)">
|
||||
<use xlink:href="#maeadf069a2" x="0" y="179.75952" style="fill: #87de87; fill-opacity: 0.5; stroke: #87de87; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#pe92addbf9d)">
|
||||
<use xlink:href="#m1f1846c8a6" x="0" y="179.75952" style="fill: #87de87; fill-opacity: 0.5; stroke: #87de87; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_4">
|
||||
<defs>
|
||||
<path id="m93dd2cb3ce" d="M 55.628175 -86.751224
|
||||
<path id="mcd0f202e04" d="M 55.628175 -86.751224
|
||||
L 55.628175 -86.894492
|
||||
L 55.809663 -86.894681
|
||||
L 55.99115 -86.892175
|
||||
|
@ -8077,20 +8077,20 @@ L 55.628175 -86.751224
|
|||
z
|
||||
" style="stroke: #eb9293; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pc8542f9133)">
|
||||
<use xlink:href="#m93dd2cb3ce" x="0" y="179.75952" style="fill: #eb9293; fill-opacity: 0.5; stroke: #eb9293; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#pe92addbf9d)">
|
||||
<use xlink:href="#mcd0f202e04" x="0" y="179.75952" style="fill: #eb9293; fill-opacity: 0.5; stroke: #eb9293; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="matplotlib.axis_1">
|
||||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="mc3b11a309e" d="M 0 0
|
||||
<path id="m536cc043b6" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#mc3b11a309e" x="55.628175" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m536cc043b6" x="55.628175" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -8168,7 +8168,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#mc3b11a309e" x="85.876097" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m536cc043b6" x="85.876097" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -8213,7 +8213,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#mc3b11a309e" x="116.124018" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m536cc043b6" x="116.124018" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -8256,7 +8256,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#mc3b11a309e" x="146.37194" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m536cc043b6" x="146.37194" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -8301,7 +8301,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#mc3b11a309e" x="176.619862" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m536cc043b6" x="176.619862" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -8341,7 +8341,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#mc3b11a309e" x="206.867784" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m536cc043b6" x="206.867784" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -8377,7 +8377,7 @@ z
|
|||
<g id="xtick_7">
|
||||
<g id="line2d_7">
|
||||
<g>
|
||||
<use xlink:href="#mc3b11a309e" x="237.115705" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m536cc043b6" x="237.115705" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
|
@ -8450,12 +8450,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_8">
|
||||
<defs>
|
||||
<path id="mc171244e77" d="M 0 0
|
||||
<path id="m61e695f4c7" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#mc171244e77" x="46.562873" y="124.365638" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m61e695f4c7" x="46.562873" y="124.365638" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_9">
|
||||
|
@ -8489,7 +8489,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_9">
|
||||
<g>
|
||||
<use xlink:href="#mc171244e77" x="46.562873" y="92.936662" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m61e695f4c7" x="46.562873" y="92.936662" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -8504,7 +8504,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#mc171244e77" x="46.562873" y="61.507685" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m61e695f4c7" x="46.562873" y="61.507685" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -8519,7 +8519,7 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_11">
|
||||
<g>
|
||||
<use xlink:href="#mc171244e77" x="46.562873" y="30.078709" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m61e695f4c7" x="46.562873" y="30.078709" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_12">
|
||||
|
@ -8653,7 +8653,7 @@ L 221.870753 76.660562
|
|||
L 223.322653 76.625456
|
||||
L 236.934218 76.625455
|
||||
L 236.934218 76.625455
|
||||
" clip-path="url(#pc8542f9133)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pe92addbf9d)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_13">
|
||||
<path d="M 55.628175 92.936662
|
||||
|
@ -8701,7 +8701,7 @@ L 167.968956 13.45864
|
|||
L 171.961682 13.452724
|
||||
L 236.934218 13.452724
|
||||
L 236.934218 13.452724
|
||||
" clip-path="url(#pc8542f9133)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#pe92addbf9d)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_14">
|
||||
<path d="M 55.628175 92.936662
|
||||
|
@ -8764,7 +8764,7 @@ L 200.455224 92.936997
|
|||
L 201.181174 92.88774
|
||||
L 236.934218 92.887701
|
||||
L 236.934218 92.887701
|
||||
" clip-path="url(#pc8542f9133)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pe92addbf9d)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_15">
|
||||
<path d="M 55.628175 92.936662
|
||||
|
@ -8803,7 +8803,7 @@ L 157.079704 15.645195
|
|||
L 157.624167 15.598658
|
||||
L 236.934218 15.59854
|
||||
L 236.934218 15.59854
|
||||
" clip-path="url(#pc8542f9133)" style="fill: none; stroke: #d62728; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#pe92addbf9d)" style="fill: none; stroke: #d62728; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
<path d="M 46.562873 143.519296
|
||||
|
@ -9172,7 +9172,7 @@ L 72.662873 130.110734
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="pc8542f9133">
|
||||
<clipPath id="pe92addbf9d">
|
||||
<rect x="46.562873" y="7.2" width="199.436647" height="136.319296"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 229 KiB After Width: | Height: | Size: 229 KiB |
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
|
@ -41,12 +41,12 @@ z
|
|||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="m19c7a5a343" d="M 0 0
|
||||
<path id="m8406b60fb8" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m19c7a5a343" x="43.356847" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8406b60fb8" x="43.356847" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -82,7 +82,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#m19c7a5a343" x="70.161434" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8406b60fb8" x="70.161434" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -148,7 +148,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#m19c7a5a343" x="96.96602" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8406b60fb8" x="96.96602" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -162,7 +162,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#m19c7a5a343" x="123.770606" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8406b60fb8" x="123.770606" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -197,7 +197,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#m19c7a5a343" x="150.575193" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8406b60fb8" x="150.575193" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -232,7 +232,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#m19c7a5a343" x="177.379779" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8406b60fb8" x="177.379779" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -247,7 +247,7 @@ z
|
|||
<g id="xtick_7">
|
||||
<g id="line2d_7">
|
||||
<g>
|
||||
<use xlink:href="#m19c7a5a343" x="204.184365" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8406b60fb8" x="204.184365" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
|
@ -262,7 +262,7 @@ z
|
|||
<g id="xtick_8">
|
||||
<g id="line2d_8">
|
||||
<g>
|
||||
<use xlink:href="#m19c7a5a343" x="230.988952" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8406b60fb8" x="230.988952" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_8">
|
||||
|
@ -305,12 +305,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_9">
|
||||
<defs>
|
||||
<path id="m088282300f" d="M 0 0
|
||||
<path id="m8a0f47f87f" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m088282300f" x="33.707196" y="137.322964" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8a0f47f87f" x="33.707196" y="137.322964" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -344,7 +344,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#m088282300f" x="33.707196" y="112.678705" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8a0f47f87f" x="33.707196" y="112.678705" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -390,7 +390,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_11">
|
||||
<g>
|
||||
<use xlink:href="#m088282300f" x="33.707196" y="88.034446" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8a0f47f87f" x="33.707196" y="88.034446" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_12">
|
||||
|
@ -431,7 +431,7 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_12">
|
||||
<g>
|
||||
<use xlink:href="#m088282300f" x="33.707196" y="63.390186" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8a0f47f87f" x="33.707196" y="63.390186" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_13">
|
||||
|
@ -475,7 +475,7 @@ z
|
|||
<g id="ytick_5">
|
||||
<g id="line2d_13">
|
||||
<g>
|
||||
<use xlink:href="#m088282300f" x="33.707196" y="38.745927" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8a0f47f87f" x="33.707196" y="38.745927" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_14">
|
||||
|
@ -491,7 +491,7 @@ z
|
|||
<g id="ytick_6">
|
||||
<g id="line2d_14">
|
||||
<g>
|
||||
<use xlink:href="#m088282300f" x="33.707196" y="14.101668" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m8a0f47f87f" x="33.707196" y="14.101668" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_15">
|
||||
|
@ -703,7 +703,7 @@ L 235.513566 104.572964
|
|||
L 235.835221 104.784866
|
||||
L 236.349869 104.822231
|
||||
L 236.349869 104.822231
|
||||
" clip-path="url(#p7f99fb0c27)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p6b5a1a6fa6)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_16">
|
||||
<path d="M 43.356847 14.101668
|
||||
|
@ -911,7 +911,7 @@ L 230.946064 13.926793
|
|||
L 232.940326 14.164876
|
||||
L 236.349869 14.11372
|
||||
L 236.349869 14.11372
|
||||
" clip-path="url(#p7f99fb0c27)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p6b5a1a6fa6)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_17">
|
||||
<path d="M 43.356847 14.101668
|
||||
|
@ -1141,7 +1141,7 @@ L 231.525043 13.787604
|
|||
L 234.419939 14.132148
|
||||
L 236.349869 14.090451
|
||||
L 236.349869 14.090451
|
||||
" clip-path="url(#p7f99fb0c27)" style="fill: none; stroke: #d62728; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p6b5a1a6fa6)" style="fill: none; stroke: #d62728; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
<path d="M 33.707196 143.519296
|
||||
|
@ -1379,7 +1379,7 @@ z
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="p7f99fb0c27">
|
||||
<clipPath id="p6b5a1a6fa6">
|
||||
<rect x="33.707196" y="7.2" width="212.292324" height="136.319296"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
@ -6043,7 +6043,7 @@ L -393.279419 98.790415
|
|||
L -393.48983 98.790415
|
||||
L -393.70024 98.790415
|
||||
z
|
||||
" clip-path="url(#p4cb6f21583)" style="fill: #7fbee9; fill-opacity: 0.5; stroke: #7fbee9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
" clip-path="url(#p78acd37267)" style="fill: #7fbee9; fill-opacity: 0.5; stroke: #7fbee9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
<g id="PolyCollection_2">
|
||||
<path d="M -393.70024 16.038937
|
||||
|
@ -12051,18 +12051,18 @@ L -393.279419 16.038937
|
|||
L -393.48983 16.038937
|
||||
L -393.70024 16.038937
|
||||
z
|
||||
" clip-path="url(#p4cb6f21583)" style="fill: #ffbf86; fill-opacity: 0.5; stroke: #ffbf86; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
" clip-path="url(#p78acd37267)" style="fill: #ffbf86; fill-opacity: 0.5; stroke: #ffbf86; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
<g id="matplotlib.axis_1">
|
||||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="ma6c096e813" d="M 0 0
|
||||
<path id="m9dc57aa2b8" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#ma6c096e813" x="27.12069" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9dc57aa2b8" x="27.12069" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -12140,7 +12140,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#ma6c096e813" x="62.1891" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9dc57aa2b8" x="62.1891" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -12185,7 +12185,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#ma6c096e813" x="97.257511" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9dc57aa2b8" x="97.257511" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -12228,7 +12228,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#ma6c096e813" x="132.325922" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9dc57aa2b8" x="132.325922" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -12273,7 +12273,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#ma6c096e813" x="167.394333" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9dc57aa2b8" x="167.394333" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -12313,7 +12313,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#ma6c096e813" x="202.462744" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9dc57aa2b8" x="202.462744" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -12349,7 +12349,7 @@ z
|
|||
<g id="xtick_7">
|
||||
<g id="line2d_7">
|
||||
<g>
|
||||
<use xlink:href="#ma6c096e813" x="237.531154" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9dc57aa2b8" x="237.531154" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
|
@ -12422,12 +12422,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_8">
|
||||
<defs>
|
||||
<path id="m3c617e323a" d="M 0 0
|
||||
<path id="mbbede1f7a7" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m3c617e323a" x="27.12069" y="136.973832" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mbbede1f7a7" x="27.12069" y="136.973832" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_9">
|
||||
|
@ -12451,7 +12451,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_9">
|
||||
<g>
|
||||
<use xlink:href="#m3c617e323a" x="27.12069" y="114.323587" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mbbede1f7a7" x="27.12069" y="114.323587" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -12466,7 +12466,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#m3c617e323a" x="27.12069" y="91.673343" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mbbede1f7a7" x="27.12069" y="91.673343" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -12481,7 +12481,7 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_11">
|
||||
<g>
|
||||
<use xlink:href="#m3c617e323a" x="27.12069" y="69.023098" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mbbede1f7a7" x="27.12069" y="69.023098" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_12">
|
||||
|
@ -12496,7 +12496,7 @@ z
|
|||
<g id="ytick_5">
|
||||
<g id="line2d_12">
|
||||
<g>
|
||||
<use xlink:href="#m3c617e323a" x="27.12069" y="46.372854" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mbbede1f7a7" x="27.12069" y="46.372854" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_13">
|
||||
|
@ -12511,7 +12511,7 @@ z
|
|||
<g id="ytick_6">
|
||||
<g id="line2d_13">
|
||||
<g>
|
||||
<use xlink:href="#m3c617e323a" x="27.12069" y="23.722609" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mbbede1f7a7" x="27.12069" y="23.722609" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_14">
|
||||
|
@ -12626,7 +12626,7 @@ L 235.63746 132.835579
|
|||
L 236.899923 132.912244
|
||||
L 237.531154 132.913169
|
||||
L 237.531154 132.913169
|
||||
" clip-path="url(#p4cb6f21583)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p78acd37267)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_15">
|
||||
<path d="M 26.910279 57.987876
|
||||
|
@ -12735,7 +12735,7 @@ L 235.63746 58.36055
|
|||
L 236.899923 58.283883
|
||||
L 237.531154 58.282957
|
||||
L 237.531154 58.282957
|
||||
" clip-path="url(#p4cb6f21583)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p78acd37267)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_16">
|
||||
<path d="M 26.910279 136.973832
|
||||
|
@ -12777,7 +12777,7 @@ L 144.740139 136.968719
|
|||
L 149.36917 136.973832
|
||||
L 237.531154 136.973832
|
||||
L 237.531154 136.973832
|
||||
" clip-path="url(#p4cb6f21583)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p78acd37267)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
<path d="M 27.12069 143.519296
|
||||
|
@ -13340,7 +13340,7 @@ z
|
|||
<g id="xtick_8">
|
||||
<g id="line2d_20">
|
||||
<g>
|
||||
<use xlink:href="#ma6c096e813" x="274.037781" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9dc57aa2b8" x="274.037781" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_18">
|
||||
|
@ -13355,7 +13355,7 @@ z
|
|||
<g id="xtick_9">
|
||||
<g id="line2d_21">
|
||||
<g>
|
||||
<use xlink:href="#ma6c096e813" x="309.106192" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9dc57aa2b8" x="309.106192" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_19">
|
||||
|
@ -13370,7 +13370,7 @@ z
|
|||
<g id="xtick_10">
|
||||
<g id="line2d_22">
|
||||
<g>
|
||||
<use xlink:href="#ma6c096e813" x="344.174603" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9dc57aa2b8" x="344.174603" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_20">
|
||||
|
@ -13385,7 +13385,7 @@ z
|
|||
<g id="xtick_11">
|
||||
<g id="line2d_23">
|
||||
<g>
|
||||
<use xlink:href="#ma6c096e813" x="379.243013" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9dc57aa2b8" x="379.243013" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_21">
|
||||
|
@ -13400,7 +13400,7 @@ z
|
|||
<g id="xtick_12">
|
||||
<g id="line2d_24">
|
||||
<g>
|
||||
<use xlink:href="#ma6c096e813" x="414.311424" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9dc57aa2b8" x="414.311424" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_22">
|
||||
|
@ -13415,7 +13415,7 @@ z
|
|||
<g id="xtick_13">
|
||||
<g id="line2d_25">
|
||||
<g>
|
||||
<use xlink:href="#ma6c096e813" x="449.379835" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9dc57aa2b8" x="449.379835" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_23">
|
||||
|
@ -13430,7 +13430,7 @@ z
|
|||
<g id="xtick_14">
|
||||
<g id="line2d_26">
|
||||
<g>
|
||||
<use xlink:href="#ma6c096e813" x="484.448246" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9dc57aa2b8" x="484.448246" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_24">
|
||||
|
@ -13453,7 +13453,7 @@ z
|
|||
<g id="ytick_7">
|
||||
<g id="line2d_27">
|
||||
<g>
|
||||
<use xlink:href="#m3c617e323a" x="274.037781" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mbbede1f7a7" x="274.037781" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_26">
|
||||
|
@ -13469,7 +13469,7 @@ z
|
|||
<g id="ytick_8">
|
||||
<g id="line2d_28">
|
||||
<g>
|
||||
<use xlink:href="#m3c617e323a" x="274.037781" y="121.260647" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mbbede1f7a7" x="274.037781" y="121.260647" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_27">
|
||||
|
@ -13485,7 +13485,7 @@ z
|
|||
<g id="ytick_9">
|
||||
<g id="line2d_29">
|
||||
<g>
|
||||
<use xlink:href="#m3c617e323a" x="274.037781" y="99.001998" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mbbede1f7a7" x="274.037781" y="99.001998" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_28">
|
||||
|
@ -13501,7 +13501,7 @@ z
|
|||
<g id="ytick_10">
|
||||
<g id="line2d_30">
|
||||
<g>
|
||||
<use xlink:href="#m3c617e323a" x="274.037781" y="76.743348" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mbbede1f7a7" x="274.037781" y="76.743348" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_29">
|
||||
|
@ -13517,7 +13517,7 @@ z
|
|||
<g id="ytick_11">
|
||||
<g id="line2d_31">
|
||||
<g>
|
||||
<use xlink:href="#m3c617e323a" x="274.037781" y="54.484699" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mbbede1f7a7" x="274.037781" y="54.484699" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_30">
|
||||
|
@ -13533,7 +13533,7 @@ z
|
|||
<g id="ytick_12">
|
||||
<g id="line2d_32">
|
||||
<g>
|
||||
<use xlink:href="#m3c617e323a" x="274.037781" y="32.22605" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mbbede1f7a7" x="274.037781" y="32.22605" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_31">
|
||||
|
@ -13549,7 +13549,7 @@ z
|
|||
<g id="ytick_13">
|
||||
<g id="line2d_33">
|
||||
<g>
|
||||
<use xlink:href="#m3c617e323a" x="274.037781" y="9.967401" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mbbede1f7a7" x="274.037781" y="9.967401" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_32">
|
||||
|
@ -13678,17 +13678,17 @@ L 482.764962 129.259894
|
|||
L 484.027425 129.327142
|
||||
L 484.448246 129.327391
|
||||
L 484.448246 129.327391
|
||||
" clip-path="url(#pbb75fe781e)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#pb2c194ba33)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_35">
|
||||
<path d="M 274.037781 19.965688
|
||||
L 484.448246 19.965688
|
||||
" clip-path="url(#pbb75fe781e)" style="fill: none; stroke: #d3d3d3; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#pb2c194ba33)" style="fill: none; stroke: #d3d3d3; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_36">
|
||||
<path d="M 274.037781 134.970674
|
||||
L 484.448246 134.970674
|
||||
" clip-path="url(#pbb75fe781e)" style="fill: none; stroke: #d3d3d3; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#pb2c194ba33)" style="fill: none; stroke: #d3d3d3; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_9">
|
||||
<path d="M 274.037781 143.519296
|
||||
|
@ -13789,10 +13789,10 @@ L 450.488164 88.44831
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="p4cb6f21583">
|
||||
<clipPath id="p78acd37267">
|
||||
<rect x="27.12069" y="9.967401" width="210.410465" height="133.551895"/>
|
||||
</clipPath>
|
||||
<clipPath id="pbb75fe781e">
|
||||
<clipPath id="pb2c194ba33">
|
||||
<rect x="274.037781" y="9.967401" width="210.410465" height="133.551895"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 342 KiB After Width: | Height: | Size: 342 KiB |
|
@ -41,12 +41,12 @@ z
|
|||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="m76b00c756e" d="M 0 0
|
||||
<path id="mecbc1bfcf6" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m76b00c756e" x="39.976366" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mecbc1bfcf6" x="39.976366" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -82,7 +82,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#m76b00c756e" x="73.607861" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mecbc1bfcf6" x="73.607861" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -116,7 +116,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#m76b00c756e" x="107.239357" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mecbc1bfcf6" x="107.239357" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -154,7 +154,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#m76b00c756e" x="140.870852" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mecbc1bfcf6" x="140.870852" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -198,7 +198,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#m76b00c756e" x="174.502347" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mecbc1bfcf6" x="174.502347" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -240,7 +240,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#m76b00c756e" x="208.133842" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mecbc1bfcf6" x="208.133842" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -284,7 +284,7 @@ z
|
|||
<g id="xtick_7">
|
||||
<g id="line2d_7">
|
||||
<g>
|
||||
<use xlink:href="#m76b00c756e" x="241.765337" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mecbc1bfcf6" x="241.765337" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
|
@ -351,12 +351,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_8">
|
||||
<defs>
|
||||
<path id="mb8052f868d" d="M 0 0
|
||||
<path id="m440038e510" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#mb8052f868d" x="39.976366" y="137.322964" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m440038e510" x="39.976366" y="137.322964" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_9">
|
||||
|
@ -380,7 +380,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_9">
|
||||
<g>
|
||||
<use xlink:href="#mb8052f868d" x="39.976366" y="106.341306" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m440038e510" x="39.976366" y="106.341306" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -395,7 +395,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#mb8052f868d" x="39.976366" y="75.359648" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m440038e510" x="39.976366" y="75.359648" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -410,7 +410,7 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_11">
|
||||
<g>
|
||||
<use xlink:href="#mb8052f868d" x="39.976366" y="44.37799" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m440038e510" x="39.976366" y="44.37799" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_12">
|
||||
|
@ -425,7 +425,7 @@ z
|
|||
<g id="ytick_5">
|
||||
<g id="line2d_12">
|
||||
<g>
|
||||
<use xlink:href="#mb8052f868d" x="39.976366" y="13.396332" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m440038e510" x="39.976366" y="13.396332" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_13">
|
||||
|
@ -713,7 +713,7 @@ L 241.15997 137.251203
|
|||
L 241.765337 137.322964
|
||||
L 241.967126 137.322964
|
||||
L 241.967126 137.322964
|
||||
" clip-path="url(#p1c89e5903f)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p2e3fb3ef20)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_14">
|
||||
<path d="M 39.976366 137.322964
|
||||
|
@ -749,7 +749,7 @@ L 140.265485 137.251203
|
|||
L 140.870852 137.322964
|
||||
L 241.967126 137.322964
|
||||
L 241.967126 137.322964
|
||||
" clip-path="url(#p1c89e5903f)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p2e3fb3ef20)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_15">
|
||||
<path d="M 39.976366 75.359648
|
||||
|
@ -785,7 +785,7 @@ L 152.372823 75.287887
|
|||
L 152.97819 75.359648
|
||||
L 241.967126 75.35685
|
||||
L 241.967126 75.35685
|
||||
" clip-path="url(#p1c89e5903f)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p2e3fb3ef20)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
<path d="M 39.976366 143.519296
|
||||
|
@ -1061,7 +1061,7 @@ z
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="p1c89e5903f">
|
||||
<clipPath id="p2e3fb3ef20">
|
||||
<rect x="39.976366" y="7.2" width="201.788971" height="136.319296"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
@ -41,12 +41,12 @@ z
|
|||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="mf0ff72554d" d="M 0 0
|
||||
<path id="m9c84f6a53f" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#mf0ff72554d" x="41.443065" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9c84f6a53f" x="41.443065" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -102,7 +102,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#mf0ff72554d" x="77.971003" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9c84f6a53f" x="77.971003" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -147,7 +147,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#mf0ff72554d" x="114.498942" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9c84f6a53f" x="114.498942" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -162,7 +162,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#mf0ff72554d" x="151.02688" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9c84f6a53f" x="151.02688" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -177,7 +177,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#mf0ff72554d" x="187.554818" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9c84f6a53f" x="187.554818" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -216,7 +216,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#mf0ff72554d" x="224.082757" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9c84f6a53f" x="224.082757" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -259,12 +259,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_7">
|
||||
<defs>
|
||||
<path id="m1d0b872d17" d="M 0 0
|
||||
<path id="mc2e2584d49" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m1d0b872d17" x="41.443065" y="127.481732" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mc2e2584d49" x="41.443065" y="127.481732" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_8">
|
||||
|
@ -288,7 +288,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_8">
|
||||
<g>
|
||||
<use xlink:href="#m1d0b872d17" x="41.443065" y="95.406603" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mc2e2584d49" x="41.443065" y="95.406603" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_9">
|
||||
|
@ -303,7 +303,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_9">
|
||||
<g>
|
||||
<use xlink:href="#m1d0b872d17" x="41.443065" y="63.331475" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mc2e2584d49" x="41.443065" y="63.331475" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -346,7 +346,7 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#m1d0b872d17" x="41.443065" y="31.256346" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mc2e2584d49" x="41.443065" y="31.256346" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -670,7 +670,7 @@ L 228.319998 37.675787
|
|||
L 234.018356 37.597299
|
||||
L 240.593385 37.594223
|
||||
L 240.593385 37.594223
|
||||
" clip-path="url(#pb2bafff567)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p594d8df1b4)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_12">
|
||||
<path d="M 41.150841 127.48173
|
||||
|
@ -734,7 +734,7 @@ L 232.265015 18.269465
|
|||
L 237.086703 18.271738
|
||||
L 240.593385 18.26647
|
||||
L 240.593385 18.26647
|
||||
" clip-path="url(#pb2bafff567)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p594d8df1b4)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_13">
|
||||
<path d="M 41.150841 127.481732
|
||||
|
@ -795,7 +795,7 @@ L 236.648368 127.267264
|
|||
L 238.401709 127.453498
|
||||
L 240.593385 127.481732
|
||||
L 240.593385 127.481732
|
||||
" clip-path="url(#pb2bafff567)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p594d8df1b4)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_14">
|
||||
<path d="M 41.150841 127.481732
|
||||
|
@ -822,7 +822,7 @@ L 98.57276 47.386778
|
|||
L 99.887766 47.293911
|
||||
L 240.593385 47.297531
|
||||
L 240.593385 47.297531
|
||||
" clip-path="url(#pb2bafff567)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p594d8df1b4)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
<path d="M 41.443065 143.519296
|
||||
|
@ -1239,7 +1239,7 @@ z
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="pb2bafff567">
|
||||
<clipPath id="p594d8df1b4">
|
||||
<rect x="41.443065" y="7.2" width="204.556455" height="136.319296"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
|
@ -41,12 +41,12 @@ z
|
|||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="m0f1a47222b" d="M 0 0
|
||||
<path id="m2d455b04ac" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m0f1a47222b" x="37.941379" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m2d455b04ac" x="37.941379" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -139,7 +139,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#m0f1a47222b" x="68.538164" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m2d455b04ac" x="68.538164" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -177,7 +177,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#m0f1a47222b" x="99.13495" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m2d455b04ac" x="99.13495" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -218,7 +218,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#m0f1a47222b" x="129.731735" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m2d455b04ac" x="129.731735" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -235,7 +235,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#m0f1a47222b" x="160.328521" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m2d455b04ac" x="160.328521" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -252,7 +252,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#m0f1a47222b" x="190.925306" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m2d455b04ac" x="190.925306" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -269,7 +269,7 @@ z
|
|||
<g id="xtick_7">
|
||||
<g id="line2d_7">
|
||||
<g>
|
||||
<use xlink:href="#m0f1a47222b" x="221.522092" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m2d455b04ac" x="221.522092" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
|
@ -344,12 +344,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_8">
|
||||
<defs>
|
||||
<path id="m73f449bb8f" d="M 0 0
|
||||
<path id="mae756a6fd9" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m73f449bb8f" x="37.941379" y="134.615836" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mae756a6fd9" x="37.941379" y="134.615836" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_9">
|
||||
|
@ -377,7 +377,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_9">
|
||||
<g>
|
||||
<use xlink:href="#m73f449bb8f" x="37.941379" y="116.808917" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mae756a6fd9" x="37.941379" y="116.808917" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -393,7 +393,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#m73f449bb8f" x="37.941379" y="99.001998" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mae756a6fd9" x="37.941379" y="99.001998" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -409,7 +409,7 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_11">
|
||||
<g>
|
||||
<use xlink:href="#m73f449bb8f" x="37.941379" y="81.195078" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mae756a6fd9" x="37.941379" y="81.195078" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_12">
|
||||
|
@ -425,7 +425,7 @@ z
|
|||
<g id="ytick_5">
|
||||
<g id="line2d_12">
|
||||
<g>
|
||||
<use xlink:href="#m73f449bb8f" x="37.941379" y="63.388159" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mae756a6fd9" x="37.941379" y="63.388159" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_13">
|
||||
|
@ -441,7 +441,7 @@ z
|
|||
<g id="ytick_6">
|
||||
<g id="line2d_13">
|
||||
<g>
|
||||
<use xlink:href="#m73f449bb8f" x="37.941379" y="45.58124" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mae756a6fd9" x="37.941379" y="45.58124" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_14">
|
||||
|
@ -485,7 +485,7 @@ z
|
|||
<g id="ytick_7">
|
||||
<g id="line2d_14">
|
||||
<g>
|
||||
<use xlink:href="#m73f449bb8f" x="37.941379" y="27.77432" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mae756a6fd9" x="37.941379" y="27.77432" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_15">
|
||||
|
@ -501,7 +501,7 @@ z
|
|||
<g id="ytick_8">
|
||||
<g id="line2d_15">
|
||||
<g>
|
||||
<use xlink:href="#m73f449bb8f" x="37.941379" y="9.967401" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#mae756a6fd9" x="37.941379" y="9.967401" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_16">
|
||||
|
@ -628,7 +628,7 @@ L 229.110094 116.782875
|
|||
L 234.250354 116.808917
|
||||
L 246.733843 116.808917
|
||||
L 246.733843 116.808917
|
||||
" clip-path="url(#p4606c6c48d)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p7444ba7565)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_17">
|
||||
<path d="M 37.45183 88.152006
|
||||
|
@ -685,7 +685,7 @@ L 182.847755 116.805813
|
|||
L 239.390614 116.808917
|
||||
L 246.733843 116.808917
|
||||
L 246.733843 116.808917
|
||||
" clip-path="url(#p4606c6c48d)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p7444ba7565)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_18">
|
||||
<path d="M 37.45183 116.808917
|
||||
|
@ -730,7 +730,7 @@ L 230.57874 116.875607
|
|||
L 232.047386 116.808917
|
||||
L 246.733843 116.808917
|
||||
L 246.733843 116.808917
|
||||
" clip-path="url(#p4606c6c48d)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7444ba7565)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_19">
|
||||
<path d="M 37.45183 116.808917
|
||||
|
@ -782,7 +782,7 @@ L 174.770203 116.949967
|
|||
L 200.471503 116.808917
|
||||
L 246.733843 116.808917
|
||||
L 246.733843 116.808917
|
||||
" clip-path="url(#p4606c6c48d)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p7444ba7565)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
<path d="M 37.941379 143.519296
|
||||
|
@ -1199,7 +1199,7 @@ z
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="p4606c6c48d">
|
||||
<clipPath id="p7444ba7565">
|
||||
<rect x="37.941379" y="9.967401" width="208.058141" height="133.551895"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
@ -41,12 +41,12 @@ z
|
|||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="mbf49c81761" d="M 0 0
|
||||
<path id="m17248a24dc" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#mbf49c81761" x="39.976366" y="94.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m17248a24dc" x="39.976366" y="94.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -82,7 +82,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#mbf49c81761" x="114.407861" y="94.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m17248a24dc" x="114.407861" y="94.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -116,7 +116,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#mbf49c81761" x="188.839357" y="94.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m17248a24dc" x="188.839357" y="94.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -154,7 +154,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#mbf49c81761" x="263.270852" y="94.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m17248a24dc" x="263.270852" y="94.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -198,7 +198,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#mbf49c81761" x="337.702347" y="94.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m17248a24dc" x="337.702347" y="94.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -240,7 +240,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#mbf49c81761" x="412.133842" y="94.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m17248a24dc" x="412.133842" y="94.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -284,7 +284,7 @@ z
|
|||
<g id="xtick_7">
|
||||
<g id="line2d_7">
|
||||
<g>
|
||||
<use xlink:href="#mbf49c81761" x="486.565337" y="94.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m17248a24dc" x="486.565337" y="94.559296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
|
@ -351,12 +351,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_8">
|
||||
<defs>
|
||||
<path id="medf5ce8bfe" d="M 0 0
|
||||
<path id="m9346a50746" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#medf5ce8bfe" x="39.976366" y="90.588419" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9346a50746" x="39.976366" y="90.588419" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_9">
|
||||
|
@ -380,7 +380,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_9">
|
||||
<g>
|
||||
<use xlink:href="#medf5ce8bfe" x="39.976366" y="58.821402" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9346a50746" x="39.976366" y="58.821402" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -395,7 +395,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#medf5ce8bfe" x="39.976366" y="27.054385" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9346a50746" x="39.976366" y="27.054385" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -696,7 +696,7 @@ L 289.422458 90.5778
|
|||
L 294.339854 90.588419
|
||||
L 486.565337 90.588419
|
||||
L 486.565337 90.588419
|
||||
" clip-path="url(#p66b230ef14)" style="fill: none; stroke: #d3d3d3; stroke-width: 3; stroke-linecap: square"/>
|
||||
" clip-path="url(#pf2fc6dbc08)" style="fill: none; stroke: #d3d3d3; stroke-width: 3; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_12">
|
||||
<path d="M 39.976366 11.170877
|
||||
|
@ -745,7 +745,7 @@ L 458.402069 11.268616
|
|||
L 459.743177 11.170878
|
||||
L 486.565337 11.170877
|
||||
L 486.565337 11.170877
|
||||
" clip-path="url(#p66b230ef14)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pf2fc6dbc08)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_13">
|
||||
<path d="M 39.976366 11.170877
|
||||
|
@ -793,7 +793,7 @@ L 484.330157 11.576096
|
|||
L 485.224229 11.263122
|
||||
L 486.565337 11.170877
|
||||
L 486.565337 11.170877
|
||||
" clip-path="url(#p66b230ef14)" style="fill: none; stroke-dasharray: 3.2,0.8,0.5,0.8; stroke-dashoffset: 0; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pf2fc6dbc08)" style="fill: none; stroke-dasharray: 3.2,0.8,0.5,0.8; stroke-dashoffset: 0; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_14">
|
||||
<path d="M 39.976366 90.588419
|
||||
|
@ -842,7 +842,7 @@ L 235.778137 90.574959
|
|||
L 239.801461 90.588419
|
||||
L 486.565337 90.588419
|
||||
L 486.565337 90.588419
|
||||
" clip-path="url(#p66b230ef14)" style="fill: none; stroke-dasharray: 0.5,0.825; stroke-dashoffset: 0; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pf2fc6dbc08)" style="fill: none; stroke-dasharray: 0.5,0.825; stroke-dashoffset: 0; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_15">
|
||||
<path d="M 39.976366 90.588419
|
||||
|
@ -891,7 +891,7 @@ L 262.600298 90.576435
|
|||
L 267.070658 90.588419
|
||||
L 486.565337 90.588419
|
||||
L 486.565337 90.588419
|
||||
" clip-path="url(#p66b230ef14)" style="fill: none; stroke: #d62728; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#pf2fc6dbc08)" style="fill: none; stroke: #d62728; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_16">
|
||||
<path d="M 39.976366 90.588419
|
||||
|
@ -939,7 +939,7 @@ L 289.422458 90.5778
|
|||
L 294.339854 90.588419
|
||||
L 486.565337 90.588419
|
||||
L 486.565337 90.588419
|
||||
" clip-path="url(#p66b230ef14)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pf2fc6dbc08)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_17">
|
||||
<path d="M 39.976366 90.588419
|
||||
|
@ -987,7 +987,7 @@ L 316.244619 90.579059
|
|||
L 322.056087 90.588419
|
||||
L 486.565337 90.588419
|
||||
L 486.565337 90.588419
|
||||
" clip-path="url(#p66b230ef14)" style="fill: none; stroke-dasharray: 3.2,0.8,0.5,0.8; stroke-dashoffset: 0; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pf2fc6dbc08)" style="fill: none; stroke-dasharray: 3.2,0.8,0.5,0.8; stroke-dashoffset: 0; stroke: #8c564b; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_18">
|
||||
<path d="M 39.976366 90.588419
|
||||
|
@ -1037,7 +1037,7 @@ L 343.066779 90.580215
|
|||
L 349.325283 90.588419
|
||||
L 486.565337 90.588419
|
||||
L 486.565337 90.588419
|
||||
" clip-path="url(#p66b230ef14)" style="fill: none; stroke-dasharray: 0.5,0.825; stroke-dashoffset: 0; stroke: #e377c2; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pf2fc6dbc08)" style="fill: none; stroke-dasharray: 0.5,0.825; stroke-dashoffset: 0; stroke: #e377c2; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_19">
|
||||
<path d="M 39.976366 90.588419
|
||||
|
@ -1087,7 +1087,7 @@ L 369.888939 90.581272
|
|||
L 377.041515 90.588419
|
||||
L 486.565337 90.588419
|
||||
L 486.565337 90.588419
|
||||
" clip-path="url(#p66b230ef14)" style="fill: none; stroke: #7f7f7f; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#pf2fc6dbc08)" style="fill: none; stroke: #7f7f7f; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_20">
|
||||
<path d="M 39.976366 90.588419
|
||||
|
@ -1136,7 +1136,7 @@ L 395.817028 90.477048
|
|||
L 397.158136 90.588389
|
||||
L 486.565337 90.588419
|
||||
L 486.565337 90.588419
|
||||
" clip-path="url(#p66b230ef14)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #bcbd22; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pf2fc6dbc08)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #bcbd22; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_21">
|
||||
<path d="M 39.976366 90.588419
|
||||
|
@ -1185,7 +1185,7 @@ L 422.639188 90.483031
|
|||
L 423.980296 90.588409
|
||||
L 486.565337 90.588419
|
||||
L 486.565337 90.588419
|
||||
" clip-path="url(#p66b230ef14)" style="fill: none; stroke-dasharray: 3.2,0.8,0.5,0.8; stroke-dashoffset: 0; stroke: #17becf; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pf2fc6dbc08)" style="fill: none; stroke-dasharray: 3.2,0.8,0.5,0.8; stroke-dashoffset: 0; stroke: #17becf; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_22">
|
||||
<path d="M 39.976366 90.588419
|
||||
|
@ -1234,7 +1234,7 @@ L 449.461349 90.488803
|
|||
L 450.802457 90.588417
|
||||
L 486.565337 90.588419
|
||||
L 486.565337 90.588419
|
||||
" clip-path="url(#p66b230ef14)" style="fill: none; stroke-dasharray: 0.5,0.825; stroke-dashoffset: 0; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#pf2fc6dbc08)" style="fill: none; stroke-dasharray: 0.5,0.825; stroke-dashoffset: 0; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
<path d="M 39.976366 94.559296
|
||||
|
@ -1923,7 +1923,7 @@ L 462.119155 68.878959
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="p66b230ef14">
|
||||
<clipPath id="pf2fc6dbc08">
|
||||
<rect x="39.976366" y="7.2" width="446.588971" height="87.359296"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
|
@ -41,12 +41,12 @@ z
|
|||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="mc58b89cd03" d="M 0 0
|
||||
<path id="m4fd9894338" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#mc58b89cd03" x="57.463727" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m4fd9894338" x="57.463727" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -115,7 +115,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#mc58b89cd03" x="106.113496" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m4fd9894338" x="106.113496" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -128,7 +128,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#mc58b89cd03" x="154.763266" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m4fd9894338" x="154.763266" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -142,7 +142,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#mc58b89cd03" x="203.413035" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m4fd9894338" x="203.413035" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -425,12 +425,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_5">
|
||||
<defs>
|
||||
<path id="m12ace9ebd5" d="M 0 0
|
||||
<path id="m627a35dd34" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m12ace9ebd5" x="55.031239" y="128.338979" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m627a35dd34" x="55.031239" y="128.338979" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -480,7 +480,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#m12ace9ebd5" x="55.031239" y="105.742296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m627a35dd34" x="55.031239" y="105.742296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
|
@ -498,7 +498,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_7">
|
||||
<g>
|
||||
<use xlink:href="#m12ace9ebd5" x="55.031239" y="83.145614" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m627a35dd34" x="55.031239" y="83.145614" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_8">
|
||||
|
@ -516,7 +516,7 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_8">
|
||||
<g>
|
||||
<use xlink:href="#m12ace9ebd5" x="55.031239" y="60.548932" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m627a35dd34" x="55.031239" y="60.548932" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_9">
|
||||
|
@ -533,7 +533,7 @@ z
|
|||
<g id="ytick_5">
|
||||
<g id="line2d_9">
|
||||
<g>
|
||||
<use xlink:href="#m12ace9ebd5" x="55.031239" y="37.95225" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m627a35dd34" x="55.031239" y="37.95225" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -550,7 +550,7 @@ z
|
|||
<g id="ytick_6">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#m12ace9ebd5" x="55.031239" y="15.355567" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m627a35dd34" x="55.031239" y="15.355567" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -616,112 +616,112 @@ z
|
|||
<g id="line2d_11">
|
||||
<path d="M 55.031239 60.548932
|
||||
L 215.575478 60.548932
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #d3d3d3; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #d3d3d3; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="LineCollection_1">
|
||||
<path d="M 62.328704 137.322964
|
||||
L 62.328704 137.184825
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 76.923635 117.084436
|
||||
L 76.923635 116.943413
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 91.518566 44.840053
|
||||
L 91.518566 44.701206
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 106.113496 32.986025
|
||||
L 106.113496 32.848402
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 120.708427 28.618052
|
||||
L 120.708427 28.480722
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 135.303358 15.822899
|
||||
L 135.303358 15.688852
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 149.898289 14.295324
|
||||
L 149.898289 14.162798
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 164.49322 16.24685
|
||||
L 164.49322 16.115027
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 179.088151 21.107216
|
||||
L 179.088151 20.975546
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 193.683081 40.827018
|
||||
L 193.683081 40.694727
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
<path d="M 208.278012 95.251515
|
||||
L 208.278012 95.119548
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="LineCollection_2">
|
||||
<path d="M 62.328704 113.849106
|
||||
L 62.328704 113.751173
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 76.923635 93.335843
|
||||
L 76.923635 93.227875
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 91.518566 26.730763
|
||||
L 91.518566 26.633773
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 106.113496 17.735554
|
||||
L 106.113496 17.642883
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 120.708427 16.03419
|
||||
L 120.708427 15.938467
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 135.303358 13.492504
|
||||
L 135.303358 13.396332
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 149.898289 14.260142
|
||||
L 149.898289 14.163956
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 164.49322 16.125884
|
||||
L 164.49322 16.029636
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 179.088151 21.913651
|
||||
L 179.088151 21.817302
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 193.683081 40.600888
|
||||
L 193.683081 40.504355
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
<path d="M 208.278012 95.312886
|
||||
L 208.278012 95.226231
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="LineCollection_3">
|
||||
<path d="M 62.328704 84.176235
|
||||
L 62.328704 83.982404
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 76.923635 84.448824
|
||||
L 76.923635 84.254997
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 91.518566 78.715387
|
||||
L 91.518566 78.5276
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 106.113496 75.84349
|
||||
L 106.113496 75.654669
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 120.708427 73.176536
|
||||
L 120.708427 72.983321
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 135.303358 62.909618
|
||||
L 135.303358 62.721522
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 149.898289 60.612176
|
||||
L 149.898289 60.427018
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 164.49322 60.699656
|
||||
L 164.49322 60.515771
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 179.088151 59.777089
|
||||
L 179.088151 59.593501
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 193.683081 60.828681
|
||||
L 193.683081 60.646006
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
<path d="M 208.278012 60.648768
|
||||
L 208.278012 60.468477
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_12">
|
||||
<path d="M 62.328704 137.253895
|
||||
|
@ -735,9 +735,9 @@ L 164.49322 16.180938
|
|||
L 179.088151 21.041381
|
||||
L 193.683081 40.760873
|
||||
L 208.278012 95.185532
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<defs>
|
||||
<path id="m973994be43" d="M 0 1.4
|
||||
<path id="m186e3a3ab5" d="M 0 1.4
|
||||
C 0.371284 1.4 0.727412 1.252487 0.989949 0.989949
|
||||
C 1.252487 0.727412 1.4 0.371284 1.4 0
|
||||
C 1.4 -0.371284 1.252487 -0.727412 0.989949 -0.989949
|
||||
|
@ -749,18 +749,18 @@ C -0.727412 1.252487 -0.371284 1.4 0 1.4
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pedc225f191)">
|
||||
<use xlink:href="#m973994be43" x="62.328704" y="137.253895" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m973994be43" x="76.923635" y="117.013925" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m973994be43" x="91.518566" y="44.77063" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m973994be43" x="106.113496" y="32.917214" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m973994be43" x="120.708427" y="28.549387" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m973994be43" x="135.303358" y="15.755876" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m973994be43" x="149.898289" y="14.229061" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m973994be43" x="164.49322" y="16.180938" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m973994be43" x="179.088151" y="21.041381" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m973994be43" x="193.683081" y="40.760873" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m973994be43" x="208.278012" y="95.185532" style="fill: #1f77b4"/>
|
||||
<g clip-path="url(#p2425d0cff5)">
|
||||
<use xlink:href="#m186e3a3ab5" x="62.328704" y="137.253895" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m186e3a3ab5" x="76.923635" y="117.013925" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m186e3a3ab5" x="91.518566" y="44.77063" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m186e3a3ab5" x="106.113496" y="32.917214" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m186e3a3ab5" x="120.708427" y="28.549387" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m186e3a3ab5" x="135.303358" y="15.755876" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m186e3a3ab5" x="149.898289" y="14.229061" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m186e3a3ab5" x="164.49322" y="16.180938" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m186e3a3ab5" x="179.088151" y="21.041381" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m186e3a3ab5" x="193.683081" y="40.760873" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m186e3a3ab5" x="208.278012" y="95.185532" style="fill: #1f77b4"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_13">
|
||||
|
@ -775,9 +775,9 @@ L 164.49322 16.07776
|
|||
L 179.088151 21.865476
|
||||
L 193.683081 40.552622
|
||||
L 208.278012 95.269558
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<defs>
|
||||
<path id="m10f4bafff4" d="M 0 1.4
|
||||
<path id="m96630e5b66" d="M 0 1.4
|
||||
C 0.371284 1.4 0.727412 1.252487 0.989949 0.989949
|
||||
C 1.252487 0.727412 1.4 0.371284 1.4 0
|
||||
C 1.4 -0.371284 1.252487 -0.727412 0.989949 -0.989949
|
||||
|
@ -789,18 +789,18 @@ C -0.727412 1.252487 -0.371284 1.4 0 1.4
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pedc225f191)">
|
||||
<use xlink:href="#m10f4bafff4" x="62.328704" y="113.80014" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m10f4bafff4" x="76.923635" y="93.281859" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m10f4bafff4" x="91.518566" y="26.682268" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m10f4bafff4" x="106.113496" y="17.689219" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m10f4bafff4" x="120.708427" y="15.986328" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m10f4bafff4" x="135.303358" y="13.444418" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m10f4bafff4" x="149.898289" y="14.212049" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m10f4bafff4" x="164.49322" y="16.07776" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m10f4bafff4" x="179.088151" y="21.865476" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m10f4bafff4" x="193.683081" y="40.552622" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m10f4bafff4" x="208.278012" y="95.269558" style="fill: #ff7f0e"/>
|
||||
<g clip-path="url(#p2425d0cff5)">
|
||||
<use xlink:href="#m96630e5b66" x="62.328704" y="113.80014" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m96630e5b66" x="76.923635" y="93.281859" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m96630e5b66" x="91.518566" y="26.682268" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m96630e5b66" x="106.113496" y="17.689219" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m96630e5b66" x="120.708427" y="15.986328" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m96630e5b66" x="135.303358" y="13.444418" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m96630e5b66" x="149.898289" y="14.212049" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m96630e5b66" x="164.49322" y="16.07776" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m96630e5b66" x="179.088151" y="21.865476" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m96630e5b66" x="193.683081" y="40.552622" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m96630e5b66" x="208.278012" y="95.269558" style="fill: #ff7f0e"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_14">
|
||||
|
@ -815,9 +815,9 @@ L 164.49322 60.607713
|
|||
L 179.088151 59.685295
|
||||
L 193.683081 60.737343
|
||||
L 208.278012 60.558623
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<defs>
|
||||
<path id="ma35de2c15e" d="M 0 1.4
|
||||
<path id="md1c5e7c71c" d="M 0 1.4
|
||||
C 0.371284 1.4 0.727412 1.252487 0.989949 0.989949
|
||||
C 1.252487 0.727412 1.4 0.371284 1.4 0
|
||||
C 1.4 -0.371284 1.252487 -0.727412 0.989949 -0.989949
|
||||
|
@ -829,18 +829,18 @@ C -0.727412 1.252487 -0.371284 1.4 0 1.4
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pedc225f191)">
|
||||
<use xlink:href="#ma35de2c15e" x="62.328704" y="84.07932" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#ma35de2c15e" x="76.923635" y="84.351911" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#ma35de2c15e" x="91.518566" y="78.621494" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#ma35de2c15e" x="106.113496" y="75.74908" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#ma35de2c15e" x="120.708427" y="73.079929" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#ma35de2c15e" x="135.303358" y="62.81557" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#ma35de2c15e" x="149.898289" y="60.519597" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#ma35de2c15e" x="164.49322" y="60.607713" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#ma35de2c15e" x="179.088151" y="59.685295" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#ma35de2c15e" x="193.683081" y="60.737343" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#ma35de2c15e" x="208.278012" y="60.558623" style="fill: #2ca02c"/>
|
||||
<g clip-path="url(#p2425d0cff5)">
|
||||
<use xlink:href="#md1c5e7c71c" x="62.328704" y="84.07932" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#md1c5e7c71c" x="76.923635" y="84.351911" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#md1c5e7c71c" x="91.518566" y="78.621494" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#md1c5e7c71c" x="106.113496" y="75.74908" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#md1c5e7c71c" x="120.708427" y="73.079929" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#md1c5e7c71c" x="135.303358" y="62.81557" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#md1c5e7c71c" x="149.898289" y="60.519597" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#md1c5e7c71c" x="164.49322" y="60.607713" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#md1c5e7c71c" x="179.088151" y="59.685295" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#md1c5e7c71c" x="193.683081" y="60.737343" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#md1c5e7c71c" x="208.278012" y="60.558623" style="fill: #2ca02c"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
|
@ -889,7 +889,7 @@ L 184.711437 103.604255
|
|||
</g>
|
||||
<g id="line2d_16">
|
||||
<g>
|
||||
<use xlink:href="#m973994be43" x="175.711437" y="103.604255" style="fill: #1f77b4"/>
|
||||
<use xlink:href="#m186e3a3ab5" x="175.711437" y="103.604255" style="fill: #1f77b4"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_13">
|
||||
|
@ -911,7 +911,7 @@ L 184.711437 117.231101
|
|||
</g>
|
||||
<g id="line2d_18">
|
||||
<g>
|
||||
<use xlink:href="#m10f4bafff4" x="175.711437" y="117.231101" style="fill: #ff7f0e"/>
|
||||
<use xlink:href="#m96630e5b66" x="175.711437" y="117.231101" style="fill: #ff7f0e"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_14">
|
||||
|
@ -967,7 +967,7 @@ L 184.711437 130.525834
|
|||
</g>
|
||||
<g id="line2d_20">
|
||||
<g>
|
||||
<use xlink:href="#ma35de2c15e" x="175.711437" y="130.525834" style="fill: #2ca02c"/>
|
||||
<use xlink:href="#md1c5e7c71c" x="175.711437" y="130.525834" style="fill: #2ca02c"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_15">
|
||||
|
@ -1017,12 +1017,12 @@ z
|
|||
<g id="ytick_7">
|
||||
<g id="line2d_21">
|
||||
<defs>
|
||||
<path id="me015e88399" d="M 0 0
|
||||
<path id="me856d88ef2" d="M 0 0
|
||||
L 3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#me015e88399" x="215.575478" y="129.647366" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me856d88ef2" x="215.575478" y="129.647366" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_16">
|
||||
|
@ -1084,7 +1084,7 @@ z
|
|||
<g id="ytick_8">
|
||||
<g id="line2d_22">
|
||||
<g>
|
||||
<use xlink:href="#me015e88399" x="215.575478" y="97.520788" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me856d88ef2" x="215.575478" y="97.520788" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_17">
|
||||
|
@ -1098,7 +1098,7 @@ z
|
|||
<g id="ytick_9">
|
||||
<g id="line2d_23">
|
||||
<g>
|
||||
<use xlink:href="#me015e88399" x="215.575478" y="65.394211" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me856d88ef2" x="215.575478" y="65.394211" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_18">
|
||||
|
@ -1112,7 +1112,7 @@ z
|
|||
<g id="ytick_10">
|
||||
<g id="line2d_24">
|
||||
<g>
|
||||
<use xlink:href="#me015e88399" x="215.575478" y="33.267633" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me856d88ef2" x="215.575478" y="33.267633" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_19">
|
||||
|
@ -1196,28 +1196,28 @@ z
|
|||
<g id="LineCollection_7">
|
||||
<path d="M 91.518566 103.2557
|
||||
L 91.518566 100.650749
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
<path d="M 106.113496 34.694598
|
||||
L 106.113496 31.562521
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
<path d="M 120.708427 21.843958
|
||||
L 120.708427 18.790686
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
<path d="M 135.303358 15.685848
|
||||
L 135.303358 13.396332
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
<path d="M 149.898289 24.282166
|
||||
L 149.898289 22.224283
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
<path d="M 164.49322 36.621948
|
||||
L 164.49322 34.694399
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
<path d="M 179.088151 57.108176
|
||||
L 179.088151 55.329781
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
<path d="M 193.683081 137.322964
|
||||
L 193.683081 136.05614
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #9467bd; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_25">
|
||||
<path d="M 91.518566 101.953225
|
||||
|
@ -1228,9 +1228,9 @@ L 149.898289 23.253225
|
|||
L 164.49322 35.658174
|
||||
L 179.088151 56.218978
|
||||
L 193.683081 136.689552
|
||||
" clip-path="url(#pedc225f191)" style="fill: none; stroke: #9467bd; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p2425d0cff5)" style="fill: none; stroke: #9467bd; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<defs>
|
||||
<path id="m49bf48fd33" d="M 0 -2.8
|
||||
<path id="m1565634ddb" d="M 0 -2.8
|
||||
L -0.628639 -0.865248
|
||||
L -2.662958 -0.865248
|
||||
L -1.01716 0.330495
|
||||
|
@ -1243,15 +1243,15 @@ L 0.628639 -0.865248
|
|||
z
|
||||
"/>
|
||||
</defs>
|
||||
<g clip-path="url(#pedc225f191)">
|
||||
<use xlink:href="#m49bf48fd33" x="91.518566" y="101.953225" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m49bf48fd33" x="106.113496" y="33.12856" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m49bf48fd33" x="120.708427" y="20.317322" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m49bf48fd33" x="135.303358" y="14.54109" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m49bf48fd33" x="149.898289" y="23.253225" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m49bf48fd33" x="164.49322" y="35.658174" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m49bf48fd33" x="179.088151" y="56.218978" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m49bf48fd33" x="193.683081" y="136.689552" style="fill: #9467bd"/>
|
||||
<g clip-path="url(#p2425d0cff5)">
|
||||
<use xlink:href="#m1565634ddb" x="91.518566" y="101.953225" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m1565634ddb" x="106.113496" y="33.12856" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m1565634ddb" x="120.708427" y="20.317322" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m1565634ddb" x="135.303358" y="14.54109" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m1565634ddb" x="149.898289" y="23.253225" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m1565634ddb" x="164.49322" y="35.658174" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m1565634ddb" x="179.088151" y="56.218978" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m1565634ddb" x="193.683081" y="136.689552" style="fill: #9467bd"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="patch_8">
|
||||
|
@ -1300,7 +1300,7 @@ L 81.131239 18.45
|
|||
</g>
|
||||
<g id="line2d_27">
|
||||
<g>
|
||||
<use xlink:href="#m49bf48fd33" x="72.131239" y="18.45" style="fill: #9467bd"/>
|
||||
<use xlink:href="#m1565634ddb" x="72.131239" y="18.45" style="fill: #9467bd"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_21">
|
||||
|
@ -1313,7 +1313,7 @@ L 81.131239 18.45
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="pedc225f191">
|
||||
<clipPath id="p2425d0cff5">
|
||||
<rect x="55.031239" y="7.2" width="160.544239" height="136.319296"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
|
@ -41,12 +41,12 @@ z
|
|||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="me30a7984fd" d="M 0 0
|
||||
<path id="m5ad8223d3d" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#me30a7984fd" x="63.94838" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m5ad8223d3d" x="63.94838" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -104,7 +104,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#me30a7984fd" x="89.425926" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m5ad8223d3d" x="89.425926" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -145,7 +145,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#me30a7984fd" x="114.903473" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m5ad8223d3d" x="114.903473" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -192,7 +192,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#me30a7984fd" x="140.381019" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m5ad8223d3d" x="140.381019" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -237,7 +237,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#me30a7984fd" x="165.858566" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m5ad8223d3d" x="165.858566" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -284,7 +284,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#me30a7984fd" x="191.336112" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m5ad8223d3d" x="191.336112" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -326,7 +326,7 @@ z
|
|||
<g id="xtick_7">
|
||||
<g id="line2d_7">
|
||||
<g>
|
||||
<use xlink:href="#me30a7984fd" x="216.813658" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m5ad8223d3d" x="216.813658" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
|
@ -364,7 +364,7 @@ z
|
|||
<g id="xtick_8">
|
||||
<g id="line2d_8">
|
||||
<g>
|
||||
<use xlink:href="#me30a7984fd" x="242.291205" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m5ad8223d3d" x="242.291205" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_8">
|
||||
|
@ -459,17 +459,17 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_9">
|
||||
<defs>
|
||||
<path id="m5c85ee09a6" d="M 0 0
|
||||
<path id="m70fc1d24bd" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m5c85ee09a6" x="55.031239" y="135.450526" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m70fc1d24bd" x="55.031239" y="135.169835" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
<!-- $\mathdefault{−0.004}$ -->
|
||||
<g transform="translate(20.055677 138.217927) scale(0.08 -0.08)">
|
||||
<g transform="translate(20.055677 137.937236) scale(0.08 -0.08)">
|
||||
<defs>
|
||||
<path id="CMSY10-0" d="M 4218 1472
|
||||
C 4326 1472 4442 1472 4442 1600
|
||||
|
@ -500,12 +500,12 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#m5c85ee09a6" x="55.031239" y="112.941783" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m70fc1d24bd" x="55.031239" y="112.745419" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
<!-- $\mathdefault{−0.002}$ -->
|
||||
<g transform="translate(20.055677 115.709184) scale(0.08 -0.08)">
|
||||
<g transform="translate(20.055677 115.51282) scale(0.08 -0.08)">
|
||||
<use xlink:href="#CMSY10-0" transform="scale(0.996264)"/>
|
||||
<use xlink:href="#CMR17-30" transform="translate(77.487468 0) scale(0.996264)"/>
|
||||
<use xlink:href="#CMMI12-3a" transform="translate(123.177945 0) scale(0.996264)"/>
|
||||
|
@ -518,12 +518,12 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_11">
|
||||
<g>
|
||||
<use xlink:href="#m5c85ee09a6" x="55.031239" y="90.433041" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m70fc1d24bd" x="55.031239" y="90.321003" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_12">
|
||||
<!-- $\mathdefault{0.000}$ -->
|
||||
<g transform="translate(26.642183 93.200441) scale(0.08 -0.08)">
|
||||
<g transform="translate(26.642183 93.088404) scale(0.08 -0.08)">
|
||||
<use xlink:href="#CMR17-30" transform="scale(0.996264)"/>
|
||||
<use xlink:href="#CMMI12-3a" transform="translate(45.690477 0) scale(0.996264)"/>
|
||||
<use xlink:href="#CMR17-30" transform="translate(72.787654 0) scale(0.996264)"/>
|
||||
|
@ -535,12 +535,12 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_12">
|
||||
<g>
|
||||
<use xlink:href="#m5c85ee09a6" x="55.031239" y="67.924298" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m70fc1d24bd" x="55.031239" y="67.896587" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_13">
|
||||
<!-- $\mathdefault{0.002}$ -->
|
||||
<g transform="translate(26.642183 70.691699) scale(0.08 -0.08)">
|
||||
<g transform="translate(26.642183 70.663988) scale(0.08 -0.08)">
|
||||
<use xlink:href="#CMR17-30" transform="scale(0.996264)"/>
|
||||
<use xlink:href="#CMMI12-3a" transform="translate(45.690477 0) scale(0.996264)"/>
|
||||
<use xlink:href="#CMR17-30" transform="translate(72.787654 0) scale(0.996264)"/>
|
||||
|
@ -552,12 +552,12 @@ z
|
|||
<g id="ytick_5">
|
||||
<g id="line2d_13">
|
||||
<g>
|
||||
<use xlink:href="#m5c85ee09a6" x="55.031239" y="45.415555" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m70fc1d24bd" x="55.031239" y="45.472171" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_14">
|
||||
<!-- $\mathdefault{0.004}$ -->
|
||||
<g transform="translate(26.642183 48.182956) scale(0.08 -0.08)">
|
||||
<g transform="translate(26.642183 48.239572) scale(0.08 -0.08)">
|
||||
<use xlink:href="#CMR17-30" transform="scale(0.996264)"/>
|
||||
<use xlink:href="#CMMI12-3a" transform="translate(45.690477 0) scale(0.996264)"/>
|
||||
<use xlink:href="#CMR17-30" transform="translate(72.787654 0) scale(0.996264)"/>
|
||||
|
@ -569,12 +569,12 @@ z
|
|||
<g id="ytick_6">
|
||||
<g id="line2d_14">
|
||||
<g>
|
||||
<use xlink:href="#m5c85ee09a6" x="55.031239" y="22.906812" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m70fc1d24bd" x="55.031239" y="23.047756" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_15">
|
||||
<!-- $\mathdefault{0.006}$ -->
|
||||
<g transform="translate(26.642183 25.674213) scale(0.08 -0.08)">
|
||||
<g transform="translate(26.642183 25.815156) scale(0.08 -0.08)">
|
||||
<use xlink:href="#CMR17-30" transform="scale(0.996264)"/>
|
||||
<use xlink:href="#CMMI12-3a" transform="translate(45.690477 0) scale(0.996264)"/>
|
||||
<use xlink:href="#CMR17-30" transform="translate(72.787654 0) scale(0.996264)"/>
|
||||
|
@ -625,136 +625,136 @@ z
|
|||
</g>
|
||||
</g>
|
||||
<g id="line2d_15">
|
||||
<path d="M 63.94838 13.95995
|
||||
L 89.425926 13.70411
|
||||
L 114.903473 13.485309
|
||||
L 140.381019 13.396332
|
||||
L 165.858566 13.623548
|
||||
L 191.336112 13.719234
|
||||
L 216.813658 13.688469
|
||||
L 242.291205 13.881329
|
||||
L 242.291205 13.881329
|
||||
" clip-path="url(#p99257e71e2)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 63.94838 13.806217
|
||||
L 89.425926 14.003154
|
||||
L 114.903473 13.396332
|
||||
L 140.381019 13.439277
|
||||
L 165.858566 13.85892
|
||||
L 191.336112 14.01468
|
||||
L 216.813658 14.051633
|
||||
L 242.291205 14.200803
|
||||
L 242.291205 14.200803
|
||||
" clip-path="url(#p955a19ca74)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_16">
|
||||
<path d="M 63.94838 33.614342
|
||||
L 89.425926 33.600693
|
||||
L 114.903473 33.853295
|
||||
L 140.381019 33.80277
|
||||
L 165.858566 34.121147
|
||||
L 191.336112 34.236516
|
||||
L 216.813658 34.230492
|
||||
L 242.291205 34.230031
|
||||
L 242.291205 34.230031
|
||||
" clip-path="url(#p99257e71e2)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 63.94838 34.256811
|
||||
L 89.425926 33.870028
|
||||
L 114.903473 33.724463
|
||||
L 140.381019 33.618735
|
||||
L 165.858566 34.049134
|
||||
L 191.336112 34.383902
|
||||
L 216.813658 34.39099
|
||||
L 242.291205 34.286473
|
||||
L 242.291205 34.286473
|
||||
" clip-path="url(#p955a19ca74)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_17">
|
||||
<path d="M 63.94838 106.318272
|
||||
L 89.425926 106.281494
|
||||
L 114.903473 106.224023
|
||||
L 140.381019 106.125993
|
||||
L 165.858566 106.071299
|
||||
L 191.336112 106.157385
|
||||
L 216.813658 106.036396
|
||||
L 242.291205 106.225701
|
||||
L 242.291205 106.225701
|
||||
" clip-path="url(#p99257e71e2)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 63.94838 106.512254
|
||||
L 89.425926 105.965759
|
||||
L 114.903473 105.936879
|
||||
L 140.381019 105.864141
|
||||
L 165.858566 105.866894
|
||||
L 191.336112 106.006849
|
||||
L 216.813658 105.819025
|
||||
L 242.291205 105.979019
|
||||
L 242.291205 105.979019
|
||||
" clip-path="url(#p955a19ca74)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_18">
|
||||
<path d="M 63.94838 118.85614
|
||||
L 89.425926 118.600106
|
||||
L 114.903473 118.246894
|
||||
L 140.381019 117.928941
|
||||
L 165.858566 117.997361
|
||||
L 191.336112 118.103491
|
||||
L 216.813658 117.982406
|
||||
L 242.291205 118.064593
|
||||
L 242.291205 118.064593
|
||||
" clip-path="url(#p99257e71e2)" style="fill: none; stroke: #d62728; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 63.94838 119.584262
|
||||
L 89.425926 119.181847
|
||||
L 114.903473 118.411765
|
||||
L 140.381019 117.642269
|
||||
L 165.858566 117.671759
|
||||
L 191.336112 117.747018
|
||||
L 216.813658 117.717456
|
||||
L 242.291205 117.742071
|
||||
L 242.291205 117.742071
|
||||
" clip-path="url(#p955a19ca74)" style="fill: none; stroke: #d62728; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_19">
|
||||
<path d="M 63.94838 122.188893
|
||||
L 89.425926 123.031385
|
||||
L 114.903473 122.647014
|
||||
L 140.381019 122.445696
|
||||
L 165.858566 122.507514
|
||||
L 191.336112 122.487529
|
||||
L 216.813658 122.505954
|
||||
L 242.291205 122.630525
|
||||
L 242.291205 122.630525
|
||||
" clip-path="url(#p99257e71e2)" style="fill: none; stroke: #9467bd; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 63.94838 121.398575
|
||||
L 89.425926 122.107869
|
||||
L 114.903473 122.031993
|
||||
L 140.381019 121.939424
|
||||
L 165.858566 122.11366
|
||||
L 191.336112 122.203481
|
||||
L 216.813658 121.93506
|
||||
L 242.291205 122.076599
|
||||
L 242.291205 122.076599
|
||||
" clip-path="url(#p955a19ca74)" style="fill: none; stroke: #9467bd; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_20">
|
||||
<path d="M 63.94838 135.851946
|
||||
L 89.425926 135.918126
|
||||
L 114.903473 135.408016
|
||||
L 140.381019 135.649138
|
||||
L 165.858566 135.43295
|
||||
L 191.336112 135.407452
|
||||
L 216.813658 135.315602
|
||||
L 242.291205 135.346507
|
||||
L 242.291205 135.346507
|
||||
" clip-path="url(#p99257e71e2)" style="fill: none; stroke: #8c564b; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 63.94838 135.39135
|
||||
L 89.425926 135.126155
|
||||
L 114.903473 134.924694
|
||||
L 140.381019 135.254935
|
||||
L 165.858566 134.928545
|
||||
L 191.336112 134.942279
|
||||
L 216.813658 134.823513
|
||||
L 242.291205 134.772579
|
||||
L 242.291205 134.772579
|
||||
" clip-path="url(#p955a19ca74)" style="fill: none; stroke: #8c564b; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_21">
|
||||
<path d="M 63.94838 137.322964
|
||||
L 89.425926 137.232174
|
||||
L 114.903473 137.016019
|
||||
L 140.381019 137.103647
|
||||
L 165.858566 137.102202
|
||||
L 191.336112 136.975724
|
||||
L 216.813658 136.969933
|
||||
L 242.291205 136.861777
|
||||
L 242.291205 136.861777
|
||||
" clip-path="url(#p99257e71e2)" style="fill: none; stroke: #e377c2; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
L 89.425926 136.83572
|
||||
L 114.903473 136.555738
|
||||
L 140.381019 136.711791
|
||||
L 165.858566 136.719892
|
||||
L 191.336112 136.667684
|
||||
L 216.813658 136.621668
|
||||
L 242.291205 136.287753
|
||||
L 242.291205 136.287753
|
||||
" clip-path="url(#p955a19ca74)" style="fill: none; stroke: #e377c2; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_22">
|
||||
<path d="M 63.94838 134.77223
|
||||
L 89.425926 135.047385
|
||||
L 114.903473 134.84567
|
||||
L 140.381019 134.889198
|
||||
L 165.858566 134.846528
|
||||
L 191.336112 134.701959
|
||||
L 216.813658 134.818276
|
||||
L 242.291205 134.805279
|
||||
L 242.291205 134.805279
|
||||
" clip-path="url(#p99257e71e2)" style="fill: none; stroke: #7f7f7f; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 63.94838 134.675227
|
||||
L 89.425926 134.713814
|
||||
L 114.903473 134.542116
|
||||
L 140.381019 134.579931
|
||||
L 165.858566 134.517678
|
||||
L 191.336112 134.434661
|
||||
L 216.813658 134.390519
|
||||
L 242.291205 134.350756
|
||||
L 242.291205 134.350756
|
||||
" clip-path="url(#p955a19ca74)" style="fill: none; stroke: #7f7f7f; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_23">
|
||||
<path d="M 63.94838 129.656369
|
||||
L 89.425926 129.660327
|
||||
L 114.903473 129.600625
|
||||
L 140.381019 129.674041
|
||||
L 165.858566 129.704093
|
||||
L 191.336112 129.622608
|
||||
L 216.813658 129.443851
|
||||
L 242.291205 129.482297
|
||||
L 242.291205 129.482297
|
||||
" clip-path="url(#p99257e71e2)" style="fill: none; stroke: #bcbd22; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 63.94838 130.627285
|
||||
L 89.425926 130.02934
|
||||
L 114.903473 129.599818
|
||||
L 140.381019 129.825295
|
||||
L 165.858566 129.872138
|
||||
L 191.336112 129.758549
|
||||
L 216.813658 129.406562
|
||||
L 242.291205 129.527367
|
||||
L 242.291205 129.527367
|
||||
" clip-path="url(#p955a19ca74)" style="fill: none; stroke: #bcbd22; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_24">
|
||||
<path d="M 63.94838 110.462111
|
||||
L 89.425926 110.202055
|
||||
L 114.903473 110.457574
|
||||
L 140.381019 110.570196
|
||||
L 165.858566 110.836592
|
||||
L 191.336112 110.809835
|
||||
L 216.813658 110.785259
|
||||
L 242.291205 110.69413
|
||||
L 242.291205 110.69413
|
||||
" clip-path="url(#p99257e71e2)" style="fill: none; stroke: #17becf; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 63.94838 110.664113
|
||||
L 89.425926 109.867153
|
||||
L 114.903473 109.463598
|
||||
L 140.381019 109.474605
|
||||
L 165.858566 109.796233
|
||||
L 191.336112 110.000083
|
||||
L 216.813658 110.024196
|
||||
L 242.291205 109.958208
|
||||
L 242.291205 109.958208
|
||||
" clip-path="url(#p955a19ca74)" style="fill: none; stroke: #17becf; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_25">
|
||||
<path d="M 63.94838 55.259895
|
||||
L 89.425926 55.131514
|
||||
L 114.903473 55.68969
|
||||
L 140.381019 55.680896
|
||||
L 165.858566 55.934118
|
||||
L 191.336112 55.986887
|
||||
L 216.813658 56.03281
|
||||
L 242.291205 55.893565
|
||||
L 242.291205 55.893565
|
||||
" clip-path="url(#p99257e71e2)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 63.94838 56.832565
|
||||
L 89.425926 55.968226
|
||||
L 114.903473 55.789869
|
||||
L 140.381019 55.917656
|
||||
L 165.858566 55.885839
|
||||
L 191.336112 56.024245
|
||||
L 216.813658 56.073482
|
||||
L 242.291205 55.948457
|
||||
L 242.291205 55.948457
|
||||
" clip-path="url(#p955a19ca74)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
<path d="M 55.031239 143.519296
|
||||
|
@ -790,7 +790,7 @@ z
|
|||
<g id="xtick_9">
|
||||
<g id="line2d_26">
|
||||
<g>
|
||||
<use xlink:href="#me30a7984fd" x="301.871238" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m5ad8223d3d" x="301.871238" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_17">
|
||||
|
@ -807,7 +807,7 @@ z
|
|||
<g id="xtick_10">
|
||||
<g id="line2d_27">
|
||||
<g>
|
||||
<use xlink:href="#me30a7984fd" x="327.348784" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m5ad8223d3d" x="327.348784" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_18">
|
||||
|
@ -824,7 +824,7 @@ z
|
|||
<g id="xtick_11">
|
||||
<g id="line2d_28">
|
||||
<g>
|
||||
<use xlink:href="#me30a7984fd" x="352.826331" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m5ad8223d3d" x="352.826331" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_19">
|
||||
|
@ -841,7 +841,7 @@ z
|
|||
<g id="xtick_12">
|
||||
<g id="line2d_29">
|
||||
<g>
|
||||
<use xlink:href="#me30a7984fd" x="378.303877" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m5ad8223d3d" x="378.303877" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_20">
|
||||
|
@ -858,7 +858,7 @@ z
|
|||
<g id="xtick_13">
|
||||
<g id="line2d_30">
|
||||
<g>
|
||||
<use xlink:href="#me30a7984fd" x="403.781424" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m5ad8223d3d" x="403.781424" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_21">
|
||||
|
@ -875,7 +875,7 @@ z
|
|||
<g id="xtick_14">
|
||||
<g id="line2d_31">
|
||||
<g>
|
||||
<use xlink:href="#me30a7984fd" x="429.25897" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m5ad8223d3d" x="429.25897" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_22">
|
||||
|
@ -892,7 +892,7 @@ z
|
|||
<g id="xtick_15">
|
||||
<g id="line2d_32">
|
||||
<g>
|
||||
<use xlink:href="#me30a7984fd" x="454.736516" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m5ad8223d3d" x="454.736516" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_23">
|
||||
|
@ -909,7 +909,7 @@ z
|
|||
<g id="xtick_16">
|
||||
<g id="line2d_33">
|
||||
<g>
|
||||
<use xlink:href="#me30a7984fd" x="480.214063" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m5ad8223d3d" x="480.214063" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_24">
|
||||
|
@ -934,12 +934,12 @@ z
|
|||
<g id="ytick_7">
|
||||
<g id="line2d_34">
|
||||
<g>
|
||||
<use xlink:href="#m5c85ee09a6" x="292.954097" y="53.480067" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m70fc1d24bd" x="292.954097" y="57.455243" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_26">
|
||||
<!-- $\mathdefault{10^{0}}$ -->
|
||||
<g transform="translate(271.732819 56.247468) scale(0.08 -0.08)">
|
||||
<g transform="translate(271.732819 60.222643) scale(0.08 -0.08)">
|
||||
<use xlink:href="#CMR17-31" transform="scale(0.996264)"/>
|
||||
<use xlink:href="#CMR17-30" transform="translate(45.690477 0) scale(0.996264)"/>
|
||||
<use xlink:href="#CMR17-30" transform="translate(91.380954 36.153639) scale(0.697382)"/>
|
||||
|
@ -949,68 +949,75 @@ z
|
|||
<g id="ytick_8">
|
||||
<g id="line2d_35">
|
||||
<defs>
|
||||
<path id="m7ae79ef3d5" d="M 0 0
|
||||
<path id="mc322ac721e" d="M 0 0
|
||||
L -2 0
|
||||
" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m7ae79ef3d5" x="292.954097" y="122.097062" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
<use xlink:href="#mc322ac721e" x="292.954097" y="121.985257" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="ytick_9">
|
||||
<g id="line2d_36">
|
||||
<g>
|
||||
<use xlink:href="#m7ae79ef3d5" x="292.954097" y="104.810407" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
<use xlink:href="#mc322ac721e" x="292.954097" y="105.728234" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="ytick_10">
|
||||
<g id="line2d_37">
|
||||
<g>
|
||||
<use xlink:href="#m7ae79ef3d5" x="292.954097" y="92.545331" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
<use xlink:href="#mc322ac721e" x="292.954097" y="94.193692" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="ytick_11">
|
||||
<g id="line2d_38">
|
||||
<g>
|
||||
<use xlink:href="#m7ae79ef3d5" x="292.954097" y="83.031798" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
<use xlink:href="#mc322ac721e" x="292.954097" y="85.246807" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="ytick_12">
|
||||
<g id="line2d_39">
|
||||
<g>
|
||||
<use xlink:href="#m7ae79ef3d5" x="292.954097" y="75.258676" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
<use xlink:href="#mc322ac721e" x="292.954097" y="77.936669" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="ytick_13">
|
||||
<g id="line2d_40">
|
||||
<g>
|
||||
<use xlink:href="#m7ae79ef3d5" x="292.954097" y="68.686595" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
<use xlink:href="#mc322ac721e" x="292.954097" y="71.756036" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="ytick_14">
|
||||
<g id="line2d_41">
|
||||
<g>
|
||||
<use xlink:href="#m7ae79ef3d5" x="292.954097" y="62.9936" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
<use xlink:href="#mc322ac721e" x="292.954097" y="66.402128" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="ytick_15">
|
||||
<g id="line2d_42">
|
||||
<g>
|
||||
<use xlink:href="#m7ae79ef3d5" x="292.954097" y="57.972022" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
<use xlink:href="#mc322ac721e" x="292.954097" y="61.679646" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="ytick_16">
|
||||
<g id="line2d_43">
|
||||
<g>
|
||||
<use xlink:href="#m7ae79ef3d5" x="292.954097" y="23.928336" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
<use xlink:href="#mc322ac721e" x="292.954097" y="29.663678" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="ytick_17">
|
||||
<g id="line2d_44">
|
||||
<g>
|
||||
<use xlink:href="#mc322ac721e" x="292.954097" y="13.406655" style="stroke: #000000; stroke-width: 0.4"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
@ -1054,137 +1061,137 @@ z
|
|||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_44">
|
||||
<path d="M 301.871238 14.291775
|
||||
L 327.348784 14.559718
|
||||
L 352.826331 13.396332
|
||||
L 378.303877 14.135654
|
||||
L 403.781424 13.651399
|
||||
L 429.25897 14.240747
|
||||
L 454.736516 13.82995
|
||||
L 480.214063 14.041406
|
||||
L 480.214063 14.041406
|
||||
" clip-path="url(#p1fedf4fc60)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_45">
|
||||
<path d="M 301.871238 27.616534
|
||||
L 327.348784 30.500436
|
||||
L 352.826331 31.6251
|
||||
L 378.303877 31.586515
|
||||
L 403.781424 31.319321
|
||||
L 429.25897 31.536864
|
||||
L 454.736516 31.585261
|
||||
L 480.214063 31.6789
|
||||
L 480.214063 31.6789
|
||||
" clip-path="url(#p1fedf4fc60)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 301.871238 13.396332
|
||||
L 327.348784 17.648229
|
||||
L 352.826331 17.440555
|
||||
L 378.303877 19.044006
|
||||
L 403.781424 20.395516
|
||||
L 429.25897 21.603611
|
||||
L 454.736516 20.987053
|
||||
L 480.214063 21.082715
|
||||
L 480.214063 21.082715
|
||||
" clip-path="url(#pd6723f9e93)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_46">
|
||||
<path d="M 301.871238 122.333645
|
||||
L 327.348784 122.842619
|
||||
L 352.826331 123.221517
|
||||
L 378.303877 123.192193
|
||||
L 403.781424 123.26805
|
||||
L 429.25897 123.17799
|
||||
L 454.736516 123.432451
|
||||
L 480.214063 122.849742
|
||||
L 480.214063 122.849742
|
||||
" clip-path="url(#p1fedf4fc60)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 301.871238 30.869942
|
||||
L 327.348784 34.698173
|
||||
L 352.826331 35.780222
|
||||
L 378.303877 36.113391
|
||||
L 403.781424 37.197205
|
||||
L 429.25897 37.865486
|
||||
L 454.736516 37.88948
|
||||
L 480.214063 38.004305
|
||||
L 480.214063 38.004305
|
||||
" clip-path="url(#pd6723f9e93)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_47">
|
||||
<path d="M 301.871238 103.194188
|
||||
L 327.348784 103.837785
|
||||
L 352.826331 104.291
|
||||
L 378.303877 104.763963
|
||||
L 403.781424 104.810938
|
||||
L 429.25897 104.618313
|
||||
L 454.736516 104.759507
|
||||
L 480.214063 104.513661
|
||||
L 480.214063 104.513661
|
||||
" clip-path="url(#p1fedf4fc60)" style="fill: none; stroke: #d62728; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 301.871238 121.275193
|
||||
L 327.348784 122.986865
|
||||
L 352.826331 123.73776
|
||||
L 378.303877 123.618469
|
||||
L 403.781424 123.666727
|
||||
L 429.25897 123.35431
|
||||
L 454.736516 123.733462
|
||||
L 480.214063 123.392617
|
||||
L 480.214063 123.392617
|
||||
" clip-path="url(#pd6723f9e93)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_48">
|
||||
<path d="M 301.871238 101.612615
|
||||
L 327.348784 101.082269
|
||||
L 352.826331 101.433909
|
||||
L 378.303877 101.953036
|
||||
L 403.781424 101.705705
|
||||
L 429.25897 101.648741
|
||||
L 454.736516 101.565624
|
||||
L 480.214063 101.537807
|
||||
L 480.214063 101.537807
|
||||
" clip-path="url(#p1fedf4fc60)" style="fill: none; stroke: #9467bd; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 301.871238 102.634115
|
||||
L 327.348784 103.709383
|
||||
L 352.826331 104.806334
|
||||
L 378.303877 105.904115
|
||||
L 403.781424 106.129056
|
||||
L 429.25897 105.899453
|
||||
L 454.736516 105.847636
|
||||
L 480.214063 105.699316
|
||||
L 480.214063 105.699316
|
||||
" clip-path="url(#pd6723f9e93)" style="fill: none; stroke: #d62728; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_49">
|
||||
<path d="M 301.871238 100.309222
|
||||
L 327.348784 100.244597
|
||||
L 352.826331 100.495276
|
||||
L 378.303877 100.554794
|
||||
L 403.781424 100.514128
|
||||
L 429.25897 100.572682
|
||||
L 454.736516 100.646821
|
||||
L 480.214063 100.622132
|
||||
L 480.214063 100.622132
|
||||
" clip-path="url(#p1fedf4fc60)" style="fill: none; stroke: #8c564b; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 301.871238 102.234452
|
||||
L 327.348784 102.71142
|
||||
L 352.826331 103.005401
|
||||
L 378.303877 103.468282
|
||||
L 403.781424 103.092665
|
||||
L 429.25897 102.846476
|
||||
L 454.736516 103.116989
|
||||
L 480.214063 103.121144
|
||||
L 480.214063 103.121144
|
||||
" clip-path="url(#pd6723f9e93)" style="fill: none; stroke: #9467bd; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_50">
|
||||
<path d="M 301.871238 102.047928
|
||||
L 327.348784 102.157088
|
||||
L 352.826331 102.151257
|
||||
L 378.303877 102.195772
|
||||
L 403.781424 102.091046
|
||||
L 429.25897 102.189469
|
||||
L 454.736516 102.172792
|
||||
L 480.214063 102.17906
|
||||
L 480.214063 102.17906
|
||||
" clip-path="url(#p1fedf4fc60)" style="fill: none; stroke: #e377c2; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 301.871238 101.055878
|
||||
L 327.348784 101.597528
|
||||
L 352.826331 101.617481
|
||||
L 378.303877 101.716939
|
||||
L 403.781424 101.810623
|
||||
L 429.25897 101.793217
|
||||
L 454.736516 101.904448
|
||||
L 480.214063 102.01082
|
||||
L 480.214063 102.01082
|
||||
" clip-path="url(#pd6723f9e93)" style="fill: none; stroke: #8c564b; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_51">
|
||||
<path d="M 301.871238 105.576781
|
||||
L 327.348784 105.209614
|
||||
L 352.826331 105.160067
|
||||
L 378.303877 105.22087
|
||||
L 403.781424 105.159351
|
||||
L 429.25897 105.322804
|
||||
L 454.736516 105.189939
|
||||
L 480.214063 105.101075
|
||||
L 480.214063 105.101075
|
||||
" clip-path="url(#p1fedf4fc60)" style="fill: none; stroke: #7f7f7f; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 301.871238 102.849543
|
||||
L 327.348784 103.485683
|
||||
L 352.826331 103.438765
|
||||
L 378.303877 103.486911
|
||||
L 403.781424 103.457464
|
||||
L 429.25897 103.45874
|
||||
L 454.736516 103.436796
|
||||
L 480.214063 103.697502
|
||||
L 480.214063 103.697502
|
||||
" clip-path="url(#pd6723f9e93)" style="fill: none; stroke: #e377c2; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_52">
|
||||
<path d="M 301.871238 110.725059
|
||||
L 327.348784 110.703631
|
||||
L 352.826331 110.547804
|
||||
L 378.303877 110.536841
|
||||
L 403.781424 110.290018
|
||||
L 429.25897 110.434105
|
||||
L 454.736516 110.493487
|
||||
L 480.214063 110.410755
|
||||
L 480.214063 110.410755
|
||||
" clip-path="url(#p1fedf4fc60)" style="fill: none; stroke: #bcbd22; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 301.871238 105.86995
|
||||
L 327.348784 105.952437
|
||||
L 352.826331 105.919318
|
||||
L 378.303877 106.042923
|
||||
L 403.781424 106.135181
|
||||
L 429.25897 106.193671
|
||||
L 454.736516 106.151448
|
||||
L 480.214063 106.228585
|
||||
L 480.214063 106.228585
|
||||
" clip-path="url(#pd6723f9e93)" style="fill: none; stroke: #7f7f7f; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_53">
|
||||
<path d="M 301.871238 136.69044
|
||||
L 327.348784 137.322964
|
||||
L 352.826331 136.761974
|
||||
L 378.303877 136.575089
|
||||
L 403.781424 135.92291
|
||||
L 429.25897 136.079031
|
||||
L 454.736516 136.077148
|
||||
L 480.214063 136.269497
|
||||
L 480.214063 136.269497
|
||||
" clip-path="url(#p1fedf4fc60)" style="fill: none; stroke: #17becf; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 301.871238 109.97327
|
||||
L 327.348784 110.422048
|
||||
L 352.826331 110.701769
|
||||
L 378.303877 110.730466
|
||||
L 403.781424 110.559619
|
||||
L 429.25897 110.691104
|
||||
L 454.736516 110.934012
|
||||
L 480.214063 110.811207
|
||||
L 480.214063 110.811207
|
||||
" clip-path="url(#pd6723f9e93)" style="fill: none; stroke: #bcbd22; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_54">
|
||||
<path d="M 301.871238 104.781145
|
||||
L 327.348784 104.493337
|
||||
L 352.826331 105.504748
|
||||
L 378.303877 105.45711
|
||||
L 403.781424 105.6683
|
||||
L 429.25897 105.742092
|
||||
L 454.736516 105.681412
|
||||
L 480.214063 105.492477
|
||||
L 480.214063 105.492477
|
||||
" clip-path="url(#p1fedf4fc60)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
<path d="M 301.871238 135.19889
|
||||
L 327.348784 136.747103
|
||||
L 352.826331 137.322964
|
||||
L 378.303877 137.290098
|
||||
L 403.781424 136.708666
|
||||
L 429.25897 136.484109
|
||||
L 454.736516 136.354596
|
||||
L 480.214063 136.56195
|
||||
L 480.214063 136.56195
|
||||
" clip-path="url(#pd6723f9e93)" style="fill: none; stroke: #17becf; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_55">
|
||||
<path d="M 301.871238 107.805712
|
||||
L 327.348784 106.726982
|
||||
L 352.826331 106.727415
|
||||
L 378.303877 106.943563
|
||||
L 403.781424 106.872476
|
||||
L 429.25897 107.071184
|
||||
L 454.736516 106.9311
|
||||
L 480.214063 106.875028
|
||||
L 480.214063 106.875028
|
||||
" clip-path="url(#pd6723f9e93)" style="fill: none; stroke: #1f77b4; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_8">
|
||||
<path d="M 292.954097 143.519296
|
||||
|
@ -1209,10 +1216,10 @@ L 489.131204 7.2
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="p99257e71e2">
|
||||
<clipPath id="p955a19ca74">
|
||||
<rect x="55.031239" y="7.2" width="196.177107" height="136.319296"/>
|
||||
</clipPath>
|
||||
<clipPath id="p1fedf4fc60">
|
||||
<clipPath id="pd6723f9e93">
|
||||
<rect x="292.954097" y="7.2" width="196.177107" height="136.319296"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
|
@ -39,7 +39,7 @@ z
|
|||
</g>
|
||||
<g id="PolyCollection_1">
|
||||
<defs>
|
||||
<path id="m7368e1f6a3" d="M 59.669895 -87.564151
|
||||
<path id="m59223c3764" d="M 59.669895 -87.564151
|
||||
L 59.669895 -87.870985
|
||||
L 59.847529 -87.870982
|
||||
L 60.025164 -87.870978
|
||||
|
@ -2044,13 +2044,13 @@ L 59.669895 -87.564151
|
|||
z
|
||||
" style="stroke: #7fbee9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p35ac1c211f)">
|
||||
<use xlink:href="#m7368e1f6a3" x="0" y="179.75952" style="fill: #7fbee9; fill-opacity: 0.5; stroke: #7fbee9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#p49be08d0c0)">
|
||||
<use xlink:href="#m59223c3764" x="0" y="179.75952" style="fill: #7fbee9; fill-opacity: 0.5; stroke: #7fbee9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_2">
|
||||
<defs>
|
||||
<path id="m3b278c9c2f" d="M 59.669895 -87.642381
|
||||
<path id="m957fa455e7" d="M 59.669895 -87.642381
|
||||
L 59.669895 -87.792756
|
||||
L 59.847529 -87.792923
|
||||
L 60.025164 -87.790718
|
||||
|
@ -4055,20 +4055,20 @@ L 59.669895 -87.642381
|
|||
z
|
||||
" style="stroke: #ffbf86; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p35ac1c211f)">
|
||||
<use xlink:href="#m3b278c9c2f" x="0" y="179.75952" style="fill: #ffbf86; fill-opacity: 0.5; stroke: #ffbf86; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#p49be08d0c0)">
|
||||
<use xlink:href="#m957fa455e7" x="0" y="179.75952" style="fill: #ffbf86; fill-opacity: 0.5; stroke: #ffbf86; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="matplotlib.axis_1">
|
||||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="m79df3b070c" d="M 0 0
|
||||
<path id="m3b8aba0a95" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m79df3b070c" x="59.669895" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m3b8aba0a95" x="59.669895" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -4146,7 +4146,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#m79df3b070c" x="89.275632" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m3b8aba0a95" x="89.275632" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -4191,7 +4191,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#m79df3b070c" x="118.881368" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m3b8aba0a95" x="118.881368" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -4234,7 +4234,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#m79df3b070c" x="148.487105" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m3b8aba0a95" x="148.487105" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -4279,7 +4279,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#m79df3b070c" x="178.092842" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m3b8aba0a95" x="178.092842" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -4319,7 +4319,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#m79df3b070c" x="207.698578" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m3b8aba0a95" x="207.698578" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -4355,7 +4355,7 @@ z
|
|||
<g id="xtick_7">
|
||||
<g id="line2d_7">
|
||||
<g>
|
||||
<use xlink:href="#m79df3b070c" x="237.304315" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m3b8aba0a95" x="237.304315" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
|
@ -4428,12 +4428,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_8">
|
||||
<defs>
|
||||
<path id="m302654aaa3" d="M 0 0
|
||||
<path id="m1496918df8" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m302654aaa3" x="50.797056" y="126.557719" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m1496918df8" x="50.797056" y="126.557719" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_9">
|
||||
|
@ -4468,7 +4468,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_9">
|
||||
<g>
|
||||
<use xlink:href="#m302654aaa3" x="50.797056" y="109.299836" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m1496918df8" x="50.797056" y="109.299836" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -4485,7 +4485,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#m302654aaa3" x="50.797056" y="92.041952" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m1496918df8" x="50.797056" y="92.041952" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -4501,7 +4501,7 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_11">
|
||||
<g>
|
||||
<use xlink:href="#m302654aaa3" x="50.797056" y="74.784068" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m1496918df8" x="50.797056" y="74.784068" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_12">
|
||||
|
@ -4517,7 +4517,7 @@ z
|
|||
<g id="ytick_5">
|
||||
<g id="line2d_12">
|
||||
<g>
|
||||
<use xlink:href="#m302654aaa3" x="50.797056" y="57.526184" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m1496918df8" x="50.797056" y="57.526184" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_13">
|
||||
|
@ -4533,7 +4533,7 @@ z
|
|||
<g id="ytick_6">
|
||||
<g id="line2d_13">
|
||||
<g>
|
||||
<use xlink:href="#m302654aaa3" x="50.797056" y="40.2683" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m1496918df8" x="50.797056" y="40.2683" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_14">
|
||||
|
@ -4549,7 +4549,7 @@ z
|
|||
<g id="ytick_7">
|
||||
<g id="line2d_14">
|
||||
<g>
|
||||
<use xlink:href="#m302654aaa3" x="50.797056" y="23.010416" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m1496918df8" x="50.797056" y="23.010416" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_15">
|
||||
|
@ -4674,7 +4674,7 @@ L 235.88324 119.667839
|
|||
L 236.416143 119.85937
|
||||
L 237.126681 119.903286
|
||||
L 237.126681 119.903286
|
||||
" clip-path="url(#p35ac1c211f)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p49be08d0c0)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_16">
|
||||
<path d="M 59.669895 92.041952
|
||||
|
@ -4712,7 +4712,7 @@ L 158.967536 13.525138
|
|||
L 159.678074 13.481564
|
||||
L 237.126681 13.481609
|
||||
L 237.126681 13.481609
|
||||
" clip-path="url(#p35ac1c211f)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p49be08d0c0)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
<path d="M 50.797056 143.519296
|
||||
|
@ -4911,7 +4911,7 @@ z
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="p35ac1c211f">
|
||||
<clipPath id="p49be08d0c0">
|
||||
<rect x="50.797056" y="7.2" width="195.202464" height="136.319296"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 126 KiB |
|
@ -41,12 +41,12 @@ z
|
|||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="mbaf5a7321f" d="M 0 0
|
||||
<path id="m9b577e8af0" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#mbaf5a7321f" x="47.398567" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9b577e8af0" x="47.398567" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -82,7 +82,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#mbaf5a7321f" x="73.668535" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9b577e8af0" x="73.668535" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -148,7 +148,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#mbaf5a7321f" x="99.938502" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9b577e8af0" x="99.938502" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -162,7 +162,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#mbaf5a7321f" x="126.208469" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9b577e8af0" x="126.208469" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -197,7 +197,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#mbaf5a7321f" x="152.478436" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9b577e8af0" x="152.478436" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -232,7 +232,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#mbaf5a7321f" x="178.748404" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9b577e8af0" x="178.748404" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -247,7 +247,7 @@ z
|
|||
<g id="xtick_7">
|
||||
<g id="line2d_7">
|
||||
<g>
|
||||
<use xlink:href="#mbaf5a7321f" x="205.018371" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9b577e8af0" x="205.018371" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
|
@ -262,7 +262,7 @@ z
|
|||
<g id="xtick_8">
|
||||
<g id="line2d_8">
|
||||
<g>
|
||||
<use xlink:href="#mbaf5a7321f" x="231.288338" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m9b577e8af0" x="231.288338" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_8">
|
||||
|
@ -305,12 +305,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_9">
|
||||
<defs>
|
||||
<path id="m80319cbf70" d="M 0 0
|
||||
<path id="me049da2a64" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m80319cbf70" x="37.941379" y="137.887526" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me049da2a64" x="37.941379" y="137.887526" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -345,7 +345,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#m80319cbf70" x="37.941379" y="119.294621" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me049da2a64" x="37.941379" y="119.294621" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -362,7 +362,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_11">
|
||||
<g>
|
||||
<use xlink:href="#m80319cbf70" x="37.941379" y="100.701715" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me049da2a64" x="37.941379" y="100.701715" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_12">
|
||||
|
@ -379,7 +379,7 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_12">
|
||||
<g>
|
||||
<use xlink:href="#m80319cbf70" x="37.941379" y="82.10881" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me049da2a64" x="37.941379" y="82.10881" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_13">
|
||||
|
@ -396,7 +396,7 @@ z
|
|||
<g id="ytick_5">
|
||||
<g id="line2d_13">
|
||||
<g>
|
||||
<use xlink:href="#m80319cbf70" x="37.941379" y="63.515904" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me049da2a64" x="37.941379" y="63.515904" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_14">
|
||||
|
@ -412,7 +412,7 @@ z
|
|||
<g id="ytick_6">
|
||||
<g id="line2d_14">
|
||||
<g>
|
||||
<use xlink:href="#m80319cbf70" x="37.941379" y="44.922999" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me049da2a64" x="37.941379" y="44.922999" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_15">
|
||||
|
@ -428,7 +428,7 @@ z
|
|||
<g id="ytick_7">
|
||||
<g id="line2d_15">
|
||||
<g>
|
||||
<use xlink:href="#m80319cbf70" x="37.941379" y="26.330093" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me049da2a64" x="37.941379" y="26.330093" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_16">
|
||||
|
@ -751,7 +751,7 @@ L 235.407469 113.629558
|
|||
L 235.911853 114.336586
|
||||
L 236.542332 114.899282
|
||||
L 236.542332 114.899282
|
||||
" clip-path="url(#p9239f7364f)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p1d0ca15460)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_17">
|
||||
<path d="M 47.398567 63.515904
|
||||
|
@ -1077,7 +1077,7 @@ L 235.218325 95.58418
|
|||
L 235.9749 94.756324
|
||||
L 236.542332 93.974334
|
||||
L 236.542332 93.974334
|
||||
" clip-path="url(#p9239f7364f)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p1d0ca15460)" style="fill: none; stroke: #2ca02c; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_18">
|
||||
<path d="M 47.398567 63.515904
|
||||
|
@ -1451,7 +1451,7 @@ L 234.903086 64.202812
|
|||
L 236.479284 64.974547
|
||||
L 236.542332 64.955789
|
||||
L 236.542332 64.955789
|
||||
" clip-path="url(#p9239f7364f)" style="fill: none; stroke: #d62728; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p1d0ca15460)" style="fill: none; stroke: #d62728; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
<path d="M 37.941379 143.519296
|
||||
|
@ -1767,7 +1767,7 @@ L 64.041379 130.027702
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="p9239f7364f">
|
||||
<clipPath id="p1d0ca15460">
|
||||
<rect x="37.941379" y="19.620366" width="208.058141" height="123.898929"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
|
@ -39,7 +39,7 @@ z
|
|||
</g>
|
||||
<g id="PolyCollection_1">
|
||||
<defs>
|
||||
<path id="mbec75aa706" d="M 55.628175 -87.453837
|
||||
<path id="mcafc88f711" d="M 55.628175 -87.453837
|
||||
L 55.628175 -87.738096
|
||||
L 55.809663 -87.738093
|
||||
L 55.99115 -87.73809
|
||||
|
@ -2044,13 +2044,13 @@ L 55.628175 -87.453837
|
|||
z
|
||||
" style="stroke: #7fbee9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p330c32c2cc)">
|
||||
<use xlink:href="#mbec75aa706" x="0" y="179.75952" style="fill: #7fbee9; fill-opacity: 0.5; stroke: #7fbee9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#p5b588f5d65)">
|
||||
<use xlink:href="#mcafc88f711" x="0" y="179.75952" style="fill: #7fbee9; fill-opacity: 0.5; stroke: #7fbee9; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_2">
|
||||
<defs>
|
||||
<path id="meac9b73a0d" d="M 55.628175 -87.526311
|
||||
<path id="m934f5b366e" d="M 55.628175 -87.526311
|
||||
L 55.628175 -87.665622
|
||||
L 55.809663 -87.665777
|
||||
L 55.99115 -87.663735
|
||||
|
@ -4055,13 +4055,13 @@ L 55.628175 -87.526311
|
|||
z
|
||||
" style="stroke: #ffbf86; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p330c32c2cc)">
|
||||
<use xlink:href="#meac9b73a0d" x="0" y="179.75952" style="fill: #ffbf86; fill-opacity: 0.5; stroke: #ffbf86; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#p5b588f5d65)">
|
||||
<use xlink:href="#m934f5b366e" x="0" y="179.75952" style="fill: #ffbf86; fill-opacity: 0.5; stroke: #ffbf86; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_3">
|
||||
<defs>
|
||||
<path id="m75e52d89f8" d="M 55.628175 -87.455506
|
||||
<path id="md0b56518e0" d="M 55.628175 -87.455506
|
||||
L 55.628175 -87.736427
|
||||
L 55.809663 -87.736427
|
||||
L 55.99115 -87.736427
|
||||
|
@ -6066,13 +6066,13 @@ L 55.628175 -87.455506
|
|||
z
|
||||
" style="stroke: #87de87; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p330c32c2cc)">
|
||||
<use xlink:href="#m75e52d89f8" x="0" y="179.75952" style="fill: #87de87; fill-opacity: 0.5; stroke: #87de87; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#p5b588f5d65)">
|
||||
<use xlink:href="#md0b56518e0" x="0" y="179.75952" style="fill: #87de87; fill-opacity: 0.5; stroke: #87de87; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="PolyCollection_4">
|
||||
<defs>
|
||||
<path id="mc19c7b63b1" d="M 55.628175 -87.523085
|
||||
<path id="mc3db9ddf46" d="M 55.628175 -87.523085
|
||||
L 55.628175 -87.668848
|
||||
L 55.809663 -87.669041
|
||||
L 55.99115 -87.66649
|
||||
|
@ -8077,20 +8077,20 @@ L 55.628175 -87.523085
|
|||
z
|
||||
" style="stroke: #eb9293; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</defs>
|
||||
<g clip-path="url(#p330c32c2cc)">
|
||||
<use xlink:href="#mc19c7b63b1" x="0" y="179.75952" style="fill: #eb9293; fill-opacity: 0.5; stroke: #eb9293; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
<g clip-path="url(#p5b588f5d65)">
|
||||
<use xlink:href="#mc3db9ddf46" x="0" y="179.75952" style="fill: #eb9293; fill-opacity: 0.5; stroke: #eb9293; stroke-opacity: 0.5; stroke-width: 0.24"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="matplotlib.axis_1">
|
||||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<defs>
|
||||
<path id="m5d61aeb9c8" d="M 0 0
|
||||
<path id="m316c76c7df" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m5d61aeb9c8" x="55.628175" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m316c76c7df" x="55.628175" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
|
@ -8168,7 +8168,7 @@ z
|
|||
<g id="xtick_2">
|
||||
<g id="line2d_2">
|
||||
<g>
|
||||
<use xlink:href="#m5d61aeb9c8" x="85.876097" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m316c76c7df" x="85.876097" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
|
@ -8213,7 +8213,7 @@ z
|
|||
<g id="xtick_3">
|
||||
<g id="line2d_3">
|
||||
<g>
|
||||
<use xlink:href="#m5d61aeb9c8" x="116.124018" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m316c76c7df" x="116.124018" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
|
@ -8256,7 +8256,7 @@ z
|
|||
<g id="xtick_4">
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#m5d61aeb9c8" x="146.37194" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m316c76c7df" x="146.37194" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
|
@ -8301,7 +8301,7 @@ z
|
|||
<g id="xtick_5">
|
||||
<g id="line2d_5">
|
||||
<g>
|
||||
<use xlink:href="#m5d61aeb9c8" x="176.619862" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m316c76c7df" x="176.619862" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
|
@ -8341,7 +8341,7 @@ z
|
|||
<g id="xtick_6">
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#m5d61aeb9c8" x="206.867784" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m316c76c7df" x="206.867784" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
|
@ -8377,7 +8377,7 @@ z
|
|||
<g id="xtick_7">
|
||||
<g id="line2d_7">
|
||||
<g>
|
||||
<use xlink:href="#m5d61aeb9c8" x="237.115705" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#m316c76c7df" x="237.115705" y="143.519296" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
|
@ -8450,12 +8450,12 @@ z
|
|||
<g id="ytick_1">
|
||||
<g id="line2d_8">
|
||||
<defs>
|
||||
<path id="m97e91feae9" d="M 0 0
|
||||
<path id="me3b0f98db5" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m97e91feae9" x="46.562873" y="124.139951" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me3b0f98db5" x="46.562873" y="124.139951" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_9">
|
||||
|
@ -8489,7 +8489,7 @@ z
|
|||
<g id="ytick_2">
|
||||
<g id="line2d_9">
|
||||
<g>
|
||||
<use xlink:href="#m97e91feae9" x="46.562873" y="92.163554" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me3b0f98db5" x="46.562873" y="92.163554" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
|
@ -8504,7 +8504,7 @@ z
|
|||
<g id="ytick_3">
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#m97e91feae9" x="46.562873" y="60.187156" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me3b0f98db5" x="46.562873" y="60.187156" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
|
@ -8519,7 +8519,7 @@ z
|
|||
<g id="ytick_4">
|
||||
<g id="line2d_11">
|
||||
<g>
|
||||
<use xlink:href="#m97e91feae9" x="46.562873" y="28.210758" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
<use xlink:href="#me3b0f98db5" x="46.562873" y="28.210758" style="stroke: #000000; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_12">
|
||||
|
@ -8643,7 +8643,7 @@ L 235.663805 117.756968
|
|||
L 236.208268 117.934408
|
||||
L 236.934218 117.975093
|
||||
L 236.934218 117.975093
|
||||
" clip-path="url(#p330c32c2cc)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p5b588f5d65)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #1f77b4; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_13">
|
||||
<path d="M 55.628175 92.163554
|
||||
|
@ -8681,7 +8681,7 @@ L 157.079704 19.423324
|
|||
L 157.805655 19.382956
|
||||
L 236.934218 19.382998
|
||||
L 236.934218 19.382998
|
||||
" clip-path="url(#p330c32c2cc)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p5b588f5d65)" style="fill: none; stroke: #ff7f0e; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_14">
|
||||
<path d="M 55.628175 92.163554
|
||||
|
@ -8744,7 +8744,7 @@ L 200.455224 92.163895
|
|||
L 201.181174 92.11378
|
||||
L 236.934218 92.11374
|
||||
L 236.934218 92.11374
|
||||
" clip-path="url(#p330c32c2cc)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
" clip-path="url(#p5b588f5d65)" style="fill: none; stroke-dasharray: 1.85,0.8; stroke-dashoffset: 0; stroke: #2ca02c; stroke-width: 0.5"/>
|
||||
</g>
|
||||
<g id="line2d_15">
|
||||
<path d="M 55.628175 92.163554
|
||||
|
@ -8783,7 +8783,7 @@ L 157.079704 13.525846
|
|||
L 157.624167 13.478498
|
||||
L 236.934218 13.478378
|
||||
L 236.934218 13.478378
|
||||
" clip-path="url(#p330c32c2cc)" style="fill: none; stroke: #d62728; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
" clip-path="url(#p5b588f5d65)" style="fill: none; stroke: #d62728; stroke-width: 0.5; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
<path d="M 46.562873 143.519296
|
||||
|
@ -9211,7 +9211,7 @@ L 72.662873 130.110734
|
|||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="p330c32c2cc">
|
||||
<clipPath id="p5b588f5d65">
|
||||
<rect x="46.562873" y="7.2" width="199.436647" height="136.319296"/>
|
||||
</clipPath>
|
||||
</defs>
|
Before Width: | Height: | Size: 232 KiB After Width: | Height: | Size: 232 KiB |
|
@ -60,6 +60,8 @@ We shift so that we just overlap with coupling/decoupling and one above.
|
|||
baseline = models[3]
|
||||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
|
||||
|
||||
#+begin_src jupyter-python
|
||||
ot.plot_cycle(baseline)
|
||||
|
@ -67,7 +69,7 @@ We shift so that we just overlap with coupling/decoupling and one above.
|
|||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
[[file:./.ob-jupyter/02cbbf58cd0cbe9a198d4e1b1ca05e1435224c50.svg]]
|
||||
[[file:./.ob-jupyter/85082ca1e70888f4feae9d4bf5a0ea0a0f45b08a.svg]]
|
||||
|
||||
#+begin_src jupyter-python :tangle no
|
||||
#ot.plot_cycles(models, bath=0, legend=True)
|
||||
|
@ -91,7 +93,7 @@ We shift so that we just overlap with coupling/decoupling and one above.
|
|||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
[[file:./.ob-jupyter/2eaccf65458d4ed821c07abbb83664ee16b423f9.svg]]
|
||||
[[file:./.ob-jupyter/aceb237b37f0eef4754a27ed3ee238133aa9db06.svg]]
|
||||
|
||||
** Integrate
|
||||
Here we integrate/simulate the models. This should be run on the
|
||||
|
@ -119,7 +121,7 @@ This plots the full energy overview for the baseline model.
|
|||
#+RESULTS:
|
||||
:RESULTS:
|
||||
: \(N=80000\)
|
||||
[[file:./.ob-jupyter/9f290df44db1418e0b27a61a97d2591f6845fa65.svg]]
|
||||
[[file:./.ob-jupyter/4e700e6b13e30f8557fcc330ee71d08ec472489d.svg]]
|
||||
:END:
|
||||
|
||||
We would like to know how close all of this comes to the thermal states.
|
||||
|
@ -175,7 +177,7 @@ We would like to know how close all of this comes to the thermal states.
|
|||
/nix/store/x2w7bp64b3isjcw3ps8xsadrhxsnbpwh-python3-3.9.15-env/lib/python3.9/site-packages/matplotlib/axes/_axes.py:5346: ComplexWarning: Casting complex values to real discards the imaginary part
|
||||
pts[N+2:, 1] = dep2slice[::-1]
|
||||
#+end_example
|
||||
[[file:./.ob-jupyter/412ae179270758c9b9892f2e1a93b5583ede630b.svg]]
|
||||
[[file:./.ob-jupyter/75fa2fe14d11490c47d2bf0c629822f9a03e6784.svg]]
|
||||
:END:
|
||||
|
||||
Plotting the pauli matrix expectation values, we can see that the
|
||||
|
@ -186,7 +188,7 @@ dynamics only take place on the z-axis. This is addressed in [[id:9d7a11f2-f479-
|
|||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
[[file:./.ob-jupyter/ce6428315398ce5b39b5c39aae9d2b1cbdfd20f8.svg]]
|
||||
[[file:./.ob-jupyter/746d8e3986e828734631ca1ab8a8bce243963588.svg]]
|
||||
|
||||
Let us plot an overview of the work done by system and interaction
|
||||
modulation over a cycle for the baseline model.
|
||||
|
@ -196,7 +198,7 @@ modulation over a cycle for the baseline model.
|
|||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
[[file:./.ob-jupyter/e11fc10ff666262bc6ab9abedc2cb0de38262905.svg]]
|
||||
[[file:./.ob-jupyter/e05d323e86738a3362e6c70adc16bd5d940e5cdd.svg]]
|
||||
|
||||
*** Shifted Models
|
||||
Let us print the power output (relative to the baseline = unshifted model) and efficiency.
|
||||
|
@ -207,17 +209,17 @@ Let us print the power output (relative to the baseline = unshifted model) and e
|
|||
|
||||
#+RESULTS:
|
||||
#+begin_example
|
||||
-2.7704455654085876 -2.5219916727767804
|
||||
-2.034015641972767 -1.6675487518853185
|
||||
0.571544457513159 0.19650010500179352
|
||||
1.0 0.30209537308799783
|
||||
1.1652434363371367 0.3239348992880912
|
||||
1.6254413169874071 0.3309674632505577
|
||||
1.6802797038561466 0.3190991034856301
|
||||
1.6058539780552505 0.2979616403269744
|
||||
1.413212538480568 0.26307105710019735
|
||||
0.7332591894799324 0.1434372231954891
|
||||
-1.2500012707944386 -0.29523872560546577
|
||||
-2.77597511693978 -2.4772877227717958
|
||||
-2.0434846540636498 -1.6243768550730728
|
||||
0.5710213861808199 0.19310160522534914
|
||||
1.0 0.3002164459369506
|
||||
1.1580729241081245 0.3201551362641393
|
||||
1.621073860181052 0.32914493962691976
|
||||
1.676329717306901 0.3155858623648209
|
||||
1.6056907132267833 0.29627949690062266
|
||||
1.4297898620293028 0.264279816138587
|
||||
0.7161356715968495 0.13903993767016806
|
||||
-1.2535087048383218 -0.29154092061712156
|
||||
#+end_example
|
||||
|
||||
|
||||
|
@ -229,7 +231,7 @@ size to check convergence.
|
|||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
[[file:./.ob-jupyter/8471d776db4404270d3df20b7173e59f783b92ba.svg]]
|
||||
[[file:./.ob-jupyter/c671a1b46de1f5b65905925fb69604e13a924e19.svg]]
|
||||
|
||||
We see that we get a pretty good picture after about 30k-40k samples.
|
||||
|
||||
|
@ -240,7 +242,7 @@ This is an overview over powers and the efficiency.
|
|||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
[[file:./.ob-jupyter/50e0848230990f02d9ad40c7e049bcf8c6dcebc7.svg]]
|
||||
[[file:./.ob-jupyter/c134d0ea85b5900cc5fc809ee73e68d332d429d6.svg]]
|
||||
|
||||
The best shift:
|
||||
#+begin_src jupyter-python
|
||||
|
@ -261,7 +263,7 @@ and the best shift model.
|
|||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
[[file:./.ob-jupyter/60efd5889fe957f7b8cfe8d446f9953a95c516c9.svg]]
|
||||
[[file:./.ob-jupyter/f7afc8eb774b72b6f9a3080a0884226164759391.svg]]
|
||||
|
||||
|
||||
Let us plot the interaction power in the steady state for baseline and
|
||||
|
@ -315,7 +317,7 @@ best-shift. We have to shift the time to make them overlap correctly.
|
|||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
[[file:./.ob-jupyter/479a2efc17d04e372b0a09cfe1a97f48da88fa19.svg]]
|
||||
[[file:./.ob-jupyter/3e6540b6d222f368a38f57540b7c70c5758f5b99.svg]]
|
||||
|
||||
|
||||
Let us zoom in on the cold bath decoupling process to understnad this better.
|
||||
|
@ -355,7 +357,7 @@ Let us zoom in on the cold bath decoupling process to understnad this better.
|
|||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
[[file:./.ob-jupyter/fa8d96bb86b08eaed1c7d3fe969e9a82c38a03c7.svg]]
|
||||
[[file:./.ob-jupyter/089f655a55a69cbc238eda6899340662091d2ca0.svg]]
|
||||
|
||||
|
||||
* Slower switching
|
||||
|
@ -393,8 +395,8 @@ switch slower.
|
|||
|
||||
#+RESULTS:
|
||||
:RESULTS:
|
||||
: <matplotlib.legend.Legend at 0x7f6ce04d5d60>
|
||||
[[file:./.ob-jupyter/4cc96e897c1648694dbc559354d2868d6bee8dd0.svg]]
|
||||
: <matplotlib.legend.Legend at 0x7fa23abe1d30>
|
||||
[[file:./.ob-jupyter/2dced993880319a85c1923005f6b88e6bc158f64.svg]]
|
||||
:END:
|
||||
|
||||
|
||||
|
@ -420,17 +422,17 @@ Let us look at power and efficiency.
|
|||
|
||||
#+RESULTS:
|
||||
#+begin_example
|
||||
-0.18 0.12 80000 -0.7534604455561659 -108.77944601456684 (-0.6547883379568094, 0.4330061221888589)
|
||||
-0.12 0.12 80000 0.5591648896822077 -14.974955411404467 (0.28325656807481425, 0.4330061221888589)
|
||||
-0.06 0.12 80000 0.9985149794296736 0.0037407432686098474 (0.433043529621545, 0.4330061221888589)
|
||||
0.0 0.12 80000 1.0 0.0 (0.4330061221888589, 0.4330061221888589)
|
||||
0.06 0.12 80000 0.991206944683175 0.23007686496274715 (0.4353068908384864, 0.4330061221888589)
|
||||
0.12 0.12 80000 1.1339755806282883 0.3265587668820624 (0.43627170985767955, 0.4330061221888589)
|
||||
0.18 0.12 80000 1.297675283650504 -2.9821368425732797 (0.4031847537631261, 0.4330061221888589)
|
||||
0.24 0.12 80000 1.2031272812376834 -7.638926235390614 (0.3566168598349528, 0.4330061221888589)
|
||||
0.3 0.12 80000 0.7381994151953918 -20.86521478070438 (0.22435397438181512, 0.4330061221888589)
|
||||
0.36 0.12 80000 -0.45819153140116126 -60.284418918547836 (-0.16983806699661946, 0.4330061221888589)
|
||||
0.42 0.12 80000 -1.4846084056353754 -118.88415735590576 (-0.7558354513701987, 0.4330061221888589)
|
||||
-0.18 0.18 80000 -0.7534604455561659 -108.77944601456684 (-0.6547883379568094, 0.4330061221888589)
|
||||
-0.12 0.18 80000 0.5591648896822077 -14.974955411404467 (0.28325656807481425, 0.4330061221888589)
|
||||
-0.06 0.18 80000 0.9985149794296736 0.0037407432686098474 (0.433043529621545, 0.4330061221888589)
|
||||
0.0 0.18 80000 1.0 0.0 (0.4330061221888589, 0.4330061221888589)
|
||||
0.06 0.18 80000 0.991206944683175 0.23007686496274715 (0.4353068908384864, 0.4330061221888589)
|
||||
0.12 0.18 80000 1.1339755806282883 0.3265587668820624 (0.43627170985767955, 0.4330061221888589)
|
||||
0.18 0.18 80000 1.297675283650504 -2.9821368425732797 (0.4031847537631261, 0.4330061221888589)
|
||||
0.24 0.18 80000 1.2031272812376834 -7.638926235390614 (0.3566168598349528, 0.4330061221888589)
|
||||
0.3 0.18 80000 0.7381994151953918 -20.86521478070438 (0.22435397438181512, 0.4330061221888589)
|
||||
0.36 0.18 80000 -0.45819153140116126 -60.284418918547836 (-0.16983806699661946, 0.4330061221888589)
|
||||
0.42 0.18 80000 -1.4846084056353754 -118.88415735590576 (-0.7558354513701987, 0.4330061221888589)
|
||||
#+end_example
|
||||
|
||||
Here, we contrast the slow/fast coupling modulation protocols.
|
||||
|
@ -448,7 +450,7 @@ Here, we contrast the slow/fast coupling modulation protocols.
|
|||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
[[file:./.ob-jupyter/dfee46d2b1411c9ca3f0619ae9460a2435bd0825.svg]]
|
||||
[[file:./.ob-jupyter/d874adc97bcc335737347c1205a48c7b39561198.svg]]
|
||||
|
||||
Aho! The trick is just to slow down the coupling switching.
|
||||
|
||||
|
@ -473,7 +475,7 @@ Let's contrast the energy change dynamics in slow vs fast modulation
|
|||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
[[file:./.ob-jupyter/739b3f82650ec9b841aadeb72d8ff4bb04ecb999.svg]]
|
||||
[[file:./.ob-jupyter/5418d985119098ea7dd34a612cee7193d550431c.svg]]
|
||||
|
||||
Now let's try to find out why the efficiency improved.
|
||||
|
||||
|
@ -498,7 +500,7 @@ Now let's try to find out why the efficiency improved.
|
|||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
[[file:./.ob-jupyter/562aa3c2c2a3c3c1a83020137bdbd45bbe0f550d.svg]]
|
||||
[[file:./.ob-jupyter/9cecea40e225eaae34f9003fdf7e004ea0463e84.svg]]
|
||||
Way less energy is dumped into the cold bath.
|
||||
#+begin_src jupyter-python
|
||||
t, rel_short_cold = ot.val_relative_to_steady(
|
||||
|
@ -556,7 +558,7 @@ Way less energy is dumped into the cold bath.
|
|||
: + (left_i[1] / (right_i[1]) ** 2 * right_i[2]) ** 2
|
||||
: /home/hiro/src/hopsflow/hopsflow/util.py:334: RuntimeWarning: invalid value encountered in divide
|
||||
: + (left_i[1] / (right_i[1]) ** 2 * right_i[2]) ** 2
|
||||
[[file:./.ob-jupyter/e773c9a5072cc7643a93d1f05180f5083f93a823.svg]]
|
||||
[[file:./.ob-jupyter/8cc13fa6fb6a9a90c4d74df045df24daeb3632cb.svg]]
|
||||
:END:
|
||||
|
||||
* Slower switching + Only Cold Bath Coupling Shifted
|
||||
|
@ -578,6 +580,80 @@ The last section gave me the hunch, that only this shift matters.
|
|||
ot.integrate_online_multi(cold_models, 1, increment=1, analyze_kwargs=dict(every=10_000))
|
||||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
:RESULTS:
|
||||
#+begin_example
|
||||
[INFO hops.core.integration 660003] Choosing the nonlinear integrator.
|
||||
[INFO root 660003] Starting analysis process.
|
||||
[INFO root 660003] Started analysis process with pid 660744.
|
||||
/home/hiro/src/hops/hops/core/hierarchy_data.py:564: UserWarning: test_file_version FAILED with exception Unable to open file (file is already open for write/SWMR write (may use <h5clear file> to clear file consistency flags))
|
||||
warnings.warn(
|
||||
/home/hiro/src/hops/hops/core/hierarchy_data.py:567: UserWarning: hdf5_name .data/a86b8a23ecd962904a2008808f85b00b9c337e36dc6bebe3b806343510f0ec7f/_b/a86b8a23ecd962904a2008808f85b00b9c337e36dc6bebe3b806343510f0ec7f_b5106778b26241a26c10be1488e24172_1.h5
|
||||
warnings.warn("hdf5_name {}".format(self.hdf5_name))
|
||||
/home/hiro/src/hops/hops/core/hierarchy_data.py:570: UserWarning: Moving .data/a86b8a23ecd962904a2008808f85b00b9c337e36dc6bebe3b806343510f0ec7f/_b/a86b8a23ecd962904a2008808f85b00b9c337e36dc6bebe3b806343510f0ec7f_b5106778b26241a26c10be1488e24172_1.h5 to .data/a86b8a23ecd962904a2008808f85b00b9c337e36dc6bebe3b806343510f0ec7f/_b/a86b8a23ecd962904a2008808f85b00b9c337e36dc6bebe3b806343510f0ec7f_b5106778b26241a26c10be1488e24172_1.h5backup_1683828067.6098497 and starting fresh.
|
||||
warnings.warn(
|
||||
[INFO hops.core.hierarchy_data 660003] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/subprojects/cycle_shift/results_a86b8a23ecd962904a2008808f85b00b9c337e36dc6bebe3b806343510f0ec7f.fifo
|
||||
[INFO hops.core.integration 660003] Using 16 integrators.
|
||||
[INFO hops.core.integration 660003] Some 1 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 660003] Using 1001 hierarchy states.
|
||||
0% 0/1 [00:00<?, ?it/s][INFO hops.core.signal_delay 660003] caught sig 'SIGINT'
|
||||
0% 0/1 [00:10<?, ?it/s]
|
||||
[INFO hops.core.signal_delay 660003] caught 1 signal(s)
|
||||
[INFO hops.core.signal_delay 660003] emit signal 'SIGINT'
|
||||
[INFO hops.core.signal_delay 660003] caught sig 'SIGINT'
|
||||
2023-05-11 14:01:17,869 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
[INFO hops.core.signal_delay 660003] caught 1 signal(s)
|
||||
[INFO hops.core.signal_delay 660003] emit signal 'SIGINT'
|
||||
#+end_example
|
||||
# [goto error]
|
||||
#+begin_example
|
||||
[0;31m---------------------------------------------------------------------------[0m
|
||||
[0;31mKeyboardInterrupt[0m Traceback (most recent call last)
|
||||
Cell [0;32mIn[26], line 1[0m
|
||||
[0;32m----> 1[0m [43mot[49m[38;5;241;43m.[39;49m[43mintegrate_online_multi[49m[43m([49m[43mcold_models[49m[43m,[49m[43m [49m[38;5;241;43m1[39;49m[43m,[49m[43m [49m[43mincrement[49m[38;5;241;43m=[39;49m[38;5;241;43m1[39;49m[43m,[49m[43m [49m[43manalyze_kwargs[49m[38;5;241;43m=[39;49m[38;5;28;43mdict[39;49m[43m([49m[43mevery[49m[38;5;241;43m=[39;49m[38;5;241;43m10_000[39;49m[43m)[49m[43m)[49m
|
||||
|
||||
File [0;32m~/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/subprojects/cycle_shift/otto_utilities.py:387[0m, in [0;36mintegrate_online_multi[0;34m(models, n, increment, *args, **kwargs)[0m
|
||||
[1;32m 385[0m count [38;5;241m=[39m get_sample_count(model)
|
||||
[1;32m 386[0m [38;5;28;01mif[39;00m count [38;5;241m<[39m current_target:
|
||||
[0;32m--> 387[0m [43mintegrate_online[49m[43m([49m[43mmodel[49m[43m,[49m[43m [49m[43mcurrent_target[49m[43m,[49m[43m [49m[38;5;241;43m*[39;49m[43margs[49m[43m,[49m[43m [49m[38;5;241;43m*[39;49m[38;5;241;43m*[39;49m[43mkwargs[49m[43m)[49m
|
||||
[1;32m 389[0m target [38;5;241m+[39m[38;5;241m=[39m increment
|
||||
|
||||
File [0;32m~/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/subprojects/cycle_shift/otto_utilities.py:360[0m, in [0;36mintegrate_online[0;34m(model, n, stream_folder, **kwargs)[0m
|
||||
[1;32m 359[0m [38;5;28;01mdef[39;00m [38;5;21mintegrate_online[39m(model, n, stream_folder[38;5;241m=[39m[38;5;28;01mNone[39;00m, [38;5;241m*[39m[38;5;241m*[39mkwargs):
|
||||
[0;32m--> 360[0m [43maux[49m[38;5;241;43m.[39;49m[43mintegrate[49m[43m([49m
|
||||
[1;32m 361[0m [43m [49m[43mmodel[49m[43m,[49m
|
||||
[1;32m 362[0m [43m [49m[43mn[49m[43m,[49m
|
||||
[1;32m 363[0m [43m [49m[43mstream_file[49m[38;5;241;43m=[39;49m[43m([49m[38;5;124;43m"[39;49m[38;5;124;43m"[39;49m[43m [49m[38;5;28;43;01mif[39;49;00m[43m [49m[43mstream_folder[49m[43m [49m[38;5;129;43;01mis[39;49;00m[43m [49m[38;5;28;43;01mNone[39;49;00m[43m [49m[38;5;28;43;01melse[39;49;00m[43m [49m[43mstream_folder[49m[43m)[49m
|
||||
[1;32m 364[0m [43m [49m[38;5;241;43m+[39;49m[43m [49m[38;5;124;43mf[39;49m[38;5;124;43m"[39;49m[38;5;124;43mresults_[39;49m[38;5;132;43;01m{[39;49;00m[43mmodel[49m[38;5;241;43m.[39;49m[43mhexhash[49m[38;5;132;43;01m}[39;49;00m[38;5;124;43m.fifo[39;49m[38;5;124;43m"[39;49m[43m,[49m
|
||||
[1;32m 365[0m [43m [49m[43manalyze[49m[38;5;241;43m=[39;49m[38;5;28;43;01mTrue[39;49;00m[43m,[49m
|
||||
[1;32m 366[0m [43m [49m[38;5;241;43m*[39;49m[38;5;241;43m*[39;49m[43mkwargs[49m[43m,[49m
|
||||
[1;32m 367[0m [43m [49m[43m)[49m
|
||||
|
||||
File [0;32m~/src/two_qubit_model/hiro_models/model_auxiliary.py:201[0m, in [0;36mintegrate[0;34m(model, n, data_path, clear_pd, single_process, stream_file, analyze, results_path, analyze_kwargs)[0m
|
||||
[1;32m 199[0m supervisor[38;5;241m.[39mintegrate_single_process(clear_pd)
|
||||
[1;32m 200[0m [38;5;28;01melse[39;00m:
|
||||
[0;32m--> 201[0m supervisor[38;5;241m.[39mintegrate(clear_pd)
|
||||
[1;32m 203[0m cleanup([38;5;241m0[39m)
|
||||
|
||||
File [0;32m~/src/hops/hops/core/signal_delay.py:87[0m, in [0;36msig_delay.__exit__[0;34m(self, exc_type, exc_val, exc_tb)[0m
|
||||
[1;32m 84[0m [38;5;28;01mif[39;00m [38;5;28mlen[39m([38;5;28mself[39m[38;5;241m.[39msigh[38;5;241m.[39msigs_caught) [38;5;241m>[39m [38;5;241m0[39m [38;5;129;01mand[39;00m [38;5;28mself[39m[38;5;241m.[39mhandler [38;5;129;01mis[39;00m [38;5;129;01mnot[39;00m [38;5;28;01mNone[39;00m:
|
||||
[1;32m 85[0m [38;5;28mself[39m[38;5;241m.[39mhandler([38;5;28mself[39m[38;5;241m.[39msigh[38;5;241m.[39msigs_caught)
|
||||
[0;32m---> 87[0m [38;5;28;43mself[39;49m[38;5;241;43m.[39;49m[43m_restore[49m[43m([49m[43m)[49m
|
||||
|
||||
File [0;32m~/src/hops/hops/core/signal_delay.py:68[0m, in [0;36msig_delay._restore[0;34m(self)[0m
|
||||
[1;32m 66[0m [38;5;28;01mfor[39;00m i, s [38;5;129;01min[39;00m [38;5;28menumerate[39m([38;5;28mself[39m[38;5;241m.[39msigs):
|
||||
[1;32m 67[0m signal[38;5;241m.[39msignal(s, [38;5;28mself[39m[38;5;241m.[39mold_handlers[i])
|
||||
[0;32m---> 68[0m [38;5;28;43mself[39;49m[38;5;241;43m.[39;49m[43msigh[49m[38;5;241;43m.[39;49m[43memit[49m[43m([49m[43m)[49m
|
||||
|
||||
File [0;32m~/src/hops/hops/core/signal_delay.py:42[0m, in [0;36mSigHandler.emit[0;34m(self)[0m
|
||||
[1;32m 40[0m [38;5;28;01mfor[39;00m s [38;5;129;01min[39;00m [38;5;28mself[39m[38;5;241m.[39msigs_caught:
|
||||
[1;32m 41[0m log[38;5;241m.[39minfo([38;5;124m"[39m[38;5;124memit signal [39m[38;5;124m'[39m[38;5;132;01m{}[39;00m[38;5;124m'[39m[38;5;124m"[39m[38;5;241m.[39mformat(SIG_MAP[s]))
|
||||
[0;32m---> 42[0m [43mos[49m[38;5;241;43m.[39;49m[43mkill[49m[43m([49m[43mos[49m[38;5;241;43m.[39;49m[43mgetpid[49m[43m([49m[43m)[49m[43m,[49m[43m [49m[43ms[49m[43m)[49m
|
||||
|
||||
[0;31mKeyboardInterrupt[0m:
|
||||
#+end_example
|
||||
:END:
|
||||
|
||||
#+begin_src jupyter-julia
|
||||
aux.import_results(other_data_path="taurus/.data", other_results_path="taurus/results", models_to_import=cold_models)
|
||||
#+end_src
|
||||
|
@ -600,7 +676,7 @@ The last section gave me the hunch, that only this shift matters.
|
|||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
[[file:./.ob-jupyter/90dc100de7e68a738757c7ceec88d138523edd24.svg]]
|
||||
[[file:./.ob-jupyter/452910da5da1d556764e6b6d81e8c15cd2ce5a67.svg]]
|
||||
|
||||
|
||||
#+begin_src jupyter-python
|
||||
|
@ -648,7 +724,7 @@ Let's contrast all three protocols.
|
|||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
[[file:./.ob-jupyter/c3ba93c44254765a56fc0ba9f0d578fa5ebfa682.svg]]
|
||||
[[file:./.ob-jupyter/0566a3f8b3266b69979cc58b4459835bba36744d.svg]]
|
||||
|
||||
And do it again, but in a more convenient format.
|
||||
#+begin_src jupyter-python
|
||||
|
@ -657,7 +733,7 @@ And do it again, but in a more convenient format.
|
|||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
[[file:./.ob-jupyter/25b9c2b69b9e6bea35b3b7765c35ac370ddb6e24.svg]]
|
||||
[[file:./.ob-jupyter/66f9994b67426aae52943a1f9ab6540b6fcadeff.svg]]
|
||||
|
||||
* Findings
|
||||
- coupling overlap doesn't help much
|
||||
|
@ -715,8 +791,8 @@ Let's plot the pauli expectation values.
|
|||
|
||||
#+RESULTS:
|
||||
:RESULTS:
|
||||
[[file:./.ob-jupyter/e0388abacb7b8d8791b4a243661de3e7cf92321e.svg]]
|
||||
[[file:./.ob-jupyter/bf8f086e5b8211108f5481f511133342ddfb5c33.svg]]
|
||||
[[file:./.ob-jupyter/216aad96418805e8cbb925e939bb261bdb09c332.svg]]
|
||||
[[file:./.ob-jupyter/ed2cd60a871ccc8b23781492e0b98084bae04018.svg]]
|
||||
:END:
|
||||
|
||||
#+begin_src jupyter-python
|
||||
|
@ -750,6 +826,6 @@ Interestingly, even with the too-fast switching we have greater power, and great
|
|||
|
||||
#+RESULTS:
|
||||
:RESULTS:
|
||||
[[file:./.ob-jupyter/5639272b64cefcf447899df6ecf4d49baf35988d.svg]]
|
||||
[[file:./.ob-jupyter/e0adfb01a3b456c2a8a22ecf281cbb7e914939a6.svg]]
|
||||
[[file:./.ob-jupyter/48801c84dacb82ca9d37f0af0519727e298ec1fd.svg]]
|
||||
[[file:./.ob-jupyter/0ef615f736de27bf2129d27452b3f55fb30ff82e.svg]]
|
||||
:END:
|
||||
|
|