Fri, 29 May 2020 23:37:07 +0200
Script version GHK_O.9.8e4_Py3.7 with two input files
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GHK_0.9.8e4_Py3.7.py Fri May 29 23:37:07 2020 +0200 @@ -0,0 +1,2899 @@ +# -*- coding: utf-8 -*- +""" +Copyright 2016, 2019 Volker Freudenthaler + +Licensed under the EUPL, Version 1.1 only (the "Licence"). + +You may not use this work except in compliance with the Licence. +A copy of the licence is distributed with the code. Alternatively, you may obtain +a copy of the Licence at: + +https://joinup.ec.europa.eu/community/eupl/og_page/eupl + +Unless required by applicable law or agreed to in writing, software distributed +under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS +OF ANY KIND, either express or implied. See the Licence for the specific language governing +permissions and limitations under the Licence. + +Equation reference: http://www.atmos-meas-tech-discuss.net/amt-2015-338/amt-2015-338.pdf +With equations code from Appendix C +Python 3.7, seaborn 0.9.0 + +Code description: + +From measured lidar signals we cannot directly determine the desired backscatter coefficient (F11) and the linear depolarization ratio (LDR) +because of the cross talk between the channles and systematic errors of a lidar system. +http://www.atmos-meas-tech-discuss.net/amt-2015-338/amt-2015-338.pdf provides an analytical model for the description of these errors, +with which the measured signals can be corrected. +This code simulates the lidar measurements with "assumed true" model parameters from an input file, and calculates the correction parameters (G,H, and K). +The "assumed true" system parameters are the ones we think are the right ones, but in reality these parameters probably deviate from the assumed truth due to +uncertainties. The uncertainties of the "assumed true" parameters can be described in the input file. Then this code calculates the lidar signals and the +gain ratio eta* with all possible combinations of "errors", which represents the distribution of "possibly real" signals, and "corrects" them with the "assumed true" +GHK parameters (GT0, GR0, HT0, HR0, and K0) to derive finally the distributions of "possibly real" linear depolarization ratios (LDRCorr), +which are plotted for five different input linear depolarization ratios (LDRtrue). The red bars in the plots represent the input values of LDRtrue. +A complication arises from the fact that the correction parameter K = eta*/eta (Eq. 83) can depend on the LDR during the calibration measurement, i.e. LDRcal or aCal +in the code (see e.g. Eqs. (103), (115), and (141); mind the mistake in Eq. (116)). Therefor values of K for LDRcal = 0.004, 0.2, and 0.45 are calculated for +"assumed true" system parameters and printed in the output file behind the GH parameters. The full impact of the LDRcal dependent K can be considered in the error +calculation by specifying a range of possible LDRcal values in the input file. For the real calibration measurements a calibration range with low or no aerosol +content should be chosen, and the default in the input file is a range of LDRcal between 0.004 and 0.014 (i.e. 0.009 +-0.005). + +Tip: In case you run the code with Spyder, all output text and plots can be displayed together in an IPython console, which can be saved as an html file. + +Ver. 0.9.7: includes the random error (signal noise) of the calibration and standard measurements +Changes: + Line 1687 Eta = (TaR * TiR) / (TaT * TiT) + Line 1691 K = Etax / Eta # K of the real system; but correction in Line 1721 with K0 / Etax + should work with nTCalT = nTCalR = 0 +Ver. 0.9.7b: + ToDo: include error due to TCalT und TCalR => determination of NCalT and NCalR etc. in error calculation line 1741ff + combined error loops iNI and INCal for signals +Ver. 0.9.7c: individual error loops for each of the six signals +Ver. 0.9.7c2: different calculation of the signal noise errors +Ver. 0.9.7c3: n.a.different calculation of the signal noise errors +Ver. 0.9.7c4: test to speed up the loops for error calculation by moving them just before the actual calculation: still some code errors +Ver. 0.9.8: + - correct calculation of Eta for cleaned anaylsers considering the combined transmission Eta = (TaT* TiT)(1 + cos2RotaT * DaT * DiT) and (TaR * TiR)(1 + cos2RotaR * DaR * DiR) according to the papers supplement Eqs. (S.10.10.1) ff + - calculation of the PLDR from LDR and BSR, BSR, and LDRm + - ND-filters can be added for the calibration measurements in the transmitted (TCalT) and the reflected path (TCalR) in order to include their uncertainties in the error calculation. +Ver. 0.9.8b: change from "TTa = TiT * TaT" to "TTa = TiT * TaT * ATPT" etc. (compare ver 0.9.8 with 0.9.8b) removes + - the strong Tp dependence of the errors + - the factor 2 in the GH parameters + - see c:\technik\Optik\Polarizers\DepCal\ApplOpt\GH-parameters-190114.odt +Ver. 0.9.8c: includes error of Etax +Ver. 0.9.8d: Eta0, K0 etc in error loop replaced by Eta0y, K0y etc. Changes in signal noise calculations +Ver. 0.9.8e: ambiguous laser spec. DOLP (no discrimination between left and right circular polarisation) replaced by Stokes parameters Qin, Uin +Ver. 0.9.8e2: Added plot of LDRsim, Etax, Etapx, Etamx; LDRCorr and aLDRcorr consistently named +Ver. 0.9.8e3: Change of OutputFile name; Change of Ir and It noise if (CalcFrom0deg) = False; (Different calculation of error contributions tested but not implemented) +Ver. 0.9.8e4: text changed for y=+-1 (see line 274 ff and line 1044 ff + + ======================================================== +simulation: LDRsim = Ir / It with variable parameters (possible truths) + G,H,Eta,Etax,K + It = TaT * TiT * ATP1 * TiO * TiE * (GT + atrue * HT) + LDRsim = Ir / It +consistency test: is forward simulation and correction consistent? + LDRCorr = (LDRsim / Eta * (GT + HT) - (GR + HR)) / ((GR - HR) - LDRsim / Eta * (GT - HT)) => atrue? +assumed true: G0,H0,Eta0,Etax0,K0 => actual retrievals of LDRCorr + => correct possible truths with assumed true G0,H0,Eta0 + measure: It, Ir, EtaX + coorect it with: G0,H0,K0 + LDRCorr = (LDRsim / (Etax / K0) * (GT0 + HT0) - (GR0 + HR0)) / ((GR0 - HR0) - LDRsim0 / (Etax / K0) * (GT0 - HT0)) +""" +# Comment: The code might works with Python 2.7 with the help of following line, which enables Python2 to correctly interpret the Python 3 print statements. +from __future__ import print_function +# !/usr/bin/env python3 + +import os +import sys + +from scipy.stats import kurtosis +from scipy.stats import skew +# use: kurtosis(data, fisher=True,bias=False) => 0; skew(data,bias=False) => 0 +# Comment: the seaborn library makes nicer plots, but the code works also without it. +import numpy as np +import matplotlib.pyplot as plt + +try: + import seaborn as sns + + sns_loaded = True +except ImportError: + sns_loaded = False + +# from time import clock # python 2 +from timeit import default_timer as clock + +# from matplotlib.backends.backend_pdf import PdfPages +# pdffile = '{}.pdf'.format('path') +# pp = PdfPages(pdffile) +## pp.savefig can be called multiple times to save to multiple pages +# pp.savefig() +# pp.close() + +from contextlib import contextmanager + +@contextmanager +def redirect_stdout(new_target): + old_target, sys.stdout = sys.stdout, new_target # replace sys.stdout + try: + yield new_target # run some code with the replaced stdout + finally: + sys.stdout.flush() + sys.stdout = old_target # restore to the previous value + +''' +real_raw_input = vars(__builtins__).get('raw_input',input) +''' +try: + import __builtin__ + + input = getattr(__builtin__, 'raw_input') +except (ImportError, AttributeError): + pass + +from distutils.util import strtobool + + +def user_yes_no_query(question): + sys.stdout.write('%s [y/n]\n' % question) + while True: + try: + return strtobool(input().lower()) + except ValueError: + sys.stdout.write('Please respond with \'y\' or \'n\'.\n') + + +# if user_yes_no_query('want to exit?') == 1: sys.exit() + +abspath = os.path.abspath(__file__) +dname = os.path.dirname(abspath) +fname = os.path.basename(abspath) +os.chdir(dname) + +# PrintToOutputFile = True + +sqr05 = 0.5 ** 0.5 + +# ---- Initial definition of variables; the actual values will be read in with exec(open('./optic_input.py').read()) below +# Do you want to calculate the errors? If not, just the GHK-parameters are determined. +Error_Calc = True +LID = "internal" +EID = "internal" +# --- IL Laser IL and +-Uncertainty +Qin, dQin, nQin = 1., 0.0, 0 # second Stokes vector parameter; default 1 => linear polarization +Vin, dVin, nVin = 0., 0.0, 0 # fourth Stokes vector parameter +RotL, dRotL, nRotL = 0.0, 0.0, 1 # alpha; rotation of laser polarization in degrees; default 0 +# IL = 1e5 #photons in the laser beam, including detection efficiency of the telescope, atmodspheric and r^2 attenuation +# --- ME Emitter and +-Uncertainty +DiE, dDiE, nDiE = 0., 0.00, 1 # Diattenuation +TiE = 1. # Unpolarized transmittance +RetE, dRetE, nRetE = 0., 180.0, 0 # Retardance in degrees +RotE, dRotE, nRotE = 0., 0.0, 0 # beta: Rotation of optical element in degrees +# --- MO Receiver Optics including telescope +DiO, dDiO, nDiO = -0.055, 0.003, 1 +TiO = 0.9 +RetO, dRetO, nRetO = 0., 180.0, 2 +RotO, dRotO, nRotO = 0., 0.1, 1 # gamma +# --- PBS MT transmitting path defined with (TS,TP); and +-Uncertainty +TP, dTP, nTP = 0.98, 0.02, 1 +TS, dTS, nTS = 0.001, 0.001, 1 +TiT = 0.5 * (TP + TS) +DiT = (TP - TS) / (TP + TS) +# PolFilter +RetT, dRetT, nRetT = 0., 180., 0 +ERaT, dERaT, nERaT = 0.001, 0.001, 1 +RotaT, dRotaT, nRotaT = 0., 3., 1 +DaT = (1 - ERaT) / (1 + ERaT) +TaT = 0.5 * (1 + ERaT) +# --- PBS MR reflecting path defined with (RS,RP); and +-Uncertainty +RS_RP_depend_on_TS_TP = False +if (RS_RP_depend_on_TS_TP): + RP, dRP, nRP = 1 - TP, 0.0, 0 + RS, dRS, nRS = 1 - TS, 0.0, 0 +else: + RP, dRP, nRP = 0.05, 0.01, 1 + RS, dRS, nRS = 0.98, 0.01, 1 +TiR = 0.5 * (RP + RS) +DiR = (RP - RS) / (RP + RS) +# PolFilter +RetR, dRetR, nRetR = 0., 180., 0 +ERaR, dERaR, nERaR = 0.001, 0.001, 1 +RotaR, dRotaR, nRotaR = 90., 3., 1 +DaR = (1 - ERaR) / (1 + ERaR) +TaR = 0.5 * (1 + ERaR) + +# +++ Orientation of the PBS with respect to the reference plane (see Polarisation-orientation.png and Polarisation-orientation-2.png in /system_settings) +# Y = +1: PBS incidence plane is parallel to reference plane and polarisation in reference plane is finally transmitted. +# Y = -1: PBS incidence plane is perpendicular to reference plane and polarisation in reference plane is finally reflected. +Y = 1. + +# Calibrator = type defined by matrix values +LocC = 4 # location of calibrator: behind laser = 1; behind emitter = 2; before receiver = 3; before PBS = 4 + +# --- Additional attenuation (transmission of the ND-filter) during the calibration +TCalT, dTCalT, nTCalT = 1, 0., 0 # transmitting path; error calc not working yet +TCalR, dTCalR, nTCalR = 1, 0., 0 # reflecting path; error calc not working yet + +# *** signal noise error calculation +# --- number of photon counts in the signal summed up in the calibration range during the calibration measurements +NCalT = 1e6 # default 1e6, assumed the same in +45° and -45° signals +NCalR = 1e6 # default 1e6, assumed the same in +45° and -45° signals +NILfac = 1.0 # duration of standard (0°) measurement relative to calibration measurements +nNCal = 0 # error nNCal: one-sigma in steps to left and right for calibration signals +nNI = 0 # error nNI: one-sigma in steps to left and right for 0° signals +NI = 50000 #number of photon counts in the parallel 0°-signal +eFacT = 1.0 # rel. amplification of transmitted channel, approximate values are sufficient; def. = 1 +eFacR = 10.0 +IoutTp0, IoutTp, dIoutTp0 = 0.5, 0.5, 0.0 +IoutTm0, IoutTm, dIoutTm0 = 0.5, 0.5, 0.0 +IoutRp0, IoutRp, dIoutRp0 = 0.5, 0.5, 0.0 +IoutRm0, IoutRm, dIoutRm0 = 0.5, 0.5, 0.0 +It0, It, dIt0 = 1 , 1, 0 +Ir0, Ir, dTr0 = 1 , 1, 0 +CalcFrom0deg = True + +TypeC = 3 # linear polarizer calibrator +# example with extinction ratio 0.001 +DiC, dDiC, nDiC = 1.0, 0., 0 # ideal 1.0 +TiC = 0.5 # ideal 0.5 +RetC, dRetC, nRetC = 0.0, 0.0, 0 +RotC, dRotC, nRotC = 0.0, 0.1, 0 # constant calibrator offset epsilon +RotationErrorEpsilonForNormalMeasurements = False # is in general False for TypeC == 3 calibrator + +# Rotation error without calibrator: if False, then epsilon = 0 for normal measurements +RotationErrorEpsilonForNormalMeasurements = True +# BSR backscatter ratio +# BSR, dBSR, nBSR = 10, 0.05, 1 +BSR = np.zeros(5) +BSR = [1.1, 2, 5, 10., 50.] +# theoretical molecular LDR LDRm +LDRm, dLDRm, nLDRm = 0.004, 0.001, 1 +# LDRCal assumed atmospheric linear depolarization ratio during the calibration measurements (first guess) +LDRCal0, dLDRCal, nLDRCal = 0.25, 0.04, 1 +LDRCal = LDRCal0 +# measured LDRm will be corrected with calculated parameters +LDRmeas = 0.015 +# LDRtrue for simulation of measurement => LDRsim +LDRtrue = 0.004 +LDRtrue2 = 0.004 +LDRunCorr = 1. +# Initialize other values to 0 +ER, nER, dER = 0.001, 0, 0.001 +K = 0. +Km = 0. +Kp = 0. +LDRCorr = 0. +Eta = 0. +Ir = 0. +It = 0. +h = 1. + +Loc = ['', 'behind laser', 'behind emitter', 'before receiver', 'before PBS'] +Type = ['', 'mechanical rotator', 'hwp rotator', 'linear polarizer', 'qwp rotator', 'circular polarizer', + 'real HWP +-22.5°'] + +bPlotEtax = False + +# end of initial definition of variables +# ******************************************************************************************************************************* +# --- Read actual lidar system parameters from optic_input.py (must be in the programs sub-directory 'system_settings') +# ******************************************************************************************************************************* + +# InputFile = 'optic_input_example_2_1.py' +# InputFile = 'ALidar-355-F-3-3c2-0.9.8d.py' +# InputFile = 'Polarimeter-4C3-ver0.98e.py' +# InputFile = 'Polarimeter-4A-ver0.98e.py' +InputFile = 'optic_input_raym-200-02-18-ver0.9.8e.py' +InputFile = 'optic_input_raym-200-04-17-ver0.9.8e.py' +InputFile = 'optic_input_raym-200-04-17-ver0.9.8e-extended.py' +InputFile = 'Adam_ver0.98.py' +InputFile = 'MUSA-B3A-ver0.98e.py' +InputFile = 'MUSA-B4A-ver0.98e.py' +# InputFile = 'MUSA-A3C-ver0.98e.py' +InputFile = 'optic_input_ver0.98e_LILI_532_May2020.py' +InputFile = 'optic_input_ver0.98e_LILI_532_May2020_RotL=90.py' +InputFile = 'optic_input_0.9.8e4-PollyXT_Lacros.py' +InputFile = 'optic_input_UPC-lidar_0.9.8e4.py' +InputFile = 'optic_input_UV-Pot-ver0.9.8e.py' +InputFile = 'optic_input_0.9.8e4-PollyXT_Lacros.py' +InputFile = 'optic_input_example_lidar_ver0.9.8e.py' + +# ******************************************************************************************************************************* + +''' +print("From ", dname) +print("Running ", fname) +print("Reading input file ", InputFile, " for") +''' +input_path = os.path.join('.', 'system_settings', InputFile) +# this works with Python 2 and 3! +exec(open(input_path).read(), globals()) +# end of read actual system parameters + + +# --- Manual Parameter Change --- +# (use for quick parameter changes without changing the input file ) +# DiO = 0. +# LDRtrue = 0.45 +# LDRtrue2 = 0.004 +# Y = -1 +# LocC = 4 #location of calibrator: 1 = behind laser; 2 = behind emitter; 3 = before receiver; 4 = before PBS +# #TypeC = 6 Don't change the TypeC here +# RotationErrorEpsilonForNormalMeasurements = True +# LDRCal = 0.25 +# # --- Errors +Qin0, dQin, nQin = Qin, dQin, nQin +Vin0, dVin, nVin = Vin, dVin, nVin +RotL0, dRotL, nRotL = RotL, dRotL, nRotL + +DiE0, dDiE, nDiE = DiE, dDiE, nDiE +RetE0, dRetE, nRetE = RetE, dRetE, nRetE +RotE0, dRotE, nRotE = RotE, dRotE, nRotE + +DiO0, dDiO, nDiO = DiO, dDiO, nDiO +RetO0, dRetO, nRetO = RetO, dRetO, nRetO +RotO0, dRotO, nRotO = RotO, dRotO, nRotO + +DiC0, dDiC, nDiC = DiC, dDiC, nDiC +RetC0, dRetC, nRetC = RetC, dRetC, nRetC +RotC0, dRotC, nRotC = RotC, dRotC, nRotC + +TP0, dTP, nTP = TP, dTP, nTP +TS0, dTS, nTS = TS, dTS, nTS +RetT0, dRetT, nRetT = RetT, dRetT, nRetT + +ERaT0, dERaT, nERaT = ERaT, dERaT, nERaT +RotaT0, dRotaT, nRotaT = RotaT, dRotaT, nRotaT + +RP0, dRP, nRP = RP, dRP, nRP +RS0, dRS, nRS = RS, dRS, nRS +RetR0, dRetR, nRetR = RetR, dRetR, nRetR + +ERaR0, dERaR, nERaR = ERaR, dERaR, nERaR +RotaR0, dRotaR, nRotaR = RotaR, dRotaR, nRotaR + +LDRCal0, dLDRCal, nLDRCal = LDRCal, dLDRCal, nLDRCal + +# BSR0, dBSR, nBSR = BSR, dBSR, nBSR +LDRm0, dLDRm, nLDRm = LDRm, dLDRm, nLDRm +# ---------- End of manual parameter change + +RotL, RotE, RetE, DiE, RotO, RetO, DiO, RotC, RetC, DiC = RotL0, RotE0, RetE0, DiE0, RotO0, RetO0, DiO0, RotC0, RetC0, DiC0 +TP, TS, RP, RS, ERaT, RotaT, RetT, ERaR, RotaR, RetR = TP0, TS0, RP0, RS0, ERaT0, RotaT0, RetT0, ERaR0, RotaR0, RetR0 +LDRCal = LDRCal0 +DTa0, TTa0, DRa0, TRa0, LDRsimx, LDRCorr = 0., 0., 0., 0., 0., 0. +TCalT0, TCalR0 = TCalT, TCalR + +TiT = 0.5 * (TP + TS) +DiT = (TP - TS) / (TP + TS) +ZiT = (1. - DiT ** 2) ** 0.5 +TiR = 0.5 * (RP + RS) +DiR = (RP - RS) / (RP + RS) +ZiR = (1. - DiR ** 2) ** 0.5 + +C2aT = np.cos(np.deg2rad(2. * RotaT)) +C2aR = np.cos(np.deg2rad(2. * RotaR)) +ATPT = float(1. + C2aT * DaT * DiT) +ARPT = float(1. + C2aR * DaR * DiR) +TTa = TiT * TaT * ATPT # unpolarized transmission +TRa = TiR * TaR * ARPT # unpolarized transmission +Eta0 = TRa / TTa + +# --- alternative texts for output +dY = ['perpendicular', '', 'parallel'] +dY2 = ['reflected', '', 'transmitted'] +if ((abs(RotL) < 45 and Y == 1) or (abs(RotL) >= 45 and Y == -1)): + dY3 = "Parallel laser polarisation is detected in transmitted channel" +else: + dY3 = "Parallel laser polarisation is detected in reflected channel" + +# --- check input errors +if ((Qin ** 2 + Vin ** 2) ** 0.5) > 1: + print("Error: degree of polarisation of laser > 1. Check Qin and Vin! ") + sys.exit() + +# --- this subroutine is for the calculation of the PLDR from LDR, BSR, and LDRm ------------------- +def CalcPLDR(LDR, BSR, LDRm): + PLDR = (BSR * (1. + LDRm) * LDR - LDRm * (1. + LDR)) / (BSR * (1. + LDRm) - (1. + LDR)) + return (PLDR) +# --- this subroutine is for the calculation with certain fixed parameters ------------------------ +def Calc(TCalT, TCalR, NCalT, NCalR, Qin, Vin, RotL, RotE, RetE, DiE, RotO, RetO, DiO, + RotC, RetC, DiC, TP, TS, RP, RS, + ERaT, RotaT, RetT, ERaR, RotaR, RetR, LDRCal): + # ---- Do the calculations of bra-ket vectors + h = -1. if TypeC == 2 else 1 + # from input file: assumed LDRCal for calibration measurements + aCal = (1. - LDRCal) / (1. + LDRCal) + atrue = (1. - LDRtrue) / (1. + LDRtrue) + + # angles of emitter and laser and calibrator and receiver optics + # RotL = alpha, RotE = beta, RotO = gamma, RotC = epsilon + S2a = np.sin(2 * np.deg2rad(RotL)) + C2a = np.cos(2 * np.deg2rad(RotL)) + S2b = np.sin(2 * np.deg2rad(RotE)) + C2b = np.cos(2 * np.deg2rad(RotE)) + S2ab = np.sin(np.deg2rad(2 * RotL - 2 * RotE)) + C2ab = np.cos(np.deg2rad(2 * RotL - 2 * RotE)) + S2g = np.sin(np.deg2rad(2 * RotO)) + C2g = np.cos(np.deg2rad(2 * RotO)) + + # Laser with Degree of linear polarization DOLP + IinL = 1. + QinL = Qin + UinL = 0. + VinL = Vin + # VinL = (1. - DOLP ** 2) ** 0.5 + + # Stokes Input Vector rotation Eq. E.4 + A = C2a * QinL - S2a * UinL + B = S2a * QinL + C2a * UinL + # Stokes Input Vector rotation Eq. E.9 + C = C2ab * QinL - S2ab * UinL + D = S2ab * QinL + C2ab * UinL + + # emitter optics + CosE = np.cos(np.deg2rad(RetE)) + SinE = np.sin(np.deg2rad(RetE)) + ZiE = (1. - DiE ** 2) ** 0.5 + WiE = (1. - ZiE * CosE) + + # Stokes Input Vector after emitter optics equivalent to Eq. E.9 with already rotated input vector from Eq. E.4 + # b = beta + IinE = (IinL + DiE * C) + QinE = (C2b * DiE * IinL + A + S2b * (WiE * D - ZiE * SinE * VinL)) + UinE = (S2b * DiE * IinL + B - C2b * (WiE * D - ZiE * SinE * VinL)) + VinE = (-ZiE * SinE * D + ZiE * CosE * VinL) + + # Stokes Input Vector before receiver optics Eq. E.19 (after atmosphere F) + IinF = IinE + QinF = aCal * QinE + UinF = -aCal * UinE + VinF = (1. - 2. * aCal) * VinE + + # receiver optics + CosO = np.cos(np.deg2rad(RetO)) + SinO = np.sin(np.deg2rad(RetO)) + ZiO = (1. - DiO ** 2) ** 0.5 + WiO = (1. - ZiO * CosO) + + # calibrator + CosC = np.cos(np.deg2rad(RetC)) + SinC = np.sin(np.deg2rad(RetC)) + ZiC = (1. - DiC ** 2) ** 0.5 + WiC = (1. - ZiC * CosC) + + # Stokes Input Vector before the polarising beam splitter Eq. E.31 + A = C2g * QinE - S2g * UinE + B = S2g * QinE + C2g * UinE + + IinP = (IinE + DiO * aCal * A) + QinP = (C2g * DiO * IinE + aCal * QinE - S2g * (WiO * aCal * B + ZiO * SinO * (1. - 2. * aCal) * VinE)) + UinP = (S2g * DiO * IinE - aCal * UinE + C2g * (WiO * aCal * B + ZiO * SinO * (1. - 2. * aCal) * VinE)) + VinP = (ZiO * SinO * aCal * B + ZiO * CosO * (1. - 2. * aCal) * VinE) + + # ------------------------- + # F11 assuemd to be = 1 => measured: F11m = IinP / IinE with atrue + # F11sim = TiO*(IinE + DiO*atrue*A)/IinE + # ------------------------- + + # analyser + if (RS_RP_depend_on_TS_TP): + RS = 1. - TS + RP = 1. - TP + + TiT = 0.5 * (TP + TS) + DiT = (TP - TS) / (TP + TS) + ZiT = (1. - DiT ** 2) ** 0.5 + TiR = 0.5 * (RP + RS) + DiR = (RP - RS) / (RP + RS) + ZiR = (1. - DiR ** 2) ** 0.5 + CosT = np.cos(np.deg2rad(RetT)) + SinT = np.sin(np.deg2rad(RetT)) + CosR = np.cos(np.deg2rad(RetR)) + SinR = np.sin(np.deg2rad(RetR)) + + DaT = (1. - ERaT) / (1. + ERaT) + DaR = (1. - ERaR) / (1. + ERaR) + TaT = 0.5 * (1. + ERaT) + TaR = 0.5 * (1. + ERaR) + + S2aT = np.sin(np.deg2rad(h * 2 * RotaT)) + C2aT = np.cos(np.deg2rad(2 * RotaT)) + S2aR = np.sin(np.deg2rad(h * 2 * RotaR)) + C2aR = np.cos(np.deg2rad(2 * RotaR)) + + # Analyzer As before the PBS Eq. D.5; combined PBS and cleaning pol-filter + ATPT = (1. + C2aT * DaT * DiT) # unpolarized transmission correction + TTa = TiT * TaT * ATPT # unpolarized transmission + ATP1 = 1. + ATP2 = Y * (DiT + C2aT * DaT) / ATPT + ATP3 = Y * S2aT * DaT * ZiT * CosT / ATPT + ATP4 = S2aT * DaT * ZiT * SinT / ATPT + ATP = np.array([ATP1, ATP2, ATP3, ATP4]) + DTa = ATP2 * Y + + ARPT = (1 + C2aR * DaR * DiR) # unpolarized transmission correction + TRa = TiR * TaR * ARPT # unpolarized transmission + ARP1 = 1 + ARP2 = Y * (DiR + C2aR * DaR) / ARPT + ARP3 = Y * S2aR * DaR * ZiR * CosR / ARPT + ARP4 = S2aR * DaR * ZiR * SinR / ARPT + ARP = np.array([ARP1, ARP2, ARP3, ARP4]) + DRa = ARP2 * Y + + + # ---- Calculate signals and correction parameters for diffeent locations and calibrators + if LocC == 4: # Calibrator before the PBS + # print("Calibrator location not implemented yet") + + # S2ge = np.sin(np.deg2rad(2*RotO + h*2*RotC)) + # C2ge = np.cos(np.deg2rad(2*RotO + h*2*RotC)) + S2e = np.sin(np.deg2rad(h * 2 * RotC)) + C2e = np.cos(np.deg2rad(2 * RotC)) + # rotated AinP by epsilon Eq. C.3 + ATP2e = C2e * ATP2 + S2e * ATP3 + ATP3e = C2e * ATP3 - S2e * ATP2 + ARP2e = C2e * ARP2 + S2e * ARP3 + ARP3e = C2e * ARP3 - S2e * ARP2 + ATPe = np.array([ATP1, ATP2e, ATP3e, ATP4]) + ARPe = np.array([ARP1, ARP2e, ARP3e, ARP4]) + # Stokes Input Vector before the polarising beam splitter Eq. E.31 + A = C2g * QinE - S2g * UinE + B = S2g * QinE + C2g * UinE + # C = (WiO*aCal*B + ZiO*SinO*(1-2*aCal)*VinE) + Co = ZiO * SinO * VinE + Ca = (WiO * B - 2 * ZiO * SinO * VinE) + # C = Co + aCal*Ca + # IinP = (IinE + DiO*aCal*A) + # QinP = (C2g*DiO*IinE + aCal*QinE - S2g*C) + # UinP = (S2g*DiO*IinE - aCal*UinE + C2g*C) + # VinP = (ZiO*SinO*aCal*B + ZiO*CosO*(1-2*aCal)*VinE) + IinPo = IinE + QinPo = (C2g * DiO * IinE - S2g * Co) + UinPo = (S2g * DiO * IinE + C2g * Co) + VinPo = ZiO * CosO * VinE + + IinPa = DiO * A + QinPa = QinE - S2g * Ca + UinPa = -UinE + C2g * Ca + VinPa = ZiO * (SinO * B - 2 * CosO * VinE) + + IinP = IinPo + aCal * IinPa + QinP = QinPo + aCal * QinPa + UinP = UinPo + aCal * UinPa + VinP = VinPo + aCal * VinPa + # Stokes Input Vector before the polarising beam splitter rotated by epsilon Eq. C.3 + # QinPe = C2e*QinP + S2e*UinP + # UinPe = C2e*UinP - S2e*QinP + QinPoe = C2e * QinPo + S2e * UinPo + UinPoe = C2e * UinPo - S2e * QinPo + QinPae = C2e * QinPa + S2e * UinPa + UinPae = C2e * UinPa - S2e * QinPa + QinPe = C2e * QinP + S2e * UinP + UinPe = C2e * UinP - S2e * QinP + + # Calibration signals and Calibration correction K from measurements with LDRCal / aCal + if (TypeC == 2) or (TypeC == 1): # rotator calibration Eq. C.4 + # parameters for calibration with aCal + AT = ATP1 * IinP + h * ATP4 * VinP + BT = ATP3e * QinP - h * ATP2e * UinP + AR = ARP1 * IinP + h * ARP4 * VinP + BR = ARP3e * QinP - h * ARP2e * UinP + # Correction parameters for normal measurements; they are independent of LDR + if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out + IS1 = np.array([IinPo, QinPo, UinPo, VinPo]) + IS2 = np.array([IinPa, QinPa, UinPa, VinPa]) + GT = np.dot(ATP, IS1) + GR = np.dot(ARP, IS1) + HT = np.dot(ATP, IS2) + HR = np.dot(ARP, IS2) + else: + IS1 = np.array([IinPo, QinPo, UinPo, VinPo]) + IS2 = np.array([IinPa, QinPa, UinPa, VinPa]) + GT = np.dot(ATPe, IS1) + GR = np.dot(ARPe, IS1) + HT = np.dot(ATPe, IS2) + HR = np.dot(ARPe, IS2) + elif (TypeC == 3) or (TypeC == 4): # linear polariser calibration Eq. C.5 + # parameters for calibration with aCal + AT = ATP1 * IinP + ATP3e * UinPe + ZiC * CosC * (ATP2e * QinPe + ATP4 * VinP) + BT = DiC * (ATP1 * UinPe + ATP3e * IinP) - ZiC * SinC * (ATP2e * VinP - ATP4 * QinPe) + AR = ARP1 * IinP + ARP3e * UinPe + ZiC * CosC * (ARP2e * QinPe + ARP4 * VinP) + BR = DiC * (ARP1 * UinPe + ARP3e * IinP) - ZiC * SinC * (ARP2e * VinP - ARP4 * QinPe) + # Correction parameters for normal measurements; they are independent of LDR + if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out + IS1 = np.array([IinPo, QinPo, UinPo, VinPo]) + IS2 = np.array([IinPa, QinPa, UinPa, VinPa]) + GT = np.dot(ATP, IS1) + GR = np.dot(ARP, IS1) + HT = np.dot(ATP, IS2) + HR = np.dot(ARP, IS2) + else: + IS1e = np.array([IinPo + DiC * QinPoe, DiC * IinPo + QinPoe, ZiC * (CosC * UinPoe + SinC * VinPo), + -ZiC * (SinC * UinPoe - CosC * VinPo)]) + IS2e = np.array([IinPa + DiC * QinPae, DiC * IinPa + QinPae, ZiC * (CosC * UinPae + SinC * VinPa), + -ZiC * (SinC * UinPae - CosC * VinPa)]) + GT = np.dot(ATPe, IS1e) + GR = np.dot(ARPe, IS1e) + HT = np.dot(ATPe, IS2e) + HR = np.dot(ARPe, IS2e) + elif (TypeC == 6): # diattenuator calibration +-22.5° rotated_diattenuator_X22x5deg.odt + # parameters for calibration with aCal + AT = ATP1 * IinP + sqr05 * DiC * (ATP1 * QinPe + ATP2e * IinP) + (1. - 0.5 * WiC) * ( + ATP2e * QinPe + ATP3e * UinPe) + ZiC * (sqr05 * SinC * (ATP3e * VinP - ATP4 * UinPe) + ATP4 * CosC * VinP) + BT = sqr05 * DiC * (ATP1 * UinPe + ATP3e * IinP) + 0.5 * WiC * ( + ATP2e * UinPe + ATP3e * QinPe) - sqr05 * ZiC * SinC * (ATP2e * VinP - ATP4 * QinPe) + AR = ARP1 * IinP + sqr05 * DiC * (ARP1 * QinPe + ARP2e * IinP) + (1. - 0.5 * WiC) * ( + ARP2e * QinPe + ARP3e * UinPe) + ZiC * (sqr05 * SinC * (ARP3e * VinP - ARP4 * UinPe) + ARP4 * CosC * VinP) + BR = sqr05 * DiC * (ARP1 * UinPe + ARP3e * IinP) + 0.5 * WiC * ( + ARP2e * UinPe + ARP3e * QinPe) - sqr05 * ZiC * SinC * (ARP2e * VinP - ARP4 * QinPe) + # Correction parameters for normal measurements; they are independent of LDR + if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out + IS1 = np.array([IinPo, QinPo, UinPo, VinPo]) + IS2 = np.array([IinPa, QinPa, UinPa, VinPa]) + GT = np.dot(ATP, IS1) + GR = np.dot(ARP, IS1) + HT = np.dot(ATP, IS2) + HR = np.dot(ARP, IS2) + else: + IS1e = np.array([IinPo + DiC * QinPoe, DiC * IinPo + QinPoe, ZiC * (CosC * UinPoe + SinC * VinPo), + -ZiC * (SinC * UinPoe - CosC * VinPo)]) + IS2e = np.array([IinPa + DiC * QinPae, DiC * IinPa + QinPae, ZiC * (CosC * UinPae + SinC * VinPa), + -ZiC * (SinC * UinPae - CosC * VinPa)]) + GT = np.dot(ATPe, IS1e) + GR = np.dot(ARPe, IS1e) + HT = np.dot(ATPe, IS2e) + HR = np.dot(ARPe, IS2e) + else: + print("Calibrator not implemented yet") + sys.exit() + + elif LocC == 3: # C before receiver optics Eq.57 + + # S2ge = np.sin(np.deg2rad(2*RotO - 2*RotC)) + # C2ge = np.cos(np.deg2rad(2*RotO - 2*RotC)) + S2e = np.sin(np.deg2rad(2. * RotC)) + C2e = np.cos(np.deg2rad(2. * RotC)) + + # As with C before the receiver optics (rotated_diattenuator_X22x5deg.odt) + AF1 = np.array([1., C2g * DiO, S2g * DiO, 0.]) + AF2 = np.array([C2g * DiO, 1. - S2g ** 2 * WiO, S2g * C2g * WiO, -S2g * ZiO * SinO]) + AF3 = np.array([S2g * DiO, S2g * C2g * WiO, 1. - C2g ** 2 * WiO, C2g * ZiO * SinO]) + AF4 = np.array([0., S2g * SinO, -C2g * SinO, CosO]) + + ATF = (ATP1 * AF1 + ATP2 * AF2 + ATP3 * AF3 + ATP4 * AF4) + ARF = (ARP1 * AF1 + ARP2 * AF2 + ARP3 * AF3 + ARP4 * AF4) + ATF2 = ATF[1] + ATF3 = ATF[2] + ARF2 = ARF[1] + ARF3 = ARF[2] + + # rotated AinF by epsilon + ATF1 = ATF[0] + ATF4 = ATF[3] + ATF2e = C2e * ATF[1] + S2e * ATF[2] + ATF3e = C2e * ATF[2] - S2e * ATF[1] + ARF1 = ARF[0] + ARF4 = ARF[3] + ARF2e = C2e * ARF[1] + S2e * ARF[2] + ARF3e = C2e * ARF[2] - S2e * ARF[1] + + ATFe = np.array([ATF1, ATF2e, ATF3e, ATF4]) + ARFe = np.array([ARF1, ARF2e, ARF3e, ARF4]) + + QinEe = C2e * QinE + S2e * UinE + UinEe = C2e * UinE - S2e * QinE + + # Stokes Input Vector before receiver optics Eq. E.19 (after atmosphere F) + IinF = IinE + QinF = aCal * QinE + UinF = -aCal * UinE + VinF = (1. - 2. * aCal) * VinE + + IinFo = IinE + QinFo = 0. + UinFo = 0. + VinFo = VinE + + IinFa = 0. + QinFa = QinE + UinFa = -UinE + VinFa = -2. * VinE + + # Stokes Input Vector before receiver optics rotated by epsilon Eq. C.3 + QinFe = C2e * QinF + S2e * UinF + UinFe = C2e * UinF - S2e * QinF + QinFoe = C2e * QinFo + S2e * UinFo + UinFoe = C2e * UinFo - S2e * QinFo + QinFae = C2e * QinFa + S2e * UinFa + UinFae = C2e * UinFa - S2e * QinFa + + # Calibration signals and Calibration correction K from measurements with LDRCal / aCal + if (TypeC == 2) or (TypeC == 1): # rotator calibration Eq. C.4 + # parameters for calibration with aCal + AT = ATF1 * IinF + ATF4 * h * VinF + BT = ATF3e * QinF - ATF2e * h * UinF + AR = ARF1 * IinF + ARF4 * h * VinF + BR = ARF3e * QinF - ARF2e * h * UinF + # Correction parameters for normal measurements; they are independent of LDR + if (not RotationErrorEpsilonForNormalMeasurements): + GT = ATF1 * IinE + ATF4 * VinE + GR = ARF1 * IinE + ARF4 * VinE + HT = ATF2 * QinE - ATF3 * UinE - ATF4 * 2 * VinE + HR = ARF2 * QinE - ARF3 * UinE - ARF4 * 2 * VinE + else: + GT = ATF1 * IinE + ATF4 * h * VinE + GR = ARF1 * IinE + ARF4 * h * VinE + HT = ATF2e * QinE - ATF3e * h * UinE - ATF4 * h * 2 * VinE + HR = ARF2e * QinE - ARF3e * h * UinE - ARF4 * h * 2 * VinE + elif (TypeC == 3) or (TypeC == 4): # linear polariser calibration Eq. C.5 + # p = +45°, m = -45° + IF1e = np.array([IinF, ZiC * CosC * QinFe, UinFe, ZiC * CosC * VinF]) + IF2e = np.array([DiC * UinFe, -ZiC * SinC * VinF, DiC * IinF, ZiC * SinC * QinFe]) + AT = np.dot(ATFe, IF1e) + AR = np.dot(ARFe, IF1e) + BT = np.dot(ATFe, IF2e) + BR = np.dot(ARFe, IF2e) + + # Correction parameters for normal measurements; they are independent of LDR --- the same as for TypeC = 6 + if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out + IS1 = np.array([IinE, 0., 0., VinE]) + IS2 = np.array([0., QinE, -UinE, -2. * VinE]) + GT = np.dot(ATF, IS1) + GR = np.dot(ARF, IS1) + HT = np.dot(ATF, IS2) + HR = np.dot(ARF, IS2) + else: + IS1e = np.array([IinFo + DiC * QinFoe, DiC * IinFo + QinFoe, ZiC * (CosC * UinFoe + SinC * VinFo), + -ZiC * (SinC * UinFoe - CosC * VinFo)]) + IS2e = np.array([IinFa + DiC * QinFae, DiC * IinFa + QinFae, ZiC * (CosC * UinFae + SinC * VinFa), + -ZiC * (SinC * UinFae - CosC * VinFa)]) + GT = np.dot(ATFe, IS1e) + GR = np.dot(ARFe, IS1e) + HT = np.dot(ATFe, IS2e) + HR = np.dot(ARFe, IS2e) + + elif (TypeC == 6): # diattenuator calibration +-22.5° rotated_diattenuator_X22x5deg.odt + # parameters for calibration with aCal + IF1e = np.array([IinF + sqr05 * DiC * QinFe, sqr05 * DiC * IinF + (1. - 0.5 * WiC) * QinFe, + (1. - 0.5 * WiC) * UinFe + sqr05 * ZiC * SinC * VinF, + -sqr05 * ZiC * SinC * UinFe + ZiC * CosC * VinF]) + IF2e = np.array([sqr05 * DiC * UinFe, 0.5 * WiC * UinFe - sqr05 * ZiC * SinC * VinF, + sqr05 * DiC * IinF + 0.5 * WiC * QinFe, sqr05 * ZiC * SinC * QinFe]) + AT = np.dot(ATFe, IF1e) + AR = np.dot(ARFe, IF1e) + BT = np.dot(ATFe, IF2e) + BR = np.dot(ARFe, IF2e) + + # Correction parameters for normal measurements; they are independent of LDR + if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out + # IS1 = np.array([IinE,0,0,VinE]) + # IS2 = np.array([0,QinE,-UinE,-2*VinE]) + IS1 = np.array([IinFo, 0., 0., VinFo]) + IS2 = np.array([0., QinFa, UinFa, VinFa]) + GT = np.dot(ATF, IS1) + GR = np.dot(ARF, IS1) + HT = np.dot(ATF, IS2) + HR = np.dot(ARF, IS2) + else: + IS1e = np.array([IinFo + DiC * QinFoe, DiC * IinFo + QinFoe, ZiC * (CosC * UinFoe + SinC * VinFo), + -ZiC * (SinC * UinFoe - CosC * VinFo)]) + IS2e = np.array([IinFa + DiC * QinFae, DiC * IinFa + QinFae, ZiC * (CosC * UinFae + SinC * VinFa), + -ZiC * (SinC * UinFae - CosC * VinFa)]) + # IS1e = np.array([IinFo,0,0,VinFo]) + # IS2e = np.array([0,QinFae,UinFae,VinFa]) + GT = np.dot(ATFe, IS1e) + GR = np.dot(ARFe, IS1e) + HT = np.dot(ATFe, IS2e) + HR = np.dot(ARFe, IS2e) + + else: + print('Calibrator not implemented yet') + sys.exit() + + elif LocC == 2: # C behind emitter optics Eq.57 ------------------------------------------------------- + # print("Calibrator location not implemented yet") + S2e = np.sin(np.deg2rad(2. * RotC)) + C2e = np.cos(np.deg2rad(2. * RotC)) + + # AS with C before the receiver optics (see document rotated_diattenuator_X22x5deg.odt) + AF1 = np.array([1, C2g * DiO, S2g * DiO, 0.]) + AF2 = np.array([C2g * DiO, 1. - S2g ** 2 * WiO, S2g * C2g * WiO, -S2g * ZiO * SinO]) + AF3 = np.array([S2g * DiO, S2g * C2g * WiO, 1. - C2g ** 2 * WiO, C2g * ZiO * SinO]) + AF4 = np.array([0., S2g * SinO, -C2g * SinO, CosO]) + + ATF = (ATP1 * AF1 + ATP2 * AF2 + ATP3 * AF3 + ATP4 * AF4) + ARF = (ARP1 * AF1 + ARP2 * AF2 + ARP3 * AF3 + ARP4 * AF4) + ATF1 = ATF[0] + ATF2 = ATF[1] + ATF3 = ATF[2] + ATF4 = ATF[3] + ARF1 = ARF[0] + ARF2 = ARF[1] + ARF3 = ARF[2] + ARF4 = ARF[3] + + # AS with C behind the emitter + # terms without aCal + ATE1o, ARE1o = ATF1, ARF1 + ATE2o, ARE2o = 0., 0. + ATE3o, ARE3o = 0., 0. + ATE4o, ARE4o = ATF4, ARF4 + # terms with aCal + ATE1a, ARE1a = 0., 0. + ATE2a, ARE2a = ATF2, ARF2 + ATE3a, ARE3a = -ATF3, -ARF3 + ATE4a, ARE4a = -2. * ATF4, -2. * ARF4 + # rotated AinEa by epsilon + ATE2ae = C2e * ATF2 + S2e * ATF3 + ATE3ae = -S2e * ATF2 - C2e * ATF3 + ARE2ae = C2e * ARF2 + S2e * ARF3 + ARE3ae = -S2e * ARF2 - C2e * ARF3 + + ATE1 = ATE1o + ATE2e = aCal * ATE2ae + ATE3e = aCal * ATE3ae + ATE4 = (1 - 2 * aCal) * ATF4 + ARE1 = ARE1o + ARE2e = aCal * ARE2ae + ARE3e = aCal * ARE3ae + ARE4 = (1 - 2 * aCal) * ARF4 + + # rotated IinE + QinEe = C2e * QinE + S2e * UinE + UinEe = C2e * UinE - S2e * QinE + + # Calibration signals and Calibration correction K from measurements with LDRCal / aCal + if (TypeC == 2) or (TypeC == 1): # +++++++++ rotator calibration Eq. C.4 + AT = ATE1o * IinE + (ATE4o + aCal * ATE4a) * h * VinE + BT = aCal * (ATE3ae * QinEe - ATE2ae * h * UinEe) + AR = ARE1o * IinE + (ARE4o + aCal * ARE4a) * h * VinE + BR = aCal * (ARE3ae * QinEe - ARE2ae * h * UinEe) + + # Correction parameters for normal measurements; they are independent of LDR + if (not RotationErrorEpsilonForNormalMeasurements): + # Stokes Input Vector before receiver optics Eq. E.19 (after atmosphere F) + GT = ATE1o * IinE + ATE4o * h * VinE + GR = ARE1o * IinE + ARE4o * h * VinE + HT = ATE2a * QinE + ATE3a * h * UinEe + ATE4a * h * VinE + HR = ARE2a * QinE + ARE3a * h * UinEe + ARE4a * h * VinE + else: + GT = ATE1o * IinE + ATE4o * h * VinE + GR = ARE1o * IinE + ARE4o * h * VinE + HT = ATE2ae * QinE + ATE3ae * h * UinEe + ATE4a * h * VinE + HR = ARE2ae * QinE + ARE3ae * h * UinEe + ARE4a * h * VinE + + elif (TypeC == 3) or (TypeC == 4): # +++++++++ linear polariser calibration Eq. C.5 + # p = +45°, m = -45° + AT = ATE1 * IinE + ZiC * CosC * (ATE2e * QinEe + ATE4 * VinE) + ATE3e * UinEe + BT = DiC * (ATE1 * UinEe + ATE3e * IinE) + ZiC * SinC * (ATE4 * QinEe - ATE2e * VinE) + AR = ARE1 * IinE + ZiC * CosC * (ARE2e * QinEe + ARE4 * VinE) + ARE3e * UinEe + BR = DiC * (ARE1 * UinEe + ARE3e * IinE) + ZiC * SinC * (ARE4 * QinEe - ARE2e * VinE) + + # Correction parameters for normal measurements; they are independent of LDR + if (not RotationErrorEpsilonForNormalMeasurements): + # Stokes Input Vector before receiver optics Eq. E.19 (after atmosphere F) + GT = ATE1o * IinE + ATE4o * VinE + GR = ARE1o * IinE + ARE4o * VinE + HT = ATE2a * QinE + ATE3a * UinE + ATE4a * VinE + HR = ARE2a * QinE + ARE3a * UinE + ARE4a * VinE + else: + D = IinE + DiC * QinEe + A = DiC * IinE + QinEe + B = ZiC * (CosC * UinEe + SinC * VinE) + C = -ZiC * (SinC * UinEe - CosC * VinE) + GT = ATE1o * D + ATE4o * C + GR = ARE1o * D + ARE4o * C + HT = ATE2a * A + ATE3a * B + ATE4a * C + HR = ARE2a * A + ARE3a * B + ARE4a * C + + elif (TypeC == 6): # real HWP calibration +-22.5° rotated_diattenuator_X22x5deg.odt + # p = +22.5°, m = -22.5° + IE1e = np.array([IinE + sqr05 * DiC * QinEe, sqr05 * DiC * IinE + (1 - 0.5 * WiC) * QinEe, + (1 - 0.5 * WiC) * UinEe + sqr05 * ZiC * SinC * VinE, + -sqr05 * ZiC * SinC * UinEe + ZiC * CosC * VinE]) + IE2e = np.array([sqr05 * DiC * UinEe, 0.5 * WiC * UinEe - sqr05 * ZiC * SinC * VinE, + sqr05 * DiC * IinE + 0.5 * WiC * QinEe, sqr05 * ZiC * SinC * QinEe]) + ATEe = np.array([ATE1, ATE2e, ATE3e, ATE4]) + AREe = np.array([ARE1, ARE2e, ARE3e, ARE4]) + AT = np.dot(ATEe, IE1e) + AR = np.dot(AREe, IE1e) + BT = np.dot(ATEe, IE2e) + BR = np.dot(AREe, IE2e) + + # Correction parameters for normal measurements; they are independent of LDR + if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out + GT = ATE1o * IinE + ATE4o * VinE + GR = ARE1o * IinE + ARE4o * VinE + HT = ATE2a * QinE + ATE3a * UinE + ATE4a * VinE + HR = ARE2a * QinE + ARE3a * UinE + ARE4a * VinE + else: + D = IinE + DiC * QinEe + A = DiC * IinE + QinEe + B = ZiC * (CosC * UinEe + SinC * VinE) + C = -ZiC * (SinC * UinEe - CosC * VinE) + GT = ATE1o * D + ATE4o * C + GR = ARE1o * D + ARE4o * C + HT = ATE2a * A + ATE3a * B + ATE4a * C + HR = ARE2a * A + ARE3a * B + ARE4a * C + + else: + print('Calibrator not implemented yet') + sys.exit() + + else: + print("Calibrator location not implemented yet") + sys.exit() + + # Determination of the correction K of the calibration factor. + IoutTp = TTa * TiC * TiO * TiE * (AT + BT) + IoutTm = TTa * TiC * TiO * TiE * (AT - BT) + IoutRp = TRa * TiC * TiO * TiE * (AR + BR) + IoutRm = TRa * TiC * TiO * TiE * (AR - BR) + # --- Results and Corrections; electronic etaR and etaT are assumed to be 1 + Etapx = IoutRp / IoutTp + Etamx = IoutRm / IoutTm + Etax = (Etapx * Etamx) ** 0.5 + + Eta = (TRa / TTa) # = TRa / TTa; Eta = Eta*/K Eq. 84 => K = Eta* / Eta; equation corrected according to the papers supplement Eqs. (S.10.10.1) ff + K = Etax / Eta + + # For comparison with Volkers Libreoffice Müller Matrix spreadsheet + # Eta_test_p = (IoutRp/IoutTp) + # Eta_test_m = (IoutRm/IoutTm) + # Eta_test = (Eta_test_p*Eta_test_m)**0.5 + + # ----- random error calculation ---------- + # noise must be calculated with the photon counts of measured signals; + # relative standard deviation of calibration signals with LDRcal; assumed to be statisitcally independent + # normalised noise errors + if (CalcFrom0deg): + dIoutTp = (NCalT * IoutTp) ** -0.5 + dIoutTm = (NCalT * IoutTm) ** -0.5 + dIoutRp = (NCalR * IoutRp) ** -0.5 + dIoutRm = (NCalR * IoutRm) ** -0.5 + else: + dIoutTp = (NCalT ** -0.5) + dIoutTm = (NCalT ** -0.5) + dIoutRp = (NCalR ** -0.5) + dIoutRm = (NCalR ** -0.5) + # Forward simulated 0°-signals with LDRCal with atrue; from input file + + It = TTa * TiO * TiE * (GT + atrue * HT) + Ir = TRa * TiO * TiE * (GR + atrue * HR) + # relative standard deviation of standard signals with LDRmeas; assumed to be statisitcally independent + if (CalcFrom0deg): # this works! + dIt = ((It * NI * eFacT) ** -0.5) + dIr = ((Ir * NI * eFacR) ** -0.5) + ''' + dIt = ((NCalT * It / IoutTp * NILfac / TCalT) ** -0.5) + dIr = ((NCalR * Ir / IoutRp * NILfac / TCalR) ** -0.5) + ''' + else: # does this work? Why not as above? + dIt = ((NCalT * 2 * NILfac / TCalT ) ** -0.5) + dIr = ((NCalR * 2 * NILfac / TCalR) ** -0.5) + + # ----- Forward simulated LDRsim = 1/Eta*Ir/It # simulated LDR* with Y from input file + LDRsim = Ir / It # simulated uncorrected LDR with Y from input file + # Corrected LDRsimCorr from forward simulated LDRsim (atrue) + # LDRsimCorr = (1./Eta*LDRsim*(GT+HT)-(GR+HR))/((GR-HR)-1./Eta*LDRsim*(GT-HT)) + ''' + if ((Y == -1.) and (abs(RotL0) < 45)) or ((Y == +1.) and (abs(RotL0) > 45)): + LDRsimx = 1. / LDRsim / Etax + else: + LDRsimx = LDRsim / Etax + ''' + LDRsimx = LDRsim + + # The following is correct without doubt + # LDRCorr = (LDRsim/(Etax/K)*(GT+HT)-(GR+HR))/((GR-HR)-LDRsim/(Etax/K)*(GT-HT)) + + # The following is a test whether the equations for calibration Etax and normal signal (GHK, LDRsim) are consistent + LDRCorr = (LDRsim / (Etax / K) * (GT + HT) - (GR + HR)) / ((GR - HR) - LDRsim / (Etax / K) * (GT - HT)) + # here we could also use Eta instead of Etax / K => how to test whether Etax is correct? => comparison with MüllerMatrix simulation! + # Without any correction: only measured It, Ir, EtaX are used + LDRunCorr = LDRsim / Etax + # LDRunCorr = (LDRsim / Etax * (GT / abs(GT) + HT / abs(HT)) - (GR / abs(GR) + HR / abs(HR))) / ((GR / abs(GR) - HR / abs(HR)) - LDRsim / Etax * (GT / abs(GT) - HT / abs(HT))) + + #LDRCorr = LDRsimx # for test only + + F11sim = 1 / (TiO * TiE) * ((HR * Eta * It - HT * Ir) / (HR * GT - HT * GR)) # IL = 1, Etat = Etar = 1 ; AMT Eq.64; what is Etax/K? => see about 20 lines above: = Eta + + return (IoutTp, IoutTm, IoutRp, IoutRm, It, Ir, dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr, + GT, HT, GR, HR, K, Eta, LDRsimx, LDRCorr, DTa, DRa, TTa, TRa, F11sim, LDRunCorr) + + + +# ******************************************************************************************************************************* + +# --- CALC with assumed true parameters from the input file +LDRtrue = LDRtrue2 +IoutTp0, IoutTm0, IoutRp0, IoutRm0, It0, Ir0, dIoutTp0, dIoutTm0, dIoutRp0, dIoutRm0, dIt0, dIr0, \ +GT0, HT0, GR0, HR0, K0, Eta0, LDRsimx, LDRCorr, DTa0, DRa0, TTa0, TRa0, F11sim0, LDRunCorr = \ +Calc(TCalT, TCalR, NCalT, NCalR, Qin0, Vin0, RotL0, RotE0, RetE0, DiE0, + RotO0, RetO0, DiO0, RotC0, RetC0, DiC0, TP0, TS0, RP0, RS0, + ERaT0, RotaT0, RetT0, ERaR0, RotaR0, RetR0, LDRCal0) +Etax0 = K0 * Eta0 +Etapx0 = IoutRp0 / IoutTp0 +Etamx0 = IoutRm0 / IoutTm0 +# --- Print parameters to console and output file +OutputFile = 'output_' + InputFile[0:-3] + '_' + fname[0:-3] +'.dat' +with open('output_files\\' + OutputFile, 'w') as f: + with redirect_stdout(f): + print("From ", dname) + print("Running ", fname) + print("Reading input file ", InputFile) # , " for Lidar system :", EID, ", ", LID) + print("for Lidar system: ", EID, ", ", LID) + # --- Print iput information********************************* + print(" --- Input parameters: value ±error / ±steps ----------------------") + print("{0:7}{1:17} {2:6.4f}±{3:7.4f}/{4:2d}".format("Laser: ", "Qin =", Qin0, dQin, nQin)) + print("{0:7}{1:17} {2:6.4f}±{3:7.4f}/{4:2d}".format("", "Vin =", Vin0, dVin, nVin)) + print("{0:7}{1:17} {2:6.4f}±{3:7.4f}/{4:2d}".format("", "Rotation alpha = ", RotL0, dRotL, nRotL)) + print("{0:7}{1:15} {2:8.4f} {3:17}".format("", "=> DOP", ((Qin ** 2 + Vin ** 2) ** 0.5), " (degree of polarisation)")) + + print("Optic: Diatt., Tunpol, Retard., Rotation (deg)") + print("{0:12} {1:7.4f} ±{2:7.4f} /{8:2d}, {3:7.4f}, {4:3.0f}±{5:3.0f}/{9:2d}, {6:7.4f}±{7:7.4f}/{10:2d}".format( + "Emitter ", DiE0, dDiE, TiE, RetE0, dRetE, RotE0, dRotE, nDiE, nRetE, nRotE)) + print("{0:12} {1:7.4f} ±{2:7.4f} /{8:2d}, {3:7.4f}, {4:3.0f}±{5:3.0f}/{9:2d}, {6:7.4f}±{7:7.4f}/{10:2d}".format( + "Receiver ", DiO0, dDiO, TiO, RetO0, dRetO, RotO0, dRotO, nDiO, nRetO, nRotO)) + print("{0:12} {1:9.6f}±{2:9.6f}/{8:2d}, {3:7.4f}, {4:3.0f}±{5:3.0f}/{9:2d}, {6:7.4f}±{7:7.4f}/{10:2d}".format( + "Calibrator ", DiC0, dDiC, TiC, RetC0, dRetC, RotC0, dRotC, nDiC, nRetC, nRotC)) + print("{0:12}".format(" Pol.-filter ------ ")) + print("{0:12}{1:7.4f}±{2:7.4f}/{3:2d}, {4:7.4f}±{5:7.4f}/{6:2d}".format( + "ERT, RotT :", ERaT0, dERaT, nERaT, RotaT0, dRotaT, nRotaT)) + print("{0:12}{1:7.4f}±{2:7.4f}/{3:2d}, {4:7.4f}±{5:7.4f}/{6:2d}".format( + "ERR, RotR :", ERaR0, dERaR, nERaR, RotaR0, dRotaR, nRotaR)) + print("{0:12}".format(" PBS ------ ")) + print("{0:12}{1:7.4f}±{2:7.4f}/{3:2d}, {4:7.4f}±{5:7.4f}/{6:2d}".format( + "TP,TS :", TP0, dTP, nTP, TS0, dTS, nTS)) + print("{0:12}{1:7.4f}±{2:7.4f}/{3:2d}, {4:7.4f}±{5:7.4f}/{6:2d}".format( + "RP,RS :", RP0, dRP, nRP, RS0, dRS, nRS)) + print("{0:12}{1:7.4f},{2:7.4f}, {3:7.4f},{4:7.4f}, {5:1.0f}".format( + "DT,TT,DR,TR,Y :", DiT, TiT, DiR, TiR, Y)) + print("{0:12}".format(" Combined PBS + Pol.-filter ------ ")) + print("{0:12}{1:7.4f},{2:7.4f}, {3:7.4f},{4:7.4f}".format( + "DT,TT,DR,TR :", DTa0, TTa0, DRa0, TRa0)) + print("{0:26}: {1:6.3f}± {2:5.3f}/{3:2d}".format( + "LDRCal during calibration in calibration range", LDRCal0, dLDRCal, nLDRCal)) + print("{0:12}".format(" --- Additional ND filter attenuation (transmission) during the calibration ---")) + print("{0:12}{1:7.4f}±{2:7.4f}/{3:2d}, {4:7.4f}±{5:7.4f}/{6:2d}".format( + "TCalT,TCalR :", TCalT0, dTCalT, nTCalT, TCalR0, dTCalR, nTCalR)) + print() + print("Rotation Error Epsilon For Normal Measurements = ", RotationErrorEpsilonForNormalMeasurements) + print(Type[TypeC], Loc[LocC]) + print("PBS incidence plane is ", dY[int(Y + 1)], "to reference plane and polarisation in reference plane is finally", dY2[int(Y + 1)]) + print(dY3) + print("RS_RP_depend_on_TS_TP = ", RS_RP_depend_on_TS_TP) + # end of print actual system parameters + # ****************************************************************************** + + + print() + + K0List = np.zeros(7) + LDRsimxList = np.zeros(7) + LDRCalList = 0.0, 0.004, 0.02, 0.1, 0.2, 0.3, 0.45 + # The loop over LDRCalList is ony for checking whether and how much the LDR depends on the LDRCal during calibration and whether the corrections work. + # Still with assumed true parameters in input file + + ''' + facIt = NCalT / TCalT0 * NILfac + facIr = NCalR / TCalR0 * NILfac + ''' + facIt = NI * eFacT + facIr = NI * eFacR + if (bPlotEtax): + # check error signals + # dIs are relative stdevs + print("LDRCal, IoutTp, IoutTm, IoutRp, IoutRm, It, Ir, dIoutTp,dIoutTm,dIoutRp,dIoutRm,dIt, dIr") + + for i, LDRCal in enumerate(LDRCalList): + IoutTp, IoutTm, IoutRp, IoutRm, It, Ir, dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr, \ + GT0, HT0, GR0, HR0, K0, Eta0, LDRsimx, LDRCorr, DTa0, DRa0, TTa0, TRa0, F11sim0, LDRunCorr = \ + Calc(TCalT0, TCalR0, NCalT, NCalR, Qin0, Vin0, RotL0, RotE0, RetE0, DiE0, + RotO0, RetO0, DiO0, RotC0, RetC0, DiC0, TP0, TS0, RP0, RS0, + ERaT0, RotaT0, RetT0, ERaR0, RotaR0, RetR0, LDRCal) + K0List[i] = K0 + LDRsimxList[i] = LDRsimx + + if (bPlotEtax): + # check error signals + print( "{:0.2f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}".format(LDRCal, IoutTp * NCalT, IoutTm * NCalT, IoutRp * NCalR, IoutRm * NCalR, It * facIt, Ir * facIr, dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr)) + #print( "{:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}".format(IoutTp, IoutTm, IoutRp, IoutRm, It, Ir, dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr)) + # end check error signals + print('===========================================================================================================') + print("{0:8},{1:8},{2:8},{3:8},{4:9},{5:8},{6:9},{7:9},{8:9},{9:9},{10:9}".format( + " GR", " GT", " HR", " HT", " K(0.000)", " K(0.004)", " K(0.02)", " K(0.1)", " K(0.2)", " K(0.3)", " K(0.45)")) + print("{0:8.5f},{1:8.5f},{2:8.5f},{3:8.5f},{4:9.5f},{5:9.5f},{6:9.5f},{7:9.5f},{8:9.5f},{9:9.5f},{10:9.5f}".format( + GR0, GT0, HR0, HT0, K0List[0], K0List[1], K0List[2], K0List[3], K0List[4], K0List[5], K0List[6])) + print('===========================================================================================================') + print() + print("Errors from neglecting GHK corrections and/or calibration:") + print("{0:>10},{1:>10},{2:>10},{3:>10},{4:>10},{5:>10}".format( + "LDRtrue", "LDRunCorr", "1/LDRunCorr", "LDRsimx", "1/LDRsimx", "LDRCorr")) + + aF11sim0 = np.zeros(5) + LDRrange = np.zeros(5) + LDRsim0 = np.zeros(5) + LDRrange = [0.004, 0.02, 0.1, 0.3, 0.45] # list + LDRrange[0] = LDRtrue2 # value in the input file; default 0.004 + + # The loop over LDRtrueList is only for checking how much the uncorrected LDRsimx deviates from LDRtrue ... and whether the corrections work. + # LDRsimx = LDRsim = Ir / It or 1/LDRsim + # Still with assumed true parameters in input file + for i, LDRtrue in enumerate(LDRrange): + #for LDRtrue in LDRrange: + IoutTp, IoutTm, IoutRp, IoutRm, It, Ir, dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr, \ + GT0, HT0, GR0, HR0, K0, Eta0, LDRsimx, LDRCorr, DTa0, DRa0, TTa0, TRa0, F11sim0, LDRunCorr = \ + Calc(TCalT0, TCalR0, NCalT, NCalR, Qin0, Vin0, RotL0, RotE0, RetE0, DiE0, + RotO0, RetO0, DiO0, RotC0, RetC0, DiC0, TP0, TS0, RP0, RS0, + ERaT0, RotaT0, RetT0, ERaR0, RotaR0, RetR0, LDRCal0) + print("{0:10.5f},{1:10.5f},{2:10.5f},{3:10.5f},{4:10.5f},{5:10.5f}".format(LDRtrue, LDRunCorr, 1/LDRunCorr, LDRsimx, 1/LDRsimx, LDRCorr)) + aF11sim0[i] = F11sim0 + LDRsim0[i] = Ir / It + # the assumed true aF11sim0 results will be used below to calc the deviation from the real signals + print("LDRsimx = LDR of the nominal system directly from measured signals without calibration and GHK-corrections") + print("LDRunCorr = LDR of the nominal system directly from measured signals with calibration but without GHK-corrections; electronic amplifications = 1 assumed") + print("LDRCorr = LDR calibrated and GHK-corrected") + print() + print("Errors from signal noise:") + print("Signal counts: NI, NCalT, NCalR, NILfac, nNCal, nNI, stdev(NI)/NI = {0:10.0f},{1:10.0f},{2:10.0f},{3:3.0f},{4:2.0f},{5:2.0f},{6:8.5f}".format( + NI, NCalT, NCalR, NILfac, nNCal, nNI, 1.0 / NI ** 0.5)) + print() + print() + '''# das muß wieder weg + print("IoutTp, IoutTm, IoutRp, IoutRm, It , Ir , dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr") + LDRCal = 0.01 + for i, LDRtrue in enumerate(LDRrange): + IoutTp, IoutTm, IoutRp, IoutRm, It, Ir, dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr, \ + GT0, HT0, GR0, HR0, K0, Eta0, LDRsimx, LDRCorr, DTa0, DRa0, TTa0, TRa0, F11sim0, LDRunCorr = \ + Calc(TCalT0, TCalR0, NCalT, NCalR, DOLP0, RotL0, RotE0, RetE0, DiE0, + RotO0, RetO0, DiO0, RotC0, RetC0, DiC0, TP0, TS0, RP0, RS0, + ERaT0, RotaT0, RetT0, ERaR0, RotaR0, RetR0, LDRCal0) + print( "{:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}".format( + IoutTp * NCalT, IoutTm * NCalT, IoutRp * NCalR, IoutRm * NCalR, It * facIt, Ir * facIr, + dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr)) + aF11sim0[i] = F11sim0 + # the assumed true aF11sim0 results will be used below to calc the deviation from the real signals + # bis hierher weg + ''' + +file = open('output_files\\' + OutputFile, 'r') +print(file.read()) +file.close() + +# --- CALC again assumed truth with LDRCal0 and with assumed true parameters in input file to reset all 0-values +LDRtrue = LDRtrue2 +IoutTp0, IoutTm0, IoutRp0, IoutRm0, It0, Ir0, dIoutTp0, dIoutTm0, dIoutRp0, dIoutRm0, dIt0, dIr0, \ +GT0, HT0, GR0, HR0, K0, Eta0, LDRsimx, LDRCorr, DTa0, DRa0, TTa0, TRa0, F11sim0, LDRunCorr = \ +Calc(TCalT0, TCalR0, NCalT, NCalR, Qin0, Vin0, RotL0, RotE0, RetE0, DiE0, + RotO0, RetO0, DiO0, RotC0, RetC0, DiC0, TP0, TS0, RP0, RS0, + ERaT0, RotaT0, RetT0, ERaR0, RotaR0, RetR0, LDRCal0) +Etax0 = K0 * Eta0 +Etapx0 = IoutRp0 / IoutTp0 +Etamx0 = IoutRm0 / IoutTm0 +''' +if(PrintToOutputFile): + f = open('output_ver7.dat', 'w') + old_target = sys.stdout + sys.stdout = f + + print("something") + +if(PrintToOutputFile): + sys.stdout.flush() + f.close + sys.stdout = old_target +''' +if (Error_Calc): + # --- CALC again assumed truth with LDRCal0 and with assumed true parameters in input file to reset all 0-values + LDRtrue = LDRtrue2 + IoutTp0, IoutTm0, IoutRp0, IoutRm0, It0, Ir0, dIoutTp0, dIoutTm0, dIoutRp0, dIoutRm0, dIt0, dIr0, \ + GT0, HT0, GR0, HR0, K0, Eta0, LDRsimx, LDRCorr, DTa0, DRa0, TTa0, TRa0, F11sim0, LDRunCorr = \ + Calc(TCalT0, TCalR0, NCalT, NCalR, Qin0, Vin0, RotL0, RotE0, RetE0, DiE0, + RotO0, RetO0, DiO0, RotC0, RetC0, DiC0, TP0, TS0, RP0, RS0, + ERaT0, RotaT0, RetT0, ERaR0, RotaR0, RetR0, LDRCal0) + Etax0 = K0 * Eta0 + Etapx0 = IoutRp0 / IoutTp0 + Etamx0 = IoutRm0 / IoutTm0 + + # --- Start Error calculation with variable parameters ------------------------------------------------------------------ + # error nNCal: one-sigma in steps to left and right for calibration signals + # error nNI: one-sigma in steps to left and right for 0° signals + + iN = -1 + N = ((nTCalT * 2 + 1) * (nTCalR * 2 + 1) * + (nNCal * 2 + 1) ** 4 * (nNI * 2 + 1) ** 2 * + (nQin * 2 + 1) * (nVin * 2 + 1) * (nRotL * 2 + 1) * + (nRotE * 2 + 1) * (nRetE * 2 + 1) * (nDiE * 2 + 1) * + (nRotO * 2 + 1) * (nRetO * 2 + 1) * (nDiO * 2 + 1) * + (nRotC * 2 + 1) * (nRetC * 2 + 1) * (nDiC * 2 + 1) * + (nTP * 2 + 1) * (nTS * 2 + 1) * (nRP * 2 + 1) * (nRS * 2 + 1) * (nERaT * 2 + 1) * (nERaR * 2 + 1) * + (nRotaT * 2 + 1) * (nRotaR * 2 + 1) * (nRetT * 2 + 1) * (nRetR * 2 + 1) * (nLDRCal * 2 + 1)) + print("number of system variations N = ", N, " ", end="") + + if N > 1e6: + if user_yes_no_query('Warning: processing ' + str( + N) + ' samples will take very long. Do you want to proceed?') == 0: sys.exit() + if N > 5e6: + if user_yes_no_query('Warning: the memory required for ' + str(N) + ' samples might be ' + '{0:5.1f}'.format( + N / 4e6) + ' GB. Do you anyway want to proceed?') == 0: sys.exit() + + # if user_yes_no_query('Warning: processing' + str(N) + ' samples will take very long. Do you want to proceed?') == 0: sys.exit() + + # --- Arrays for plotting ------ + LDRmin = np.zeros(5) + LDRmax = np.zeros(5) + LDRstd = np.zeros(5) + LDRmean = np.zeros(5) + LDRmedian = np.zeros(5) + LDRskew = np.zeros(5) + LDRkurt = np.zeros(5) + LDRsimmin = np.zeros(5) + LDRsimmax = np.zeros(5) + LDRsimmean = np.zeros(5) + + F11min = np.zeros(5) + F11max = np.zeros(5) + Etaxmin = np.zeros(5) + Etaxmax = np.zeros(5) + + aQin = np.zeros(N) + aVin = np.zeros(N) + aERaT = np.zeros(N) + aERaR = np.zeros(N) + aRotaT = np.zeros(N) + aRotaR = np.zeros(N) + aRetT = np.zeros(N) + aRetR = np.zeros(N) + aTP = np.zeros(N) + aTS = np.zeros(N) + aRP = np.zeros(N) + aRS = np.zeros(N) + aDiE = np.zeros(N) + aDiO = np.zeros(N) + aDiC = np.zeros(N) + aRotC = np.zeros(N) + aRetC = np.zeros(N) + aRotL = np.zeros(N) + aRetE = np.zeros(N) + aRotE = np.zeros(N) + aRetO = np.zeros(N) + aRotO = np.zeros(N) + aLDRCal = np.zeros(N) + aNCalTp = np.zeros(N) + aNCalTm = np.zeros(N) + aNCalRp = np.zeros(N) + aNCalRm = np.zeros(N) + aNIt = np.zeros(N) + aNIr = np.zeros(N) + aTCalT = np.zeros(N) + aTCalR = np.zeros(N) + + # each np.zeros((LDRrange, N)) array has the same N-dependency + aLDRcorr = np.zeros((5, N)) + aLDRsim = np.zeros((5, N)) + aF11corr = np.zeros((5, N)) + aPLDR = np.zeros((5, N)) + aEtax = np.zeros((5, N)) + aEtapx = np.zeros((5, N)) + aEtamx = np.zeros((5, N)) + + # np.zeros((GHKs, N)) + aGHK = np.zeros((5, N)) + + atime = clock() + dtime = clock() + + # --- Calc Error signals + # ---- Do the calculations of bra-ket vectors + h = -1. if TypeC == 2 else 1 + + for iLDRCal in range(-nLDRCal, nLDRCal + 1): + # from input file: LDRCal for calibration measurements + LDRCal = LDRCal0 + if nLDRCal > 0: + LDRCal = LDRCal0 + iLDRCal * dLDRCal / nLDRCal + # provides the intensities of the calibration measurements at various LDRCal for signal noise errors + # IoutTp, IoutTm, IoutRp, IoutRm, dIoutTp, dIoutTm, dIoutRp, dIoutRm + + aCal = (1. - LDRCal) / (1. + LDRCal) + for iQin, iVin, iRotL, iRotE, iRetE, iDiE \ + in [(iQin, iVin, iRotL, iRotE, iRetE, iDiE) + for iQin in range(-nQin, nQin + 1) + for iVin in range(-nVin, nVin + 1) + for iRotL in range(-nRotL, nRotL + 1) + for iRotE in range(-nRotE, nRotE + 1) + for iRetE in range(-nRetE, nRetE + 1) + for iDiE in range(-nDiE, nDiE + 1)]: + + if nQin > 0: Qin = Qin0 + iQin * dQin / nQin + if nVin > 0: Vin = Vin0 + iVin * dVin / nVin + if nRotL > 0: RotL = RotL0 + iRotL * dRotL / nRotL + if nRotE > 0: RotE = RotE0 + iRotE * dRotE / nRotE + if nRetE > 0: RetE = RetE0 + iRetE * dRetE / nRetE + if nDiE > 0: DiE = DiE0 + iDiE * dDiE / nDiE + + if ((Qin ** 2 + Vin ** 2) ** 0.5) > 1.0: + print("Error: degree of polarisation of laser > 1. Check Qin and Vin! ") + sys.exit() + # angles of emitter and laser and calibrator and receiver optics + # RotL = alpha, RotE = beta, RotO = gamma, RotC = epsilon + S2a = np.sin(2 * np.deg2rad(RotL)) + C2a = np.cos(2 * np.deg2rad(RotL)) + S2b = np.sin(2 * np.deg2rad(RotE)) + C2b = np.cos(2 * np.deg2rad(RotE)) + S2ab = np.sin(np.deg2rad(2 * RotL - 2 * RotE)) + C2ab = np.cos(np.deg2rad(2 * RotL - 2 * RotE)) + + # Laser with Degree of linear polarization DOLP + IinL = 1. + QinL = Qin + UinL = 0. + VinL = Vin + # VinL = (1. - DOLP ** 2) ** 0.5 + + # Stokes Input Vector rotation Eq. E.4 + A = C2a * QinL - S2a * UinL + B = S2a * QinL + C2a * UinL + # Stokes Input Vector rotation Eq. E.9 + C = C2ab * QinL - S2ab * UinL + D = S2ab * QinL + C2ab * UinL + + # emitter optics + CosE = np.cos(np.deg2rad(RetE)) + SinE = np.sin(np.deg2rad(RetE)) + ZiE = (1. - DiE ** 2) ** 0.5 + WiE = (1. - ZiE * CosE) + + # Stokes Input Vector after emitter optics equivalent to Eq. E.9 with already rotated input vector from Eq. E.4 + # b = beta + IinE = (IinL + DiE * C) + QinE = (C2b * DiE * IinL + A + S2b * (WiE * D - ZiE * SinE * VinL)) + UinE = (S2b * DiE * IinL + B - C2b * (WiE * D - ZiE * SinE * VinL)) + VinE = (-ZiE * SinE * D + ZiE * CosE * VinL) + + # ------------------------- + # F11 assuemd to be = 1 => measured: F11m = IinP / IinE with atrue + # F11sim = (IinE + DiO*atrue*(C2g*QinE - S2g*UinE))/IinE + # ------------------------- + + for iRotO, iRetO, iDiO, iRotC, iRetC, iDiC, iTP, iTS, iRP, iRS, iERaT, iRotaT, iRetT, iERaR, iRotaR, iRetR \ + in [ + (iRotO, iRetO, iDiO, iRotC, iRetC, iDiC, iTP, iTS, iRP, iRS, iERaT, iRotaT, iRetT, iERaR, iRotaR, iRetR) + for iRotO in range(-nRotO, nRotO + 1) + for iRetO in range(-nRetO, nRetO + 1) + for iDiO in range(-nDiO, nDiO + 1) + for iRotC in range(-nRotC, nRotC + 1) + for iRetC in range(-nRetC, nRetC + 1) + for iDiC in range(-nDiC, nDiC + 1) + for iTP in range(-nTP, nTP + 1) + for iTS in range(-nTS, nTS + 1) + for iRP in range(-nRP, nRP + 1) + for iRS in range(-nRS, nRS + 1) + for iERaT in range(-nERaT, nERaT + 1) + for iRotaT in range(-nRotaT, nRotaT + 1) + for iRetT in range(-nRetT, nRetT + 1) + for iERaR in range(-nERaR, nERaR + 1) + for iRotaR in range(-nRotaR, nRotaR + 1) + for iRetR in range(-nRetR, nRetR + 1)]: + + if nRotO > 0: RotO = RotO0 + iRotO * dRotO / nRotO + if nRetO > 0: RetO = RetO0 + iRetO * dRetO / nRetO + if nDiO > 0: DiO = DiO0 + iDiO * dDiO / nDiO + if nRotC > 0: RotC = RotC0 + iRotC * dRotC / nRotC + if nRetC > 0: RetC = RetC0 + iRetC * dRetC / nRetC + if nDiC > 0: DiC = DiC0 + iDiC * dDiC / nDiC + if nTP > 0: TP = TP0 + iTP * dTP / nTP + if nTS > 0: TS = TS0 + iTS * dTS / nTS + if nRP > 0: RP = RP0 + iRP * dRP / nRP + if nRS > 0: RS = RS0 + iRS * dRS / nRS + if nERaT > 0: ERaT = ERaT0 + iERaT * dERaT / nERaT + if nRotaT > 0: RotaT = RotaT0 + iRotaT * dRotaT / nRotaT + if nRetT > 0: RetT = RetT0 + iRetT * dRetT / nRetT + if nERaR > 0: ERaR = ERaR0 + iERaR * dERaR / nERaR + if nRotaR > 0: RotaR = RotaR0 + iRotaR * dRotaR / nRotaR + if nRetR > 0: RetR = RetR0 + iRetR * dRetR / nRetR + + # print("{0:5.2f}, {1:5.2f}, {2:5.2f}, {3:10d}".format(RotL, RotE, RotO, iN)) + + # receiver optics + CosO = np.cos(np.deg2rad(RetO)) + SinO = np.sin(np.deg2rad(RetO)) + ZiO = (1. - DiO ** 2) ** 0.5 + WiO = (1. - ZiO * CosO) + S2g = np.sin(np.deg2rad(2 * RotO)) + C2g = np.cos(np.deg2rad(2 * RotO)) + # calibrator + CosC = np.cos(np.deg2rad(RetC)) + SinC = np.sin(np.deg2rad(RetC)) + ZiC = (1. - DiC ** 2) ** 0.5 + WiC = (1. - ZiC * CosC) + + # analyser + # For POLLY_XTs + if (RS_RP_depend_on_TS_TP): + RS = 1.0 - TS + RP = 1.0 - TP + TiT = 0.5 * (TP + TS) + DiT = (TP - TS) / (TP + TS) + ZiT = (1. - DiT ** 2.) ** 0.5 + TiR = 0.5 * (RP + RS) + DiR = (RP - RS) / (RP + RS) + ZiR = (1. - DiR ** 2.) ** 0.5 + CosT = np.cos(np.deg2rad(RetT)) + SinT = np.sin(np.deg2rad(RetT)) + CosR = np.cos(np.deg2rad(RetR)) + SinR = np.sin(np.deg2rad(RetR)) + + # cleaning pol-filter + DaT = (1.0 - ERaT) / (1.0 + ERaT) + DaR = (1.0 - ERaR) / (1.0 + ERaR) + TaT = 0.5 * (1.0 + ERaT) + TaR = 0.5 * (1.0 + ERaR) + + S2aT = np.sin(np.deg2rad(h * 2.0 * RotaT)) + C2aT = np.cos(np.deg2rad(2.0 * RotaT)) + S2aR = np.sin(np.deg2rad(h * 2.0 * RotaR)) + C2aR = np.cos(np.deg2rad(2.0 * RotaR)) + + # Analyzer As before the PBS Eq. D.5; combined PBS and cleaning pol-filter + ATPT = (1 + C2aT * DaT * DiT) # unpolarized transmission correction + TTa = TiT * TaT * ATPT # unpolarized transmission + ATP1 = 1.0 + ATP2 = Y * (DiT + C2aT * DaT) / ATPT + ATP3 = Y * S2aT * DaT * ZiT * CosT / ATPT + ATP4 = S2aT * DaT * ZiT * SinT / ATPT + ATP = np.array([ATP1, ATP2, ATP3, ATP4]) + DTa = ATP2 * Y + + ARPT = (1 + C2aR * DaR * DiR) # unpolarized transmission correction + TRa = TiR * TaR * ARPT # unpolarized transmission + ARP1 = 1 + ARP2 = Y * (DiR + C2aR * DaR) / ARPT + ARP3 = Y * S2aR * DaR * ZiR * CosR / ARPT + ARP4 = S2aR * DaR * ZiR * SinR / ARPT + ARP = np.array([ARP1, ARP2, ARP3, ARP4]) + DRa = ARP2 * Y + + # ---- Calculate signals and correction parameters for diffeent locations and calibrators + if LocC == 4: # Calibrator before the PBS + # print("Calibrator location not implemented yet") + + # S2ge = np.sin(np.deg2rad(2*RotO + h*2*RotC)) + # C2ge = np.cos(np.deg2rad(2*RotO + h*2*RotC)) + S2e = np.sin(np.deg2rad(h * 2 * RotC)) + C2e = np.cos(np.deg2rad(2 * RotC)) + # rotated AinP by epsilon Eq. C.3 + ATP2e = C2e * ATP2 + S2e * ATP3 + ATP3e = C2e * ATP3 - S2e * ATP2 + ARP2e = C2e * ARP2 + S2e * ARP3 + ARP3e = C2e * ARP3 - S2e * ARP2 + ATPe = np.array([ATP1, ATP2e, ATP3e, ATP4]) + ARPe = np.array([ARP1, ARP2e, ARP3e, ARP4]) + # Stokes Input Vector before the polarising beam splitter Eq. E.31 + A = C2g * QinE - S2g * UinE + B = S2g * QinE + C2g * UinE + # C = (WiO*aCal*B + ZiO*SinO*(1-2*aCal)*VinE) + Co = ZiO * SinO * VinE + Ca = (WiO * B - 2 * ZiO * SinO * VinE) + # C = Co + aCal*Ca + # IinP = (IinE + DiO*aCal*A) + # QinP = (C2g*DiO*IinE + aCal*QinE - S2g*C) + # UinP = (S2g*DiO*IinE - aCal*UinE + C2g*C) + # VinP = (ZiO*SinO*aCal*B + ZiO*CosO*(1-2*aCal)*VinE) + IinPo = IinE + QinPo = (C2g * DiO * IinE - S2g * Co) + UinPo = (S2g * DiO * IinE + C2g * Co) + VinPo = ZiO * CosO * VinE + + IinPa = DiO * A + QinPa = QinE - S2g * Ca + UinPa = -UinE + C2g * Ca + VinPa = ZiO * (SinO * B - 2 * CosO * VinE) + + IinP = IinPo + aCal * IinPa + QinP = QinPo + aCal * QinPa + UinP = UinPo + aCal * UinPa + VinP = VinPo + aCal * VinPa + # Stokes Input Vector before the polarising beam splitter rotated by epsilon Eq. C.3 + # QinPe = C2e*QinP + S2e*UinP + # UinPe = C2e*UinP - S2e*QinP + QinPoe = C2e * QinPo + S2e * UinPo + UinPoe = C2e * UinPo - S2e * QinPo + QinPae = C2e * QinPa + S2e * UinPa + UinPae = C2e * UinPa - S2e * QinPa + QinPe = C2e * QinP + S2e * UinP + UinPe = C2e * UinP - S2e * QinP + + # Calibration signals and Calibration correction K from measurements with LDRCal / aCal + if (TypeC == 2) or (TypeC == 1): # rotator calibration Eq. C.4 + # parameters for calibration with aCal + AT = ATP1 * IinP + h * ATP4 * VinP + BT = ATP3e * QinP - h * ATP2e * UinP + AR = ARP1 * IinP + h * ARP4 * VinP + BR = ARP3e * QinP - h * ARP2e * UinP + # Correction parameters for normal measurements; they are independent of LDR + if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out + IS1 = np.array([IinPo, QinPo, UinPo, VinPo]) + IS2 = np.array([IinPa, QinPa, UinPa, VinPa]) + GT = np.dot(ATP, IS1) + GR = np.dot(ARP, IS1) + HT = np.dot(ATP, IS2) + HR = np.dot(ARP, IS2) + else: + IS1 = np.array([IinPo, QinPo, UinPo, VinPo]) + IS2 = np.array([IinPa, QinPa, UinPa, VinPa]) + GT = np.dot(ATPe, IS1) + GR = np.dot(ARPe, IS1) + HT = np.dot(ATPe, IS2) + HR = np.dot(ARPe, IS2) + elif (TypeC == 3) or (TypeC == 4): # linear polariser calibration Eq. C.5 + # parameters for calibration with aCal + AT = ATP1 * IinP + ATP3e * UinPe + ZiC * CosC * (ATP2e * QinPe + ATP4 * VinP) + BT = DiC * (ATP1 * UinPe + ATP3e * IinP) - ZiC * SinC * (ATP2e * VinP - ATP4 * QinPe) + AR = ARP1 * IinP + ARP3e * UinPe + ZiC * CosC * (ARP2e * QinPe + ARP4 * VinP) + BR = DiC * (ARP1 * UinPe + ARP3e * IinP) - ZiC * SinC * (ARP2e * VinP - ARP4 * QinPe) + # Correction parameters for normal measurements; they are independent of LDR + if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out + IS1 = np.array([IinPo, QinPo, UinPo, VinPo]) + IS2 = np.array([IinPa, QinPa, UinPa, VinPa]) + GT = np.dot(ATP, IS1) + GR = np.dot(ARP, IS1) + HT = np.dot(ATP, IS2) + HR = np.dot(ARP, IS2) + else: + IS1e = np.array( + [IinPo + DiC * QinPoe, DiC * IinPo + QinPoe, ZiC * (CosC * UinPoe + SinC * VinPo), + -ZiC * (SinC * UinPoe - CosC * VinPo)]) + IS2e = np.array( + [IinPa + DiC * QinPae, DiC * IinPa + QinPae, ZiC * (CosC * UinPae + SinC * VinPa), + -ZiC * (SinC * UinPae - CosC * VinPa)]) + GT = np.dot(ATPe, IS1e) + GR = np.dot(ARPe, IS1e) + HT = np.dot(ATPe, IS2e) + HR = np.dot(ARPe, IS2e) + elif (TypeC == 6): # diattenuator calibration +-22.5° rotated_diattenuator_X22x5deg.odt + # parameters for calibration with aCal + AT = ATP1 * IinP + sqr05 * DiC * (ATP1 * QinPe + ATP2e * IinP) + (1 - 0.5 * WiC) * ( + ATP2e * QinPe + ATP3e * UinPe) + ZiC * ( + sqr05 * SinC * (ATP3e * VinP - ATP4 * UinPe) + ATP4 * CosC * VinP) + BT = sqr05 * DiC * (ATP1 * UinPe + ATP3e * IinP) + 0.5 * WiC * ( + ATP2e * UinPe + ATP3e * QinPe) - sqr05 * ZiC * SinC * (ATP2e * VinP - ATP4 * QinPe) + AR = ARP1 * IinP + sqr05 * DiC * (ARP1 * QinPe + ARP2e * IinP) + (1 - 0.5 * WiC) * ( + ARP2e * QinPe + ARP3e * UinPe) + ZiC * ( + sqr05 * SinC * (ARP3e * VinP - ARP4 * UinPe) + ARP4 * CosC * VinP) + BR = sqr05 * DiC * (ARP1 * UinPe + ARP3e * IinP) + 0.5 * WiC * ( + ARP2e * UinPe + ARP3e * QinPe) - sqr05 * ZiC * SinC * (ARP2e * VinP - ARP4 * QinPe) + # Correction parameters for normal measurements; they are independent of LDR + if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out + IS1 = np.array([IinPo, QinPo, UinPo, VinPo]) + IS2 = np.array([IinPa, QinPa, UinPa, VinPa]) + GT = np.dot(ATP, IS1) + GR = np.dot(ARP, IS1) + HT = np.dot(ATP, IS2) + HR = np.dot(ARP, IS2) + else: + IS1e = np.array( + [IinPo + DiC * QinPoe, DiC * IinPo + QinPoe, ZiC * (CosC * UinPoe + SinC * VinPo), + -ZiC * (SinC * UinPoe - CosC * VinPo)]) + IS2e = np.array( + [IinPa + DiC * QinPae, DiC * IinPa + QinPae, ZiC * (CosC * UinPae + SinC * VinPa), + -ZiC * (SinC * UinPae - CosC * VinPa)]) + GT = np.dot(ATPe, IS1e) + GR = np.dot(ARPe, IS1e) + HT = np.dot(ATPe, IS2e) + HR = np.dot(ARPe, IS2e) + else: + print("Calibrator not implemented yet") + sys.exit() + + elif LocC == 3: # C before receiver optics Eq.57 + + # S2ge = np.sin(np.deg2rad(2*RotO - 2*RotC)) + # C2ge = np.cos(np.deg2rad(2*RotO - 2*RotC)) + S2e = np.sin(np.deg2rad(2 * RotC)) + C2e = np.cos(np.deg2rad(2 * RotC)) + + # AS with C before the receiver optics (see document rotated_diattenuator_X22x5deg.odt) + AF1 = np.array([1, C2g * DiO, S2g * DiO, 0]) + AF2 = np.array([C2g * DiO, 1 - S2g ** 2 * WiO, S2g * C2g * WiO, -S2g * ZiO * SinO]) + AF3 = np.array([S2g * DiO, S2g * C2g * WiO, 1 - C2g ** 2 * WiO, C2g * ZiO * SinO]) + AF4 = np.array([0, S2g * SinO, -C2g * SinO, CosO]) + + ATF = (ATP1 * AF1 + ATP2 * AF2 + ATP3 * AF3 + ATP4 * AF4) + ARF = (ARP1 * AF1 + ARP2 * AF2 + ARP3 * AF3 + ARP4 * AF4) + ATF1 = ATF[0] + ATF2 = ATF[1] + ATF3 = ATF[2] + ATF4 = ATF[3] + ARF1 = ARF[0] + ARF2 = ARF[1] + ARF3 = ARF[2] + ARF4 = ARF[3] + + # rotated AinF by epsilon + ATF2e = C2e * ATF[1] + S2e * ATF[2] + ATF3e = C2e * ATF[2] - S2e * ATF[1] + ARF2e = C2e * ARF[1] + S2e * ARF[2] + ARF3e = C2e * ARF[2] - S2e * ARF[1] + + ATFe = np.array([ATF1, ATF2e, ATF3e, ATF4]) + ARFe = np.array([ARF1, ARF2e, ARF3e, ARF4]) + + QinEe = C2e * QinE + S2e * UinE + UinEe = C2e * UinE - S2e * QinE + + # Stokes Input Vector before receiver optics Eq. E.19 (after atmosphere F) + IinF = IinE + QinF = aCal * QinE + UinF = -aCal * UinE + VinF = (1. - 2. * aCal) * VinE + + IinFo = IinE + QinFo = 0. + UinFo = 0. + VinFo = VinE + + IinFa = 0. + QinFa = QinE + UinFa = -UinE + VinFa = -2. * VinE + + # Stokes Input Vector before receiver optics rotated by epsilon Eq. C.3 + QinFe = C2e * QinF + S2e * UinF + UinFe = C2e * UinF - S2e * QinF + QinFoe = C2e * QinFo + S2e * UinFo + UinFoe = C2e * UinFo - S2e * QinFo + QinFae = C2e * QinFa + S2e * UinFa + UinFae = C2e * UinFa - S2e * QinFa + + # Calibration signals and Calibration correction K from measurements with LDRCal / aCal + if (TypeC == 2) or (TypeC == 1): # rotator calibration Eq. C.4 + AT = ATF1 * IinF + ATF4 * h * VinF + BT = ATF3e * QinF - ATF2e * h * UinF + AR = ARF1 * IinF + ARF4 * h * VinF + BR = ARF3e * QinF - ARF2e * h * UinF + + # Correction parameters for normal measurements; they are independent of LDR + if (not RotationErrorEpsilonForNormalMeasurements): + GT = ATF1 * IinE + ATF4 * VinE + GR = ARF1 * IinE + ARF4 * VinE + HT = ATF2 * QinE - ATF3 * UinE - ATF4 * 2 * VinE + HR = ARF2 * QinE - ARF3 * UinE - ARF4 * 2 * VinE + else: + GT = ATF1 * IinE + ATF4 * h * VinE + GR = ARF1 * IinE + ARF4 * h * VinE + HT = ATF2e * QinE - ATF3e * h * UinE - ATF4 * h * 2 * VinE + HR = ARF2e * QinE - ARF3e * h * UinE - ARF4 * h * 2 * VinE + + elif (TypeC == 3) or (TypeC == 4): # linear polariser calibration Eq. C.5 + # p = +45°, m = -45° + IF1e = np.array([IinF, ZiC * CosC * QinFe, UinFe, ZiC * CosC * VinF]) + IF2e = np.array([DiC * UinFe, -ZiC * SinC * VinF, DiC * IinF, ZiC * SinC * QinFe]) + + AT = np.dot(ATFe, IF1e) + AR = np.dot(ARFe, IF1e) + BT = np.dot(ATFe, IF2e) + BR = np.dot(ARFe, IF2e) + + # Correction parameters for normal measurements; they are independent of LDR --- the same as for TypeC = 6 + if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out + IS1 = np.array([IinE, 0, 0, VinE]) + IS2 = np.array([0, QinE, -UinE, -2 * VinE]) + + GT = np.dot(ATF, IS1) + GR = np.dot(ARF, IS1) + HT = np.dot(ATF, IS2) + HR = np.dot(ARF, IS2) + else: + IS1e = np.array( + [IinFo + DiC * QinFoe, DiC * IinFo + QinFoe, ZiC * (CosC * UinFoe + SinC * VinFo), + -ZiC * (SinC * UinFoe - CosC * VinFo)]) + IS2e = np.array( + [IinFa + DiC * QinFae, DiC * IinFa + QinFae, ZiC * (CosC * UinFae + SinC * VinFa), + -ZiC * (SinC * UinFae - CosC * VinFa)]) + GT = np.dot(ATFe, IS1e) + GR = np.dot(ARFe, IS1e) + HT = np.dot(ATFe, IS2e) + HR = np.dot(ARFe, IS2e) + + elif (TypeC == 6): # diattenuator calibration +-22.5° rotated_diattenuator_X22x5deg.odt + # p = +22.5°, m = -22.5° + IF1e = np.array([IinF + sqr05 * DiC * QinFe, sqr05 * DiC * IinF + (1 - 0.5 * WiC) * QinFe, + (1 - 0.5 * WiC) * UinFe + sqr05 * ZiC * SinC * VinF, + -sqr05 * ZiC * SinC * UinFe + ZiC * CosC * VinF]) + IF2e = np.array([sqr05 * DiC * UinFe, 0.5 * WiC * UinFe - sqr05 * ZiC * SinC * VinF, + sqr05 * DiC * IinF + 0.5 * WiC * QinFe, sqr05 * ZiC * SinC * QinFe]) + + AT = np.dot(ATFe, IF1e) + AR = np.dot(ARFe, IF1e) + BT = np.dot(ATFe, IF2e) + BR = np.dot(ARFe, IF2e) + + # Correction parameters for normal measurements; they are independent of LDR + if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out + # IS1 = np.array([IinE,0,0,VinE]) + # IS2 = np.array([0,QinE,-UinE,-2*VinE]) + IS1 = np.array([IinFo, 0, 0, VinFo]) + IS2 = np.array([0, QinFa, UinFa, VinFa]) + GT = np.dot(ATF, IS1) + GR = np.dot(ARF, IS1) + HT = np.dot(ATF, IS2) + HR = np.dot(ARF, IS2) + else: + # IS1e = np.array([IinE,DiC*IinE,ZiC*SinC*VinE,ZiC*CosC*VinE]) + # IS2e = np.array([DiC*QinEe,QinEe,-ZiC*(CosC*UinEe+2*SinC*VinE),ZiC*(SinC*UinEe-2*CosC*VinE)]) + IS1e = np.array( + [IinFo + DiC * QinFoe, DiC * IinFo + QinFoe, ZiC * (CosC * UinFoe + SinC * VinFo), + -ZiC * (SinC * UinFoe - CosC * VinFo)]) + IS2e = np.array( + [IinFa + DiC * QinFae, DiC * IinFa + QinFae, ZiC * (CosC * UinFae + SinC * VinFa), + -ZiC * (SinC * UinFae - CosC * VinFa)]) + GT = np.dot(ATFe, IS1e) + GR = np.dot(ARFe, IS1e) + HT = np.dot(ATFe, IS2e) + HR = np.dot(ARFe, IS2e) + + + else: + print('Calibrator not implemented yet') + sys.exit() + + elif LocC == 2: # C behind emitter optics Eq.57 + # print("Calibrator location not implemented yet") + S2e = np.sin(np.deg2rad(2 * RotC)) + C2e = np.cos(np.deg2rad(2 * RotC)) + + # AS with C before the receiver optics (see document rotated_diattenuator_X22x5deg.odt) + AF1 = np.array([1, C2g * DiO, S2g * DiO, 0]) + AF2 = np.array([C2g * DiO, 1 - S2g ** 2 * WiO, S2g * C2g * WiO, -S2g * ZiO * SinO]) + AF3 = np.array([S2g * DiO, S2g * C2g * WiO, 1 - C2g ** 2 * WiO, C2g * ZiO * SinO]) + AF4 = np.array([0, S2g * SinO, -C2g * SinO, CosO]) + + ATF = (ATP1 * AF1 + ATP2 * AF2 + ATP3 * AF3 + ATP4 * AF4) + ARF = (ARP1 * AF1 + ARP2 * AF2 + ARP3 * AF3 + ARP4 * AF4) + ATF1 = ATF[0] + ATF2 = ATF[1] + ATF3 = ATF[2] + ATF4 = ATF[3] + ARF1 = ARF[0] + ARF2 = ARF[1] + ARF3 = ARF[2] + ARF4 = ARF[3] + + # AS with C behind the emitter -------------------------------------------- + # terms without aCal + ATE1o, ARE1o = ATF1, ARF1 + ATE2o, ARE2o = 0., 0. + ATE3o, ARE3o = 0., 0. + ATE4o, ARE4o = ATF4, ARF4 + # terms with aCal + ATE1a, ARE1a = 0., 0. + ATE2a, ARE2a = ATF2, ARF2 + ATE3a, ARE3a = -ATF3, -ARF3 + ATE4a, ARE4a = -2 * ATF4, -2 * ARF4 + # rotated AinEa by epsilon + ATE2ae = C2e * ATF2 + S2e * ATF3 + ATE3ae = -S2e * ATF2 - C2e * ATF3 + ARE2ae = C2e * ARF2 + S2e * ARF3 + ARE3ae = -S2e * ARF2 - C2e * ARF3 + + ATE1 = ATE1o + ATE2e = aCal * ATE2ae + ATE3e = aCal * ATE3ae + ATE4 = (1 - 2 * aCal) * ATF4 + ARE1 = ARE1o + ARE2e = aCal * ARE2ae + ARE3e = aCal * ARE3ae + ARE4 = (1. - 2. * aCal) * ARF4 + + # rotated IinE + QinEe = C2e * QinE + S2e * UinE + UinEe = C2e * UinE - S2e * QinE + + # --- Calibration signals and Calibration correction K from measurements with LDRCal / aCal + if (TypeC == 2) or (TypeC == 1): # +++++++++ rotator calibration Eq. C.4 + AT = ATE1o * IinE + (ATE4o + aCal * ATE4a) * h * VinE + BT = aCal * (ATE3ae * QinEe - ATE2ae * h * UinEe) + AR = ARE1o * IinE + (ARE4o + aCal * ARE4a) * h * VinE + BR = aCal * (ARE3ae * QinEe - ARE2ae * h * UinEe) + + # Correction parameters for normal measurements; they are independent of LDR + if (not RotationErrorEpsilonForNormalMeasurements): + # Stokes Input Vector before receiver optics Eq. E.19 (after atmosphere F) + GT = ATE1o * IinE + ATE4o * h * VinE + GR = ARE1o * IinE + ARE4o * h * VinE + HT = ATE2a * QinE + ATE3a * h * UinEe + ATE4a * h * VinE + HR = ARE2a * QinE + ARE3a * h * UinEe + ARE4a * h * VinE + else: + GT = ATE1o * IinE + ATE4o * h * VinE + GR = ARE1o * IinE + ARE4o * h * VinE + HT = ATE2ae * QinE + ATE3ae * h * UinEe + ATE4a * h * VinE + HR = ARE2ae * QinE + ARE3ae * h * UinEe + ARE4a * h * VinE + + elif (TypeC == 3) or (TypeC == 4): # +++++++++ linear polariser calibration Eq. C.5 + # p = +45°, m = -45° + AT = ATE1 * IinE + ZiC * CosC * (ATE2e * QinEe + ATE4 * VinE) + ATE3e * UinEe + BT = DiC * (ATE1 * UinEe + ATE3e * IinE) + ZiC * SinC * (ATE4 * QinEe - ATE2e * VinE) + AR = ARE1 * IinE + ZiC * CosC * (ARE2e * QinEe + ARE4 * VinE) + ARE3e * UinEe + BR = DiC * (ARE1 * UinEe + ARE3e * IinE) + ZiC * SinC * (ARE4 * QinEe - ARE2e * VinE) + + # Correction parameters for normal measurements; they are independent of LDR + if (not RotationErrorEpsilonForNormalMeasurements): + # Stokes Input Vector before receiver optics Eq. E.19 (after atmosphere F) + GT = ATE1o * IinE + ATE4o * VinE + GR = ARE1o * IinE + ARE4o * VinE + HT = ATE2a * QinE + ATE3a * UinE + ATE4a * VinE + HR = ARE2a * QinE + ARE3a * UinE + ARE4a * VinE + else: + D = IinE + DiC * QinEe + A = DiC * IinE + QinEe + B = ZiC * (CosC * UinEe + SinC * VinE) + C = -ZiC * (SinC * UinEe - CosC * VinE) + GT = ATE1o * D + ATE4o * C + GR = ARE1o * D + ARE4o * C + HT = ATE2a * A + ATE3a * B + ATE4a * C + HR = ARE2a * A + ARE3a * B + ARE4a * C + + elif (TypeC == 6): # real HWP calibration +-22.5° rotated_diattenuator_X22x5deg.odt + # p = +22.5°, m = -22.5° + IE1e = np.array([IinE + sqr05 * DiC * QinEe, sqr05 * DiC * IinE + (1 - 0.5 * WiC) * QinEe, + (1. - 0.5 * WiC) * UinEe + sqr05 * ZiC * SinC * VinE, + -sqr05 * ZiC * SinC * UinEe + ZiC * CosC * VinE]) + IE2e = np.array([sqr05 * DiC * UinEe, 0.5 * WiC * UinEe - sqr05 * ZiC * SinC * VinE, + sqr05 * DiC * IinE + 0.5 * WiC * QinEe, sqr05 * ZiC * SinC * QinEe]) + ATEe = np.array([ATE1, ATE2e, ATE3e, ATE4]) + AREe = np.array([ARE1, ARE2e, ARE3e, ARE4]) + AT = np.dot(ATEe, IE1e) + AR = np.dot(AREe, IE1e) + BT = np.dot(ATEe, IE2e) + BR = np.dot(AREe, IE2e) + + # Correction parameters for normal measurements; they are independent of LDR + if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out + GT = ATE1o * IinE + ATE4o * VinE + GR = ARE1o * IinE + ARE4o * VinE + HT = ATE2a * QinE + ATE3a * UinE + ATE4a * VinE + HR = ARE2a * QinE + ARE3a * UinE + ARE4a * VinE + else: + D = IinE + DiC * QinEe + A = DiC * IinE + QinEe + B = ZiC * (CosC * UinEe + SinC * VinE) + C = -ZiC * (SinC * UinEe - CosC * VinE) + GT = ATE1o * D + ATE4o * C + GR = ARE1o * D + ARE4o * C + HT = ATE2a * A + ATE3a * B + ATE4a * C + HR = ARE2a * A + ARE3a * B + ARE4a * C + else: + print('Calibrator not implemented yet') + sys.exit() + + for iTCalT, iTCalR, iNCalTp, iNCalTm, iNCalRp, iNCalRm, iNIt, iNIr \ + in [ + (iTCalT, iTCalR, iNCalTp, iNCalTm, iNCalRp, iNCalRm, iNIt, iNIr) + for iTCalT in range(-nTCalT, nTCalT + 1) # Etax + for iTCalR in range(-nTCalR, nTCalR + 1) # Etax + for iNCalTp in range(-nNCal, nNCal + 1) # noise error of calibration signals => Etax + for iNCalTm in range(-nNCal, nNCal + 1) # noise error of calibration signals => Etax + for iNCalRp in range(-nNCal, nNCal + 1) # noise error of calibration signals => Etax + for iNCalRm in range(-nNCal, nNCal + 1) # noise error of calibration signals => Etax + for iNIt in range(-nNI, nNI + 1) + for iNIr in range(-nNI, nNI + 1)]: + + # Calibration signals with aCal => Determination of the correction K of the real calibration factor + IoutTp = TTa * TiC * TiO * TiE * (AT + BT) + IoutTm = TTa * TiC * TiO * TiE * (AT - BT) + IoutRp = TRa * TiC * TiO * TiE * (AR + BR) + IoutRm = TRa * TiC * TiO * TiE * (AR - BR) + + if nTCalT > 0: TCalT = TCalT0 + iTCalT * dTCalT / nTCalT + if nTCalR > 0: TCalR = TCalR0 + iTCalR * dTCalR / nTCalR + # signal noise errors + # ----- random error calculation ---------- + # noise must be calculated from/with the actually measured signals; influence of TCalT, TCalR errors on noise are not considered ? + # actually measured signal counts are in input file and don't change + # relative standard deviation of calibration signals with LDRcal; assumed to be statisitcally independent + # error nNCal: one-sigma in steps to left and right for calibration signals + if nNCal > 0: + if (CalcFrom0deg): + dIoutTp = (NCalT * IoutTp) ** -0.5 + dIoutTm = (NCalT * IoutTm) ** -0.5 + dIoutRp = (NCalR * IoutRp) ** -0.5 + dIoutRm = (NCalR * IoutRm) ** -0.5 + else: + dIoutTp = dIoutTp0 * (IoutTp / IoutTp0) + dIoutTm = dIoutTm0 * (IoutTm / IoutTm0) + dIoutRp = dIoutRp0 * (IoutRp / IoutRp0) + dIoutRm = dIoutRm0 * (IoutRm / IoutRm0) + # print(iTCalT, iTCalR, iNCalTp, iNCalTm, iNCalRp, iNCalRm, iNIt, iNIr, IoutTp, dIoutTp) + IoutTp = IoutTp * (1. + iNCalTp * dIoutTp / nNCal) + IoutTm = IoutTm * (1. + iNCalTm * dIoutTm / nNCal) + IoutRp = IoutRp * (1. + iNCalRp * dIoutRp / nNCal) + IoutRm = IoutRm * (1. + iNCalRm * dIoutRm / nNCal) + + IoutTp = IoutTp * TCalT / TCalT0 + IoutTm = IoutTm * TCalT / TCalT0 + IoutRp = IoutRp * TCalR / TCalR0 + IoutRm = IoutRm * TCalR / TCalR0 + # --- Results and Corrections; electronic etaR and etaT are assumed to be 1 for true and assumed true systems + # calibration factor + Eta = (TRa / TTa) # = TRa / TTa; Eta = Eta*/K Eq. 84; corrected according to the papers supplement Eqs. (S.10.10.1) ff + # possibly real calibration factor + Etapx = IoutRp / IoutTp + Etamx = IoutRm / IoutTm + Etax = (Etapx * Etamx) ** 0.5 + K = Etax / Eta + # print("{0:6.3f},{1:6.3f},{2:6.3f},{3:6.3f},{4:6.3f},{5:6.3f},{6:6.3f},{7:6.3f},{8:6.3f},{9:6.3f},{10:6.3f}".format(AT, BT, AR, BR, DiC, ZiC, RetO, TP, TS, Kp, Km)) + # print("{0:6.3f},{1:6.3f},{2:6.3f},{3:6.3f}".format(DiC, ZiC, Kp, Km)) + + # For comparison with Volkers Libreoffice Müller Matrix spreadsheet + # Eta_test_p = (IoutRp/IoutTp) + # Eta_test_m = (IoutRm/IoutTm) + # Eta_test = (Eta_test_p*Eta_test_m)**0.5 + ''' + for iIt, iIr \ + in [(iIt, iIr) + for iIt in range(-nNI, nNI + 1) + for iIr in range(-nNI, nNI + 1)]: + ''' + + iN = iN + 1 + if (iN == 10001): + ctime = clock() + print(" estimated time ", "{0:4.2f}".format(N / 10000 * (ctime - atime)), "sec ") # , end="") + print("\r elapsed time ", "{0:5.0f}".format((ctime - atime)), "sec ", end="\r") + ctime = clock() + if ((ctime - dtime) > 10): + print("\r elapsed time ", "{0:5.0f}".format((ctime - atime)), "sec ", end="\r") + dtime = ctime + + # *** loop for different real LDRs ********************************************************************** + iLDR = -1 + for LDRTrue in LDRrange: + iLDR = iLDR + 1 + atrue = (1. - LDRTrue) / (1. + LDRTrue) + # ----- Forward simulated signals and LDRsim with atrue; from input file; not considering TiC. + It = TTa * TiO * TiE * (GT + atrue * HT) # TaT*TiT*TiC*TiO*IinL*(GT+atrue*HT) + Ir = TRa * TiO * TiE * (GR + atrue * HR) # TaR*TiR*TiC*TiO*IinL*(GR+atrue*HR) + # # signal noise errors; standard deviation of signals; assumed to be statisitcally independent + # because the signals depend on LDRtrue, the errors dIt and dIr must be calculated for each LDRtrue + if (CalcFrom0deg): + ''' + dIt = ((NCalT * It / IoutTp * NILfac / TCalT) ** -0.5) + dIr = ((NCalR * Ir / IoutRp * NILfac / TCalR) ** -0.5) + ''' + dIt = ((It * NI * eFacT) ** -0.5) + dIr = ((Ir * NI * eFacR) ** -0.5) + else: + dIt = ((It * NI * eFacT) ** -0.5) + dIr = ((Ir * NI * eFacR) ** -0.5) + ''' + # does this work? Why not as above? + dIt = ((NCalT * 2. * NILfac / TCalT ) ** -0.5) + dIr = ((NCalR * 2. * NILfac / TCalR) ** -0.5) + ''' + # error nNI: one-sigma in steps to left and right for 0° signals + if nNI > 0: + It = It * (1. + iNIt * dIt / nNI) + Ir = Ir * (1. + iNIr * dIr / nNI) + + # LDRsim = 1/Eta*Ir/It # simulated LDR* with Y from input file + LDRsim = Ir / It # simulated uncorrected LDR with Y from input file + + # ----- Backward correction + # Corrected LDRCorr with assumed true G0,H0,K0,Eta0 from forward simulated (real) LDRsim(atrue) + LDRCorr = (LDRsim / (Etax / K0) * (GT0 + HT0) - (GR0 + HR0)) / ((GR0 - HR0) - LDRsim / (Etax / K0) * (GT0 - HT0)) + + # The following is a test whether the equations for calibration Etax and normal signal (GHK, LDRsim) are consistent + # LDRCorr = (LDRsim / Eta * (GT + HT) - (GR + HR)) / ((GR - HR) - LDRsim / Eta * (GT - HT)) + # Without any correction + LDRunCorr = LDRsim / Etax + # LDRunCorr = (LDRsim / Etax * (GT / abs(GT) + HT / abs(HT)) - (GR / abs(GR) + HR / abs(HR))) / ((GR / abs(GR) - HR / abs(HR)) - LDRsim / Etax * (GT / abs(GT) - HT / abs(HT))) + + + ''' + # -- F11corr from It and Ir and calibration EtaX + Text1 = "!!! EXPERIMENTAL !!! F11corr from It and Ir with calibration EtaX: x-axis: F11corr(LDRtrue) / F11corr(LDRtrue = 0.004) - 1" + F11corr = 1 / (TiO * TiE) * ( + (HR0 * Etax / K0 * It / TTa - HT0 * Ir / TRa) / (HR0 * GT0 - HT0 * GR0)) # IL = 1 Eq.(64); Etax/K0 = Eta0. + ''' + # Corrected F11corr with assumed true G0,H0,K0 from forward simulated (real) It and Ir (atrue) + Text1 = "!!! EXPERIMENTAL !!! F11corr from real It and Ir with real calibration EtaX: x-axis: F11corr(LDRtrue) / aF11sim0(LDRtrue) - 1" + F11corr = 1 / (TiO * TiE) * ( + (HR0 * Etax / K0 * It / TTa - HT0 * Ir / TRa) / (HR0 * GT0 - HT0 * GR0)) # IL = 1 Eq.(64); Etax/K0 = Eta0. + + # Text1 = "F11corr from It and Ir without corrections but with calibration EtaX: x-axis: F11corr(LDRtrue) devided by F11corr(LDRtrue = 0.004)" + # F11corr = 0.5/(TiO*TiE)*(Etax*It/TTa+Ir/TRa) # IL = 1 Eq.(64) + + # -- It from It only with atrue without corrections - for BERTHA (and PollyXTs) + # Text1 = " x-axis: IT(LDRtrue) / IT(LDRtrue = 0.004) - 1" + # F11corr = It/(TaT*TiT*TiO*TiE) #/(TaT*TiT*TiO*TiE*(GT0+atrue*HT0)) + # ! see below line 1673ff + + aF11corr[iLDR, iN] = F11corr + aLDRcorr[iLDR, iN] = LDRCorr # LDRCorr # LDRsim # for test only + aLDRsim[iLDR, iN] = LDRsim # LDRCorr # LDRsim # for test only + # aPLDR[iLDR, iN] = CalcPLDR(LDRCorr, BSR[iLDR], LDRm0) + aEtax[iLDR, iN] = Etax + aEtapx[iLDR, iN] = Etapx + aEtamx[iLDR, iN] = Etamx + + aGHK[0, iN] = GR + aGHK[1, iN] = GT + aGHK[2, iN] = HR + aGHK[3, iN] = HT + aGHK[4, iN] = K + + aLDRCal[iN] = iLDRCal + aQin[iN] = iQin + aVin[iN] = iVin + aERaT[iN] = iERaT + aERaR[iN] = iERaR + aRotaT[iN] = iRotaT + aRotaR[iN] = iRotaR + aRetT[iN] = iRetT + aRetR[iN] = iRetR + + aRotL[iN] = iRotL + aRotE[iN] = iRotE + aRetE[iN] = iRetE + aRotO[iN] = iRotO + aRetO[iN] = iRetO + aRotC[iN] = iRotC + aRetC[iN] = iRetC + aDiO[iN] = iDiO + aDiE[iN] = iDiE + aDiC[iN] = iDiC + aTP[iN] = iTP + aTS[iN] = iTS + aRP[iN] = iRP + aRS[iN] = iRS + aTCalT[iN] = iTCalT + aTCalR[iN] = iTCalR + + aNCalTp[iN] = iNCalTp # IoutTp, IoutTm, IoutRp, IoutRm => Etax + aNCalTm[iN] = iNCalTm # IoutTp, IoutTm, IoutRp, IoutRm => Etax + aNCalRp[iN] = iNCalRp # IoutTp, IoutTm, IoutRp, IoutRm => Etax + aNCalRm[iN] = iNCalRm # IoutTp, IoutTm, IoutRp, IoutRm => Etax + aNIt[iN] = iNIt # It, Tr + aNIr[iN] = iNIr # It, Tr + + # --- END loop + btime = clock() + # print("\r done in ", "{0:5.0f}".format(btime - atime), "sec. => producing plots now .... some more seconds ..."), # , end="\r"); + print(" done in ", "{0:5.0f}".format(btime - atime), "sec. => producing plots now .... some more seconds ...") + # --- Plot ----------------------------------------------------------------- + print("Errors from GHK correction uncertainties:") + if (sns_loaded): + sns.set_style("whitegrid") + sns.set_palette("bright6", 6) + # for older seaborn versions use: + # sns.set_palette("bright", 6) + + ''' + fig2 = plt.figure() + plt.plot(aLDRcorr[2,:],'b.') + plt.plot(aLDRcorr[3,:],'r.') + plt.plot(aLDRcorr[4,:],'g.') + #plt.plot(aLDRcorr[6,:],'c.') + plt.show + ''' + + # Plot LDR + def PlotSubHist(aVar, aX, X0, daX, iaX, naX): + # aVar is the name of the parameter and aX is the subset of aLDRcorr which is coloured in the plot + # example: PlotSubHist("DOLP", aDOLP, DOLP0, dDOLP, iDOLP, nDOLP) + fig, ax = plt.subplots(nrows=1, ncols=5, sharex=True, sharey=True, figsize=(25, 2)) + iLDR = -1 + for LDRTrue in LDRrange: + aXmean = np.zeros(2 * naX + 1) + iLDR = iLDR + 1 + LDRmin[iLDR] = np.amin(aLDRcorr[iLDR, :]) + LDRmax[iLDR] = np.amax(aLDRcorr[iLDR, :]) + if (LDRmax[iLDR] > 10): LDRmax[iLDR] = 10 + if (LDRmin[iLDR] < -10): LDRmin[iLDR] = -10 + Rmin = LDRmin[iLDR] * 0.995 # np.min(aLDRcorr[iLDR,:]) * 0.995 + Rmax = LDRmax[iLDR] * 1.005 # np.max(aLDRcorr[iLDR,:]) * 1.005 + + # Determine mean distance of all aXmean from each other for each iLDR + meanDist = 0.0 + for iaX in range(-naX, naX + 1): + # mean LDRCorr value for certain error (iaX) of parameter aVar + aXmean[iaX + naX] = np.mean(aLDRcorr[iLDR, aX == iaX]) + # relative to absolute spread of LDRCorrs + meanDist = (np.max(aXmean) - np.min(aXmean)) / (LDRmax[iLDR] - LDRmin[iLDR]) * 100 + + plt.subplot(1, 5, iLDR + 1) + (n, bins, patches) = plt.hist(aLDRcorr[iLDR, :], + bins=100, log=False, + range=[Rmin, Rmax], + alpha=0.5, density=False, color='0.5', histtype='stepfilled') + + for iaX in range(-naX, naX + 1): + # mean LDRCorr value for certain error (iaX) of parameter aVar + plt.hist(aLDRcorr[iLDR, aX == iaX], + range=[Rmin, Rmax], + bins=100, log=False, alpha=0.3, density=False, histtype='stepfilled', + label=str(round(X0 + iaX * daX / naX, 5))) + + if (iLDR == 2): + leg = plt.legend() + leg.get_frame().set_alpha(0.1) + + plt.tick_params(axis='both', labelsize=10) + plt.plot([LDRTrue, LDRTrue], [0, np.max(n)], 'r-', lw=2) + plt.gca().set_title("{0:3.0f}%".format(meanDist)) + plt.gca().set_xlabel('LDRtrue', color="red") + + # plt.ylabel('frequency', fontsize=10) + # plt.xlabel('LDRCorr', fontsize=10) + # fig.tight_layout() + fig.suptitle(LID + ' with ' + str(Type[TypeC]) + ' ' + str(Loc[LocC]) + ' - ' + aVar + ' error contribution', fontsize=14, y=1.10) + # plt.show() + # fig.savefig(LID + '_' + aVar + '.png', dpi=150, bbox_inches='tight', pad_inches=0) + # plt.close + return + + def PlotLDRsim(aVar, aX, X0, daX, iaX, naX): + # aVar is the name of the parameter and aX is the subset of aLDRsim which is coloured in the plot + # example: PlotSubHist("DOLP", aDOLP, DOLP0, dDOLP, iDOLP, nDOLP) + fig, ax = plt.subplots(nrows=1, ncols=5, sharex=True, sharey=True, figsize=(25, 2)) + iLDR = -1 + for LDRTrue in LDRrange: + aXmean = np.zeros(2 * naX + 1) + iLDR = iLDR + 1 + LDRsimmin[iLDR] = np.amin(aLDRsim[iLDR, :]) + LDRsimmax[iLDR] = np.amax(aLDRsim[iLDR, :]) + # print("LDRsimmin[iLDR], LDRsimmax[iLDR] = ", LDRsimmin[iLDR], LDRsimmax[iLDR]) + # if (LDRsimmax[iLDR] > 10): LDRsimmax[iLDR] = 10 + # if (LDRsimmin[iLDR] < -10): LDRsimmin[iLDR] = -10 + Rmin = LDRsimmin[iLDR] * 0.995 # np.min(aLDRsim[iLDR,:]) * 0.995 + Rmax = LDRsimmax[iLDR] * 1.005 # np.max(aLDRsim[iLDR,:]) * 1.005 + # print("Rmin, Rmax = ", Rmin, Rmax) + + # Determine mean distance of all aXmean from each other for each iLDR + meanDist = 0.0 + for iaX in range(-naX, naX + 1): + # mean LDRCorr value for certain error (iaX) of parameter aVar + aXmean[iaX + naX] = np.mean(aLDRsim[iLDR, aX == iaX]) + # relative to absolute spread of LDRCorrs + meanDist = (np.max(aXmean) - np.min(aXmean)) / (LDRsimmax[iLDR] - LDRsimmin[iLDR]) * 100 + + plt.subplot(1, 5, iLDR + 1) + (n, bins, patches) = plt.hist(aLDRsim[iLDR, :], + bins=100, log=False, + range=[Rmin, Rmax], + alpha=0.5, density=False, color='0.5', histtype='stepfilled') + + for iaX in range(-naX, naX + 1): + # mean LDRCorr value for certain error (iaX) of parameter aVar + plt.hist(aLDRsim[iLDR, aX == iaX], + range=[Rmin, Rmax], + bins=100, log=False, alpha=0.3, density=False, histtype='stepfilled', + label=str(round(X0 + iaX * daX / naX, 5))) + + if (iLDR == 2): + leg = plt.legend() + leg.get_frame().set_alpha(0.1) + + plt.tick_params(axis='both', labelsize=10) + plt.plot([LDRsim0[iLDR], LDRsim0[iLDR]], [0, np.max(n)], 'r-', lw=2) + plt.gca().set_title("{0:3.0f}%".format(meanDist)) + plt.gca().set_xlabel('LDRsim0', color="red") + + fig.suptitle('LDRsim - ' +LID + ' with ' + str(Type[TypeC]) + ' ' + str(Loc[LocC]) + ' - ' + aVar + ' error contribution', fontsize=14, y=1.10) + return + + + # Plot Etax + def PlotEtax(aVar, aX, X0, daX, iaX, naX): + # aVar is the name of the parameter and aX is the subset of aLDRcorr which is coloured in the plot + # example: PlotSubHist("DOLP", aDOLP, DOLP0, dDOLP, iDOLP, nDOLP) + fig, ax = plt.subplots(nrows=1, ncols=5, sharex=True, sharey=True, figsize=(25, 2)) + iLDR = -1 + for LDRTrue in LDRrange: + aXmean = np.zeros(2 * naX + 1) + iLDR = iLDR + 1 + Etaxmin = np.amin(aEtax[iLDR, :]) + Etaxmax = np.amax(aEtax[iLDR, :]) + Rmin = Etaxmin * 0.995 # np.min(aLDRcorr[iLDR,:]) * 0.995 + Rmax = Etaxmax * 1.005 # np.max(aLDRcorr[iLDR,:]) * 1.005 + + # Determine mean distance of all aXmean from each other for each iLDR + meanDist = 0.0 + for iaX in range(-naX, naX + 1): + # mean Etax value for certain error (iaX) of parameter aVar + aXmean[iaX + naX] = np.mean(aEtax[iLDR, aX == iaX]) + # relative to absolute spread of Etax + meanDist = (np.max(aXmean) - np.min(aXmean)) / (Etaxmax - Etaxmin) * 100 + + plt.subplot(1, 5, iLDR + 1) + (n, bins, patches) = plt.hist(aEtax[iLDR, :], + bins=50, log=False, + range=[Rmin, Rmax], + alpha=0.5, density=False, color='0.5', histtype='stepfilled') + for iaX in range(-naX, naX + 1): + plt.hist(aEtax[iLDR, aX == iaX], + range=[Rmin, Rmax], + bins=50, log=False, alpha=0.3, density=False, histtype='stepfilled', + label=str(round(X0 + iaX * daX / naX, 5))) + if (iLDR == 2): + leg = plt.legend() + leg.get_frame().set_alpha(0.1) + plt.tick_params(axis='both', labelsize=10) + plt.plot([Etax0, Etax0], [0, np.max(n)], 'r-', lw=2) + plt.gca().set_title("{0:3.0f}%".format(meanDist)) + plt.gca().set_xlabel('Etax0', color="red") + fig.suptitle('Etax - ' + LID + ' with ' + str(Type[TypeC]) + ' ' + str(Loc[LocC]) + ' - ' + aVar + ' error contribution', fontsize=14, y=1.10) + return + + def PlotEtapx(aVar, aX, X0, daX, iaX, naX): + # aVar is the name of the parameter and aX is the subset of aLDRcorr which is coloured in the plot + # example: PlotSubHist("DOLP", aDOLP, DOLP0, dDOLP, iDOLP, nDOLP) + fig, ax = plt.subplots(nrows=1, ncols=5, sharex=True, sharey=True, figsize=(25, 2)) + iLDR = -1 + for LDRTrue in LDRrange: + aXmean = np.zeros(2 * naX + 1) + iLDR = iLDR + 1 + Etapxmin = np.amin(aEtapx[iLDR, :]) + Etapxmax = np.amax(aEtapx[iLDR, :]) + Rmin = Etapxmin * 0.995 # np.min(aLDRcorr[iLDR,:]) * 0.995 + Rmax = Etapxmax * 1.005 # np.max(aLDRcorr[iLDR,:]) * 1.005 + + # Determine mean distance of all aXmean from each other for each iLDR + meanDist = 0.0 + for iaX in range(-naX, naX + 1): + # mean Etapx value for certain error (iaX) of parameter aVar + aXmean[iaX + naX] = np.mean(aEtapx[iLDR, aX == iaX]) + # relative to absolute spread of Etapx + meanDist = (np.max(aXmean) - np.min(aXmean)) / (Etapxmax - Etapxmin) * 100 + + plt.subplot(1, 5, iLDR + 1) + (n, bins, patches) = plt.hist(aEtapx[iLDR, :], + bins=50, log=False, + range=[Rmin, Rmax], + alpha=0.5, density=False, color='0.5', histtype='stepfilled') + for iaX in range(-naX, naX + 1): + plt.hist(aEtapx[iLDR, aX == iaX], + range=[Rmin, Rmax], + bins=50, log=False, alpha=0.3, density=False, histtype='stepfilled', + label=str(round(X0 + iaX * daX / naX, 5))) + if (iLDR == 2): + leg = plt.legend() + leg.get_frame().set_alpha(0.1) + plt.tick_params(axis='both', labelsize=10) + plt.plot([Etapx0, Etapx0], [0, np.max(n)], 'r-', lw=2) + plt.gca().set_title("{0:3.0f}%".format(meanDist)) + plt.gca().set_xlabel('Etapx0', color="red") + fig.suptitle('Etapx - ' + LID + ' with ' + str(Type[TypeC]) + ' ' + str(Loc[LocC]) + ' - ' + aVar + ' error contribution', fontsize=14, y=1.10) + return + + def PlotEtamx(aVar, aX, X0, daX, iaX, naX): + # aVar is the name of the parameter and aX is the subset of aLDRcorr which is coloured in the plot + # example: PlotSubHist("DOLP", aDOLP, DOLP0, dDOLP, iDOLP, nDOLP) + fig, ax = plt.subplots(nrows=1, ncols=5, sharex=True, sharey=True, figsize=(25, 2)) + iLDR = -1 + for LDRTrue in LDRrange: + aXmean = np.zeros(2 * naX + 1) + iLDR = iLDR + 1 + Etamxmin = np.amin(aEtamx[iLDR, :]) + Etamxmax = np.amax(aEtamx[iLDR, :]) + Rmin = Etamxmin * 0.995 # np.min(aLDRcorr[iLDR,:]) * 0.995 + Rmax = Etamxmax * 1.005 # np.max(aLDRcorr[iLDR,:]) * 1.005 + + # Determine mean distance of all aXmean from each other for each iLDR + meanDist = 0.0 + for iaX in range(-naX, naX + 1): + # mean Etamx value for certain error (iaX) of parameter aVar + aXmean[iaX + naX] = np.mean(aEtamx[iLDR, aX == iaX]) + # relative to absolute spread of Etamx + meanDist = (np.max(aXmean) - np.min(aXmean)) / (Etamxmax - Etamxmin) * 100 + + plt.subplot(1, 5, iLDR + 1) + (n, bins, patches) = plt.hist(aEtamx[iLDR, :], + bins=50, log=False, + range=[Rmin, Rmax], + alpha=0.5, density=False, color='0.5', histtype='stepfilled') + for iaX in range(-naX, naX + 1): + plt.hist(aEtamx[iLDR, aX == iaX], + range=[Rmin, Rmax], + bins=50, log=False, alpha=0.3, density=False, histtype='stepfilled', + label=str(round(X0 + iaX * daX / naX, 5))) + if (iLDR == 2): + leg = plt.legend() + leg.get_frame().set_alpha(0.1) + plt.tick_params(axis='both', labelsize=10) + plt.plot([Etamx0, Etamx0], [0, np.max(n)], 'r-', lw=2) + plt.gca().set_title("{0:3.0f}%".format(meanDist)) + plt.gca().set_xlabel('Etamx0', color="red") + fig.suptitle('Etamx - ' + LID + ' with ' + str(Type[TypeC]) + ' ' + str(Loc[LocC]) + ' - ' + aVar + ' error contribution', fontsize=14, y=1.10) + return + + # calc contribution of the error of aVar = aX to aY for each LDRtrue + def Contribution(aVar, aX, X0, daX, iaX, naX, aY, Ysum, widthSum): + # aVar is the name of the parameter and aX is the subset of aY which is coloured in the plot + # example: Contribution("DOLP", aDOLP, DOLP0, dDOLP, iDOLP, nDOLP, aLDRcorr, DOLPcontr) + iLDR = -1 + # Ysum, widthSum = np.zeros(5) + meanDist = np.zeros(5) # iLDR + widthDist = np.zeros(5) # iLDR + for LDRTrue in LDRrange: + aXmean = np.zeros(2 * naX + 1) + aXwidth = np.zeros(2 * naX + 1) + iLDR = iLDR + 1 + # total width of distribution + aYmin = np.amin(aY[iLDR, :]) + aYmax = np.amax(aY[iLDR, :]) + aYwidth = aYmax - aYmin + # Determine mean distance of all aXmean from each other for each iLDR + for iaX in range(-naX, naX + 1): + # mean LDRCorr value for all errors iaX of parameter aVar + aXmean[iaX + naX] = np.mean(aY[iLDR, aX == iaX]) + aXwidth[iaX + naX] = np.max(aY[iLDR, aX == iaX]) - np.min(aY[iLDR, aX == iaX]) + # relative to absolute spread of LDRCorrs + meanDist[iLDR] = (np.max(aXmean) - np.min(aXmean)) / aYwidth * 1000 + # meanDist[iLDR] = (aYwidth - aXwidth[naX]) / aYwidth * 1000 + widthDist[iLDR] = (np.max(aXwidth) - aXwidth[naX]) / aYwidth * 1000 + + print("{:12}{:5.0f} {:5.0f} {:5.0f} {:5.0f} {:5.0f} {:5.0f} {:5.0f} {:5.0f} {:5.0f} {:5.0f}"\ + .format(aVar,meanDist[0],meanDist[1],meanDist[2],meanDist[3],meanDist[4],widthDist[0],widthDist[1],widthDist[2],widthDist[3],widthDist[4])) + Ysum = Ysum + meanDist + widthSum = widthSum + widthDist + return(Ysum, widthSum) + + # print(.format(LDRrangeA[iLDR],)) + + # error contributions to a certain output aY; loop over all variables + def Contribution_aY(aYvar, aY): + Ysum = np.zeros(5) + widthSum = np.zeros(5) + # meanDist = np.zeros(5) # iLDR + LDRrangeA = np.array(LDRrange) + print() + print(aYvar + ": contribution to the total error (per mill)") + print(" of individual parameter errors of combined parameter errors") + print(" at LDRtrue {:5.3f} {:5.3f} {:5.3f} {:5.3f} {:5.3f} {:5.3f} {:5.3f} {:5.3f} {:5.3f} {:5.3f}"\ + .format(LDRrangeA[0],LDRrangeA[1],LDRrangeA[2],LDRrangeA[3],LDRrangeA[4],LDRrangeA[0],LDRrangeA[1],LDRrangeA[2],LDRrangeA[3],LDRrangeA[4])) + print() + if (nQin > 0): Ysum, widthSum = Contribution("Qin", aQin, Qin0, dQin, iQin, nQin, aY, Ysum, widthSum) + if (nVin > 0): Ysum, widthSum = Contribution("Vin", aVin, Vin0, dVin, iVin, nVin, aY, Ysum, widthSum) + if (nRotL > 0): Ysum, widthSum = Contribution("RotL", aRotL, RotL0, dRotL, iRotL, nRotL, aY, Ysum, widthSum) + if (nRetE > 0): Ysum, widthSum = Contribution("RetE", aRetE, RetE0, dRetE, iRetE, nRetE, aY, Ysum, widthSum) + if (nRotE > 0): Ysum, widthSum = Contribution("RotE", aRotE, RotE0, dRotE, iRotE, nRotE, aY, Ysum, widthSum) + if (nDiE > 0): Ysum, widthSum = Contribution("DiE", aDiE, DiE0, dDiE, iDiE, nDiE, aY, Ysum, widthSum) + if (nRetO > 0): Ysum, widthSum = Contribution("RetO", aRetO, RetO0, dRetO, iRetO, nRetO, aY, Ysum, widthSum) + if (nRotO > 0): Ysum, widthSum = Contribution("RotO", aRotO, RotO0, dRotO, iRotO, nRotO, aY, Ysum, widthSum) + if (nDiO > 0): Ysum, widthSum = Contribution("DiO", aDiO, DiO0, dDiO, iDiO, nDiO, aY, Ysum, widthSum) + if (nDiC > 0): Ysum, widthSum = Contribution("DiC", aDiC, DiC0, dDiC, iDiC, nDiC, aY, Ysum, widthSum) + if (nRotC > 0): Ysum, widthSum = Contribution("RotC", aRotC, RotC0, dRotC, iRotC, nRotC, aY, Ysum, widthSum) + if (nRetC > 0): Ysum, widthSum = Contribution("RetC", aRetC, RetC0, dRetC, iRetC, nRetC, aY, Ysum, widthSum) + if (nTP > 0): Ysum, widthSum = Contribution("TP", aTP, TP0, dTP, iTP, nTP, aY, Ysum, widthSum) + if (nTS > 0): Ysum, widthSum = Contribution("TS", aTS, TS0, dTS, iTS, nTS, aY, Ysum, widthSum) + if (nRP > 0): Ysum, widthSum = Contribution("RP", aRP, RP0, dRP, iRP, nRP, aY, Ysum, widthSum) + if (nRS > 0): Ysum, widthSum = Contribution("RS", aRS, RS0, dRS, iRS, nRS, aY, Ysum, widthSum) + if (nRetT > 0): Ysum, widthSum = Contribution("RetT", aRetT, RetT0, dRetT, iRetT, nRetT, aY, Ysum, widthSum) + if (nRetR > 0): Ysum, widthSum = Contribution("RetR", aRetR, RetR0, dRetR, iRetR, nRetR, aY, Ysum, widthSum) + if (nERaT > 0): Ysum, widthSum = Contribution("ERaT", aERaT, ERaT0, dERaT, iERaT, nERaT, aY, Ysum, widthSum) + if (nERaR > 0): Ysum, widthSum = Contribution("ERaR", aERaR, ERaR0, dERaR, iERaR, nERaR, aY, Ysum, widthSum) + if (nRotaT > 0): Ysum, widthSum = Contribution("RotaT", aRotaT, RotaT0, dRotaT, iRotaT, nRotaT, aY, Ysum, widthSum) + if (nRotaR > 0): Ysum, widthSum = Contribution("RotaR", aRotaR, RotaR0, dRotaR, iRotaR, nRotaR, aY, Ysum, widthSum) + if (nLDRCal > 0): Ysum, widthSum = Contribution("LDRCal", aLDRCal, LDRCal0, dLDRCal, iLDRCal, nLDRCal, aY, Ysum, widthSum) + if (nTCalT > 0): Ysum, widthSum = Contribution("TCalT", aTCalT, TCalT0, dTCalT, iTCalT, nTCalT, aY, Ysum, widthSum) + if (nTCalR > 0): Ysum, widthSum = Contribution("TCalR", aTCalR, TCalR0, dTCalR, iTCalR, nTCalR, aY, Ysum, widthSum) + if (nNCal > 0): Ysum, widthSum = Contribution("CalNoiseTp", aNCalTp, 0, 1, iNCalTp, nNCal, aY, Ysum, widthSum) + if (nNCal > 0): Ysum, widthSum = Contribution("CalNoiseTm", aNCalTm, 0, 1, iNCalTm, nNCal, aY, Ysum, widthSum) + if (nNCal > 0): Ysum, widthSum = Contribution("CalNoiseRp", aNCalRp, 0, 1, iNCalRp, nNCal, aY, Ysum, widthSum) + if (nNCal > 0): Ysum, widthSum = Contribution("CalNoiseRm", aNCalRm, 0, 1, iNCalRm, nNCal, aY, Ysum, widthSum) + if (nNI > 0): Ysum, widthSum = Contribution("SigNoiseIt", aNIt, 0, 1, iNIt, nNI, aY, Ysum, widthSum) + if (nNI > 0): Ysum, widthSum = Contribution("SigNoiseIr", aNIr, 0, 1, iNIr, nNI, aY, Ysum, widthSum) + print("{:12}{:5.0f} {:5.0f} {:5.0f} {:5.0f} {:5.0f} {:5.0f} {:5.0f} {:5.0f} {:5.0f} {:5.0f}"\ + .format("Sum ",Ysum[0],Ysum[1],Ysum[2],Ysum[3],Ysum[4],widthSum[0],widthSum[1],widthSum[2],widthSum[3],widthSum[4])) + + + # Plot LDR histograms + if (nQin > 0): PlotSubHist("Qin", aQin, Qin0, dQin, iQin, nQin) + if (nVin > 0): PlotSubHist("Vin", aVin, Vin0, dVin, iVin, nVin) + if (nRotL > 0): PlotSubHist("RotL", aRotL, RotL0, dRotL, iRotL, nRotL) + if (nRetE > 0): PlotSubHist("RetE", aRetE, RetE0, dRetE, iRetE, nRetE) + if (nRotE > 0): PlotSubHist("RotE", aRotE, RotE0, dRotE, iRotE, nRotE) + if (nDiE > 0): PlotSubHist("DiE", aDiE, DiE0, dDiE, iDiE, nDiE) + if (nRetO > 0): PlotSubHist("RetO", aRetO, RetO0, dRetO, iRetO, nRetO) + if (nRotO > 0): PlotSubHist("RotO", aRotO, RotO0, dRotO, iRotO, nRotO) + if (nDiO > 0): PlotSubHist("DiO", aDiO, DiO0, dDiO, iDiO, nDiO) + if (nDiC > 0): PlotSubHist("DiC", aDiC, DiC0, dDiC, iDiC, nDiC) + if (nRotC > 0): PlotSubHist("RotC", aRotC, RotC0, dRotC, iRotC, nRotC) + if (nRetC > 0): PlotSubHist("RetC", aRetC, RetC0, dRetC, iRetC, nRetC) + if (nTP > 0): PlotSubHist("TP", aTP, TP0, dTP, iTP, nTP) + if (nTS > 0): PlotSubHist("TS", aTS, TS0, dTS, iTS, nTS) + if (nRP > 0): PlotSubHist("RP", aRP, RP0, dRP, iRP, nRP) + if (nRS > 0): PlotSubHist("RS", aRS, RS0, dRS, iRS, nRS) + if (nRetT > 0): PlotSubHist("RetT", aRetT, RetT0, dRetT, iRetT, nRetT) + if (nRetR > 0): PlotSubHist("RetR", aRetR, RetR0, dRetR, iRetR, nRetR) + if (nERaT > 0): PlotSubHist("ERaT", aERaT, ERaT0, dERaT, iERaT, nERaT) + if (nERaR > 0): PlotSubHist("ERaR", aERaR, ERaR0, dERaR, iERaR, nERaR) + if (nRotaT > 0): PlotSubHist("RotaT", aRotaT, RotaT0, dRotaT, iRotaT, nRotaT) + if (nRotaR > 0): PlotSubHist("RotaR", aRotaR, RotaR0, dRotaR, iRotaR, nRotaR) + if (nLDRCal > 0): PlotSubHist("LDRCal", aLDRCal, LDRCal0, dLDRCal, iLDRCal, nLDRCal) + if (nTCalT > 0): PlotSubHist("TCalT", aTCalT, TCalT0, dTCalT, iTCalT, nTCalT) + if (nTCalR > 0): PlotSubHist("TCalR", aTCalR, TCalR0, dTCalR, iTCalR, nTCalR) + if (nNCal > 0): PlotSubHist("CalNoiseTp", aNCalTp, 0, 1, iNCalTp, nNCal) + if (nNCal > 0): PlotSubHist("CalNoiseTm", aNCalTm, 0, 1, iNCalTm, nNCal) + if (nNCal > 0): PlotSubHist("CalNoiseRp", aNCalRp, 0, 1, iNCalRp, nNCal) + if (nNCal > 0): PlotSubHist("CalNoiseRm", aNCalRm, 0, 1, iNCalRm, nNCal) + if (nNI > 0): PlotSubHist("SigNoiseIt", aNIt, 0, 1, iNIt, nNI) + if (nNI > 0): PlotSubHist("SigNoiseIr", aNIr, 0, 1, iNIr, nNI) + plt.show() + plt.close + + + + # --- Plot LDRmin, LDRmax + iLDR = -1 + for LDRTrue in LDRrange: + iLDR = iLDR + 1 + LDRmin[iLDR] = np.amin(aLDRcorr[iLDR, :]) + LDRmax[iLDR] = np.amax(aLDRcorr[iLDR, :]) + LDRstd[iLDR] = np.std(aLDRcorr[iLDR, :]) + LDRmean[iLDR] = np.mean(aLDRcorr[iLDR, :]) + LDRmedian[iLDR] = np.median(aLDRcorr[iLDR, :]) + LDRskew[iLDR] = skew(aLDRcorr[iLDR, :],bias=False) + LDRkurt[iLDR] = kurtosis(aLDRcorr[iLDR, :],fisher=True,bias=False) + + fig2 = plt.figure() + LDRrangeA = np.array(LDRrange) + if((np.amax(LDRmax - LDRrangeA)-np.amin(LDRmin - LDRrangeA)) < 0.001): + plt.ylim(-0.001,0.001) + plt.plot(LDRrangeA, LDRmax - LDRrangeA, linewidth=2.0, color='b') + plt.plot(LDRrangeA, LDRmin - LDRrangeA, linewidth=2.0, color='g') + + plt.xlabel('LDRtrue', fontsize=18) + plt.ylabel('LDRTrue-LDRmin, LDRTrue-LDRmax', fontsize=14) + plt.title(LID + ' ' + str(Type[TypeC]) + ' ' + str(Loc[LocC]), fontsize=18) + # plt.ylimit(-0.07, 0.07) + plt.show() + plt.close + + # --- Save LDRmin, LDRmax to file + # http://stackoverflow.com/questions/4675728/redirect-stdout-to-a-file-in-python + with open('output_files\\' + OutputFile, 'a') as f: + # with open('output_files\\' + LID + '-' + InputFile[0:-3] + '-LDR_min_max.dat', 'w') as f: + with redirect_stdout(f): + print("Lidar ID: " + LID) + print() + print("minimum and maximum values of the distributions of possibly measured LDR for different LDRtrue") + print("LDRtrue , LDRmin, LDRmax") + for i in range(len(LDRrangeA)): + print("{0:7.4f},{1:7.4f},{2:7.4f}".format(LDRrangeA[i], LDRmin[i], LDRmax[i])) + print() + # Print LDR statistics + print("LDRtrue , mean , median, max-mean, min-mean, std, excess_kurtosis, skewness") + iLDR = -1 + LDRrangeA = np.array(LDRrange) + for LDRTrue in LDRrange: + iLDR = iLDR + 1 + print("{0:8.5f},{1:8.5f},{2:8.5f}, {3:8.5f},{4:8.5f},{5:8.5f}, {6:8.5f},{7:8.5f}"\ + .format(LDRrangeA[iLDR], LDRmean[iLDR], LDRmedian[iLDR], LDRmax[iLDR]-LDRrangeA[iLDR], \ + LDRmin[iLDR]-LDRrangeA[iLDR], LDRstd[iLDR], LDRkurt[iLDR], LDRskew[iLDR])) + print() + # Calculate and print statistics for calibration factors + print("minimum and maximum values of the distributions of signal ratios and calibration factors for different LDRtrue") + iLDR = -1 + LDRrangeA = np.array(LDRrange) + print("LDRtrue , LDRsim, (max-min)/2, relerr") + for LDRTrue in LDRrange: + iLDR = iLDR + 1 + LDRsimmin[iLDR] = np.amin(aLDRsim[iLDR, :]) + LDRsimmax[iLDR] = np.amax(aLDRsim[iLDR, :]) + # LDRsimstd = np.std(aLDRsim[iLDR, :]) + LDRsimmean[iLDR] = np.mean(aLDRsim[iLDR, :]) + # LDRsimmedian = np.median(aLDRsim[iLDR, :]) + print("{0:8.5f}, {1:8.5f}, {2:8.5f}, {3:8.5f}".format(LDRrangeA[iLDR],LDRsimmean[iLDR],(LDRsimmax[iLDR]-LDRsimmin[iLDR])/2,(LDRsimmax[iLDR]-LDRsimmin[iLDR])/2/LDRsimmean[iLDR])) + iLDR = -1 + print("LDRtrue , Etax , (max-min)/2, relerr") + for LDRTrue in LDRrange: + iLDR = iLDR + 1 + Etaxmin = np.amin(aEtax[iLDR, :]) + Etaxmax = np.amax(aEtax[iLDR, :]) + # Etaxstd = np.std(aEtax[iLDR, :]) + Etaxmean = np.mean(aEtax[iLDR, :]) + # Etaxmedian = np.median(aEtax[iLDR, :]) + print("{0:8.5f}, {1:8.5f}, {2:8.5f}, {3:8.5f}".format(LDRrangeA[iLDR], Etaxmean, (Etaxmax-Etaxmin)/2, (Etaxmax-Etaxmin)/2/Etaxmean)) + iLDR = -1 + print("LDRtrue , Etapx , (max-min)/2, relerr") + for LDRTrue in LDRrange: + iLDR = iLDR + 1 + Etapxmin = np.amin(aEtapx[iLDR, :]) + Etapxmax = np.amax(aEtapx[iLDR, :]) + # Etapxstd = np.std(aEtapx[iLDR, :]) + Etapxmean = np.mean(aEtapx[iLDR, :]) + # Etapxmedian = np.median(aEtapx[iLDR, :]) + print("{0:8.5f}, {1:8.5f}, {2:8.5f}, {3:8.5f}".format(LDRrangeA[iLDR], Etapxmean, (Etapxmax-Etapxmin)/2, (Etapxmax-Etapxmin)/2/Etapxmean)) + iLDR = -1 + print("LDRtrue , Etamx , (max-min)/2, relerr") + for LDRTrue in LDRrange: + iLDR = iLDR + 1 + Etamxmin = np.amin(aEtamx[iLDR, :]) + Etamxmax = np.amax(aEtamx[iLDR, :]) + # Etamxstd = np.std(aEtamx[iLDR, :]) + Etamxmean = np.mean(aEtamx[iLDR, :]) + # Etamxmedian = np.median(aEtamx[iLDR, :]) + print("{0:8.5f}, {1:8.5f}, {2:8.5f}, {3:8.5f}".format(LDRrangeA[iLDR], Etamxmean, (Etamxmax-Etamxmin)/2, (Etamxmax-Etamxmin)/2/Etamxmean)) + + # Print LDR statistics + print("LDRtrue , mean , median, max-mean, min-mean, std, excess_kurtosis, skewness") + iLDR = -1 + LDRrangeA = np.array(LDRrange) + for LDRTrue in LDRrange: + iLDR = iLDR + 1 + print("{0:8.5f},{1:8.5f},{2:8.5f}, {3:8.5f},{4:8.5f},{5:8.5f}, {6:8.5f},{7:8.5f}".format(LDRrangeA[iLDR], LDRmean[iLDR], LDRmedian[iLDR], LDRmax[iLDR]-LDRrangeA[iLDR], LDRmin[iLDR]-LDRrangeA[iLDR], LDRstd[iLDR],LDRkurt[iLDR],LDRskew[iLDR])) + + + with open('output_files\\' + OutputFile, 'a') as f: + # with open('output_files\\' + LID + '-' + InputFile[0:-3] + '-LDR_min_max.dat', 'a') as f: + with redirect_stdout(f): + Contribution_aY("LDRCorr", aLDRcorr) + Contribution_aY("LDRsim", aLDRsim) + Contribution_aY("EtaX, D90", aEtax) + Contribution_aY("Etapx, +45°", aEtapx) + Contribution_aY("Etamx -45°", aEtamx) + + + # Plot other histograms + if (bPlotEtax): + + if (nQin > 0): PlotLDRsim("Qin", aQin, Qin0, dQin, iQin, nQin) + if (nVin > 0): PlotLDRsim("Vin", aVin, Vin0, dVin, iVin, nVin) + if (nRotL > 0): PlotLDRsim("RotL", aRotL, RotL0, dRotL, iRotL, nRotL) + if (nRetE > 0): PlotLDRsim("RetE", aRetE, RetE0, dRetE, iRetE, nRetE) + if (nRotE > 0): PlotLDRsim("RotE", aRotE, RotE0, dRotE, iRotE, nRotE) + if (nDiE > 0): PlotLDRsim("DiE", aDiE, DiE0, dDiE, iDiE, nDiE) + if (nRetO > 0): PlotLDRsim("RetO", aRetO, RetO0, dRetO, iRetO, nRetO) + if (nRotO > 0): PlotLDRsim("RotO", aRotO, RotO0, dRotO, iRotO, nRotO) + if (nDiO > 0): PlotLDRsim("DiO", aDiO, DiO0, dDiO, iDiO, nDiO) + if (nDiC > 0): PlotLDRsim("DiC", aDiC, DiC0, dDiC, iDiC, nDiC) + if (nRotC > 0): PlotLDRsim("RotC", aRotC, RotC0, dRotC, iRotC, nRotC) + if (nRetC > 0): PlotLDRsim("RetC", aRetC, RetC0, dRetC, iRetC, nRetC) + if (nTP > 0): PlotLDRsim("TP", aTP, TP0, dTP, iTP, nTP) + if (nTS > 0): PlotLDRsim("TS", aTS, TS0, dTS, iTS, nTS) + if (nRP > 0): PlotLDRsim("RP", aRP, RP0, dRP, iRP, nRP) + if (nRS > 0): PlotLDRsim("RS", aRS, RS0, dRS, iRS, nRS) + if (nRetT > 0): PlotLDRsim("RetT", aRetT, RetT0, dRetT, iRetT, nRetT) + if (nRetR > 0): PlotLDRsim("RetR", aRetR, RetR0, dRetR, iRetR, nRetR) + if (nERaT > 0): PlotLDRsim("ERaT", aERaT, ERaT0, dERaT, iERaT, nERaT) + if (nERaR > 0): PlotLDRsim("ERaR", aERaR, ERaR0, dERaR, iERaR, nERaR) + if (nRotaT > 0): PlotLDRsim("RotaT", aRotaT, RotaT0, dRotaT, iRotaT, nRotaT) + if (nRotaR > 0): PlotLDRsim("RotaR", aRotaR, RotaR0, dRotaR, iRotaR, nRotaR) + if (nLDRCal > 0): PlotLDRsim("LDRCal", aLDRCal, LDRCal0, dLDRCal, iLDRCal, nLDRCal) + if (nTCalT > 0): PlotLDRsim("TCalT", aTCalT, TCalT0, dTCalT, iTCalT, nTCalT) + if (nTCalR > 0): PlotLDRsim("TCalR", aTCalR, TCalR0, dTCalR, iTCalR, nTCalR) + if (nNCal > 0): PlotLDRsim("CalNoiseTp", aNCalTp, 0, 1, iNCalTp, nNCal) + if (nNCal > 0): PlotLDRsim("CalNoiseTm", aNCalTm, 0, 1, iNCalTm, nNCal) + if (nNCal > 0): PlotLDRsim("CalNoiseRp", aNCalRp, 0, 1, iNCalRp, nNCal) + if (nNCal > 0): PlotLDRsim("CalNoiseRm", aNCalRm, 0, 1, iNCalRm, nNCal) + if (nNI > 0): PlotLDRsim("SigNoiseIt", aNIt, 0, 1, iNIt, nNI) + if (nNI > 0): PlotLDRsim("SigNoiseIr", aNIr, 0, 1, iNIr, nNI) + plt.show() + plt.close + print("---------------------------------------...producing more plots...------------------------------------------------------------------") + + if (nQin > 0): PlotEtax("Qin", aQin, Qin0, dQin, iQin, nQin) + if (nVin > 0): PlotEtax("Vin", aVin, Vin0, dVin, iVin, nVin) + if (nRotL > 0): PlotEtax("RotL", aRotL, RotL0, dRotL, iRotL, nRotL) + if (nRetE > 0): PlotEtax("RetE", aRetE, RetE0, dRetE, iRetE, nRetE) + if (nRotE > 0): PlotEtax("RotE", aRotE, RotE0, dRotE, iRotE, nRotE) + if (nDiE > 0): PlotEtax("DiE", aDiE, DiE0, dDiE, iDiE, nDiE) + if (nRetO > 0): PlotEtax("RetO", aRetO, RetO0, dRetO, iRetO, nRetO) + if (nRotO > 0): PlotEtax("RotO", aRotO, RotO0, dRotO, iRotO, nRotO) + if (nDiO > 0): PlotEtax("DiO", aDiO, DiO0, dDiO, iDiO, nDiO) + if (nDiC > 0): PlotEtax("DiC", aDiC, DiC0, dDiC, iDiC, nDiC) + if (nRotC > 0): PlotEtax("RotC", aRotC, RotC0, dRotC, iRotC, nRotC) + if (nRetC > 0): PlotEtax("RetC", aRetC, RetC0, dRetC, iRetC, nRetC) + if (nTP > 0): PlotEtax("TP", aTP, TP0, dTP, iTP, nTP) + if (nTS > 0): PlotEtax("TS", aTS, TS0, dTS, iTS, nTS) + if (nRP > 0): PlotEtax("RP", aRP, RP0, dRP, iRP, nRP) + if (nRS > 0): PlotEtax("RS", aRS, RS0, dRS, iRS, nRS) + if (nRetT > 0): PlotEtax("RetT", aRetT, RetT0, dRetT, iRetT, nRetT) + if (nRetR > 0): PlotEtax("RetR", aRetR, RetR0, dRetR, iRetR, nRetR) + if (nERaT > 0): PlotEtax("ERaT", aERaT, ERaT0, dERaT, iERaT, nERaT) + if (nERaR > 0): PlotEtax("ERaR", aERaR, ERaR0, dERaR, iERaR, nERaR) + if (nRotaT > 0): PlotEtax("RotaT", aRotaT, RotaT0, dRotaT, iRotaT, nRotaT) + if (nRotaR > 0): PlotEtax("RotaR", aRotaR, RotaR0, dRotaR, iRotaR, nRotaR) + if (nLDRCal > 0): PlotEtax("LDRCal", aLDRCal, LDRCal0, dLDRCal, iLDRCal, nLDRCal) + if (nTCalT > 0): PlotEtax("TCalT", aTCalT, TCalT0, dTCalT, iTCalT, nTCalT) + if (nTCalR > 0): PlotEtax("TCalR", aTCalR, TCalR0, dTCalR, iTCalR, nTCalR) + if (nNCal > 0): PlotEtax("CalNoiseTp", aNCalTp, 0, 1, iNCalTp, nNCal) + if (nNCal > 0): PlotEtax("CalNoiseTm", aNCalTm, 0, 1, iNCalTm, nNCal) + if (nNCal > 0): PlotEtax("CalNoiseRp", aNCalRp, 0, 1, iNCalRp, nNCal) + if (nNCal > 0): PlotEtax("CalNoiseRm", aNCalRm, 0, 1, iNCalRm, nNCal) + if (nNI > 0): PlotEtax("SigNoiseIt", aNIt, 0, 1, iNIt, nNI) + if (nNI > 0): PlotEtax("SigNoiseIr", aNIr, 0, 1, iNIr, nNI) + plt.show() + plt.close + print("---------------------------------------...producing more plots...------------------------------------------------------------------") + + if (nQin > 0): PlotEtapx("Qin", aQin, Qin0, dQin, iQin, nQin) + if (nVin > 0): PlotEtapx("Vin", aVin, Vin0, dVin, iVin, nVin) + if (nRotL > 0): PlotEtapx("RotL", aRotL, RotL0, dRotL, iRotL, nRotL) + if (nRetE > 0): PlotEtapx("RetE", aRetE, RetE0, dRetE, iRetE, nRetE) + if (nRotE > 0): PlotEtapx("RotE", aRotE, RotE0, dRotE, iRotE, nRotE) + if (nDiE > 0): PlotEtapx("DiE", aDiE, DiE0, dDiE, iDiE, nDiE) + if (nRetO > 0): PlotEtapx("RetO", aRetO, RetO0, dRetO, iRetO, nRetO) + if (nRotO > 0): PlotEtapx("RotO", aRotO, RotO0, dRotO, iRotO, nRotO) + if (nDiO > 0): PlotEtapx("DiO", aDiO, DiO0, dDiO, iDiO, nDiO) + if (nDiC > 0): PlotEtapx("DiC", aDiC, DiC0, dDiC, iDiC, nDiC) + if (nRotC > 0): PlotEtapx("RotC", aRotC, RotC0, dRotC, iRotC, nRotC) + if (nRetC > 0): PlotEtapx("RetC", aRetC, RetC0, dRetC, iRetC, nRetC) + if (nTP > 0): PlotEtapx("TP", aTP, TP0, dTP, iTP, nTP) + if (nTS > 0): PlotEtapx("TS", aTS, TS0, dTS, iTS, nTS) + if (nRP > 0): PlotEtapx("RP", aRP, RP0, dRP, iRP, nRP) + if (nRS > 0): PlotEtapx("RS", aRS, RS0, dRS, iRS, nRS) + if (nRetT > 0): PlotEtapx("RetT", aRetT, RetT0, dRetT, iRetT, nRetT) + if (nRetR > 0): PlotEtapx("RetR", aRetR, RetR0, dRetR, iRetR, nRetR) + if (nERaT > 0): PlotEtapx("ERaT", aERaT, ERaT0, dERaT, iERaT, nERaT) + if (nERaR > 0): PlotEtapx("ERaR", aERaR, ERaR0, dERaR, iERaR, nERaR) + if (nRotaT > 0): PlotEtapx("RotaT", aRotaT, RotaT0, dRotaT, iRotaT, nRotaT) + if (nRotaR > 0): PlotEtapx("RotaR", aRotaR, RotaR0, dRotaR, iRotaR, nRotaR) + if (nLDRCal > 0): PlotEtapx("LDRCal", aLDRCal, LDRCal0, dLDRCal, iLDRCal, nLDRCal) + if (nTCalT > 0): PlotEtapx("TCalT", aTCalT, TCalT0, dTCalT, iTCalT, nTCalT) + if (nTCalR > 0): PlotEtapx("TCalR", aTCalR, TCalR0, dTCalR, iTCalR, nTCalR) + if (nNCal > 0): PlotEtapx("CalNoiseTp", aNCalTp, 0, 1, iNCalTp, nNCal) + if (nNCal > 0): PlotEtapx("CalNoiseTm", aNCalTm, 0, 1, iNCalTm, nNCal) + if (nNCal > 0): PlotEtapx("CalNoiseRp", aNCalRp, 0, 1, iNCalRp, nNCal) + if (nNCal > 0): PlotEtapx("CalNoiseRm", aNCalRm, 0, 1, iNCalRm, nNCal) + if (nNI > 0): PlotEtapx("SigNoiseIt", aNIt, 0, 1, iNIt, nNI) + if (nNI > 0): PlotEtapx("SigNoiseIr", aNIr, 0, 1, iNIr, nNI) + plt.show() + plt.close + print("---------------------------------------...producing more plots...------------------------------------------------------------------") + + if (nQin > 0): PlotEtamx("Qin", aQin, Qin0, dQin, iQin, nQin) + if (nVin > 0): PlotEtamx("Vin", aVin, Vin0, dVin, iVin, nVin) + if (nRotL > 0): PlotEtamx("RotL", aRotL, RotL0, dRotL, iRotL, nRotL) + if (nRetE > 0): PlotEtamx("RetE", aRetE, RetE0, dRetE, iRetE, nRetE) + if (nRotE > 0): PlotEtamx("RotE", aRotE, RotE0, dRotE, iRotE, nRotE) + if (nDiE > 0): PlotEtamx("DiE", aDiE, DiE0, dDiE, iDiE, nDiE) + if (nRetO > 0): PlotEtamx("RetO", aRetO, RetO0, dRetO, iRetO, nRetO) + if (nRotO > 0): PlotEtamx("RotO", aRotO, RotO0, dRotO, iRotO, nRotO) + if (nDiO > 0): PlotEtamx("DiO", aDiO, DiO0, dDiO, iDiO, nDiO) + if (nDiC > 0): PlotEtamx("DiC", aDiC, DiC0, dDiC, iDiC, nDiC) + if (nRotC > 0): PlotEtamx("RotC", aRotC, RotC0, dRotC, iRotC, nRotC) + if (nRetC > 0): PlotEtamx("RetC", aRetC, RetC0, dRetC, iRetC, nRetC) + if (nTP > 0): PlotEtamx("TP", aTP, TP0, dTP, iTP, nTP) + if (nTS > 0): PlotEtamx("TS", aTS, TS0, dTS, iTS, nTS) + if (nRP > 0): PlotEtamx("RP", aRP, RP0, dRP, iRP, nRP) + if (nRS > 0): PlotEtamx("RS", aRS, RS0, dRS, iRS, nRS) + if (nRetT > 0): PlotEtamx("RetT", aRetT, RetT0, dRetT, iRetT, nRetT) + if (nRetR > 0): PlotEtamx("RetR", aRetR, RetR0, dRetR, iRetR, nRetR) + if (nERaT > 0): PlotEtamx("ERaT", aERaT, ERaT0, dERaT, iERaT, nERaT) + if (nERaR > 0): PlotEtamx("ERaR", aERaR, ERaR0, dERaR, iERaR, nERaR) + if (nRotaT > 0): PlotEtamx("RotaT", aRotaT, RotaT0, dRotaT, iRotaT, nRotaT) + if (nRotaR > 0): PlotEtamx("RotaR", aRotaR, RotaR0, dRotaR, iRotaR, nRotaR) + if (nLDRCal > 0): PlotEtamx("LDRCal", aLDRCal, LDRCal0, dLDRCal, iLDRCal, nLDRCal) + if (nTCalT > 0): PlotEtamx("TCalT", aTCalT, TCalT0, dTCalT, iTCalT, nTCalT) + if (nTCalR > 0): PlotEtamx("TCalR", aTCalR, TCalR0, dTCalR, iTCalR, nTCalR) + if (nNCal > 0): PlotEtamx("CalNoiseTp", aNCalTp, 0, 1, iNCalTp, nNCal) + if (nNCal > 0): PlotEtamx("CalNoiseTm", aNCalTm, 0, 1, iNCalTm, nNCal) + if (nNCal > 0): PlotEtamx("CalNoiseRp", aNCalRp, 0, 1, iNCalRp, nNCal) + if (nNCal > 0): PlotEtamx("CalNoiseRm", aNCalRm, 0, 1, iNCalRm, nNCal) + if (nNI > 0): PlotEtamx("SigNoiseIt", aNIt, 0, 1, iNIt, nNI) + if (nNI > 0): PlotEtamx("SigNoiseIr", aNIr, 0, 1, iNIr, nNI) + plt.show() + plt.close + + # Print Etax statistics + Etaxmin = np.amin(aEtax[1, :]) + Etaxmax = np.amax(aEtax[1, :]) + Etaxstd = np.std(aEtax[1, :]) + Etaxmean = np.mean(aEtax[1, :]) + Etaxmedian = np.median(aEtax[1, :]) + print("Etax , max-mean, min-mean, median, mean ± std, eta") + print("{0:8.5f} ±({1:8.5f},{2:8.5f}),{3:8.5f},{4:8.5f}±{5:8.5f},{6:8.5f}".format(Etax0, Etaxmax-Etax0, Etaxmin-Etax0, Etaxmedian, Etaxmean, Etaxstd, Etax0 / K0)) + print() + + # Calculate and print statistics for calibration factors + iLDR = -1 + LDRrangeA = np.array(LDRrange) + print("LDR...., LDRsim, (max-min)/2, relerr") + for LDRTrue in LDRrange: + iLDR = iLDR + 1 + LDRsimmin[iLDR] = np.amin(aLDRsim[iLDR, :]) + LDRsimmax[iLDR] = np.amax(aLDRsim[iLDR, :]) + # LDRsimstd = np.std(aLDRsim[iLDR, :]) + LDRsimmean[iLDR] = np.mean(aLDRsim[iLDR, :]) + # LDRsimmedian = np.median(aLDRsim[iLDR, :]) + print("{0:8.5f}, {1:8.5f}, {2:8.5f}, {3:8.5f}".format(LDRrangeA[iLDR], LDRsimmean[iLDR], (LDRsimmax[iLDR]-LDRsimmin[iLDR])/2, (LDRsimmax[iLDR]-LDRsimmin[iLDR])/2/LDRsimmean[iLDR])) + iLDR = -1 + print("LDR...., Etax , (max-min)/2, relerr") + for LDRTrue in LDRrange: + iLDR = iLDR + 1 + Etaxmin = np.amin(aEtax[iLDR, :]) + Etaxmax = np.amax(aEtax[iLDR, :]) + # Etaxstd = np.std(aEtax[iLDR, :]) + Etaxmean = np.mean(aEtax[iLDR, :]) + # Etaxmedian = np.median(aEtax[iLDR, :]) + print("{0:8.5f}, {1:8.5f}, {2:8.5f}, {3:8.5f}".format(LDRrangeA[iLDR], Etaxmean, (Etaxmax-Etaxmin)/2, (Etaxmax-Etaxmin)/2/Etaxmean)) + iLDR = -1 + print("LDR...., Etapx , (max-min)/2, relerr") + for LDRTrue in LDRrange: + iLDR = iLDR + 1 + Etapxmin = np.amin(aEtapx[iLDR, :]) + Etapxmax = np.amax(aEtapx[iLDR, :]) + # Etapxstd = np.std(aEtapx[iLDR, :]) + Etapxmean = np.mean(aEtapx[iLDR, :]) + # Etapxmedian = np.median(aEtapx[iLDR, :]) + print("{0:8.5f}, {1:8.5f}, {2:8.5f}, {3:8.5f}".format(LDRrangeA[iLDR], Etapxmean, (Etapxmax-Etapxmin)/2, (Etapxmax-Etapxmin)/2/Etapxmean)) + iLDR = -1 + print("LDR...., Etamx , (max-min)/2, relerr") + for LDRTrue in LDRrange: + iLDR = iLDR + 1 + Etamxmin = np.amin(aEtamx[iLDR, :]) + Etamxmax = np.amax(aEtamx[iLDR, :]) + # Etamxstd = np.std(aEtamx[iLDR, :]) + Etamxmean = np.mean(aEtamx[iLDR, :]) + # Etamxmedian = np.median(aEtamx[iLDR, :]) + print("{0:8.5f}, {1:8.5f}, {2:8.5f}, {3:8.5f}".format(LDRrangeA[iLDR], Etamxmean, (Etamxmax-Etamxmin)/2, (Etamxmax-Etamxmin)/2/Etamxmean)) + + f.close() + + +''' + # --- Plot F11 histograms + print() + print(" ############################################################################## ") + print(Text1) + print() + + iLDR = 5 + for LDRTrue in LDRrange: + iLDR = iLDR - 1 + #aF11corr[iLDR,:] = aF11corr[iLDR,:] / aF11corr[0,:] - 1.0 + aF11corr[iLDR,:] = aF11corr[iLDR,:] / aF11sim0[iLDR] - 1.0 + # Plot F11 + def PlotSubHistF11(aVar, aX, X0, daX, iaX, naX): + fig, ax = plt.subplots(nrows=1, ncols=5, sharex=True, sharey=True, figsize=(25, 2)) + iLDR = -1 + for LDRTrue in LDRrange: + iLDR = iLDR + 1 + + #F11min[iLDR] = np.min(aF11corr[iLDR,:]) + #F11max[iLDR] = np.max(aF11corr[iLDR,:]) + #Rmin = F11min[iLDR] * 0.995 # np.min(aLDRcorr[iLDR,:]) * 0.995 + #Rmax = F11max[iLDR] * 1.005 # np.max(aLDRcorr[iLDR,:]) * 1.005 + + #Rmin = 0.8 + #Rmax = 1.2 + + #plt.subplot(5,2,iLDR+1) + plt.subplot(1,5,iLDR+1) + (n, bins, patches) = plt.hist(aF11corr[iLDR,:], + bins=100, log=False, + alpha=0.5, density=False, color = '0.5', histtype='stepfilled') + + for iaX in range(-naX,naX+1): + plt.hist(aF11corr[iLDR,aX == iaX], + bins=100, log=False, alpha=0.3, density=False, histtype='stepfilled', label = str(round(X0 + iaX*daX/naX,5))) + + if (iLDR == 2): plt.legend() + + plt.tick_params(axis='both', labelsize=9) + #plt.plot([LDRTrue, LDRTrue], [0, np.max(n)], 'r-', lw=2) + + #plt.title(LID + ' ' + aVar, fontsize=18) + #plt.ylabel('frequency', fontsize=10) + #plt.xlabel('LDRCorr', fontsize=10) + #fig.tight_layout() + fig.suptitle(LID + ' ' + str(Type[TypeC]) + ' ' + str(Loc[LocC]) + ' - ' + aVar, fontsize=14, y=1.05) + #plt.show() + #fig.savefig(LID + '_' + aVar + '.png', dpi=150, bbox_inches='tight', pad_inches=0) + #plt.close + return + + if (nQin > 0): PlotSubHistF11("Qin", aQin, Qin0, dQin, iQin, nQin) + if (nVin > 0): PlotSubHistF11("Vin", aVin, Vin0, dVin, iVin, nVin) + if (nRotL > 0): PlotSubHistF11("RotL", aRotL, RotL0, dRotL, iRotL, nRotL) + if (nRetE > 0): PlotSubHistF11("RetE", aRetE, RetE0, dRetE, iRetE, nRetE) + if (nRotE > 0): PlotSubHistF11("RotE", aRotE, RotE0, dRotE, iRotE, nRotE) + if (nDiE > 0): PlotSubHistF11("DiE", aDiE, DiE0, dDiE, iDiE, nDiE) + if (nRetO > 0): PlotSubHistF11("RetO", aRetO, RetO0, dRetO, iRetO, nRetO) + if (nRotO > 0): PlotSubHistF11("RotO", aRotO, RotO0, dRotO, iRotO, nRotO) + if (nDiO > 0): PlotSubHistF11("DiO", aDiO, DiO0, dDiO, iDiO, nDiO) + if (nDiC > 0): PlotSubHistF11("DiC", aDiC, DiC0, dDiC, iDiC, nDiC) + if (nRotC > 0): PlotSubHistF11("RotC", aRotC, RotC0, dRotC, iRotC, nRotC) + if (nRetC > 0): PlotSubHistF11("RetC", aRetC, RetC0, dRetC, iRetC, nRetC) + if (nTP > 0): PlotSubHistF11("TP", aTP, TP0, dTP, iTP, nTP) + if (nTS > 0): PlotSubHistF11("TS", aTS, TS0, dTS, iTS, nTS) + if (nRP > 0): PlotSubHistF11("RP", aRP, RP0, dRP, iRP, nRP) + if (nRS > 0): PlotSubHistF11("RS", aRS, RS0, dRS, iRS, nRS) + if (nRetT > 0): PlotSubHistF11("RetT", aRetT, RetT0, dRetT, iRetT, nRetT) + if (nRetR > 0): PlotSubHistF11("RetR", aRetR, RetR0, dRetR, iRetR, nRetR) + if (nERaT > 0): PlotSubHistF11("ERaT", aERaT, ERaT0, dERaT, iERaT, nERaT) + if (nERaR > 0): PlotSubHistF11("ERaR", aERaR, ERaR0, dERaR, iERaR, nERaR) + if (nRotaT > 0): PlotSubHistF11("RotaT", aRotaT, RotaT0, dRotaT, iRotaT, nRotaT) + if (nRotaR > 0): PlotSubHistF11("RotaR", aRotaR, RotaR0, dRotaR, iRotaR, nRotaR) + if (nLDRCal > 0): PlotSubHistF11("LDRCal", aLDRCal, LDRCal0, dLDRCal, iLDRCal, nLDRCal) + if (nTCalT > 0): PlotSubHistF11("TCalT", aTCalT, TCalT0, dTCalT, iTCalT, nTCalT) + if (nTCalR > 0): PlotSubHistF11("TCalR", aTCalR, TCalR0, dTCalR, iTCalR, nTCalR) + if (nNCal > 0): PlotSubHistF11("CalNoise", aNCal, 0, 1/nNCal, iNCal, nNCal) + if (nNI > 0): PlotSubHistF11("SigNoise", aNI, 0, 1/nNI, iNI, nNI) + + + plt.show() + plt.close + + ''' +''' + # only histogram + #print("******************* " + aVar + " *******************") + fig, ax = plt.subplots(nrows=5, ncols=2, sharex=True, sharey=True, figsize=(10, 10)) + iLDR = -1 + for LDRTrue in LDRrange: + iLDR = iLDR + 1 + LDRmin[iLDR] = np.min(aLDRcorr[iLDR,:]) + LDRmax[iLDR] = np.max(aLDRcorr[iLDR,:]) + Rmin = np.min(aLDRcorr[iLDR,:]) * 0.999 + Rmax = np.max(aLDRcorr[iLDR,:]) * 1.001 + plt.subplot(5,2,iLDR+1) + (n, bins, patches) = plt.hist(aLDRcorr[iLDR,:], + range=[Rmin, Rmax], + bins=200, log=False, alpha=0.2, density=False, color = '0.5', histtype='stepfilled') + plt.tick_params(axis='both', labelsize=9) + plt.plot([LDRTrue, LDRTrue], [0, np.max(n)], 'r-', lw=2) + plt.show() + plt.close + # --- End of Plot F11 histograms + ''' + + +''' + # --- Plot K over LDRCal + fig3 = plt.figure() + plt.plot(LDRCal0+aLDRCal*dLDRCal/nLDRCal,aGHK[4,:], linewidth=2.0, color='b') + + plt.xlabel('LDRCal', fontsize=18) + plt.ylabel('K', fontsize=14) + plt.title(LID, fontsize=18) + plt.show() + plt.close + ''' + +# Additional plot routines ======> +''' +#****************************************************************************** +# 1. Plot LDRCorrected - LDR(measured Icross/Iparallel) +LDRa = np.arange(1.,100.)*0.005 +LDRCorra = np.arange(1.,100.) +if Y == - 1.: LDRa = 1./LDRa +LDRCorra = (1./Eta*LDRa*(GT+HT)-(GR+HR))/((GR-HR)-1./Eta*LDRa*(GT-HT)) +if Y == - 1.: LDRa = 1./LDRa +# +#fig = plt.figure() +plt.plot(LDRa,LDRCorra-LDRa) +plt.plot([0.,0.5],[0.,0.5]) +plt.suptitle('LDRCorrected - LDR(measured Icross/Iparallel)', fontsize=16) +plt.xlabel('LDR', fontsize=18) +plt.ylabel('LDRCorr - LDR', fontsize=16) +#plt.savefig('test.png') +# +''' +''' +#****************************************************************************** +# 2. Plot LDRsim (simulated measurements without corrections = Icross/Iparallel) over LDRtrue +LDRa = np.arange(1.,100.)*0.005 +LDRsima = np.arange(1.,100.) + +atruea = (1.-LDRa)/(1+LDRa) +Ita = TiT*TiO*IinL*(GT+atruea*HT) +Ira = TiR*TiO*IinL*(GR+atruea*HR) +LDRsima = Ira/Ita # simulated uncorrected LDR with Y from input file +if Y == -1.: LDRsima = 1./LDRsima +# +#fig = plt.figure() +plt.plot(LDRa,LDRsima) +plt.plot([0.,0.5],[0.,0.5]) +plt.suptitle('LDRsim (simulated measurements without corrections = Icross/Iparallel) over LDRtrue', fontsize=10) +plt.xlabel('LDRtrue', fontsize=18) +plt.ylabel('LDRsim', fontsize=16) +#plt.savefig('test.png') +# +''' \ No newline at end of file
--- a/lidar_correction_ghk.py Fri May 29 17:45:14 2020 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2313 +0,0 @@ -# -*- coding: utf-8 -*- -""" -Copyright 2016, 2019 Volker Freudenthaler - -Licensed under the EUPL, Version 1.1 only (the "Licence"). - -You may not use this work except in compliance with the Licence. -A copy of the licence is distributed with the code. Alternatively, you may obtain -a copy of the Licence at: - -https://joinup.ec.europa.eu/community/eupl/og_page/eupl - -Unless required by applicable law or agreed to in writing, software distributed -under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, either express or implied. See the Licence for the specific language governing -permissions and limitations under the Licence. - -Equation reference: http://www.atmos-meas-tech-discuss.net/amt-2015-338/amt-2015-338.pdf -With equations code from Appendix C -Python 3.7, seaborn 0.9.0 - -Code description: - -From measured lidar signals we cannot directly determine the desired backscatter coefficient (F11) and the linear depolarization ratio (LDR) -because of the cross talk between the channles and systematic errors of a lidar system. -http://www.atmos-meas-tech-discuss.net/amt-2015-338/amt-2015-338.pdf provides an analytical model for the description of these errors, -with which the measured signals can be corrected. -This code simulates the lidar measurements with "assumed true" model parameters from an input file, and calculates the correction parameters (G,H, and K). -The "assumed true" system parameters are the ones we think are the right ones, but in reality these parameters probably deviate from the assumed truth due to -uncertainties. The uncertainties of the "assumed true" parameters can be described in the input file. Then this code calculates the lidar signals and the -gain ratio eta* with all possible combinations of "errors", which represents the distribution of "possibly real" signals, and "corrects" them with the "assumed true" -GHK parameters (GT0, GR0, HT0, HR0, and K0) to derive finally the distributions of "possibly real" linear depolarization ratios (LDRcorr), -which are plotted for five different input linear depolarization ratios (LDRtrue). The red bars in the plots represent the input values of LDRtrue. -A complication arises from the fact that the correction parameter K = eta*/eta (Eq. 83) can depend on the LDR during the calibration measurement, i.e. LDRcal or aCal -in the code (see e.g. Eqs. (103), (115), and (141); mind the mistake in Eq. (116)). Therefor values of K for LDRcal = 0.004, 0.2, and 0.45 are calculated for -"assumed true" system parameters and printed in the output file behind the GH parameters. The full impact of the LDRcal dependent K can be considered in the error -calculation by specifying a range of possible LDRcal values in the input file. For the real calibration measurements a calibration range with low or no aerosol -content should be chosen, and the default in the input file is a range of LDRcal between 0.004 and 0.014 (i.e. 0.009 +-0.005). - -Tip: In case you run the code with Spyder, all output text and plots can be displayed together in an IPython console, which can be saved as an html file. - -Ver. 0.9.8: - for details, see "Improvements_of_lidar_correction_ghk_ver.0.9.8_190124.pdf" - - correct calculation of Eta for cleaned anaylsers considering the combined transmission Eta = (TaT* TiT)(1 + cos2RotaT * DaT * DiT) and (TaR * TiR)(1 + cos2RotaR * DaR * DiR) according to the papers supplement Eqs. (S.10.10.1) ff - - ND-filters can be added for the calibration measurements in the transmitted (TCalT) and the reflected path (TCalR) in order to include their uncertainties in the error calculation. - - includes the simulation of signal noise -""" -# Comment: The code might works with Python 2.7 with the help of following line, which enables Python2 to correctly interpret the Python 3 print statements. -from __future__ import print_function -# !/usr/bin/env python3 - -import os -import sys - -import numpy as np - -# Comment: the seaborn library makes nicer plots, but the code works also without it. -try: - import seaborn as sns - - sns_loaded = True -except ImportError: - sns_loaded = False - -import matplotlib.pyplot as plt -# from time import clock # python 2 -from timeit import default_timer as clock - -# from matplotlib.backends.backend_pdf import PdfPages -# pdffile = '{}.pdf'.format('path') -# pp = PdfPages(pdffile) -## pp.savefig can be called multiple times to save to multiple pages -# pp.savefig() -# pp.close() - -from contextlib import contextmanager - -@contextmanager -def redirect_stdout(new_target): - old_target, sys.stdout = sys.stdout, new_target # replace sys.stdout - try: - yield new_target # run some code with the replaced stdout - finally: - sys.stdout.flush() - sys.stdout = old_target # restore to the previous value - -''' -real_raw_input = vars(__builtins__).get('raw_input',input) -''' -try: - import __builtin__ - - input = getattr(__builtin__, 'raw_input') -except (ImportError, AttributeError): - pass - -from distutils.util import strtobool - - -def user_yes_no_query(question): - sys.stdout.write('%s [y/n]\n' % question) - while True: - try: - return strtobool(input().lower()) - except ValueError: - sys.stdout.write('Please respond with \'y\' or \'n\'.\n') - - -# if user_yes_no_query('want to exit?') == 1: sys.exit() - -abspath = os.path.abspath(__file__) -dname = os.path.dirname(abspath) -fname = os.path.basename(abspath) -os.chdir(dname) - -# PrintToOutputFile = True - -sqr05 = 0.5 ** 0.5 - -# ---- Initial definition of variables; the actual values will be read in with exec(open('./optic_input.py').read()) below -# Do you want to calculate the errors? If not, just the GHK-parameters are determined. -ScriptVersion = "0.9.8d" -Error_Calc = True -LID = "internal" -EID = "internal" -# --- IL Laser IL and +-Uncertainty -DOLP, dDOLP, nDOLP = 0.995, 0.005, 1 # degree of linear polarization; default 1 -RotL, dRotL, nRotL = 0.0, 0.0, 1 # alpha; rotation of laser polarization in degrees; default 0 -# IL = 1e5 #photons in the laser beam, including detection efficiency of the telescope, atmodspheric and r^2 attenuation -# --- ME Emitter and +-Uncertainty -DiE, dDiE, nDiE = 0., 0.00, 1 # Diattenuation -TiE = 1. # Unpolarized transmittance -RetE, dRetE, nRetE = 0., 180.0, 0 # Retardance in degrees -RotE, dRotE, nRotE = 0., 0.0, 0 # beta: Rotation of optical element in degrees -# --- MO Receiver Optics including telescope -DiO, dDiO, nDiO = -0.055, 0.003, 1 -TiO = 0.9 -RetO, dRetO, nRetO = 0., 180.0, 2 -RotO, dRotO, nRotO = 0., 0.1, 1 # gamma -# --- PBS MT transmitting path defined with (TS,TP); and +-Uncertainty -TP, dTP, nTP = 0.98, 0.02, 1 -TS, dTS, nTS = 0.001, 0.001, 1 -TiT = 0.5 * (TP + TS) -DiT = (TP - TS) / (TP + TS) -# PolFilter -RetT, dRetT, nRetT = 0., 180., 0 -ERaT, dERaT, nERaT = 0.001, 0.001, 1 -RotaT, dRotaT, nRotaT = 0., 3., 1 -DaT = (1 - ERaT) / (1 + ERaT) -TaT = 0.5 * (1 + ERaT) -# --- PBS MR reflecting path defined with (RS,RP); and +-Uncertainty -RS_RP_depend_on_TS_TP = False -if (RS_RP_depend_on_TS_TP): - RP, dRP, nRP = 1 - TP, 0.00, 0 - RS, dRS, nRS = 1 - TS, 0.00, 0 -else: - RP, dRP, nRP = 0.05, 0.01, 1 - RS, dRS, nRS = 0.98, 0.01, 1 -TiR = 0.5 * (RP + RS) -DiR = (RP - RS) / (RP + RS) -# PolFilter -RetR, dRetR, nRetR = 0., 180., 0 -ERaR, dERaR, nERaR = 0.001, 0.001, 1 -RotaR, dRotaR, nRotaR = 90., 3., 1 -DaR = (1 - ERaR) / (1 + ERaR) -TaR = 0.5 * (1 + ERaR) - -# +++ Orientation of the PBS with respect to the reference plane (see Polarisation-orientation.png and Polarisation-orientation-2.png in /system_settings) -# Y = +1: polarisation in reference plane is finally transmitted, -# Y = -1: polarisation in reference plane is finally reflected. -Y = 1. - -# Calibrator = type defined by matrix values -LocC = 4 # location of calibrator: behind laser = 1; behind emitter = 2; before receiver = 3; before PBS = 4 - -# --- Additional attenuation (transmission of the ND-filter) during the calibration -TCalT, dTCalT, nTCalT = 1, 0, 0 # transmitting path; error calc not working yet -TCalR, dTCalR, nTCalR = 1, 0, 0 # reflecting path; error calc not working yet - -# *** signal noise error calculation -# --- number of photon counts in the signal summed up in the calibration range during the calibration measurements -NCalT = 1e6 # default 1e6, assumed the same in +45° and -45° signals -NCalR = 1e6 # default 1e6, assumed the same in +45° and -45° signals -NILfac = 200 # duration of standard (0°) measurement relative to calibration measurements -nNCal = 0 # error nNCal: one-sigma in steps to left and right for calibration signals -nNI = 0 # error nNI: one-sigma in steps to left and right for 0° signals -IoutTp0, IoutTp, dIoutTp0 = 0.5, 0.5, 0 -IoutTm0, IoutTm, dIoutTm0 = 0.5, 0.5, 0 -IoutRp0, IoutRp, dIoutRp0 = 0.5, 0.5, 0 -IoutRm0, IoutRm, dIoutRm0 = 0.5, 0.5, 0 -It0, It, dIt0 = 1 , 1, 0 -Ir0, Ir, dTr0 = 1 , 1, 0 -CalcFrom0deg = True - -TypeC = 3 # linear polarizer calibrator -# example with extinction ratio 0.001 -DiC, dDiC, nDiC = 1.0, 0., 0 # ideal 1.0 -TiC = 0.5 # ideal 0.5 -RetC, dRetC, nRetC = 0., 0., 0 -RotC, dRotC, nRotC = 0.0, 0.1, 0 # constant calibrator offset epsilon -RotationErrorEpsilonForNormalMeasurements = False # is in general False for TypeC == 3 calibrator - -# Rotation error without calibrator: if False, then epsilon = 0 for normal measurements -RotationErrorEpsilonForNormalMeasurements = True -# BSR backscatter ratio -# BSR, dBSR, nBSR = 10, 0.05, 1 -BSR = np.zeros(5) -BSR = [1.1, 2, 5, 10, 50] -# theoretical molecular LDR LDRm -LDRm, dLDRm, nLDRm = 0.004, 0.001, 1 -# LDRCal assumed atmospheric linear depolarization ratio during the calibration measurements (first guess) -LDRCal0, dLDRCal, nLDRCal = 0.25, 0.04, 1 -LDRCal = LDRCal0 -# measured LDRm will be corrected with calculated parameters -LDRmeas = 0.015 -# LDRtrue for simulation of measurement => LDRsim -LDRtrue = 0.5 -LDRtrue2 = 0.004 -LDRunCorr = 1 -# Initialize other values to 0 -ER, nER, dER = 0.001, 0, 0.001 -K = 0. -Km = 0. -Kp = 0. -LDRcorr = 0. -Eta = 0. -Ir = 0. -It = 0. -h = 1. - -Loc = ['', 'behind laser', 'behind emitter', 'before receiver', 'before PBS'] -Type = ['', 'mechanical rotator', 'hwp rotator', 'linear polarizer', 'qwp rotator', 'circular polarizer', - 'real HWP +-22.5°'] -dY = ['reflected channel', '', 'transmitted channel'] -bPlotEtax = False - -# end of initial definition of variables -# ******************************************************************************************************************************* - -# --- Read actual lidar system parameters from optic_input.py (must be in the programs sub-directory 'system_settings') -#InputFile = 'optic_input_example_lidar_2.py' -#InputFile = 'optic_input_example_lidar_3.py' -#InputFile = 'optic_input_example_lidar_4.py' -#InputFile = 'optic_input_example_lidar_5.py' -InputFile = 'optic_input_example_lidar.py' - -''' -print("From ", dname) -print("Running ", fname) -print("Reading input file ", InputFile, " for") -''' -input_path = os.path.join('.', 'system_settings', InputFile) -# this works with Python 2 and 3! -exec (open(input_path).read(), globals()) -# end of read actual system parameters - - -# --- Manual Parameter Change --- -# (use for quick parameter changes without changing the input file ) -# DiO = 0. -# LDRtrue = 0.45 -# LDRtrue2 = 0.004 -# Y = -1 -# LocC = 4 #location of calibrator: 1 = behind laser; 2 = behind emitter; 3 = before receiver; 4 = before PBS -##TypeC = 6 Don't change the TypeC here -# RotationErrorEpsilonForNormalMeasurements = True -# LDRCal = 0.25 -## --- Errors -DOLP0, dDOLP, nDOLP = DOLP, dDOLP, nDOLP -RotL0, dRotL, nRotL = RotL, dRotL, nRotL - -DiE0, dDiE, nDiE = DiE, dDiE, nDiE -RetE0, dRetE, nRetE = RetE, dRetE, nRetE -RotE0, dRotE, nRotE = RotE, dRotE, nRotE - -DiO0, dDiO, nDiO = DiO, dDiO, nDiO -RetO0, dRetO, nRetO = RetO, dRetO, nRetO -RotO0, dRotO, nRotO = RotO, dRotO, nRotO - -DiC0, dDiC, nDiC = DiC, dDiC, nDiC -RetC0, dRetC, nRetC = RetC, dRetC, nRetC -RotC0, dRotC, nRotC = RotC, dRotC, nRotC - -TP0, dTP, nTP = TP, dTP, nTP -TS0, dTS, nTS = TS, dTS, nTS -RetT0, dRetT, nRetT = RetT, dRetT, nRetT - -ERaT0, dERaT, nERaT = ERaT, dERaT, nERaT -RotaT0, dRotaT, nRotaT = RotaT, dRotaT, nRotaT - -RP0, dRP, nRP = RP, dRP, nRP -RS0, dRS, nRS = RS, dRS, nRS -RetR0, dRetR, nRetR = RetR, dRetR, nRetR - -ERaR0, dERaR, nERaR = ERaR, dERaR, nERaR -RotaR0, dRotaR, nRotaR = RotaR, dRotaR, nRotaR - -LDRCal0, dLDRCal, nLDRCal = LDRCal, dLDRCal, nLDRCal - -# BSR0, dBSR, nBSR = BSR, dBSR, nBSR -LDRm0, dLDRm, nLDRm = LDRm, dLDRm, nLDRm -# ---------- End of manual parameter change - -RotL, RotE, RetE, DiE, RotO, RetO, DiO, RotC, RetC, DiC = RotL0, RotE0, RetE0, DiE0, RotO0, RetO0, DiO0, RotC0, RetC0, DiC0 -TP, TS, RP, RS, ERaT, RotaT, RetT, ERaR, RotaR, RetR = TP0, TS0, RP0, RS0, ERaT0, RotaT0, RetT0, ERaR0, RotaR0, RetR0 -LDRCal = LDRCal0 -DTa0, TTa0, DRa0, TRa0, LDRsimx, LDRCorr = 0, 0, 0, 0, 0, 0 -TCalT0, TCalR0 = TCalT, TCalR - -TiT = 0.5 * (TP + TS) -DiT = (TP - TS) / (TP + TS) -ZiT = (1. - DiT ** 2) ** 0.5 -TiR = 0.5 * (RP + RS) -DiR = (RP - RS) / (RP + RS) -ZiR = (1. - DiR ** 2) ** 0.5 - -C2aT = np.cos(np.deg2rad(2 * RotaT)) -C2aR = np.cos(np.deg2rad(2 * RotaR)) -ATPT = (1 + C2aT * DaT * DiT) -ARPT = (1 + C2aR * DaR * DiR) -TTa = TiT * TaT * ATPT # unpolarized transmission -TRa = TiR * TaR * ARPT # unpolarized transmission -Eta0 = TRa / TTa -# --- this subroutine is for the calculation of the PLDR from LDR, BSR, and LDRm ----------------------------------------------------- -def CalcPLDR(LDR, BSR, LDRm): - PLDR = (BSR * (1. + LDRm) * LDR - LDRm * (1. + LDR)) / (BSR * (1. + LDRm) - (1. + LDR)) - return (PLDR) -# --- this subroutine is for the calculation with certain fixed parameters ----------------------------------------------------- -def Calc(TCalT, TCalR, NCalT, NCalR, DOLP, RotL, RotE, RetE, DiE, RotO, RetO, DiO, - RotC, RetC, DiC, TP, TS, RP, RS, - ERaT, RotaT, RetT, ERaR, RotaR, RetR, LDRCal): - # ---- Do the calculations of bra-ket vectors - h = -1. if TypeC == 2 else 1 - # from input file: assumed LDRCal for calibration measurements - aCal = (1. - LDRCal) / (1 + LDRCal) - # from input file: measured LDRm and true LDRtrue, LDRtrue2 => - # ameas = (1.-LDRmeas)/(1+LDRmeas) - atrue = (1. - LDRtrue) / (1 + LDRtrue) - # atrue2 = (1.-LDRtrue2)/(1+LDRtrue2) - - # angles of emitter and laser and calibrator and receiver optics - # RotL = alpha, RotE = beta, RotO = gamma, RotC = epsilon - S2a = np.sin(2 * np.deg2rad(RotL)) - C2a = np.cos(2 * np.deg2rad(RotL)) - S2b = np.sin(2 * np.deg2rad(RotE)) - C2b = np.cos(2 * np.deg2rad(RotE)) - S2ab = np.sin(np.deg2rad(2 * RotL - 2 * RotE)) - C2ab = np.cos(np.deg2rad(2 * RotL - 2 * RotE)) - S2g = np.sin(np.deg2rad(2 * RotO)) - C2g = np.cos(np.deg2rad(2 * RotO)) - - # Laser with Degree of linear polarization DOLP - IinL = 1. - QinL = DOLP - UinL = 0. - VinL = (1. - DOLP ** 2) ** 0.5 - - # Stokes Input Vector rotation Eq. E.4 - A = C2a * QinL - S2a * UinL - B = S2a * QinL + C2a * UinL - # Stokes Input Vector rotation Eq. E.9 - C = C2ab * QinL - S2ab * UinL - D = S2ab * QinL + C2ab * UinL - - # emitter optics - CosE = np.cos(np.deg2rad(RetE)) - SinE = np.sin(np.deg2rad(RetE)) - ZiE = (1. - DiE ** 2) ** 0.5 - WiE = (1. - ZiE * CosE) - - # Stokes Input Vector after emitter optics equivalent to Eq. E.9 with already rotated input vector from Eq. E.4 - # b = beta - IinE = (IinL + DiE * C) - QinE = (C2b * DiE * IinL + A + S2b * (WiE * D - ZiE * SinE * VinL)) - UinE = (S2b * DiE * IinL + B - C2b * (WiE * D - ZiE * SinE * VinL)) - VinE = (-ZiE * SinE * D + ZiE * CosE * VinL) - - # Stokes Input Vector before receiver optics Eq. E.19 (after atmosphere F) - IinF = IinE - QinF = aCal * QinE - UinF = -aCal * UinE - VinF = (1. - 2. * aCal) * VinE - - # receiver optics - CosO = np.cos(np.deg2rad(RetO)) - SinO = np.sin(np.deg2rad(RetO)) - ZiO = (1. - DiO ** 2) ** 0.5 - WiO = (1. - ZiO * CosO) - - # calibrator - CosC = np.cos(np.deg2rad(RetC)) - SinC = np.sin(np.deg2rad(RetC)) - ZiC = (1. - DiC ** 2) ** 0.5 - WiC = (1. - ZiC * CosC) - - # Stokes Input Vector before the polarising beam splitter Eq. E.31 - A = C2g * QinE - S2g * UinE - B = S2g * QinE + C2g * UinE - - IinP = (IinE + DiO * aCal * A) - QinP = (C2g * DiO * IinE + aCal * QinE - S2g * (WiO * aCal * B + ZiO * SinO * (1 - 2 * aCal) * VinE)) - UinP = (S2g * DiO * IinE - aCal * UinE + C2g * (WiO * aCal * B + ZiO * SinO * (1 - 2 * aCal) * VinE)) - VinP = (ZiO * SinO * aCal * B + ZiO * CosO * (1 - 2 * aCal) * VinE) - - # ------------------------- - # F11 assuemd to be = 1 => measured: F11m = IinP / IinE with atrue - # F11sim = TiO*(IinE + DiO*atrue*A)/IinE - # ------------------------- - - # analyser - if (RS_RP_depend_on_TS_TP): - RS = 1 - TS - RP = 1 - TP - - TiT = 0.5 * (TP + TS) - DiT = (TP - TS) / (TP + TS) - ZiT = (1. - DiT ** 2) ** 0.5 - TiR = 0.5 * (RP + RS) - DiR = (RP - RS) / (RP + RS) - ZiR = (1. - DiR ** 2) ** 0.5 - CosT = np.cos(np.deg2rad(RetT)) - SinT = np.sin(np.deg2rad(RetT)) - CosR = np.cos(np.deg2rad(RetR)) - SinR = np.sin(np.deg2rad(RetR)) - - DaT = (1 - ERaT) / (1 + ERaT) - DaR = (1 - ERaR) / (1 + ERaR) - TaT = 0.5 * (1 + ERaT) - TaR = 0.5 * (1 + ERaR) - - S2aT = np.sin(np.deg2rad(h * 2 * RotaT)) - C2aT = np.cos(np.deg2rad(2 * RotaT)) - S2aR = np.sin(np.deg2rad(h * 2 * RotaR)) - C2aR = np.cos(np.deg2rad(2 * RotaR)) - - # Analyzer As before the PBS Eq. D.5; combined PBS and cleaning pol-filter - ATPT = (1 + C2aT * DaT * DiT) # unpolarized transmission correction - TTa = TiT * TaT * ATPT # unpolarized transmission - ATP1 = 1 - ATP2 = Y * (DiT + C2aT * DaT) / ATPT - ATP3 = Y * S2aT * DaT * ZiT * CosT / ATPT - ATP4 = S2aT * DaT * ZiT * SinT / ATPT - ATP = np.array([ATP1, ATP2, ATP3, ATP4]) - DTa = ATP2 * Y - - ARPT = (1 + C2aR * DaR * DiR) # unpolarized transmission correction - TRa = TiR * TaR * ARPT # unpolarized transmission - ARP1 = 1 - ARP2 = Y * (DiR + C2aR * DaR) / ARPT - ARP3 = Y * S2aR * DaR * ZiR * CosR / ARPT - ARP4 = S2aR * DaR * ZiR * SinR / ARPT - ARP = np.array([ARP1, ARP2, ARP3, ARP4]) - DRa = ARP2 * Y - - - # ---- Calculate signals and correction parameters for diffeent locations and calibrators - if LocC == 4: # Calibrator before the PBS - # print("Calibrator location not implemented yet") - - # S2ge = np.sin(np.deg2rad(2*RotO + h*2*RotC)) - # C2ge = np.cos(np.deg2rad(2*RotO + h*2*RotC)) - S2e = np.sin(np.deg2rad(h * 2 * RotC)) - C2e = np.cos(np.deg2rad(2 * RotC)) - # rotated AinP by epsilon Eq. C.3 - ATP2e = C2e * ATP2 + S2e * ATP3 - ATP3e = C2e * ATP3 - S2e * ATP2 - ARP2e = C2e * ARP2 + S2e * ARP3 - ARP3e = C2e * ARP3 - S2e * ARP2 - ATPe = np.array([ATP1, ATP2e, ATP3e, ATP4]) - ARPe = np.array([ARP1, ARP2e, ARP3e, ARP4]) - # Stokes Input Vector before the polarising beam splitter Eq. E.31 - A = C2g * QinE - S2g * UinE - B = S2g * QinE + C2g * UinE - # C = (WiO*aCal*B + ZiO*SinO*(1-2*aCal)*VinE) - Co = ZiO * SinO * VinE - Ca = (WiO * B - 2 * ZiO * SinO * VinE) - # C = Co + aCal*Ca - # IinP = (IinE + DiO*aCal*A) - # QinP = (C2g*DiO*IinE + aCal*QinE - S2g*C) - # UinP = (S2g*DiO*IinE - aCal*UinE + C2g*C) - # VinP = (ZiO*SinO*aCal*B + ZiO*CosO*(1-2*aCal)*VinE) - IinPo = IinE - QinPo = (C2g * DiO * IinE - S2g * Co) - UinPo = (S2g * DiO * IinE + C2g * Co) - VinPo = ZiO * CosO * VinE - - IinPa = DiO * A - QinPa = QinE - S2g * Ca - UinPa = -UinE + C2g * Ca - VinPa = ZiO * (SinO * B - 2 * CosO * VinE) - - IinP = IinPo + aCal * IinPa - QinP = QinPo + aCal * QinPa - UinP = UinPo + aCal * UinPa - VinP = VinPo + aCal * VinPa - # Stokes Input Vector before the polarising beam splitter rotated by epsilon Eq. C.3 - # QinPe = C2e*QinP + S2e*UinP - # UinPe = C2e*UinP - S2e*QinP - QinPoe = C2e * QinPo + S2e * UinPo - UinPoe = C2e * UinPo - S2e * QinPo - QinPae = C2e * QinPa + S2e * UinPa - UinPae = C2e * UinPa - S2e * QinPa - QinPe = C2e * QinP + S2e * UinP - UinPe = C2e * UinP - S2e * QinP - - # Calibration signals and Calibration correction K from measurements with LDRCal / aCal - if (TypeC == 2) or (TypeC == 1): # rotator calibration Eq. C.4 - # parameters for calibration with aCal - AT = ATP1 * IinP + h * ATP4 * VinP - BT = ATP3e * QinP - h * ATP2e * UinP - AR = ARP1 * IinP + h * ARP4 * VinP - BR = ARP3e * QinP - h * ARP2e * UinP - # Correction parameters for normal measurements; they are independent of LDR - if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out - IS1 = np.array([IinPo, QinPo, UinPo, VinPo]) - IS2 = np.array([IinPa, QinPa, UinPa, VinPa]) - GT = np.dot(ATP, IS1) - GR = np.dot(ARP, IS1) - HT = np.dot(ATP, IS2) - HR = np.dot(ARP, IS2) - else: - IS1 = np.array([IinPo, QinPo, UinPo, VinPo]) - IS2 = np.array([IinPa, QinPa, UinPa, VinPa]) - GT = np.dot(ATPe, IS1) - GR = np.dot(ARPe, IS1) - HT = np.dot(ATPe, IS2) - HR = np.dot(ARPe, IS2) - elif (TypeC == 3) or (TypeC == 4): # linear polariser calibration Eq. C.5 - # parameters for calibration with aCal - AT = ATP1 * IinP + ATP3e * UinPe + ZiC * CosC * (ATP2e * QinPe + ATP4 * VinP) - BT = DiC * (ATP1 * UinPe + ATP3e * IinP) - ZiC * SinC * (ATP2e * VinP - ATP4 * QinPe) - AR = ARP1 * IinP + ARP3e * UinPe + ZiC * CosC * (ARP2e * QinPe + ARP4 * VinP) - BR = DiC * (ARP1 * UinPe + ARP3e * IinP) - ZiC * SinC * (ARP2e * VinP - ARP4 * QinPe) - # Correction parameters for normal measurements; they are independent of LDR - if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out - IS1 = np.array([IinPo, QinPo, UinPo, VinPo]) - IS2 = np.array([IinPa, QinPa, UinPa, VinPa]) - GT = np.dot(ATP, IS1) - GR = np.dot(ARP, IS1) - HT = np.dot(ATP, IS2) - HR = np.dot(ARP, IS2) - else: - IS1e = np.array([IinPo + DiC * QinPoe, DiC * IinPo + QinPoe, ZiC * (CosC * UinPoe + SinC * VinPo), - -ZiC * (SinC * UinPoe - CosC * VinPo)]) - IS2e = np.array([IinPa + DiC * QinPae, DiC * IinPa + QinPae, ZiC * (CosC * UinPae + SinC * VinPa), - -ZiC * (SinC * UinPae - CosC * VinPa)]) - GT = np.dot(ATPe, IS1e) - GR = np.dot(ARPe, IS1e) - HT = np.dot(ATPe, IS2e) - HR = np.dot(ARPe, IS2e) - elif (TypeC == 6): # diattenuator calibration +-22.5° rotated_diattenuator_X22x5deg.odt - # parameters for calibration with aCal - AT = ATP1 * IinP + sqr05 * DiC * (ATP1 * QinPe + ATP2e * IinP) + (1 - 0.5 * WiC) * ( - ATP2e * QinPe + ATP3e * UinPe) + ZiC * (sqr05 * SinC * (ATP3e * VinP - ATP4 * UinPe) + ATP4 * CosC * VinP) - BT = sqr05 * DiC * (ATP1 * UinPe + ATP3e * IinP) + 0.5 * WiC * ( - ATP2e * UinPe + ATP3e * QinPe) - sqr05 * ZiC * SinC * (ATP2e * VinP - ATP4 * QinPe) - AR = ARP1 * IinP + sqr05 * DiC * (ARP1 * QinPe + ARP2e * IinP) + (1 - 0.5 * WiC) * ( - ARP2e * QinPe + ARP3e * UinPe) + ZiC * (sqr05 * SinC * (ARP3e * VinP - ARP4 * UinPe) + ARP4 * CosC * VinP) - BR = sqr05 * DiC * (ARP1 * UinPe + ARP3e * IinP) + 0.5 * WiC * ( - ARP2e * UinPe + ARP3e * QinPe) - sqr05 * ZiC * SinC * (ARP2e * VinP - ARP4 * QinPe) - # Correction parameters for normal measurements; they are independent of LDR - if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out - IS1 = np.array([IinPo, QinPo, UinPo, VinPo]) - IS2 = np.array([IinPa, QinPa, UinPa, VinPa]) - GT = np.dot(ATP, IS1) - GR = np.dot(ARP, IS1) - HT = np.dot(ATP, IS2) - HR = np.dot(ARP, IS2) - else: - IS1e = np.array([IinPo + DiC * QinPoe, DiC * IinPo + QinPoe, ZiC * (CosC * UinPoe + SinC * VinPo), - -ZiC * (SinC * UinPoe - CosC * VinPo)]) - IS2e = np.array([IinPa + DiC * QinPae, DiC * IinPa + QinPae, ZiC * (CosC * UinPae + SinC * VinPa), - -ZiC * (SinC * UinPae - CosC * VinPa)]) - GT = np.dot(ATPe, IS1e) - GR = np.dot(ARPe, IS1e) - HT = np.dot(ATPe, IS2e) - HR = np.dot(ARPe, IS2e) - else: - print("Calibrator not implemented yet") - sys.exit() - - elif LocC == 3: # C before receiver optics Eq.57 - - # S2ge = np.sin(np.deg2rad(2*RotO - 2*RotC)) - # C2ge = np.cos(np.deg2rad(2*RotO - 2*RotC)) - S2e = np.sin(np.deg2rad(2 * RotC)) - C2e = np.cos(np.deg2rad(2 * RotC)) - - # As with C before the receiver optics (rotated_diattenuator_X22x5deg.odt) - AF1 = np.array([1, C2g * DiO, S2g * DiO, 0]) - AF2 = np.array([C2g * DiO, 1 - S2g ** 2 * WiO, S2g * C2g * WiO, -S2g * ZiO * SinO]) - AF3 = np.array([S2g * DiO, S2g * C2g * WiO, 1 - C2g ** 2 * WiO, C2g * ZiO * SinO]) - AF4 = np.array([0, S2g * SinO, -C2g * SinO, CosO]) - - ATF = (ATP1 * AF1 + ATP2 * AF2 + ATP3 * AF3 + ATP4 * AF4) - ARF = (ARP1 * AF1 + ARP2 * AF2 + ARP3 * AF3 + ARP4 * AF4) - ATF2 = ATF[1] - ATF3 = ATF[2] - ARF2 = ARF[1] - ARF3 = ARF[2] - - # rotated AinF by epsilon - ATF1 = ATF[0] - ATF4 = ATF[3] - ATF2e = C2e * ATF[1] + S2e * ATF[2] - ATF3e = C2e * ATF[2] - S2e * ATF[1] - ARF1 = ARF[0] - ARF4 = ARF[3] - ARF2e = C2e * ARF[1] + S2e * ARF[2] - ARF3e = C2e * ARF[2] - S2e * ARF[1] - - ATFe = np.array([ATF1, ATF2e, ATF3e, ATF4]) - ARFe = np.array([ARF1, ARF2e, ARF3e, ARF4]) - - QinEe = C2e * QinE + S2e * UinE - UinEe = C2e * UinE - S2e * QinE - - # Stokes Input Vector before receiver optics Eq. E.19 (after atmosphere F) - IinF = IinE - QinF = aCal * QinE - UinF = -aCal * UinE - VinF = (1. - 2. * aCal) * VinE - - IinFo = IinE - QinFo = 0. - UinFo = 0. - VinFo = VinE - - IinFa = 0. - QinFa = QinE - UinFa = -UinE - VinFa = -2. * VinE - - # Stokes Input Vector before receiver optics rotated by epsilon Eq. C.3 - QinFe = C2e * QinF + S2e * UinF - UinFe = C2e * UinF - S2e * QinF - QinFoe = C2e * QinFo + S2e * UinFo - UinFoe = C2e * UinFo - S2e * QinFo - QinFae = C2e * QinFa + S2e * UinFa - UinFae = C2e * UinFa - S2e * QinFa - - # Calibration signals and Calibration correction K from measurements with LDRCal / aCal - if (TypeC == 2) or (TypeC == 1): # rotator calibration Eq. C.4 - # parameters for calibration with aCal - AT = ATF1 * IinF + ATF4 * h * VinF - BT = ATF3e * QinF - ATF2e * h * UinF - AR = ARF1 * IinF + ARF4 * h * VinF - BR = ARF3e * QinF - ARF2e * h * UinF - # Correction parameters for normal measurements; they are independent of LDR - if (not RotationErrorEpsilonForNormalMeasurements): - GT = ATF1 * IinE + ATF4 * VinE - GR = ARF1 * IinE + ARF4 * VinE - HT = ATF2 * QinE - ATF3 * UinE - ATF4 * 2 * VinE - HR = ARF2 * QinE - ARF3 * UinE - ARF4 * 2 * VinE - else: - GT = ATF1 * IinE + ATF4 * h * VinE - GR = ARF1 * IinE + ARF4 * h * VinE - HT = ATF2e * QinE - ATF3e * h * UinE - ATF4 * h * 2 * VinE - HR = ARF2e * QinE - ARF3e * h * UinE - ARF4 * h * 2 * VinE - elif (TypeC == 3) or (TypeC == 4): # linear polariser calibration Eq. C.5 - # p = +45°, m = -45° - IF1e = np.array([IinF, ZiC * CosC * QinFe, UinFe, ZiC * CosC * VinF]) - IF2e = np.array([DiC * UinFe, -ZiC * SinC * VinF, DiC * IinF, ZiC * SinC * QinFe]) - AT = np.dot(ATFe, IF1e) - AR = np.dot(ARFe, IF1e) - BT = np.dot(ATFe, IF2e) - BR = np.dot(ARFe, IF2e) - - # Correction parameters for normal measurements; they are independent of LDR --- the same as for TypeC = 6 - if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out - IS1 = np.array([IinE, 0, 0, VinE]) - IS2 = np.array([0, QinE, -UinE, -2 * VinE]) - GT = np.dot(ATF, IS1) - GR = np.dot(ARF, IS1) - HT = np.dot(ATF, IS2) - HR = np.dot(ARF, IS2) - else: - IS1e = np.array([IinFo + DiC * QinFoe, DiC * IinFo + QinFoe, ZiC * (CosC * UinFoe + SinC * VinFo), - -ZiC * (SinC * UinFoe - CosC * VinFo)]) - IS2e = np.array([IinFa + DiC * QinFae, DiC * IinFa + QinFae, ZiC * (CosC * UinFae + SinC * VinFa), - -ZiC * (SinC * UinFae - CosC * VinFa)]) - GT = np.dot(ATFe, IS1e) - GR = np.dot(ARFe, IS1e) - HT = np.dot(ATFe, IS2e) - HR = np.dot(ARFe, IS2e) - - elif (TypeC == 6): # diattenuator calibration +-22.5° rotated_diattenuator_X22x5deg.odt - # parameters for calibration with aCal - IF1e = np.array([IinF + sqr05 * DiC * QinFe, sqr05 * DiC * IinF + (1 - 0.5 * WiC) * QinFe, - (1 - 0.5 * WiC) * UinFe + sqr05 * ZiC * SinC * VinF, - -sqr05 * ZiC * SinC * UinFe + ZiC * CosC * VinF]) - IF2e = np.array([sqr05 * DiC * UinFe, 0.5 * WiC * UinFe - sqr05 * ZiC * SinC * VinF, - sqr05 * DiC * IinF + 0.5 * WiC * QinFe, sqr05 * ZiC * SinC * QinFe]) - AT = np.dot(ATFe, IF1e) - AR = np.dot(ARFe, IF1e) - BT = np.dot(ATFe, IF2e) - BR = np.dot(ARFe, IF2e) - - # Correction parameters for normal measurements; they are independent of LDR - if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out - # IS1 = np.array([IinE,0,0,VinE]) - # IS2 = np.array([0,QinE,-UinE,-2*VinE]) - IS1 = np.array([IinFo, 0, 0, VinFo]) - IS2 = np.array([0, QinFa, UinFa, VinFa]) - GT = np.dot(ATF, IS1) - GR = np.dot(ARF, IS1) - HT = np.dot(ATF, IS2) - HR = np.dot(ARF, IS2) - else: - IS1e = np.array([IinFo + DiC * QinFoe, DiC * IinFo + QinFoe, ZiC * (CosC * UinFoe + SinC * VinFo), - -ZiC * (SinC * UinFoe - CosC * VinFo)]) - IS2e = np.array([IinFa + DiC * QinFae, DiC * IinFa + QinFae, ZiC * (CosC * UinFae + SinC * VinFa), - -ZiC * (SinC * UinFae - CosC * VinFa)]) - # IS1e = np.array([IinFo,0,0,VinFo]) - # IS2e = np.array([0,QinFae,UinFae,VinFa]) - GT = np.dot(ATFe, IS1e) - GR = np.dot(ARFe, IS1e) - HT = np.dot(ATFe, IS2e) - HR = np.dot(ARFe, IS2e) - - else: - print('Calibrator not implemented yet') - sys.exit() - - elif LocC == 2: # C behind emitter optics Eq.57 ------------------------------------------------------- - # print("Calibrator location not implemented yet") - S2e = np.sin(np.deg2rad(2 * RotC)) - C2e = np.cos(np.deg2rad(2 * RotC)) - - # AS with C before the receiver optics (see document rotated_diattenuator_X22x5deg.odt) - AF1 = np.array([1, C2g * DiO, S2g * DiO, 0]) - AF2 = np.array([C2g * DiO, 1 - S2g ** 2 * WiO, S2g * C2g * WiO, -S2g * ZiO * SinO]) - AF3 = np.array([S2g * DiO, S2g * C2g * WiO, 1 - C2g ** 2 * WiO, C2g * ZiO * SinO]) - AF4 = np.array([0, S2g * SinO, -C2g * SinO, CosO]) - - ATF = (ATP1 * AF1 + ATP2 * AF2 + ATP3 * AF3 + ATP4 * AF4) - ARF = (ARP1 * AF1 + ARP2 * AF2 + ARP3 * AF3 + ARP4 * AF4) - ATF1 = ATF[0] - ATF2 = ATF[1] - ATF3 = ATF[2] - ATF4 = ATF[3] - ARF1 = ARF[0] - ARF2 = ARF[1] - ARF3 = ARF[2] - ARF4 = ARF[3] - - # AS with C behind the emitter - # terms without aCal - ATE1o, ARE1o = ATF1, ARF1 - ATE2o, ARE2o = 0., 0. - ATE3o, ARE3o = 0., 0. - ATE4o, ARE4o = ATF4, ARF4 - # terms with aCal - ATE1a, ARE1a = 0., 0. - ATE2a, ARE2a = ATF2, ARF2 - ATE3a, ARE3a = -ATF3, -ARF3 - ATE4a, ARE4a = -2 * ATF4, -2 * ARF4 - # rotated AinEa by epsilon - ATE2ae = C2e * ATF2 + S2e * ATF3 - ATE3ae = -S2e * ATF2 - C2e * ATF3 - ARE2ae = C2e * ARF2 + S2e * ARF3 - ARE3ae = -S2e * ARF2 - C2e * ARF3 - - ATE1 = ATE1o - ATE2e = aCal * ATE2ae - ATE3e = aCal * ATE3ae - ATE4 = (1 - 2 * aCal) * ATF4 - ARE1 = ARE1o - ARE2e = aCal * ARE2ae - ARE3e = aCal * ARE3ae - ARE4 = (1 - 2 * aCal) * ARF4 - - # rotated IinE - QinEe = C2e * QinE + S2e * UinE - UinEe = C2e * UinE - S2e * QinE - - # Calibration signals and Calibration correction K from measurements with LDRCal / aCal - if (TypeC == 2) or (TypeC == 1): # +++++++++ rotator calibration Eq. C.4 - AT = ATE1o * IinE + (ATE4o + aCal * ATE4a) * h * VinE - BT = aCal * (ATE3ae * QinEe - ATE2ae * h * UinEe) - AR = ARE1o * IinE + (ARE4o + aCal * ARE4a) * h * VinE - BR = aCal * (ARE3ae * QinEe - ARE2ae * h * UinEe) - - # Correction parameters for normal measurements; they are independent of LDR - if (not RotationErrorEpsilonForNormalMeasurements): - # Stokes Input Vector before receiver optics Eq. E.19 (after atmosphere F) - GT = ATE1o * IinE + ATE4o * h * VinE - GR = ARE1o * IinE + ARE4o * h * VinE - HT = ATE2a * QinE + ATE3a * h * UinEe + ATE4a * h * VinE - HR = ARE2a * QinE + ARE3a * h * UinEe + ARE4a * h * VinE - else: - GT = ATE1o * IinE + ATE4o * h * VinE - GR = ARE1o * IinE + ARE4o * h * VinE - HT = ATE2ae * QinE + ATE3ae * h * UinEe + ATE4a * h * VinE - HR = ARE2ae * QinE + ARE3ae * h * UinEe + ARE4a * h * VinE - - elif (TypeC == 3) or (TypeC == 4): # +++++++++ linear polariser calibration Eq. C.5 - # p = +45°, m = -45° - AT = ATE1 * IinE + ZiC * CosC * (ATE2e * QinEe + ATE4 * VinE) + ATE3e * UinEe - BT = DiC * (ATE1 * UinEe + ATE3e * IinE) + ZiC * SinC * (ATE4 * QinEe - ATE2e * VinE) - AR = ARE1 * IinE + ZiC * CosC * (ARE2e * QinEe + ARE4 * VinE) + ARE3e * UinEe - BR = DiC * (ARE1 * UinEe + ARE3e * IinE) + ZiC * SinC * (ARE4 * QinEe - ARE2e * VinE) - - # Correction parameters for normal measurements; they are independent of LDR - if (not RotationErrorEpsilonForNormalMeasurements): - # Stokes Input Vector before receiver optics Eq. E.19 (after atmosphere F) - GT = ATE1o * IinE + ATE4o * VinE - GR = ARE1o * IinE + ARE4o * VinE - HT = ATE2a * QinE + ATE3a * UinE + ATE4a * VinE - HR = ARE2a * QinE + ARE3a * UinE + ARE4a * VinE - else: - D = IinE + DiC * QinEe - A = DiC * IinE + QinEe - B = ZiC * (CosC * UinEe + SinC * VinE) - C = -ZiC * (SinC * UinEe - CosC * VinE) - GT = ATE1o * D + ATE4o * C - GR = ARE1o * D + ARE4o * C - HT = ATE2a * A + ATE3a * B + ATE4a * C - HR = ARE2a * A + ARE3a * B + ARE4a * C - - elif (TypeC == 6): # real HWP calibration +-22.5° rotated_diattenuator_X22x5deg.odt - # p = +22.5°, m = -22.5° - IE1e = np.array([IinE + sqr05 * DiC * QinEe, sqr05 * DiC * IinE + (1 - 0.5 * WiC) * QinEe, - (1 - 0.5 * WiC) * UinEe + sqr05 * ZiC * SinC * VinE, - -sqr05 * ZiC * SinC * UinEe + ZiC * CosC * VinE]) - IE2e = np.array([sqr05 * DiC * UinEe, 0.5 * WiC * UinEe - sqr05 * ZiC * SinC * VinE, - sqr05 * DiC * IinE + 0.5 * WiC * QinEe, sqr05 * ZiC * SinC * QinEe]) - ATEe = np.array([ATE1, ATE2e, ATE3e, ATE4]) - AREe = np.array([ARE1, ARE2e, ARE3e, ARE4]) - AT = np.dot(ATEe, IE1e) - AR = np.dot(AREe, IE1e) - BT = np.dot(ATEe, IE2e) - BR = np.dot(AREe, IE2e) - - # Correction parameters for normal measurements; they are independent of LDR - if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out - GT = ATE1o * IinE + ATE4o * VinE - GR = ARE1o * IinE + ARE4o * VinE - HT = ATE2a * QinE + ATE3a * UinE + ATE4a * VinE - HR = ARE2a * QinE + ARE3a * UinE + ARE4a * VinE - else: - D = IinE + DiC * QinEe - A = DiC * IinE + QinEe - B = ZiC * (CosC * UinEe + SinC * VinE) - C = -ZiC * (SinC * UinEe - CosC * VinE) - GT = ATE1o * D + ATE4o * C - GR = ARE1o * D + ARE4o * C - HT = ATE2a * A + ATE3a * B + ATE4a * C - HR = ARE2a * A + ARE3a * B + ARE4a * C - - else: - print('Calibrator not implemented yet') - sys.exit() - - else: - print("Calibrator location not implemented yet") - sys.exit() - - # Determination of the correction K of the calibration factor. - IoutTp = TTa * TiC * TiO * TiE * (AT + BT) - IoutTm = TTa * TiC * TiO * TiE * (AT - BT) - IoutRp = TRa * TiC * TiO * TiE * (AR + BR) - IoutRm = TRa * TiC * TiO * TiE * (AR - BR) - # --- Results and Corrections; electronic etaR and etaT are assumed to be 1 - Etapx = IoutRp / IoutTp - Etamx = IoutRm / IoutTm - Etax = (Etapx * Etamx) ** 0.5 - - Eta = (TRa / TTa) # = TRa / TTa; Eta = Eta*/K Eq. 84 => K = Eta* / Eta; equation corrected according to the papers supplement Eqs. (S.10.10.1) ff - K = Etax / Eta - - # For comparison with Volkers Libreoffice Müller Matrix spreadsheet - # Eta_test_p = (IoutRp/IoutTp) - # Eta_test_m = (IoutRm/IoutTm) - # Eta_test = (Eta_test_p*Eta_test_m)**0.5 - - # ----- random error calculation ---------- - # noise must be calculated with the photon counts of measured signals; - # relative standard deviation of calibration signals with LDRcal; assumed to be statisitcally independent - # normalised noise errors - if (CalcFrom0deg): - dIoutTp = (NCalT * IoutTp) ** -0.5 - dIoutTm = (NCalT * IoutTm) ** -0.5 - dIoutRp = (NCalR * IoutRp) ** -0.5 - dIoutRm = (NCalR * IoutRm) ** -0.5 - else: - dIoutTp = (NCalT ** -0.5) - dIoutTm = (NCalT ** -0.5) - dIoutRp = (NCalR ** -0.5) - dIoutRm = (NCalR ** -0.5) - # Forward simulated 0°-signals with LDRCal with atrue; from input file - - It = TTa * TiO * TiE * (GT + atrue * HT) - Ir = TRa * TiO * TiE * (GR + atrue * HR) - # relative standard deviation of standard signals with LDRmeas; assumed to be statisitcally independent - if (CalcFrom0deg): - dIt = ((NCalT * It / IoutTp * NILfac / TCalT) ** -0.5) - dIr = ((NCalR * Ir / IoutRp * NILfac / TCalR) ** -0.5) - else: - dIt = ((NCalT * 2 * NILfac / TCalT ) ** -0.5) * It - dIr = ((NCalR * 2 * NILfac / TCalR) ** -0.5) * Ir - - # ----- Forward simulated LDRsim = 1/Eta*Ir/It # simulated LDR* with Y from input file - LDRsim = Ir / It # simulated uncorrected LDR with Y from input file - # Corrected LDRsimCorr from forward simulated LDRsim (atrue) - # LDRsimCorr = (1./Eta*LDRsim*(GT+HT)-(GR+HR))/((GR-HR)-1./Eta*LDRsim*(GT-HT)) - ''' - if ((Y == -1.) and (abs(RotL0) < 45)) or ((Y == +1.) and (abs(RotL0) > 45)): - LDRsimx = 1. / LDRsim / Etax - else: - LDRsimx = LDRsim / Etax - ''' - LDRsimx = LDRsim - - # The following is correct without doubt - # LDRCorr = (LDRsim/(Etax/K)*(GT+HT)-(GR+HR))/((GR-HR)-LDRsim/(Etax/K)*(GT-HT)) - - # The following is a test whether the equations for calibration Etax and normal signal (GHK, LDRsim) are consistent - LDRCorr = (LDRsim / (Etax / K) * (GT + HT) - (GR + HR)) / ((GR - HR) - LDRsim / (Etax / K) * (GT - HT)) - # here we could also use Eta instead of Etax / K => how to test whether Etax is correct? => comparison with MüllerMatrix simulation! - # Without any correction: only measured It, Ir, EtaX are used - LDRunCorr = (LDRsim / Etax * (GT / abs(GT) + HT / abs(HT)) - (GR / abs(GR) + HR / abs(HR))) / ((GR / abs(GR) - HR / abs(HR)) - LDRsim / Etax * (GT / abs(GT) - HT / abs(HT))) - - #LDRCorr = LDRsimx # for test only - - F11sim = 1 / (TiO * TiE) * ((HR * Eta * It - HT * Ir) / (HR * GT - HT * GR)) # IL = 1, Etat = Etar = 1 ; AMT Eq.64; what is Etax/K? => see about 20 lines above: = Eta - - return (IoutTp, IoutTm, IoutRp, IoutRm, It, Ir, dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr, - GT, HT, GR, HR, K, Eta, LDRsimx, LDRCorr, DTa, DRa, TTa, TRa, F11sim, LDRunCorr) - - - -# ******************************************************************************************************************************* - -# --- CALC with assumed true parameters from the input file -IoutTp0, IoutTm0, IoutRp0, IoutRm0, It0, Ir0, dIoutTp0, dIoutTm0, dIoutRp0, dIoutRm0, dIt0, dIr0, \ -GT0, HT0, GR0, HR0, K0, Eta0, LDRsimx, LDRCorr, DTa0, DRa0, TTa0, TRa0, F11sim0, LDRunCorr = \ -Calc(TCalT, TCalR, NCalT, NCalR, DOLP0, RotL0, RotE0, RetE0, DiE0, - RotO0, RetO0, DiO0, RotC0, RetC0, DiC0, TP0, TS0, RP0, RS0, - ERaT0, RotaT0, RetT0, ERaR0, RotaR0, RetR0, LDRCal0) -Etax0 = K0 * Eta0 -# --- Print parameters to console and output file -with open('output_files\\' + LID + '-' + InputFile[0:-3] + '-GHK.dat', 'w') as f: - with redirect_stdout(f): - print("From folder", dname) - print("Running prog", fname) - print("Version", ScriptVersion) - print("Reading input file ", InputFile) # , " for Lidar system :", EID, ", ", LID) - print("for Lidar system: ", EID, ", ", LID) - # --- Print iput information********************************* - print(" --- Input parameters: value ±error / ±steps ----------------------") - print("{0:5}{1:5} {2:6.4f}±{3:7.4f}/{4:2d}; {5:8} {6:8.4f}±{7:7.4f}/{8:2d}".format( - "Laser: ", "DOLP =", DOLP0, dDOLP, nDOLP," Rotation alpha = ", RotL0, dRotL, nRotL)) - print(" Diatt., Tunpol, Retard., Rotation (deg)") - print("{0:12} {1:7.4f}±{2:7.4f}/{8:2d}, {3:7.4f}, {4:3.0f}±{5:3.0f}/{9:2d}, {6:7.4f}±{7:7.4f}/{10:2d}".format( - "Emitter ", DiE0, dDiE, TiE, RetE0, dRetE, RotE0, dRotE, nDiE, nRetE, nRotE)) - print("{0:12} {1:7.4f}±{2:7.4f}/{8:2d}, {3:7.4f}, {4:3.0f}±{5:3.0f}/{9:2d}, {6:7.4f}±{7:7.4f}/{10:2d}".format( - "Receiver ", DiO0, dDiO, TiO, RetO0, dRetO, RotO0, dRotO, nDiO, nRetO, nRotO)) - print("{0:12} {1:7.4f}±{2:7.4f}/{8:2d}, {3:7.4f}, {4:3.0f}±{5:3.0f}/{9:2d}, {6:7.4f}±{7:7.4f}/{10:2d}".format( - "Calibrator ", DiC0, dDiC, TiC, RetC0, dRetC, RotC0, dRotC, nDiC, nRetC, nRotC)) - print("{0:12}".format(" --- Pol.-filter ---")) - print("{0:12}{1:7.4f}±{2:7.4f}/{3:2d}, {4:7.4f}±{5:7.4f}/{6:2d}".format( - "ERT, RotT :", ERaT0, dERaT, nERaT, RotaT0, dRotaT, nRotaT)) - print("{0:12}{1:7.4f}±{2:7.4f}/{3:2d}, {4:7.4f}±{5:7.4f}/{6:2d}".format( - "ERR, RotR :", ERaR0, dERaR, nERaR, RotaR0, dRotaR, nRotaR)) - print("{0:12}".format(" --- PBS ---")) - print("{0:12}{1:7.4f}±{2:7.4f}/{3:2d}, {4:7.4f}±{5:7.4f}/{6:2d}".format( - "TP,TS :", TP0, dTP, nTP, TS0, dTS, nTS)) - print("{0:12}{1:7.4f}±{2:7.4f}/{3:2d}, {4:7.4f}±{5:7.4f}/{6:2d}".format( - "RP,RS :", RP0, dRP, nRP, RS0, dRS, nRS)) - print("{0:12}{1:7.4f},{2:7.4f}, {3:7.4f},{4:7.4f}, {5:1.0f}".format( - "DT,TT,DR,TR,Y :", DiT, TiT, DiR, TiR, Y)) - print("{0:12}".format(" --- Combined PBS + Pol.-filter ---")) - print("{0:12}{1:7.4f},{2:7.4f}, {3:7.4f},{4:7.4f}".format( - "DT,TT,DR,TR :", DTa0, TTa0, DRa0, TRa0)) - print("{0:26}: {1:6.3f}± {2:5.3f}/{3:2d}".format( - "LDRCal during calibration in calibration range", LDRCal0, dLDRCal, nLDRCal)) - print("{0:12}".format(" --- Additional ND filter attenuation (transmission) during the calibration ---")) - print("{0:12}{1:7.4f}±{2:7.4f}/{3:2d}, {4:7.4f}±{5:7.4f}/{6:2d}".format( - "TCalT,TCalR :", TCalT0, dTCalT, nTCalT, TCalR0, dTCalR, nTCalR)) - print() - print("Rotation Error Epsilon For Normal Measurements = ", RotationErrorEpsilonForNormalMeasurements) - print(Type[TypeC], Loc[LocC]) - print("Parallel signal detected in", dY[int(Y + 1)]) - print("RS_RP_depend_on_TS_TP = ", RS_RP_depend_on_TS_TP) - # end of print actual system parameters - # ****************************************************************************** - - # print() - # print(" --- LDRCal during calibration | simulated and corrected LDRs -------------") - # print("{0:8} |{1:8}->{2:8},{3:9}->{4:9} |{5:8}->{6:8}".format(" LDRCal"," LDRtrue", " LDRsim"," LDRtrue2", " LDRsim2", " LDRmeas", " LDRcorr")) - # print("{0:8.5f} |{1:8.5f}->{2:8.5f},{3:9.5f}->{4:9.5f} |{5:8.5f}->{6:8.5f}".format(LDRCal, LDRtrue, LDRsim, LDRtrue2, LDRsim2, LDRmeas, LDRCorr)) - # print("{0:8} |{1:8}->{2:8}->{3:8}".format(" LDRCal"," LDRtrue", " LDRsimx", " LDRcorr")) - # print("{0:6.3f}±{1:5.3f}/{2:2d}|{3:8.5f}->{4:8.5f}->{5:8.5f}".format(LDRCal0, dLDRCal, nLDRCal, LDRtrue, LDRsimx, LDRCorr)) - # print("{0:8} |{1:8}->{2:8}->{3:8}".format(" LDRCal"," LDRtrue", " LDRsimx", " LDRcorr")) - # print(" --- LDRCal during calibration") - - # print("{0:8}={1:8.5f};{2:8}={3:8.5f}".format(" IinP",IinP," F11sim",F11sim)) - print() - - K0List = np.zeros(6) - LDRsimxList = np.zeros(6) - LDRCalList = 0.004, 0.02, 0.1, 0.2, 0.3, 0.45 - # The loop over LDRCalList is ony for checking whether and how much the LDR depends on the LDRCal during calibration and whether the corrections work. - # Still with assumed true parameters in input file - - facIt = NCalT / TCalT0 * NILfac - facIr = NCalR / TCalR0 * NILfac - print("IoutTp, IoutTm, IoutRp, IoutRm, It , Ir , dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr") - - for i, LDRCal in enumerate(LDRCalList): - IoutTp, IoutTm, IoutRp, IoutRm, It, Ir, dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr, \ - GT0, HT0, GR0, HR0, K0, Eta0, LDRsimx, LDRCorr, DTa0, DRa0, TTa0, TRa0, F11sim0, LDRunCorr = \ - Calc(TCalT0, TCalR0, NCalT, NCalR, DOLP0, RotL0, RotE0, RetE0, DiE0, - RotO0, RetO0, DiO0, RotC0, RetC0, DiC0, TP0, TS0, RP0, RS0, - ERaT0, RotaT0, RetT0, ERaR0, RotaR0, RetR0, LDRCal) - K0List[i] = K0 - LDRsimxList[i] = LDRsimx - - # check error signals - # print( "{:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}" - # .format(IoutTp * NCalT, IoutTm * NCalT, IoutRp * NCalR, IoutRm * NCalR, It * facIt, Ir * facIr, dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr)) - #print( "{:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}".format(IoutTp, IoutTm, IoutRp, IoutRm, It, Ir, dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr)) - # end check error signals - print('===========================================================================================================') - print("{0:8},{1:8},{2:8},{3:8},{4:9},{5:8},{6:9},{7:9},{8:9},{9:9}".format( - " GR", " GT", " HR", " HT", " K(0.004)", " K(0.02)", " K(0.1)", " K(0.2)", " K(0.3)", " K(0.45)")) - print("{0:8.5f},{1:8.5f},{2:8.5f},{3:8.5f},{4:9.5f},{5:9.5f},{6:9.5f},{7:9.5f},{8:9.5f},{9:9.5f}".format( - GR0, GT0, HR0, HT0, K0List[0], K0List[1], K0List[2], K0List[3], K0List[4], K0List[5])) - print('===========================================================================================================') - print() - print("Errors from neglecting GHK corrections and/or calibration:") - print("{0:>10},{1:>10},{2:>10},{3:>10},{4:>10},{5:>10}".format( - "LDRtrue", "LDRunCorr", "1/LDRunCorr", "LDRsimx", "1/LDRsimx", "LDRCorr")) - - #LDRtrueList = 0.004, 0.02, 0.2, 0.45 - aF11sim0 = np.zeros(5) - LDRrange = np.zeros(5) - LDRrange = [0.004, 0.02, 0.1, 0.3, 0.45] # list - - # The loop over LDRtrueList is only for checking how much the uncorrected LDRsimx deviates from LDRtrue ... and whether the corrections work. - # LDRsimx = LDRsim = Ir / It or 1/LDRsim - # Still with assumed true parameters in input file - for i, LDRtrue in enumerate(LDRrange): - #for LDRtrue in LDRrange: - IoutTp, IoutTm, IoutRp, IoutRm, It, Ir, dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr, \ - GT0, HT0, GR0, HR0, K0, Eta0, LDRsimx, LDRCorr, DTa0, DRa0, TTa0, TRa0, F11sim0, LDRunCorr = \ - Calc(TCalT0, TCalR0, NCalT, NCalR, DOLP0, RotL0, RotE0, RetE0, DiE0, - RotO0, RetO0, DiO0, RotC0, RetC0, DiC0, TP0, TS0, RP0, RS0, - ERaT0, RotaT0, RetT0, ERaR0, RotaR0, RetR0, LDRCal0) - print("{0:10.5f},{1:10.5f},{2:10.5f},{3:10.5f},{4:10.5f},{5:10.5f}".format(LDRtrue, LDRunCorr, 1/LDRunCorr, LDRsimx, 1/LDRsimx, LDRCorr)) - aF11sim0[i] = F11sim0 - # the assumed true aF11sim0 results will be used below to calc the deviation from the real signals - print("LDRsimx = LDR of the nominal system directly from measured signals without calibration and GHK-corrections") - print("LDRunCorr = LDR of the nominal system directly from measured signals with calibration but without GHK-corrections; electronic amplifications = 1 assumed") - print("LDRCorr = LDR calibrated and GHK-corrected") - print() - print("Errors from signal noise:") - print("Signal counts: NCalT, NCalR, NILfac, nNCal, nNI = {0:10.0f},{1:10.0f},{2:3.0f},{3:2.0f},{4:2.0f}".format( - NCalT, NCalR, NILfac, nNCal, nNI)) - - '''# das muß wieder weg - print("IoutTp, IoutTm, IoutRp, IoutRm, It , Ir , dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr") - LDRCal = 0.01 - for i, LDRtrue in enumerate(LDRrange): - IoutTp, IoutTm, IoutRp, IoutRm, It, Ir, dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr, \ - GT0, HT0, GR0, HR0, K0, Eta0, LDRsimx, LDRCorr, DTa0, DRa0, TTa0, TRa0, F11sim0, LDRunCorr = \ - Calc(TCalT0, TCalR0, NCalT, NCalR, DOLP0, RotL0, RotE0, RetE0, DiE0, - RotO0, RetO0, DiO0, RotC0, RetC0, DiC0, TP0, TS0, RP0, RS0, - ERaT0, RotaT0, RetT0, ERaR0, RotaR0, RetR0, LDRCal0) - print( "{:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}, {:0.4f}".format( - IoutTp * NCalT, IoutTm * NCalT, IoutRp * NCalR, IoutRm * NCalR, It * facIt, Ir * facIr, - dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr)) - aF11sim0[i] = F11sim0 - # the assumed true aF11sim0 results will be used below to calc the deviation from the real signals - # bis hierher weg - ''' - -file = open('output_files\\' + LID + '-' + InputFile[0:-3] + '-GHK.dat', 'r') -print(file.read()) -file.close() - -''' -if(PrintToOutputFile): - f = open('output_ver7.dat', 'w') - old_target = sys.stdout - sys.stdout = f - - print("something") - -if(PrintToOutputFile): - sys.stdout.flush() - f.close - sys.stdout = old_target -''' -if (Error_Calc): - # --- CALC again assumed truth with LDRCal0 and with assumed true parameters in input file to reset all 0-values - IoutTp0, IoutTm0, IoutRp0, IoutRm0, It0, Ir0, dIoutTp0, dIoutTm0, dIoutRp0, dIoutRm0, dIt0, dIr0, \ - GT0, HT0, GR0, HR0, K0, Eta0, LDRsimx, LDRCorr, DTa0, DRa0, TTa0, TRa0, F11sim0, LDRunCorr = \ - Calc(TCalT0, TCalR0, NCalT, NCalR, DOLP0, RotL0, RotE0, RetE0, DiE0, - RotO0, RetO0, DiO0, RotC0, RetC0, DiC0, TP0, TS0, RP0, RS0, - ERaT0, RotaT0, RetT0, ERaR0, RotaR0, RetR0, LDRCal0) - Etax0 = K0 * Eta0 - # --- Start Error calculation with variable parameters ------------------------------------------------------------------ - # error nNCal: one-sigma in steps to left and right for calibration signals - # error nNI: one-sigma in steps to left and right for 0° signals - - iN = -1 - N = ((nTCalT * 2 + 1) * (nTCalR * 2 + 1) * - (nNCal * 2 + 1) ** 4 * (nNI * 2 + 1) ** 2 * - (nDOLP * 2 + 1) * (nRotL * 2 + 1) * - (nRotE * 2 + 1) * (nRetE * 2 + 1) * (nDiE * 2 + 1) * - (nRotO * 2 + 1) * (nRetO * 2 + 1) * (nDiO * 2 + 1) * - (nRotC * 2 + 1) * (nRetC * 2 + 1) * (nDiC * 2 + 1) * - (nTP * 2 + 1) * (nTS * 2 + 1) * (nRP * 2 + 1) * (nRS * 2 + 1) * (nERaT * 2 + 1) * (nERaR * 2 + 1) * - (nRotaT * 2 + 1) * (nRotaR * 2 + 1) * (nRetT * 2 + 1) * (nRetR * 2 + 1) * (nLDRCal * 2 + 1)) - print("number of system variations N = ", N, " ", end="") - - if N > 1e6: - if user_yes_no_query('Warning: processing ' + str( - N) + ' samples will take very long. Do you want to proceed?') == 0: sys.exit() - if N > 5e6: - if user_yes_no_query('Warning: the memory required for ' + str(N) + ' samples might be ' + '{0:5.1f}'.format( - N / 4e6) + ' GB. Do you anyway want to proceed?') == 0: sys.exit() - - # if user_yes_no_query('Warning: processing' + str(N) + ' samples will take very long. Do you want to proceed?') == 0: sys.exit() - - # --- Arrays for plotting ------ - LDRmin = np.zeros(5) - LDRmax = np.zeros(5) - F11min = np.zeros(5) - F11max = np.zeros(5) - Etaxmin = np.zeros(5) - Etaxmax = np.zeros(5) - - # LDRrange = np.zeros(5) - # LDRrange = 0.004, 0.02, 0.1, 0.3, 0.45 - # aLDRsimx = np.zeros(N) - # aLDRsimx2 = np.zeros(N) - # aLDRcorr = np.zeros(N) - # aLDRcorr2 = np.zeros(N) - aDOLP = np.zeros(N) - aERaT = np.zeros(N) - aERaR = np.zeros(N) - aRotaT = np.zeros(N) - aRotaR = np.zeros(N) - aRetT = np.zeros(N) - aRetR = np.zeros(N) - aTP = np.zeros(N) - aTS = np.zeros(N) - aRP = np.zeros(N) - aRS = np.zeros(N) - aDiE = np.zeros(N) - aDiO = np.zeros(N) - aDiC = np.zeros(N) - aRotC = np.zeros(N) - aRetC = np.zeros(N) - aRotL = np.zeros(N) - aRetE = np.zeros(N) - aRotE = np.zeros(N) - aRetO = np.zeros(N) - aRotO = np.zeros(N) - aLDRCal = np.zeros(N) - aNCalTp = np.zeros(N) - aNCalTm = np.zeros(N) - aNCalRp = np.zeros(N) - aNCalRm = np.zeros(N) - aNIt = np.zeros(N) - aNIr = np.zeros(N) - aTCalT = np.zeros(N) - aTCalR = np.zeros(N) - - # each np.zeros((LDRrange, N)) array has the same N-dependency - aLDRcorr = np.zeros((5, N)) - aF11corr = np.zeros((5, N)) - aPLDR = np.zeros((5, N)) - aEtax = np.zeros((5, N)) - - # np.zeros((GHKs, N)) - aGHK = np.zeros((5, N)) - - atime = clock() - dtime = clock() - - # --- Calc Error signals - # ---- Do the calculations of bra-ket vectors - h = -1. if TypeC == 2 else 1 - - ''' - # from input file: measured LDRm and true LDRtrue, LDRtrue2 => - ameas = (1. - LDRmeas) / (1 + LDRmeas) - atrue = (1. - LDRtrue) / (1 + LDRtrue) - atrue2 = (1. - LDRtrue2) / (1 + LDRtrue2) - ''' - - for iLDRCal in range(-nLDRCal, nLDRCal + 1): - # from input file: LDRCal for calibration measurements - LDRCal = LDRCal0 - if nLDRCal > 0: - LDRCal = LDRCal0 + iLDRCal * dLDRCal / nLDRCal - # provides the intensities of the calibration measurements at various LDRCal for signal noise errors - # IoutTp, IoutTm, IoutRp, IoutRm, dIoutTp, dIoutTm, dIoutRp, dIoutRm - ''' - IoutTp, IoutTm, IoutRp, IoutRm, It, Ir, dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr, \ - GT, HT, GR, HR, K, Eta, LDRsimx, LDRCorr, DTa, DRa, TTa, TRa, F11sim, LDRunCorr = \ - Calc(TCalT, TCalR, NCalT, NCalR, DOLP0, RotL0, RotE0, RetE0, DiE0, - RotO0, RetO0, DiO0, RotC0, RetC0, DiC0, TP0, TS0, RP0, RS0, - ERaT0, RotaT0, RetT0, ERaR0, RotaR0, RetR0, LDRCal) - ''' - aCal = (1. - LDRCal) / (1 + LDRCal) - for iDOLP, iRotL, iRotE, iRetE, iDiE \ - in [(iDOLP, iRotL, iRotE, iRetE, iDiE) - for iDOLP in range(-nDOLP, nDOLP + 1) - for iRotL in range(-nRotL, nRotL + 1) - for iRotE in range(-nRotE, nRotE + 1) - for iRetE in range(-nRetE, nRetE + 1) - for iDiE in range(-nDiE, nDiE + 1)]: - - if nDOLP > 0: DOLP = DOLP0 + iDOLP * dDOLP / nDOLP - if nRotL > 0: RotL = RotL0 + iRotL * dRotL / nRotL - if nRotE > 0: RotE = RotE0 + iRotE * dRotE / nRotE - if nRetE > 0: RetE = RetE0 + iRetE * dRetE / nRetE - if nDiE > 0: DiE = DiE0 + iDiE * dDiE / nDiE - - # angles of emitter and laser and calibrator and receiver optics - # RotL = alpha, RotE = beta, RotO = gamma, RotC = epsilon - S2a = np.sin(2 * np.deg2rad(RotL)) - C2a = np.cos(2 * np.deg2rad(RotL)) - S2b = np.sin(2 * np.deg2rad(RotE)) - C2b = np.cos(2 * np.deg2rad(RotE)) - S2ab = np.sin(np.deg2rad(2 * RotL - 2 * RotE)) - C2ab = np.cos(np.deg2rad(2 * RotL - 2 * RotE)) - - # Laser with Degree of linear polarization DOLP - IinL = 1. - QinL = DOLP - UinL = 0. - VinL = (1. - DOLP ** 2) ** 0.5 - - # Stokes Input Vector rotation Eq. E.4 - A = C2a * QinL - S2a * UinL - B = S2a * QinL + C2a * UinL - # Stokes Input Vector rotation Eq. E.9 - C = C2ab * QinL - S2ab * UinL - D = S2ab * QinL + C2ab * UinL - - # emitter optics - CosE = np.cos(np.deg2rad(RetE)) - SinE = np.sin(np.deg2rad(RetE)) - ZiE = (1. - DiE ** 2) ** 0.5 - WiE = (1. - ZiE * CosE) - - # Stokes Input Vector after emitter optics equivalent to Eq. E.9 with already rotated input vector from Eq. E.4 - # b = beta - IinE = (IinL + DiE * C) - QinE = (C2b * DiE * IinL + A + S2b * (WiE * D - ZiE * SinE * VinL)) - UinE = (S2b * DiE * IinL + B - C2b * (WiE * D - ZiE * SinE * VinL)) - VinE = (-ZiE * SinE * D + ZiE * CosE * VinL) - - # ------------------------- - # F11 assuemd to be = 1 => measured: F11m = IinP / IinE with atrue - # F11sim = (IinE + DiO*atrue*(C2g*QinE - S2g*UinE))/IinE - # ------------------------- - - for iRotO, iRetO, iDiO, iRotC, iRetC, iDiC, iTP, iTS, iRP, iRS, iERaT, iRotaT, iRetT, iERaR, iRotaR, iRetR \ - in [ - (iRotO, iRetO, iDiO, iRotC, iRetC, iDiC, iTP, iTS, iRP, iRS, iERaT, iRotaT, iRetT, iERaR, iRotaR, iRetR) - for iRotO in range(-nRotO, nRotO + 1) - for iRetO in range(-nRetO, nRetO + 1) - for iDiO in range(-nDiO, nDiO + 1) - for iRotC in range(-nRotC, nRotC + 1) - for iRetC in range(-nRetC, nRetC + 1) - for iDiC in range(-nDiC, nDiC + 1) - for iTP in range(-nTP, nTP + 1) - for iTS in range(-nTS, nTS + 1) - for iRP in range(-nRP, nRP + 1) - for iRS in range(-nRS, nRS + 1) - for iERaT in range(-nERaT, nERaT + 1) - for iRotaT in range(-nRotaT, nRotaT + 1) - for iRetT in range(-nRetT, nRetT + 1) - for iERaR in range(-nERaR, nERaR + 1) - for iRotaR in range(-nRotaR, nRotaR + 1) - for iRetR in range(-nRetR, nRetR + 1)]: - - if nRotO > 0: RotO = RotO0 + iRotO * dRotO / nRotO - if nRetO > 0: RetO = RetO0 + iRetO * dRetO / nRetO - if nDiO > 0: DiO = DiO0 + iDiO * dDiO / nDiO - if nRotC > 0: RotC = RotC0 + iRotC * dRotC / nRotC - if nRetC > 0: RetC = RetC0 + iRetC * dRetC / nRetC - if nDiC > 0: DiC = DiC0 + iDiC * dDiC / nDiC - if nTP > 0: TP = TP0 + iTP * dTP / nTP - if nTS > 0: TS = TS0 + iTS * dTS / nTS - if nRP > 0: RP = RP0 + iRP * dRP / nRP - if nRS > 0: RS = RS0 + iRS * dRS / nRS - if nERaT > 0: ERaT = ERaT0 + iERaT * dERaT / nERaT - if nRotaT > 0: RotaT = RotaT0 + iRotaT * dRotaT / nRotaT - if nRetT > 0: RetT = RetT0 + iRetT * dRetT / nRetT - if nERaR > 0: ERaR = ERaR0 + iERaR * dERaR / nERaR - if nRotaR > 0: RotaR = RotaR0 + iRotaR * dRotaR / nRotaR - if nRetR > 0: RetR = RetR0 + iRetR * dRetR / nRetR - - # print("{0:5.2f}, {1:5.2f}, {2:5.2f}, {3:10d}".format(RotL, RotE, RotO, iN)) - - # receiver optics - CosO = np.cos(np.deg2rad(RetO)) - SinO = np.sin(np.deg2rad(RetO)) - ZiO = (1. - DiO ** 2) ** 0.5 - WiO = (1. - ZiO * CosO) - S2g = np.sin(np.deg2rad(2 * RotO)) - C2g = np.cos(np.deg2rad(2 * RotO)) - # calibrator - CosC = np.cos(np.deg2rad(RetC)) - SinC = np.sin(np.deg2rad(RetC)) - ZiC = (1. - DiC ** 2) ** 0.5 - WiC = (1. - ZiC * CosC) - - # analyser - # For POLLY_XTs - if (RS_RP_depend_on_TS_TP): - RS = 1 - TS - RP = 1 - TP - TiT = 0.5 * (TP + TS) - DiT = (TP - TS) / (TP + TS) - ZiT = (1. - DiT ** 2) ** 0.5 - TiR = 0.5 * (RP + RS) - DiR = (RP - RS) / (RP + RS) - ZiR = (1. - DiR ** 2) ** 0.5 - CosT = np.cos(np.deg2rad(RetT)) - SinT = np.sin(np.deg2rad(RetT)) - CosR = np.cos(np.deg2rad(RetR)) - SinR = np.sin(np.deg2rad(RetR)) - - # cleaning pol-filter - DaT = (1 - ERaT) / (1 + ERaT) - DaR = (1 - ERaR) / (1 + ERaR) - TaT = 0.5 * (1 + ERaT) - TaR = 0.5 * (1 + ERaR) - - S2aT = np.sin(np.deg2rad(h * 2 * RotaT)) - C2aT = np.cos(np.deg2rad(2 * RotaT)) - S2aR = np.sin(np.deg2rad(h * 2 * RotaR)) - C2aR = np.cos(np.deg2rad(2 * RotaR)) - - # Analyzer As before the PBS Eq. D.5; combined PBS and cleaning pol-filter - ATPT = (1 + C2aT * DaT * DiT) # unpolarized transmission correction - TTa = TiT * TaT * ATPT # unpolarized transmission - ATP1 = 1 - ATP2 = Y * (DiT + C2aT * DaT) / ATPT - ATP3 = Y * S2aT * DaT * ZiT * CosT / ATPT - ATP4 = S2aT * DaT * ZiT * SinT / ATPT - ATP = np.array([ATP1, ATP2, ATP3, ATP4]) - DTa = ATP2 * Y - - ARPT = (1 + C2aR * DaR * DiR) # unpolarized transmission correction - TRa = TiR * TaR * ARPT # unpolarized transmission - ARP1 = 1 - ARP2 = Y * (DiR + C2aR * DaR) / ARPT - ARP3 = Y * S2aR * DaR * ZiR * CosR / ARPT - ARP4 = S2aR * DaR * ZiR * SinR / ARPT - ARP = np.array([ARP1, ARP2, ARP3, ARP4]) - DRa = ARP2 * Y - - # ---- Calculate signals and correction parameters for diffeent locations and calibrators - if LocC == 4: # Calibrator before the PBS - # print("Calibrator location not implemented yet") - - # S2ge = np.sin(np.deg2rad(2*RotO + h*2*RotC)) - # C2ge = np.cos(np.deg2rad(2*RotO + h*2*RotC)) - S2e = np.sin(np.deg2rad(h * 2 * RotC)) - C2e = np.cos(np.deg2rad(2 * RotC)) - # rotated AinP by epsilon Eq. C.3 - ATP2e = C2e * ATP2 + S2e * ATP3 - ATP3e = C2e * ATP3 - S2e * ATP2 - ARP2e = C2e * ARP2 + S2e * ARP3 - ARP3e = C2e * ARP3 - S2e * ARP2 - ATPe = np.array([ATP1, ATP2e, ATP3e, ATP4]) - ARPe = np.array([ARP1, ARP2e, ARP3e, ARP4]) - # Stokes Input Vector before the polarising beam splitter Eq. E.31 - A = C2g * QinE - S2g * UinE - B = S2g * QinE + C2g * UinE - # C = (WiO*aCal*B + ZiO*SinO*(1-2*aCal)*VinE) - Co = ZiO * SinO * VinE - Ca = (WiO * B - 2 * ZiO * SinO * VinE) - # C = Co + aCal*Ca - # IinP = (IinE + DiO*aCal*A) - # QinP = (C2g*DiO*IinE + aCal*QinE - S2g*C) - # UinP = (S2g*DiO*IinE - aCal*UinE + C2g*C) - # VinP = (ZiO*SinO*aCal*B + ZiO*CosO*(1-2*aCal)*VinE) - IinPo = IinE - QinPo = (C2g * DiO * IinE - S2g * Co) - UinPo = (S2g * DiO * IinE + C2g * Co) - VinPo = ZiO * CosO * VinE - - IinPa = DiO * A - QinPa = QinE - S2g * Ca - UinPa = -UinE + C2g * Ca - VinPa = ZiO * (SinO * B - 2 * CosO * VinE) - - IinP = IinPo + aCal * IinPa - QinP = QinPo + aCal * QinPa - UinP = UinPo + aCal * UinPa - VinP = VinPo + aCal * VinPa - # Stokes Input Vector before the polarising beam splitter rotated by epsilon Eq. C.3 - # QinPe = C2e*QinP + S2e*UinP - # UinPe = C2e*UinP - S2e*QinP - QinPoe = C2e * QinPo + S2e * UinPo - UinPoe = C2e * UinPo - S2e * QinPo - QinPae = C2e * QinPa + S2e * UinPa - UinPae = C2e * UinPa - S2e * QinPa - QinPe = C2e * QinP + S2e * UinP - UinPe = C2e * UinP - S2e * QinP - - # Calibration signals and Calibration correction K from measurements with LDRCal / aCal - if (TypeC == 2) or (TypeC == 1): # rotator calibration Eq. C.4 - # parameters for calibration with aCal - AT = ATP1 * IinP + h * ATP4 * VinP - BT = ATP3e * QinP - h * ATP2e * UinP - AR = ARP1 * IinP + h * ARP4 * VinP - BR = ARP3e * QinP - h * ARP2e * UinP - # Correction parameters for normal measurements; they are independent of LDR - if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out - IS1 = np.array([IinPo, QinPo, UinPo, VinPo]) - IS2 = np.array([IinPa, QinPa, UinPa, VinPa]) - GT = np.dot(ATP, IS1) - GR = np.dot(ARP, IS1) - HT = np.dot(ATP, IS2) - HR = np.dot(ARP, IS2) - else: - IS1 = np.array([IinPo, QinPo, UinPo, VinPo]) - IS2 = np.array([IinPa, QinPa, UinPa, VinPa]) - GT = np.dot(ATPe, IS1) - GR = np.dot(ARPe, IS1) - HT = np.dot(ATPe, IS2) - HR = np.dot(ARPe, IS2) - elif (TypeC == 3) or (TypeC == 4): # linear polariser calibration Eq. C.5 - # parameters for calibration with aCal - AT = ATP1 * IinP + ATP3e * UinPe + ZiC * CosC * (ATP2e * QinPe + ATP4 * VinP) - BT = DiC * (ATP1 * UinPe + ATP3e * IinP) - ZiC * SinC * (ATP2e * VinP - ATP4 * QinPe) - AR = ARP1 * IinP + ARP3e * UinPe + ZiC * CosC * (ARP2e * QinPe + ARP4 * VinP) - BR = DiC * (ARP1 * UinPe + ARP3e * IinP) - ZiC * SinC * (ARP2e * VinP - ARP4 * QinPe) - # Correction parameters for normal measurements; they are independent of LDR - if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out - IS1 = np.array([IinPo, QinPo, UinPo, VinPo]) - IS2 = np.array([IinPa, QinPa, UinPa, VinPa]) - GT = np.dot(ATP, IS1) - GR = np.dot(ARP, IS1) - HT = np.dot(ATP, IS2) - HR = np.dot(ARP, IS2) - else: - IS1e = np.array( - [IinPo + DiC * QinPoe, DiC * IinPo + QinPoe, ZiC * (CosC * UinPoe + SinC * VinPo), - -ZiC * (SinC * UinPoe - CosC * VinPo)]) - IS2e = np.array( - [IinPa + DiC * QinPae, DiC * IinPa + QinPae, ZiC * (CosC * UinPae + SinC * VinPa), - -ZiC * (SinC * UinPae - CosC * VinPa)]) - GT = np.dot(ATPe, IS1e) - GR = np.dot(ARPe, IS1e) - HT = np.dot(ATPe, IS2e) - HR = np.dot(ARPe, IS2e) - elif (TypeC == 6): # diattenuator calibration +-22.5° rotated_diattenuator_X22x5deg.odt - # parameters for calibration with aCal - AT = ATP1 * IinP + sqr05 * DiC * (ATP1 * QinPe + ATP2e * IinP) + (1 - 0.5 * WiC) * ( - ATP2e * QinPe + ATP3e * UinPe) + ZiC * ( - sqr05 * SinC * (ATP3e * VinP - ATP4 * UinPe) + ATP4 * CosC * VinP) - BT = sqr05 * DiC * (ATP1 * UinPe + ATP3e * IinP) + 0.5 * WiC * ( - ATP2e * UinPe + ATP3e * QinPe) - sqr05 * ZiC * SinC * (ATP2e * VinP - ATP4 * QinPe) - AR = ARP1 * IinP + sqr05 * DiC * (ARP1 * QinPe + ARP2e * IinP) + (1 - 0.5 * WiC) * ( - ARP2e * QinPe + ARP3e * UinPe) + ZiC * ( - sqr05 * SinC * (ARP3e * VinP - ARP4 * UinPe) + ARP4 * CosC * VinP) - BR = sqr05 * DiC * (ARP1 * UinPe + ARP3e * IinP) + 0.5 * WiC * ( - ARP2e * UinPe + ARP3e * QinPe) - sqr05 * ZiC * SinC * (ARP2e * VinP - ARP4 * QinPe) - # Correction parameters for normal measurements; they are independent of LDR - if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out - IS1 = np.array([IinPo, QinPo, UinPo, VinPo]) - IS2 = np.array([IinPa, QinPa, UinPa, VinPa]) - GT = np.dot(ATP, IS1) - GR = np.dot(ARP, IS1) - HT = np.dot(ATP, IS2) - HR = np.dot(ARP, IS2) - else: - IS1e = np.array( - [IinPo + DiC * QinPoe, DiC * IinPo + QinPoe, ZiC * (CosC * UinPoe + SinC * VinPo), - -ZiC * (SinC * UinPoe - CosC * VinPo)]) - IS2e = np.array( - [IinPa + DiC * QinPae, DiC * IinPa + QinPae, ZiC * (CosC * UinPae + SinC * VinPa), - -ZiC * (SinC * UinPae - CosC * VinPa)]) - GT = np.dot(ATPe, IS1e) - GR = np.dot(ARPe, IS1e) - HT = np.dot(ATPe, IS2e) - HR = np.dot(ARPe, IS2e) - else: - print("Calibrator not implemented yet") - sys.exit() - - elif LocC == 3: # C before receiver optics Eq.57 - - # S2ge = np.sin(np.deg2rad(2*RotO - 2*RotC)) - # C2ge = np.cos(np.deg2rad(2*RotO - 2*RotC)) - S2e = np.sin(np.deg2rad(2 * RotC)) - C2e = np.cos(np.deg2rad(2 * RotC)) - - # AS with C before the receiver optics (see document rotated_diattenuator_X22x5deg.odt) - AF1 = np.array([1, C2g * DiO, S2g * DiO, 0]) - AF2 = np.array([C2g * DiO, 1 - S2g ** 2 * WiO, S2g * C2g * WiO, -S2g * ZiO * SinO]) - AF3 = np.array([S2g * DiO, S2g * C2g * WiO, 1 - C2g ** 2 * WiO, C2g * ZiO * SinO]) - AF4 = np.array([0, S2g * SinO, -C2g * SinO, CosO]) - - ATF = (ATP1 * AF1 + ATP2 * AF2 + ATP3 * AF3 + ATP4 * AF4) - ARF = (ARP1 * AF1 + ARP2 * AF2 + ARP3 * AF3 + ARP4 * AF4) - ATF1 = ATF[0] - ATF2 = ATF[1] - ATF3 = ATF[2] - ATF4 = ATF[3] - ARF1 = ARF[0] - ARF2 = ARF[1] - ARF3 = ARF[2] - ARF4 = ARF[3] - - # rotated AinF by epsilon - ATF2e = C2e * ATF[1] + S2e * ATF[2] - ATF3e = C2e * ATF[2] - S2e * ATF[1] - ARF2e = C2e * ARF[1] + S2e * ARF[2] - ARF3e = C2e * ARF[2] - S2e * ARF[1] - - ATFe = np.array([ATF1, ATF2e, ATF3e, ATF4]) - ARFe = np.array([ARF1, ARF2e, ARF3e, ARF4]) - - QinEe = C2e * QinE + S2e * UinE - UinEe = C2e * UinE - S2e * QinE - - # Stokes Input Vector before receiver optics Eq. E.19 (after atmosphere F) - IinF = IinE - QinF = aCal * QinE - UinF = -aCal * UinE - VinF = (1. - 2. * aCal) * VinE - - IinFo = IinE - QinFo = 0. - UinFo = 0. - VinFo = VinE - - IinFa = 0. - QinFa = QinE - UinFa = -UinE - VinFa = -2. * VinE - - # Stokes Input Vector before receiver optics rotated by epsilon Eq. C.3 - QinFe = C2e * QinF + S2e * UinF - UinFe = C2e * UinF - S2e * QinF - QinFoe = C2e * QinFo + S2e * UinFo - UinFoe = C2e * UinFo - S2e * QinFo - QinFae = C2e * QinFa + S2e * UinFa - UinFae = C2e * UinFa - S2e * QinFa - - # Calibration signals and Calibration correction K from measurements with LDRCal / aCal - if (TypeC == 2) or (TypeC == 1): # rotator calibration Eq. C.4 - AT = ATF1 * IinF + ATF4 * h * VinF - BT = ATF3e * QinF - ATF2e * h * UinF - AR = ARF1 * IinF + ARF4 * h * VinF - BR = ARF3e * QinF - ARF2e * h * UinF - - # Correction parameters for normal measurements; they are independent of LDR - if (not RotationErrorEpsilonForNormalMeasurements): - GT = ATF1 * IinE + ATF4 * VinE - GR = ARF1 * IinE + ARF4 * VinE - HT = ATF2 * QinE - ATF3 * UinE - ATF4 * 2 * VinE - HR = ARF2 * QinE - ARF3 * UinE - ARF4 * 2 * VinE - else: - GT = ATF1 * IinE + ATF4 * h * VinE - GR = ARF1 * IinE + ARF4 * h * VinE - HT = ATF2e * QinE - ATF3e * h * UinE - ATF4 * h * 2 * VinE - HR = ARF2e * QinE - ARF3e * h * UinE - ARF4 * h * 2 * VinE - - elif (TypeC == 3) or (TypeC == 4): # linear polariser calibration Eq. C.5 - # p = +45°, m = -45° - IF1e = np.array([IinF, ZiC * CosC * QinFe, UinFe, ZiC * CosC * VinF]) - IF2e = np.array([DiC * UinFe, -ZiC * SinC * VinF, DiC * IinF, ZiC * SinC * QinFe]) - - AT = np.dot(ATFe, IF1e) - AR = np.dot(ARFe, IF1e) - BT = np.dot(ATFe, IF2e) - BR = np.dot(ARFe, IF2e) - - # Correction parameters for normal measurements; they are independent of LDR --- the same as for TypeC = 6 - if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out - IS1 = np.array([IinE, 0, 0, VinE]) - IS2 = np.array([0, QinE, -UinE, -2 * VinE]) - - GT = np.dot(ATF, IS1) - GR = np.dot(ARF, IS1) - HT = np.dot(ATF, IS2) - HR = np.dot(ARF, IS2) - else: - IS1e = np.array( - [IinFo + DiC * QinFoe, DiC * IinFo + QinFoe, ZiC * (CosC * UinFoe + SinC * VinFo), - -ZiC * (SinC * UinFoe - CosC * VinFo)]) - IS2e = np.array( - [IinFa + DiC * QinFae, DiC * IinFa + QinFae, ZiC * (CosC * UinFae + SinC * VinFa), - -ZiC * (SinC * UinFae - CosC * VinFa)]) - GT = np.dot(ATFe, IS1e) - GR = np.dot(ARFe, IS1e) - HT = np.dot(ATFe, IS2e) - HR = np.dot(ARFe, IS2e) - - elif (TypeC == 6): # diattenuator calibration +-22.5° rotated_diattenuator_X22x5deg.odt - # p = +22.5°, m = -22.5° - IF1e = np.array([IinF + sqr05 * DiC * QinFe, sqr05 * DiC * IinF + (1 - 0.5 * WiC) * QinFe, - (1 - 0.5 * WiC) * UinFe + sqr05 * ZiC * SinC * VinF, - -sqr05 * ZiC * SinC * UinFe + ZiC * CosC * VinF]) - IF2e = np.array([sqr05 * DiC * UinFe, 0.5 * WiC * UinFe - sqr05 * ZiC * SinC * VinF, - sqr05 * DiC * IinF + 0.5 * WiC * QinFe, sqr05 * ZiC * SinC * QinFe]) - - AT = np.dot(ATFe, IF1e) - AR = np.dot(ARFe, IF1e) - BT = np.dot(ATFe, IF2e) - BR = np.dot(ARFe, IF2e) - - # Correction parameters for normal measurements; they are independent of LDR - if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out - # IS1 = np.array([IinE,0,0,VinE]) - # IS2 = np.array([0,QinE,-UinE,-2*VinE]) - IS1 = np.array([IinFo, 0, 0, VinFo]) - IS2 = np.array([0, QinFa, UinFa, VinFa]) - GT = np.dot(ATF, IS1) - GR = np.dot(ARF, IS1) - HT = np.dot(ATF, IS2) - HR = np.dot(ARF, IS2) - else: - # IS1e = np.array([IinE,DiC*IinE,ZiC*SinC*VinE,ZiC*CosC*VinE]) - # IS2e = np.array([DiC*QinEe,QinEe,-ZiC*(CosC*UinEe+2*SinC*VinE),ZiC*(SinC*UinEe-2*CosC*VinE)]) - IS1e = np.array( - [IinFo + DiC * QinFoe, DiC * IinFo + QinFoe, ZiC * (CosC * UinFoe + SinC * VinFo), - -ZiC * (SinC * UinFoe - CosC * VinFo)]) - IS2e = np.array( - [IinFa + DiC * QinFae, DiC * IinFa + QinFae, ZiC * (CosC * UinFae + SinC * VinFa), - -ZiC * (SinC * UinFae - CosC * VinFa)]) - GT = np.dot(ATFe, IS1e) - GR = np.dot(ARFe, IS1e) - HT = np.dot(ATFe, IS2e) - HR = np.dot(ARFe, IS2e) - - - else: - print('Calibrator not implemented yet') - sys.exit() - - elif LocC == 2: # C behind emitter optics Eq.57 - # print("Calibrator location not implemented yet") - S2e = np.sin(np.deg2rad(2 * RotC)) - C2e = np.cos(np.deg2rad(2 * RotC)) - - # AS with C before the receiver optics (see document rotated_diattenuator_X22x5deg.odt) - AF1 = np.array([1, C2g * DiO, S2g * DiO, 0]) - AF2 = np.array([C2g * DiO, 1 - S2g ** 2 * WiO, S2g * C2g * WiO, -S2g * ZiO * SinO]) - AF3 = np.array([S2g * DiO, S2g * C2g * WiO, 1 - C2g ** 2 * WiO, C2g * ZiO * SinO]) - AF4 = np.array([0, S2g * SinO, -C2g * SinO, CosO]) - - ATF = (ATP1 * AF1 + ATP2 * AF2 + ATP3 * AF3 + ATP4 * AF4) - ARF = (ARP1 * AF1 + ARP2 * AF2 + ARP3 * AF3 + ARP4 * AF4) - ATF1 = ATF[0] - ATF2 = ATF[1] - ATF3 = ATF[2] - ATF4 = ATF[3] - ARF1 = ARF[0] - ARF2 = ARF[1] - ARF3 = ARF[2] - ARF4 = ARF[3] - - # AS with C behind the emitter -------------------------------------------- - # terms without aCal - ATE1o, ARE1o = ATF1, ARF1 - ATE2o, ARE2o = 0., 0. - ATE3o, ARE3o = 0., 0. - ATE4o, ARE4o = ATF4, ARF4 - # terms with aCal - ATE1a, ARE1a = 0., 0. - ATE2a, ARE2a = ATF2, ARF2 - ATE3a, ARE3a = -ATF3, -ARF3 - ATE4a, ARE4a = -2 * ATF4, -2 * ARF4 - # rotated AinEa by epsilon - ATE2ae = C2e * ATF2 + S2e * ATF3 - ATE3ae = -S2e * ATF2 - C2e * ATF3 - ARE2ae = C2e * ARF2 + S2e * ARF3 - ARE3ae = -S2e * ARF2 - C2e * ARF3 - - ATE1 = ATE1o - ATE2e = aCal * ATE2ae - ATE3e = aCal * ATE3ae - ATE4 = (1 - 2 * aCal) * ATF4 - ARE1 = ARE1o - ARE2e = aCal * ARE2ae - ARE3e = aCal * ARE3ae - ARE4 = (1 - 2 * aCal) * ARF4 - - # rotated IinE - QinEe = C2e * QinE + S2e * UinE - UinEe = C2e * UinE - S2e * QinE - - # --- Calibration signals and Calibration correction K from measurements with LDRCal / aCal - if (TypeC == 2) or (TypeC == 1): # +++++++++ rotator calibration Eq. C.4 - AT = ATE1o * IinE + (ATE4o + aCal * ATE4a) * h * VinE - BT = aCal * (ATE3ae * QinEe - ATE2ae * h * UinEe) - AR = ARE1o * IinE + (ARE4o + aCal * ARE4a) * h * VinE - BR = aCal * (ARE3ae * QinEe - ARE2ae * h * UinEe) - - # Correction parameters for normal measurements; they are independent of LDR - if (not RotationErrorEpsilonForNormalMeasurements): - # Stokes Input Vector before receiver optics Eq. E.19 (after atmosphere F) - GT = ATE1o * IinE + ATE4o * h * VinE - GR = ARE1o * IinE + ARE4o * h * VinE - HT = ATE2a * QinE + ATE3a * h * UinEe + ATE4a * h * VinE - HR = ARE2a * QinE + ARE3a * h * UinEe + ARE4a * h * VinE - else: - GT = ATE1o * IinE + ATE4o * h * VinE - GR = ARE1o * IinE + ARE4o * h * VinE - HT = ATE2ae * QinE + ATE3ae * h * UinEe + ATE4a * h * VinE - HR = ARE2ae * QinE + ARE3ae * h * UinEe + ARE4a * h * VinE - - elif (TypeC == 3) or (TypeC == 4): # +++++++++ linear polariser calibration Eq. C.5 - # p = +45°, m = -45° - AT = ATE1 * IinE + ZiC * CosC * (ATE2e * QinEe + ATE4 * VinE) + ATE3e * UinEe - BT = DiC * (ATE1 * UinEe + ATE3e * IinE) + ZiC * SinC * (ATE4 * QinEe - ATE2e * VinE) - AR = ARE1 * IinE + ZiC * CosC * (ARE2e * QinEe + ARE4 * VinE) + ARE3e * UinEe - BR = DiC * (ARE1 * UinEe + ARE3e * IinE) + ZiC * SinC * (ARE4 * QinEe - ARE2e * VinE) - - # Correction parameters for normal measurements; they are independent of LDR - if (not RotationErrorEpsilonForNormalMeasurements): - # Stokes Input Vector before receiver optics Eq. E.19 (after atmosphere F) - GT = ATE1o * IinE + ATE4o * VinE - GR = ARE1o * IinE + ARE4o * VinE - HT = ATE2a * QinE + ATE3a * UinE + ATE4a * VinE - HR = ARE2a * QinE + ARE3a * UinE + ARE4a * VinE - else: - D = IinE + DiC * QinEe - A = DiC * IinE + QinEe - B = ZiC * (CosC * UinEe + SinC * VinE) - C = -ZiC * (SinC * UinEe - CosC * VinE) - GT = ATE1o * D + ATE4o * C - GR = ARE1o * D + ARE4o * C - HT = ATE2a * A + ATE3a * B + ATE4a * C - HR = ARE2a * A + ARE3a * B + ARE4a * C - - elif (TypeC == 6): # real HWP calibration +-22.5° rotated_diattenuator_X22x5deg.odt - # p = +22.5°, m = -22.5° - IE1e = np.array([IinE + sqr05 * DiC * QinEe, sqr05 * DiC * IinE + (1 - 0.5 * WiC) * QinEe, - (1 - 0.5 * WiC) * UinEe + sqr05 * ZiC * SinC * VinE, - -sqr05 * ZiC * SinC * UinEe + ZiC * CosC * VinE]) - IE2e = np.array([sqr05 * DiC * UinEe, 0.5 * WiC * UinEe - sqr05 * ZiC * SinC * VinE, - sqr05 * DiC * IinE + 0.5 * WiC * QinEe, sqr05 * ZiC * SinC * QinEe]) - ATEe = np.array([ATE1, ATE2e, ATE3e, ATE4]) - AREe = np.array([ARE1, ARE2e, ARE3e, ARE4]) - AT = np.dot(ATEe, IE1e) - AR = np.dot(AREe, IE1e) - BT = np.dot(ATEe, IE2e) - BR = np.dot(AREe, IE2e) - - # Correction parameters for normal measurements; they are independent of LDR - if (not RotationErrorEpsilonForNormalMeasurements): # calibrator taken out - GT = ATE1o * IinE + ATE4o * VinE - GR = ARE1o * IinE + ARE4o * VinE - HT = ATE2a * QinE + ATE3a * UinE + ATE4a * VinE - HR = ARE2a * QinE + ARE3a * UinE + ARE4a * VinE - else: - D = IinE + DiC * QinEe - A = DiC * IinE + QinEe - B = ZiC * (CosC * UinEe + SinC * VinE) - C = -ZiC * (SinC * UinEe - CosC * VinE) - GT = ATE1o * D + ATE4o * C - GR = ARE1o * D + ARE4o * C - HT = ATE2a * A + ATE3a * B + ATE4a * C - HR = ARE2a * A + ARE3a * B + ARE4a * C - else: - print('Calibrator not implemented yet') - sys.exit() - - for iTCalT, iTCalR, iNCalTp, iNCalTm, iNCalRp, iNCalRm, iNIt, iNIr \ - in [ - (iTCalT, iTCalR, iNCalTp, iNCalTm, iNCalRp, iNCalRm, iNIt, iNIr) - for iTCalT in range(-nTCalT, nTCalT + 1) # Etax - for iTCalR in range(-nTCalR, nTCalR + 1) # Etax - for iNCalTp in range(-nNCal, nNCal + 1) # noise error of calibration signals => Etax - for iNCalTm in range(-nNCal, nNCal + 1) # noise error of calibration signals => Etax - for iNCalRp in range(-nNCal, nNCal + 1) # noise error of calibration signals => Etax - for iNCalRm in range(-nNCal, nNCal + 1) # noise error of calibration signals => Etax - for iNIt in range(-nNI, nNI + 1) - for iNIr in range(-nNI, nNI + 1)]: - - # Calibration signals with aCal => Determination of the correction K of the real calibration factor - IoutTp = TTa * TiC * TiO * TiE * (AT + BT) - IoutTm = TTa * TiC * TiO * TiE * (AT - BT) - IoutRp = TRa * TiC * TiO * TiE * (AR + BR) - IoutRm = TRa * TiC * TiO * TiE * (AR - BR) - - if nTCalT > 0: TCalT = TCalT0 + iTCalT * dTCalT / nTCalT - if nTCalR > 0: TCalR = TCalR0 + iTCalR * dTCalR / nTCalR - # signal noise errors - # ----- random error calculation ---------- - # noise must be calculated from/with the actually measured signals; influence of TCalT, TCalR errors on nouse are not considered ? - # actually measured signals are in input file and don't change - # relative standard deviation of calibration signals with LDRcal; assumed to be statisitcally independent - # error nNCal: one-sigma in steps to left and right for calibration signals - if nNCal > 0: - if (CalcFrom0deg): - dIoutTp = (NCalT * IoutTp) ** -0.5 - dIoutTm = (NCalT * IoutTm) ** -0.5 - dIoutRp = (NCalR * IoutRp) ** -0.5 - dIoutRm = (NCalR * IoutRm) ** -0.5 - else: - dIoutTp = dIoutTp0 * (IoutTp / IoutTp0) - dIoutTm = dIoutTm0 * (IoutTm / IoutTm0) - dIoutRp = dIoutRp0 * (IoutRp / IoutRp0) - dIoutRm = dIoutRm0 * (IoutRm / IoutRm0) - # print(iTCalT, iTCalR, iNCalTp, iNCalTm, iNCalRp, iNCalRm, iNIt, iNIr, IoutTp, dIoutTp) - IoutTp = IoutTp * (1 + iNCalTp * dIoutTp / nNCal) - IoutTm = IoutTm * (1 + iNCalTm * dIoutTm / nNCal) - IoutRp = IoutRp * (1 + iNCalRp * dIoutRp / nNCal) - IoutRm = IoutRm * (1 + iNCalRm * dIoutRm / nNCal) - - IoutTp = IoutTp * TCalT / TCalT0 - IoutTm = IoutTm * TCalT / TCalT0 - IoutRp = IoutRp * TCalR / TCalR0 - IoutRm = IoutRm * TCalR / TCalR0 - # --- Results and Corrections; electronic etaR and etaT are assumed to be 1 for true and assumed true systems - # calibration factor - Eta = (TRa / TTa) # = TRa / TTa; Eta = Eta*/K Eq. 84; corrected according to the papers supplement Eqs. (S.10.10.1) ff - # possibly real calibration factor - Etapx = IoutRp / IoutTp - Etamx = IoutRm / IoutTm - Etax = (Etapx * Etamx) ** 0.5 - K = Etax / Eta - # print("{0:6.3f},{1:6.3f},{2:6.3f},{3:6.3f},{4:6.3f},{5:6.3f},{6:6.3f},{7:6.3f},{8:6.3f},{9:6.3f},{10:6.3f}".format(AT, BT, AR, BR, DiC, ZiC, RetO, TP, TS, Kp, Km)) - # print("{0:6.3f},{1:6.3f},{2:6.3f},{3:6.3f}".format(DiC, ZiC, Kp, Km)) - - # For comparison with Volkers Libreoffice Müller Matrix spreadsheet - # Eta_test_p = (IoutRp/IoutTp) - # Eta_test_m = (IoutRm/IoutTm) - # Eta_test = (Eta_test_p*Eta_test_m)**0.5 - ''' - for iIt, iIr \ - in [(iIt, iIr) - for iIt in range(-nNI, nNI + 1) - for iIr in range(-nNI, nNI + 1)]: - ''' - - iN = iN + 1 - if (iN == 10001): - ctime = clock() - print(" estimated time ", "{0:4.2f}".format(N / 10000 * (ctime - atime)), "sec ") # , end="") - print("\r elapsed time ", "{0:5.0f}".format((ctime - atime)), "sec ", end="\r") - ctime = clock() - if ((ctime - dtime) > 10): - print("\r elapsed time ", "{0:5.0f}".format((ctime - atime)), "sec ", end="\r") - dtime = ctime - - # *** loop for different real LDRs ********************************************************************** - iLDR = -1 - for LDRTrue in LDRrange: - iLDR = iLDR + 1 - atrue = (1 - LDRTrue) / (1 + LDRTrue) - # ----- Forward simulated signals and LDRsim with atrue; from input file; not considering TiC. - It = TTa * TiO * TiE * (GT + atrue * HT) # TaT*TiT*TiC*TiO*IinL*(GT+atrue*HT) - Ir = TRa * TiO * TiE * (GR + atrue * HR) # TaR*TiR*TiC*TiO*IinL*(GR+atrue*HR) - # # signal noise errors; standard deviation of signals; assumed to be statisitcally independent - # because the signals depend on LDRtrue, the errors dIt and dIr must be calculated for each LDRtrue - if (CalcFrom0deg): - dIt = ((NCalT * It / IoutTp * NILfac / TCalT) ** -0.5) - dIr = ((NCalR * Ir / IoutRp * NILfac / TCalR) ** -0.5) - else: - dIt = ((NCalT * 2 * NILfac / TCalT ) ** -0.5) * It - dIr = ((NCalR * 2 * NILfac / TCalR) ** -0.5) * Ir - # error nNI: one-sigma in steps to left and right for 0° signals - if nNI > 0: - It = It * (1 + iNIt * dIt / nNI) - Ir = Ir * (1 + iNIr * dIr / nNI) - - # LDRsim = 1/Eta*Ir/It # simulated LDR* with Y from input file - LDRsim = Ir / It # simulated uncorrected LDR with Y from input file - - # ----- Backward correction - # Corrected LDRCorr with assumed true G0,H0,K0,Eta0 from forward simulated (real) LDRsim(atrue) - LDRCorr = (LDRsim / (Etax / K0) * (GT0 + HT0) - (GR0 + HR0)) / ((GR0 - HR0) - LDRsim / (Etax / K0) * (GT0 - HT0)) - - # The following is a test whether the equations for calibration Etax and normal signal (GHK, LDRsim) are consistent - # LDRCorr = (LDRsim / Eta * (GT + HT) - (GR + HR)) / ((GR - HR) - LDRsim / Eta * (GT - HT)) - # Without any correction - LDRunCorr = (LDRsim / Etax * (GT / abs(GT) + HT / abs(HT)) - (GR / abs(GR) + HR / abs(HR))) / ((GR / abs(GR) - HR / abs(HR)) - LDRsim / Etax * (GT / abs(GT) - HT / abs(HT))) - - - ''' - # -- F11corr from It and Ir and calibration EtaX - Text1 = "!!! EXPERIMENTAL !!! F11corr from It and Ir with calibration EtaX: x-axis: F11corr(LDRtrue) / F11corr(LDRtrue = 0.004) - 1" - F11corr = 1 / (TiO * TiE) * ( - (HR0 * Etax / K0 * It / TTa - HT0 * Ir / TRa) / (HR0 * GT0 - HT0 * GR0)) # IL = 1 Eq.(64); Etax/K0 = Eta0. - ''' - # Corrected F11corr with assumed true G0,H0,K0 from forward simulated (real) It and Ir (atrue) - Text1 = "!!! EXPERIMENTAL !!! F11corr from real It and Ir with real calibration EtaX: x-axis: F11corr(LDRtrue) / aF11sim0(LDRtrue) - 1" - F11corr = 1 / (TiO * TiE) * ( - (HR0 * Etax / K0 * It / TTa - HT0 * Ir / TRa) / (HR0 * GT0 - HT0 * GR0)) # IL = 1 Eq.(64); Etax/K0 = Eta0. - - # Text1 = "F11corr from It and Ir without corrections but with calibration EtaX: x-axis: F11corr(LDRtrue) devided by F11corr(LDRtrue = 0.004)" - # F11corr = 0.5/(TiO*TiE)*(Etax*It/TTa+Ir/TRa) # IL = 1 Eq.(64) - - # -- It from It only with atrue without corrections - for BERTHA (and PollyXTs) - # Text1 = " x-axis: IT(LDRtrue) / IT(LDRtrue = 0.004) - 1" - # F11corr = It/(TaT*TiT*TiO*TiE) #/(TaT*TiT*TiO*TiE*(GT0+atrue*HT0)) - # ! see below line 1673ff - - aF11corr[iLDR, iN] = F11corr - aLDRcorr[iLDR, iN] = LDRCorr # LDRCorr # LDRsim # for test only - # aPLDR[iLDR, iN] = CalcPLDR(LDRCorr, BSR[iLDR], LDRm0) - aEtax[iLDR, iN] = Etax - - aGHK[0, iN] = GR - aGHK[1, iN] = GT - aGHK[2, iN] = HR - aGHK[3, iN] = HT - aGHK[4, iN] = K - - aLDRCal[iN] = iLDRCal - aDOLP[iN] = iDOLP - aERaT[iN] = iERaT - aERaR[iN] = iERaR - aRotaT[iN] = iRotaT - aRotaR[iN] = iRotaR - aRetT[iN] = iRetT - aRetR[iN] = iRetR - - aRotL[iN] = iRotL - aRotE[iN] = iRotE - aRetE[iN] = iRetE - aRotO[iN] = iRotO - aRetO[iN] = iRetO - aRotC[iN] = iRotC - aRetC[iN] = iRetC - aDiO[iN] = iDiO - aDiE[iN] = iDiE - aDiC[iN] = iDiC - aTP[iN] = iTP - aTS[iN] = iTS - aRP[iN] = iRP - aRS[iN] = iRS - aTCalT[iN] = iTCalT - aTCalR[iN] = iTCalR - - aNCalTp[iN] = iNCalTp # IoutTp, IoutTm, IoutRp, IoutRm => Etax - aNCalTm[iN] = iNCalTm # IoutTp, IoutTm, IoutRp, IoutRm => Etax - aNCalRp[iN] = iNCalRp # IoutTp, IoutTm, IoutRp, IoutRm => Etax - aNCalRm[iN] = iNCalRm # IoutTp, IoutTm, IoutRp, IoutRm => Etax - aNIt[iN] = iNIt # It, Tr - aNIr[iN] = iNIr # It, Tr - - # --- END loop - btime = clock() - # print("\r done in ", "{0:5.0f}".format(btime - atime), "sec. => producing plots now .... some more seconds ..."), # , end="\r"); - print(" done in ", "{0:5.0f}".format(btime - atime), "sec. => producing plots now .... some more seconds ...") - # --- Plot ----------------------------------------------------------------- - print("Errors from GHK correction uncertainties:") - if (sns_loaded): - sns.set_style("whitegrid") - sns.set_palette("bright6", 6) - # for older seaborn versions: - # sns.set_palette("bright", 6) - - ''' - fig2 = plt.figure() - plt.plot(aLDRcorr[2,:],'b.') - plt.plot(aLDRcorr[3,:],'r.') - plt.plot(aLDRcorr[4,:],'g.') - #plt.plot(aLDRcorr[6,:],'c.') - plt.show - ''' - - # Plot LDR - def PlotSubHist(aVar, aX, X0, daX, iaX, naX): - # aVar is the name of the parameter and aX is the subset of aLDRcorr which is coloured in the plot - # example: PlotSubHist("DOLP", aDOLP, DOLP0, dDOLP, iDOLP, nDOLP) - fig, ax = plt.subplots(nrows=1, ncols=5, sharex=True, sharey=True, figsize=(25, 2)) - iLDR = -1 - for LDRTrue in LDRrange: - iLDR = iLDR + 1 - LDRmin[iLDR] = np.amin(aLDRcorr[iLDR, :]) - LDRmax[iLDR] = np.amax(aLDRcorr[iLDR, :]) - Rmin = LDRmin[iLDR] * 0.995 # np.min(aLDRcorr[iLDR,:]) * 0.995 - Rmax = LDRmax[iLDR] * 1.005 # np.max(aLDRcorr[iLDR,:]) * 1.005 - - # plt.subplot(5,2,iLDR+1) - plt.subplot(1, 5, iLDR + 1) - (n, bins, patches) = plt.hist(aLDRcorr[iLDR, :], - bins=100, log=False, - range=[Rmin, Rmax], - alpha=0.5, density=False, color='0.5', histtype='stepfilled') - - for iaX in range(-naX, naX + 1): - plt.hist(aLDRcorr[iLDR, aX == iaX], - range=[Rmin, Rmax], - bins=100, log=False, alpha=0.3, density=False, histtype='stepfilled', - label=str(round(X0 + iaX * daX / naX, 5))) - - if (iLDR == 2): - leg = plt.legend() - leg.get_frame().set_alpha(0.1) - - - plt.tick_params(axis='both', labelsize=9) - plt.plot([LDRTrue, LDRTrue], [0, np.max(n)], 'r-', lw=2) - - # plt.title(LID + ' ' + aVar, fontsize=18) - # plt.ylabel('frequency', fontsize=10) - # plt.xlabel('LDRcorr', fontsize=10) - # fig.tight_layout() - fig.suptitle(LID + ' with ' + str(Type[TypeC]) + ' ' + str(Loc[LocC]) + ' - ' + aVar, fontsize=14, y=1.05) - # plt.show() - # fig.savefig(LID + '_' + aVar + '.png', dpi=150, bbox_inches='tight', pad_inches=0) - # plt.close - return - - # Plot Etax - def PlotEtax(aVar, aX, X0, daX, iaX, naX): - # aVar is the name of the parameter and aX is the subset of aLDRcorr which is coloured in the plot - # example: PlotSubHist("DOLP", aDOLP, DOLP0, dDOLP, iDOLP, nDOLP) - fig, ax = plt.subplots(nrows=1, ncols=5, sharex=True, sharey=True, figsize=(25, 2)) - iLDR = -1 - for LDRTrue in LDRrange: - iLDR = iLDR + 1 - Etaxmin[iLDR] = np.amin(aEtax[iLDR, :]) - Etaxmax[iLDR] = np.amax(aEtax[iLDR, :]) - Rmin = Etaxmin[iLDR] * 0.995 # np.min(aLDRcorr[iLDR,:]) * 0.995 - Rmax = Etaxmax[iLDR] * 1.005 # np.max(aLDRcorr[iLDR,:]) * 1.005 - - # plt.subplot(5,2,iLDR+1) - plt.subplot(1, 5, iLDR + 1) - (n, bins, patches) = plt.hist(aEtax[iLDR, :], - bins=100, log=False, - range=[Rmin, Rmax], - alpha=0.5, density=False, color='0.5', histtype='stepfilled') - for iaX in range(-naX, naX + 1): - plt.hist(aEtax[iLDR, aX == iaX], - range=[Rmin, Rmax], - bins=100, log=False, alpha=0.3, density=False, histtype='stepfilled', - label=str(round(X0 + iaX * daX / naX, 5))) - if (iLDR == 2): - leg = plt.legend() - leg.get_frame().set_alpha(0.1) - plt.tick_params(axis='both', labelsize=9) - plt.plot([Etax0, Etax0], [0, np.max(n)], 'r-', lw=2) - fig.suptitle('Etax - ' + LID + ' with ' + str(Type[TypeC]) + ' ' + str(Loc[LocC]) + ' - ' + aVar, fontsize=14, y=1.05) - return - - if (nDOLP > 0): PlotSubHist("DOLP", aDOLP, DOLP0, dDOLP, iDOLP, nDOLP) - if (nRotL > 0): PlotSubHist("RotL", aRotL, RotL0, dRotL, iRotL, nRotL) - if (nRetE > 0): PlotSubHist("RetE", aRetE, RetE0, dRetE, iRetE, nRetE) - if (nRotE > 0): PlotSubHist("RotE", aRotE, RotE0, dRotE, iRotE, nRotE) - if (nDiE > 0): PlotSubHist("DiE", aDiE, DiE0, dDiE, iDiE, nDiE) - if (nRetO > 0): PlotSubHist("RetO", aRetO, RetO0, dRetO, iRetO, nRetO) - if (nRotO > 0): PlotSubHist("RotO", aRotO, RotO0, dRotO, iRotO, nRotO) - if (nDiO > 0): PlotSubHist("DiO", aDiO, DiO0, dDiO, iDiO, nDiO) - if (nDiC > 0): PlotSubHist("DiC", aDiC, DiC0, dDiC, iDiC, nDiC) - if (nRotC > 0): PlotSubHist("RotC", aRotC, RotC0, dRotC, iRotC, nRotC) - if (nRetC > 0): PlotSubHist("RetC", aRetC, RetC0, dRetC, iRetC, nRetC) - if (nTP > 0): PlotSubHist("TP", aTP, TP0, dTP, iTP, nTP) - if (nTS > 0): PlotSubHist("TS", aTS, TS0, dTS, iTS, nTS) - if (nRP > 0): PlotSubHist("RP", aRP, RP0, dRP, iRP, nRP) - if (nRS > 0): PlotSubHist("RS", aRS, RS0, dRS, iRS, nRS) - if (nRetT > 0): PlotSubHist("RetT", aRetT, RetT0, dRetT, iRetT, nRetT) - if (nRetR > 0): PlotSubHist("RetR", aRetR, RetR0, dRetR, iRetR, nRetR) - if (nERaT > 0): PlotSubHist("ERaT", aERaT, ERaT0, dERaT, iERaT, nERaT) - if (nERaR > 0): PlotSubHist("ERaR", aERaR, ERaR0, dERaR, iERaR, nERaR) - if (nRotaT > 0): PlotSubHist("RotaT", aRotaT, RotaT0, dRotaT, iRotaT, nRotaT) - if (nRotaR > 0): PlotSubHist("RotaR", aRotaR, RotaR0, dRotaR, iRotaR, nRotaR) - if (nLDRCal > 0): PlotSubHist("LDRCal", aLDRCal, LDRCal0, dLDRCal, iLDRCal, nLDRCal) - if (nTCalT > 0): PlotSubHist("TCalT", aTCalT, TCalT0, dTCalT, iTCalT, nTCalT) - if (nTCalR > 0): PlotSubHist("TCalR", aTCalR, TCalR0, dTCalR, iTCalR, nTCalR) - if (nNCal > 0): PlotSubHist("CalNoiseTp", aNCalTp, 0, 1, iNCalTp, nNCal) - if (nNCal > 0): PlotSubHist("CalNoiseTm", aNCalTm, 0, 1, iNCalTm, nNCal) - if (nNCal > 0): PlotSubHist("CalNoiseRp", aNCalRp, 0, 1, iNCalRp, nNCal) - if (nNCal > 0): PlotSubHist("CalNoiseRm", aNCalRm, 0, 1, iNCalRm, nNCal) - if (nNI > 0): PlotSubHist("SigNoiseIt", aNIt, 0, 1, iNIt, nNI) - if (nNI > 0): PlotSubHist("SigNoiseIr", aNIr, 0, 1, iNIr, nNI) - plt.show() - plt.close - - ''' - # --- Plot F11 histograms - print() - print(" ############################################################################## ") - print(Text1) - print() - - iLDR = 5 - for LDRTrue in LDRrange: - iLDR = iLDR - 1 - #aF11corr[iLDR,:] = aF11corr[iLDR,:] / aF11corr[0,:] - 1.0 - aF11corr[iLDR,:] = aF11corr[iLDR,:] / aF11sim0[iLDR] - 1.0 - # Plot F11 - def PlotSubHistF11(aVar, aX, X0, daX, iaX, naX): - fig, ax = plt.subplots(nrows=1, ncols=5, sharex=True, sharey=True, figsize=(25, 2)) - iLDR = -1 - for LDRTrue in LDRrange: - iLDR = iLDR + 1 - - #F11min[iLDR] = np.min(aF11corr[iLDR,:]) - #F11max[iLDR] = np.max(aF11corr[iLDR,:]) - #Rmin = F11min[iLDR] * 0.995 # np.min(aLDRcorr[iLDR,:]) * 0.995 - #Rmax = F11max[iLDR] * 1.005 # np.max(aLDRcorr[iLDR,:]) * 1.005 - - #Rmin = 0.8 - #Rmax = 1.2 - - #plt.subplot(5,2,iLDR+1) - plt.subplot(1,5,iLDR+1) - (n, bins, patches) = plt.hist(aF11corr[iLDR,:], - bins=100, log=False, - alpha=0.5, density=False, color = '0.5', histtype='stepfilled') - - for iaX in range(-naX,naX+1): - plt.hist(aF11corr[iLDR,aX == iaX], - bins=100, log=False, alpha=0.3, density=False, histtype='stepfilled', label = str(round(X0 + iaX*daX/naX,5))) - - if (iLDR == 2): plt.legend() - - plt.tick_params(axis='both', labelsize=9) - #plt.plot([LDRTrue, LDRTrue], [0, np.max(n)], 'r-', lw=2) - - #plt.title(LID + ' ' + aVar, fontsize=18) - #plt.ylabel('frequency', fontsize=10) - #plt.xlabel('LDRcorr', fontsize=10) - #fig.tight_layout() - fig.suptitle(LID + ' ' + str(Type[TypeC]) + ' ' + str(Loc[LocC]) + ' - ' + aVar, fontsize=14, y=1.05) - #plt.show() - #fig.savefig(LID + '_' + aVar + '.png', dpi=150, bbox_inches='tight', pad_inches=0) - #plt.close - return - - if (nDOLP > 0): PlotSubHistF11("DOLP", aDOLP, DOLP0, dDOLP, iDOLP, nDOLP) - if (nRotL > 0): PlotSubHistF11("RotL", aRotL, RotL0, dRotL, iRotL, nRotL) - if (nRetE > 0): PlotSubHistF11("RetE", aRetE, RetE0, dRetE, iRetE, nRetE) - if (nRotE > 0): PlotSubHistF11("RotE", aRotE, RotE0, dRotE, iRotE, nRotE) - if (nDiE > 0): PlotSubHistF11("DiE", aDiE, DiE0, dDiE, iDiE, nDiE) - if (nRetO > 0): PlotSubHistF11("RetO", aRetO, RetO0, dRetO, iRetO, nRetO) - if (nRotO > 0): PlotSubHistF11("RotO", aRotO, RotO0, dRotO, iRotO, nRotO) - if (nDiO > 0): PlotSubHistF11("DiO", aDiO, DiO0, dDiO, iDiO, nDiO) - if (nDiC > 0): PlotSubHistF11("DiC", aDiC, DiC0, dDiC, iDiC, nDiC) - if (nRotC > 0): PlotSubHistF11("RotC", aRotC, RotC0, dRotC, iRotC, nRotC) - if (nRetC > 0): PlotSubHistF11("RetC", aRetC, RetC0, dRetC, iRetC, nRetC) - if (nTP > 0): PlotSubHistF11("TP", aTP, TP0, dTP, iTP, nTP) - if (nTS > 0): PlotSubHistF11("TS", aTS, TS0, dTS, iTS, nTS) - if (nRP > 0): PlotSubHistF11("RP", aRP, RP0, dRP, iRP, nRP) - if (nRS > 0): PlotSubHistF11("RS", aRS, RS0, dRS, iRS, nRS) - if (nRetT > 0): PlotSubHistF11("RetT", aRetT, RetT0, dRetT, iRetT, nRetT) - if (nRetR > 0): PlotSubHistF11("RetR", aRetR, RetR0, dRetR, iRetR, nRetR) - if (nERaT > 0): PlotSubHistF11("ERaT", aERaT, ERaT0, dERaT, iERaT, nERaT) - if (nERaR > 0): PlotSubHistF11("ERaR", aERaR, ERaR0, dERaR, iERaR, nERaR) - if (nRotaT > 0): PlotSubHistF11("RotaT", aRotaT, RotaT0, dRotaT, iRotaT, nRotaT) - if (nRotaR > 0): PlotSubHistF11("RotaR", aRotaR, RotaR0, dRotaR, iRotaR, nRotaR) - if (nLDRCal > 0): PlotSubHistF11("LDRCal", aLDRCal, LDRCal0, dLDRCal, iLDRCal, nLDRCal) - if (nTCalT > 0): PlotSubHistF11("TCalT", aTCalT, TCalT0, dTCalT, iTCalT, nTCalT) - if (nTCalR > 0): PlotSubHistF11("TCalR", aTCalR, TCalR0, dTCalR, iTCalR, nTCalR) - if (nNCal > 0): PlotSubHistF11("CalNoise", aNCal, 0, 1/nNCal, iNCal, nNCal) - if (nNI > 0): PlotSubHistF11("SigNoise", aNI, 0, 1/nNI, iNI, nNI) - - - plt.show() - plt.close - - ''' - ''' - # only histogram - #print("******************* " + aVar + " *******************") - fig, ax = plt.subplots(nrows=5, ncols=2, sharex=True, sharey=True, figsize=(10, 10)) - iLDR = -1 - for LDRTrue in LDRrange: - iLDR = iLDR + 1 - LDRmin[iLDR] = np.min(aLDRcorr[iLDR,:]) - LDRmax[iLDR] = np.max(aLDRcorr[iLDR,:]) - Rmin = np.min(aLDRcorr[iLDR,:]) * 0.999 - Rmax = np.max(aLDRcorr[iLDR,:]) * 1.001 - plt.subplot(5,2,iLDR+1) - (n, bins, patches) = plt.hist(aLDRcorr[iLDR,:], - range=[Rmin, Rmax], - bins=200, log=False, alpha=0.2, density=False, color = '0.5', histtype='stepfilled') - plt.tick_params(axis='both', labelsize=9) - plt.plot([LDRTrue, LDRTrue], [0, np.max(n)], 'r-', lw=2) - plt.show() - plt.close - # --- End of Plot F11 histograms - ''' - - # --- Plot LDRmin, LDRmax - iLDR = -1 - for LDRTrue in LDRrange: - iLDR = iLDR + 1 - LDRmin[iLDR] = np.amin(aLDRcorr[iLDR, :]) - LDRmax[iLDR] = np.amax(aLDRcorr[iLDR, :]) - - fig2 = plt.figure() - LDRrangeA = np.array(LDRrange) - if((np.amax(LDRmax - LDRrangeA)-np.amin(LDRmin - LDRrangeA)) < 0.001): - plt.ylim(-0.001,0.001) - plt.plot(LDRrangeA, LDRmax - LDRrangeA, linewidth=2.0, color='b') - plt.plot(LDRrangeA, LDRmin - LDRrangeA, linewidth=2.0, color='g') - - plt.xlabel('LDRtrue', fontsize=18) - plt.ylabel('LDRTrue-LDRmin, LDRTrue-LDRmax', fontsize=14) - plt.title(LID + ' ' + str(Type[TypeC]) + ' ' + str(Loc[LocC]), fontsize=18) - # plt.ylimit(-0.07, 0.07) - plt.show() - plt.close - - # --- Save LDRmin, LDRmax to file - # http://stackoverflow.com/questions/4675728/redirect-stdout-to-a-file-in-python - with open('output_files\\' + LID + '-' + InputFile[0:-3] + '-LDR_min_max.dat', 'w') as f: - with redirect_stdout(f): - print(LID) - print("LDRtrue, LDRmin, LDRmax") - for i in range(len(LDRrangeA)): - print("{0:7.4f},{1:7.4f},{2:7.4f}".format(LDRrangeA[i], LDRmin[i], LDRmax[i])) - - - if (bPlotEtax): - if (nDOLP > 0): PlotEtax("DOLP", aDOLP, DOLP0, dDOLP, iDOLP, nDOLP) - if (nRotL > 0): PlotEtax("RotL", aRotL, RotL0, dRotL, iRotL, nRotL) - if (nRetE > 0): PlotEtax("RetE", aRetE, RetE0, dRetE, iRetE, nRetE) - if (nRotE > 0): PlotEtax("RotE", aRotE, RotE0, dRotE, iRotE, nRotE) - if (nDiE > 0): PlotEtax("DiE", aDiE, DiE0, dDiE, iDiE, nDiE) - if (nRetO > 0): PlotEtax("RetO", aRetO, RetO0, dRetO, iRetO, nRetO) - if (nRotO > 0): PlotEtax("RotO", aRotO, RotO0, dRotO, iRotO, nRotO) - if (nDiO > 0): PlotEtax("DiO", aDiO, DiO0, dDiO, iDiO, nDiO) - if (nDiC > 0): PlotEtax("DiC", aDiC, DiC0, dDiC, iDiC, nDiC) - if (nRotC > 0): PlotEtax("RotC", aRotC, RotC0, dRotC, iRotC, nRotC) - if (nRetC > 0): PlotEtax("RetC", aRetC, RetC0, dRetC, iRetC, nRetC) - if (nTP > 0): PlotEtax("TP", aTP, TP0, dTP, iTP, nTP) - if (nTS > 0): PlotEtax("TS", aTS, TS0, dTS, iTS, nTS) - if (nRP > 0): PlotEtax("RP", aRP, RP0, dRP, iRP, nRP) - if (nRS > 0): PlotEtax("RS", aRS, RS0, dRS, iRS, nRS) - if (nRetT > 0): PlotEtax("RetT", aRetT, RetT0, dRetT, iRetT, nRetT) - if (nRetR > 0): PlotEtax("RetR", aRetR, RetR0, dRetR, iRetR, nRetR) - if (nERaT > 0): PlotEtax("ERaT", aERaT, ERaT0, dERaT, iERaT, nERaT) - if (nERaR > 0): PlotEtax("ERaR", aERaR, ERaR0, dERaR, iERaR, nERaR) - if (nRotaT > 0): PlotEtax("RotaT", aRotaT, RotaT0, dRotaT, iRotaT, nRotaT) - if (nRotaR > 0): PlotEtax("RotaR", aRotaR, RotaR0, dRotaR, iRotaR, nRotaR) - if (nLDRCal > 0): PlotEtax("LDRCal", aLDRCal, LDRCal0, dLDRCal, iLDRCal, nLDRCal) - if (nTCalT > 0): PlotEtax("TCalT", aTCalT, TCalT0, dTCalT, iTCalT, nTCalT) - if (nTCalR > 0): PlotEtax("TCalR", aTCalR, TCalR0, dTCalR, iTCalR, nTCalR) - if (nNCal > 0): PlotEtax("CalNoiseTp", aNCalTp, 0, 1, iNCalTp, nNCal) - if (nNCal > 0): PlotEtax("CalNoiseTm", aNCalTm, 0, 1, iNCalTm, nNCal) - if (nNCal > 0): PlotEtax("CalNoiseRp", aNCalRp, 0, 1, iNCalRp, nNCal) - if (nNCal > 0): PlotEtax("CalNoiseRm", aNCalRm, 0, 1, iNCalRm, nNCal) - if (nNI > 0): PlotEtax("SigNoiseIt", aNIt, 0, 1, iNIt, nNI) - if (nNI > 0): PlotEtax("SigNoiseIr", aNIr, 0, 1, iNIr, nNI) - plt.show() - plt.close - - #Etaxmin = np.amin(aEtax[1, :]) - Etaxmin = np.amin(aEtax[1, :]) - Etaxmax = np.amax(aEtax[1, :]) - Etaxstd = np.std(aEtax[1, :]) - Etaxmean = np.mean(aEtax[1, :]) - Etaxmedian = np.mean(aEtax[1, :]) - - print("Etax: mean±std, median, max-mean, mean-min") - print("{0:7.4f}±{1:7.4f},{2:7.4f},+{3:7.4f},-{4:7.4f}".format(Etaxmean, Etaxstd, Etaxmedian, Etaxmax-Etaxmean, Etaxmean-Etaxmin, )) - - ''' - # --- Plot K over LDRCal - fig3 = plt.figure() - plt.plot(LDRCal0+aLDRCal*dLDRCal/nLDRCal,aGHK[4,:], linewidth=2.0, color='b') - - plt.xlabel('LDRCal', fontsize=18) - plt.ylabel('K', fontsize=14) - plt.title(LID, fontsize=18) - plt.show() - plt.close - ''' - -# Additional plot routines ======> -''' -#****************************************************************************** -# 1. Plot LDRcorrected - LDR(measured Icross/Iparallel) -LDRa = np.arange(1.,100.)*0.005 -LDRCorra = np.arange(1.,100.) -if Y == - 1.: LDRa = 1./LDRa -LDRCorra = (1./Eta*LDRa*(GT+HT)-(GR+HR))/((GR-HR)-1./Eta*LDRa*(GT-HT)) -if Y == - 1.: LDRa = 1./LDRa -# -#fig = plt.figure() -plt.plot(LDRa,LDRCorra-LDRa) -plt.plot([0.,0.5],[0.,0.5]) -plt.suptitle('LDRcorrected - LDR(measured Icross/Iparallel)', fontsize=16) -plt.xlabel('LDR', fontsize=18) -plt.ylabel('LDRCorr - LDR', fontsize=16) -#plt.savefig('test.png') -# -''' -''' -#****************************************************************************** -# 2. Plot LDRsim (simulated measurements without corrections = Icross/Iparallel) over LDRtrue -LDRa = np.arange(1.,100.)*0.005 -LDRsima = np.arange(1.,100.) - -atruea = (1.-LDRa)/(1+LDRa) -Ita = TiT*TiO*IinL*(GT+atruea*HT) -Ira = TiR*TiO*IinL*(GR+atruea*HR) -LDRsima = Ira/Ita # simulated uncorrected LDR with Y from input file -if Y == -1.: LDRsima = 1./LDRsima -# -#fig = plt.figure() -plt.plot(LDRa,LDRsima) -plt.plot([0.,0.5],[0.,0.5]) -plt.suptitle('LDRsim (simulated measurements without corrections = Icross/Iparallel) over LDRtrue', fontsize=10) -plt.xlabel('LDRtrue', fontsize=18) -plt.ylabel('LDRsim', fontsize=16) -#plt.savefig('test.png') -# -'''
--- a/output_files/example lidar-optic_input_example_lidar-GHK.dat Fri May 29 17:45:14 2020 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ -From folder C:\Users\volker\Documents\atmospheric_lidar_ghk -Running prog lidar_correction_ghk_0.9.8d_Py3.7.py -Version 0.9.8d -Reading input file optic_input_example_lidar.py -for Lidar system: xx , example lidar - --- Input parameters: value ±error / ±steps ---------------------- -Laser: DOLP = 0.9950± 0.0050/ 1; Rotation alpha = 0.0000± 2.0000/ 1 - Diatt., Tunpol, Retard., Rotation (deg) -Emitter 0.0000± 0.1000/ 0, 1.0000, 0±180/ 0, 0.0000± 1.0000/ 0 -Receiver 0.0000± 0.2000/ 1, 1.0000, 0±180/ 0, 0.0000± 0.1000/ 0 -Calibrator 0.9998± 0.0002/ 1, 0.4000, 0±180/ 3, 0.0000± 0.1000/ 0 - --- Pol.-filter --- -ERT, RotT : 0.0010± 0.0010/ 0, 0.0000± 1.0000/ 0 -ERR, RotR : 0.0010± 0.0010/ 1, 90.0000± 1.0000/ 1 - --- PBS --- -TP,TS : 0.9500± 0.0100/ 1, 0.0050± 0.0010/ 1 -RP,RS : 0.0500± 0.0000/ 0, 0.9950± 0.0000/ 0 -DT,TT,DR,TR,Y : 0.9895, 0.4775, -0.9043, 0.5225, 1 - --- Combined PBS + Pol.-filter --- -DT,TT,DR,TR : 1.0000, 0.4750, -0.9999, 0.4975 -LDRCal during calibration in calibration range: 0.200± 0.150/ 1 - --- Additional ND filter attenuation (transmission) during the calibration --- -TCalT,TCalR : 1.0000± 0.0100/ 0, 0.1000± 0.0010/ 1 - -Rotation Error Epsilon For Normal Measurements = False -linear polarizer before receiver -Parallel signal detected in transmitted channel -RS_RP_depend_on_TS_TP = True - -IoutTp, IoutTm, IoutRp, IoutRm, It , Ir , dIoutTp, dIoutTm, dIoutRp, dIoutRm, dIt, dIr -=========================================================================================================== - GR , GT , HR , HT , K(0.004), K(0.02), K(0.1) , K(0.2) , K(0.3) , K(0.45) - 1.00000, 1.00000,-0.99490, 0.99499, 0.96129, 0.96248, 0.96796, 0.97382, 0.97880, 0.98502 -=========================================================================================================== - -Errors from neglecting GHK corrections and/or calibration: - LDRtrue, LDRunCorr,1/LDRunCorr, LDRsimx, 1/LDRsimx, LDRCorr - 0.00400, 0.00673, 148.53471, 0.00687, 145.62357, 0.00400 - 0.02000, 0.02316, 43.17641, 0.02362, 42.33019, 0.02000 - 0.10000, 0.10528, 9.49823, 0.10739, 9.31207, 0.10000 - 0.30000, 0.31044, 3.22120, 0.31665, 3.15806, 0.30000 - 0.45000, 0.46418, 2.15434, 0.47346, 2.11212, 0.45000 -LDRsimx = LDR of the nominal system directly from measured signals without calibration and GHK-corrections -LDRunCorr = LDR of the nominal system directly from measured signals with calibration but without GHK-corrections; electronic amplifications = 1 assumed -LDRCorr = LDR calibrated and GHK-corrected - -Errors from signal noise: -Signal counts: NCalT, NCalR, NILfac, nNCal, nNI = 50000, 50000, 2, 0, 0
--- a/output_files/example lidar-optic_input_example_lidar-LDR_min_max.dat Fri May 29 17:45:14 2020 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -example lidar -LDRtrue, LDRmin, LDRmax - 0.0040, 0.0011, 0.0086 - 0.0200, 0.0158, 0.0252 - 0.1000, 0.0891, 0.1078 - 0.3000, 0.2726, 0.3143 - 0.4500, 0.4104, 0.4689
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/output_files/output_optic_input_0.9.8e4-PollyXT_Lacros_GHK_0.9.8e4_Py3.7.dat Fri May 29 23:37:07 2020 +0200 @@ -0,0 +1,144 @@ +From C:\Projects\Earlinet-Asos\Lidarsystems\calc_lidar_correction_parameters +Running GHK_0.9.8e4_Py3.7.py +Reading input file optic_input_0.9.8e4-PollyXT_Lacros.py +for Lidar system: li , PollyXT Lacros Limassol + --- Input parameters: value ±error / ±steps ---------------------- +Laser: Qin = 1.0000± 0.0000/ 0 + Vin = 0.0000± 0.0000/ 0 + Rotation alpha = 90.0000± 1.0000/ 1 + => DOP 1.0000 (degree of polarisation) +Optic: Diatt., Tunpol, Retard., Rotation (deg) +Emitter 0.0000 ± 0.0200 / 0, 1.0000, 0±180/ 0, 0.0000± 1.0000/ 0 +Receiver 0.0000 ± 0.0000 / 0, 1.0000, 0±180/ 0, 0.0000± 0.5000/ 0 +Calibrator 0.998500± 0.000500/ 1, 0.4000, 0± 0/ 0, 0.0000± 0.1000/ 0 + Pol.-filter ------ +ERT, RotT : 0.0008± 0.0003/ 0, 0.0000± 1.0000/ 1 +ERR, RotR : 1.0000± 0.0000/ 0, 0.0000± 1.0000/ 0 + PBS ------ +TP,TS : 0.5000± 1.0000/ 0, 0.5000± 1.0000/ 0 +RP,RS : 0.5000± 0.0000/ 0, 0.5000± 0.0000/ 0 +DT,TT,DR,TR,Y : 0.0000, 0.5000, 0.0000, 0.5000, 1 + Combined PBS + Pol.-filter ------ +DT,TT,DR,TR : 0.9985, 0.2502, 0.0000, 0.5000 +LDRCal during calibration in calibration range: 0.009± 0.005/ 1 + --- Additional ND filter attenuation (transmission) during the calibration --- +TCalT,TCalR : 1.0000± 0.0100/ 0, 1.0000± 0.0001/ 0 + +Rotation Error Epsilon For Normal Measurements = False +linear polarizer before receiver +PBS incidence plane is parallel to reference plane and polarisation in reference plane is finally transmitted +Parallel laser polarisation is detected in reflected channel +RS_RP_depend_on_TS_TP = True + +=========================================================================================================== + GR , GT , HR , HT , K(0.000), K(0.004), K(0.02) , K(0.1) , K(0.2) , K(0.3) , K(0.45) + 1.00000, 1.00000, 0.00000,-0.99850, 1.05783, 1.05734, 1.05544, 1.04682, 1.03783, 1.03033, 1.02118 +=========================================================================================================== + +Errors from neglecting GHK corrections and/or calibration: + LDRtrue, LDRunCorr,1/LDRunCorr, LDRsimx, 1/LDRsimx, LDRCorr + 0.00400, 100.08457, 0.00999, 211.36842, 0.00473, 0.00400 + 0.02000, 23.27604, 0.04296, 49.15663, 0.02034, 0.02000 + 0.10000, 5.16981, 0.19343, 10.91811, 0.09159, 0.10000 + 0.30000, 2.04675, 0.48858, 4.32253, 0.23135, 0.30000 + 0.45000, 1.52321, 0.65651, 3.21686, 0.31086, 0.45000 +LDRsimx = LDR of the nominal system directly from measured signals without calibration and GHK-corrections +LDRunCorr = LDR of the nominal system directly from measured signals with calibration but without GHK-corrections; electronic amplifications = 1 assumed +LDRCorr = LDR calibrated and GHK-corrected + +Errors from signal noise: +Signal counts: NI, NCalT, NCalR, NILfac, nNCal, nNI, stdev(NI)/NI = 100000000, 100000000, 100000000, 1, 0, 0, 0.00010 + + +Lidar ID: PollyXT Lacros Limassol + +minimum and maximum values of the distributions of possibly measured LDR for different LDRtrue +LDRtrue , LDRmin, LDRmax + 0.0040, 0.0039, 0.0053 + 0.0200, 0.0198, 0.0215 + 0.1000, 0.0988, 0.1024 + 0.3000, 0.2958, 0.3052 + 0.4500, 0.4430, 0.4578 + +LDRtrue , mean , median, max-mean, min-mean, std, excess_kurtosis, skewness + 0.00400, 0.00441, 0.00430, 0.00128,-0.00005, 0.00046, -0.44466, 1.04221 + 0.02000, 0.02041, 0.02029, 0.00145,-0.00023, 0.00049, -0.32789, 0.88212 + 0.10000, 0.10040, 0.10031, 0.00237,-0.00119, 0.00099, -0.89643, 0.06395 + 0.30000, 0.30036, 0.30046, 0.00517,-0.00419, 0.00311, -1.43313,-0.07744 + 0.45000, 0.45032, 0.45064, 0.00776,-0.00700, 0.00516, -1.47974,-0.08196 + +minimum and maximum values of the distributions of signal ratios and calibration factors for different LDRtrue +LDRtrue , LDRsim, (max-min)/2, relerr + 0.00400, 196.18304, 21.48701, 0.10953 + 0.02000, 48.25326, 1.33598, 0.02769 + 0.10000, 10.87886, 0.05871, 0.00540 + 0.30000, 4.31845, 0.00610, 0.00141 + 0.45000, 3.21527, 0.00239, 0.00074 +LDRtrue , Etax , (max-min)/2, relerr + 0.00400, 2.11183, 0.02222, 0.01052 + 0.02000, 2.11183, 0.02222, 0.01052 + 0.10000, 2.11183, 0.02222, 0.01052 + 0.30000, 2.11183, 0.02222, 0.01052 + 0.45000, 2.11183, 0.02222, 0.01052 +LDRtrue , Etapx , (max-min)/2, relerr + 0.00400, 2.11279, 0.10331, 0.04890 + 0.02000, 2.11279, 0.10331, 0.04890 + 0.10000, 2.11279, 0.10331, 0.04890 + 0.30000, 2.11279, 0.10331, 0.04890 + 0.45000, 2.11279, 0.10331, 0.04890 +LDRtrue , Etamx , (max-min)/2, relerr + 0.00400, 2.11279, 0.10331, 0.04890 + 0.02000, 2.11279, 0.10331, 0.04890 + 0.10000, 2.11279, 0.10331, 0.04890 + 0.30000, 2.11279, 0.10331, 0.04890 + 0.45000, 2.11279, 0.10331, 0.04890 + +LDRCorr: contribution to the total error (per mill) + of individual parameter errors of combined parameter errors + at LDRtrue 0.004 0.020 0.100 0.300 0.450 0.004 0.020 0.100 0.300 0.450 + +RotL 229 182 86 31 18 692 545 243 71 39 +DiC 75 247 601 802 851 9 10 11 12 12 +RotaT 231 190 105 56 45 694 553 262 96 57 +LDRCal 4 15 35 47 50 1 3 7 10 10 +Sum 539 633 827 937 964 1397 1111 523 188 118 + +LDRsim: contribution to the total error (per mill) + of individual parameter errors of combined parameter errors + at LDRtrue 0.004 0.020 0.100 0.300 0.450 0.004 0.020 0.100 0.300 0.450 + +RotL 235 246 249 250 250 705 739 748 749 750 +DiC 0 0 0 0 0 0 0 0 0 0 +RotaT 235 246 249 250 250 705 739 748 749 750 +LDRCal 0 0 0 0 0 0 0 0 0 0 +Sum 470 493 499 500 500 1410 1479 1496 1499 1499 + +EtaX, D90: contribution to the total error (per mill) + of individual parameter errors of combined parameter errors + at LDRtrue 0.004 0.020 0.100 0.300 0.450 0.004 0.020 0.100 0.300 0.450 + +RotL 2 2 2 2 2 5 5 5 5 5 +DiC 911 911 911 911 911 11 11 11 11 11 +RotaT 30 30 30 30 30 6 6 6 6 6 +LDRCal 54 54 54 54 54 10 10 10 10 10 +Sum 997 997 997 997 997 32 32 32 32 32 + +Etapx, +45°: contribution to the total error (per mill) + of individual parameter errors of combined parameter errors + at LDRtrue 0.004 0.020 0.100 0.300 0.450 0.004 0.020 0.100 0.300 0.450 + +RotL 39 39 39 39 39 11 11 11 11 11 +DiC 196 196 196 196 196 22 22 22 22 22 +RotaT 752 752 752 752 752 19 19 19 19 19 +LDRCal 12 12 12 12 12 4 4 4 4 4 +Sum 999 999 999 999 999 56 56 56 56 56 + +Etamx -45°: contribution to the total error (per mill) + of individual parameter errors of combined parameter errors + at LDRtrue 0.004 0.020 0.100 0.300 0.450 0.004 0.020 0.100 0.300 0.450 + +RotL 39 39 39 39 39 11 11 11 11 11 +DiC 196 196 196 196 196 22 22 22 22 22 +RotaT 752 752 752 752 752 19 19 19 19 19 +LDRCal 12 12 12 12 12 4 4 4 4 4 +Sum 999 999 999 999 999 56 56 56 56 56
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/output_files/output_optic_input_0.9.8e4-PollyXT_Lacros_GHK_0.9.8e4_Py3.7.xhtml Fri May 29 23:37:07 2020 +0200 @@ -0,0 +1,42000 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'DejaVu Sans Mono'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000080;">In [</span><span style=" font-weight:600; color:#000080;">14</span><span style=" color:#000080;">]:</span> runfile('C:/Projects/Earlinet-Asos/Lidarsystems/calc_lidar_correction_parameters/GHK_0.9.8e4_Py3.7.py', wdir='C:/Projects/Earlinet-Asos/Lidarsystems/calc_lidar_correction_parameters')</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Lidar system : li , PollyXT Lacros Limassol</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">From C:\Projects\Earlinet-Asos\Lidarsystems\calc_lidar_correction_parameters</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Running GHK_0.9.8e4_Py3.7.py</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reading input file optic_input_0.9.8e4-PollyXT_Lacros.py</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for Lidar system: li , PollyXT Lacros Limassol</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> --- Input parameters: value ±error / ±steps ----------------------</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Laser: Qin = 1.0000± 0.0000/ 0</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Vin = 0.0000± 0.0000/ 0</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Rotation alpha = 90.0000± 1.0000/ 1</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> => DOP 1.0000 (degree of polarisation)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Optic: Diatt., Tunpol, Retard., Rotation (deg)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Emitter 0.0000 ± 0.0200 / 0, 1.0000, 0±180/ 0, 0.0000± 1.0000/ 0</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Receiver 0.0000 ± 0.0000 / 0, 1.0000, 0±180/ 0, 0.0000± 0.5000/ 0</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Calibrator 0.998500± 0.000500/ 1, 0.4000, 0± 0/ 0, 0.0000± 0.1000/ 0</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Pol.-filter ------ </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ERT, RotT : 0.0008± 0.0003/ 0, 0.0000± 1.0000/ 1</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ERR, RotR : 1.0000± 0.0000/ 0, 0.0000± 1.0000/ 0</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> PBS ------ </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">TP,TS : 0.5000± 1.0000/ 0, 0.5000± 1.0000/ 0</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">RP,RS : 0.5000± 0.0000/ 0, 0.5000± 0.0000/ 0</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">DT,TT,DR,TR,Y : 0.0000, 0.5000, 0.0000, 0.5000, 1</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Combined PBS + Pol.-filter ------ </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">DT,TT,DR,TR : 0.9985, 0.2502, 0.0000, 0.5000</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LDRCal during calibration in calibration range: 0.009± 0.005/ 1</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> --- Additional ND filter attenuation (transmission) during the calibration ---</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">TCalT,TCalR : 1.0000± 0.0100/ 0, 1.0000± 0.0001/ 0</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Rotation Error Epsilon For Normal Measurements = False</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">linear polarizer before receiver</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PBS incidence plane is parallel to reference plane and polarisation in reference plane is finally transmitted</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Parallel laser polarisation is detected in reflected channel</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">RS_RP_depend_on_TS_TP = True</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">===========================================================================================================</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GR , GT , HR , HT , K(0.000), K(0.004), K(0.02) , K(0.1) , K(0.2) , K(0.3) , K(0.45)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 1.00000, 1.00000, 0.00000,-0.99850, 1.05783, 1.05734, 1.05544, 1.04682, 1.03783, 1.03033, 1.02118</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">===========================================================================================================</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Errors from neglecting GHK corrections and/or calibration:</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> LDRtrue, LDRunCorr,1/LDRunCorr, LDRsimx, 1/LDRsimx, LDRCorr</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.00400, 100.08457, 0.00999, 211.36842, 0.00473, 0.00400</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.02000, 23.27604, 0.04296, 49.15663, 0.02034, 0.02000</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.10000, 5.16981, 0.19343, 10.91811, 0.09159, 0.10000</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.30000, 2.04675, 0.48858, 4.32253, 0.23135, 0.30000</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.45000, 1.52321, 0.65651, 3.21686, 0.31086, 0.45000</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LDRsimx = LDR of the nominal system directly from measured signals without calibration and GHK-corrections</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LDRunCorr = LDR of the nominal system directly from measured signals with calibration but without GHK-corrections; electronic amplifications = 1 assumed</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LDRCorr = LDR calibrated and GHK-corrected</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Errors from signal noise:</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signal counts: NI, NCalT, NCalR, NILfac, nNCal, nNI, stdev(NI)/NI = 100000000, 100000000, 100000000, 1, 0, 0, 0.00010</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">number of system variations N = 81 done in 0 sec. => producing plots now .... some more seconds ...</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Errors from GHK correction uncertainties:</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><svg height="184.090625pt" version="1.1" viewBox="0 0 1428.581861 184.090625" width="1428.581861pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 184.090625 +L 1428.581861 184.090625 +L 1428.581861 0 +L 0 0 +z +" style="fill:#ffffff;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 25.321875 147.6 +L 265.839116 147.6 +L 265.839116 38.88 +L 25.321875 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <path clip-path="url(#pdaec15e3ae)" d="M 47.522197 147.6 +L 47.522197 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_1"> + <!-- 0.0040 --> + <defs> + <path d="M 4.15625 35.296875 +Q 4.15625 48 6.765625 55.734375 +Q 9.375 63.484375 14.515625 67.671875 +Q 19.671875 71.875 27.484375 71.875 +Q 33.25 71.875 37.59375 69.546875 +Q 41.9375 67.234375 44.765625 62.859375 +Q 47.609375 58.5 49.21875 52.21875 +Q 50.828125 45.953125 50.828125 35.296875 +Q 50.828125 22.703125 48.234375 14.96875 +Q 45.65625 7.234375 40.5 3 +Q 35.359375 -1.21875 27.484375 -1.21875 +Q 17.140625 -1.21875 11.234375 6.203125 +Q 4.15625 15.140625 4.15625 35.296875 +z +M 13.1875 35.296875 +Q 13.1875 17.671875 17.3125 11.828125 +Q 21.4375 6 27.484375 6 +Q 33.546875 6 37.671875 11.859375 +Q 41.796875 17.71875 41.796875 35.296875 +Q 41.796875 52.984375 37.671875 58.78125 +Q 33.546875 64.59375 27.390625 64.59375 +Q 21.34375 64.59375 17.71875 59.46875 +Q 13.1875 52.9375 13.1875 35.296875 +z +" id="ArialMT-48"/> + <path d="M 9.078125 0 +L 9.078125 10.015625 +L 19.09375 10.015625 +L 19.09375 0 +z +" id="ArialMT-46"/> + <path d="M 32.328125 0 +L 32.328125 17.140625 +L 1.265625 17.140625 +L 1.265625 25.203125 +L 33.9375 71.578125 +L 41.109375 71.578125 +L 41.109375 25.203125 +L 50.78125 25.203125 +L 50.78125 17.140625 +L 41.109375 17.140625 +L 41.109375 0 +z +M 32.328125 25.203125 +L 32.328125 57.46875 +L 9.90625 25.203125 +z +" id="ArialMT-52"/> + </defs> + <g style="fill:#262626;" transform="translate(32.230791 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <path clip-path="url(#pdaec15e3ae)" d="M 79.240288 147.6 +L 79.240288 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_2"> + <!-- 0.0042 --> + <defs> + <path d="M 50.34375 8.453125 +L 50.34375 0 +L 3.03125 0 +Q 2.9375 3.171875 4.046875 6.109375 +Q 5.859375 10.9375 9.828125 15.625 +Q 13.8125 20.3125 21.34375 26.46875 +Q 33.015625 36.03125 37.109375 41.625 +Q 41.21875 47.21875 41.21875 52.203125 +Q 41.21875 57.421875 37.46875 61 +Q 33.734375 64.59375 27.734375 64.59375 +Q 21.390625 64.59375 17.578125 60.78125 +Q 13.765625 56.984375 13.71875 50.25 +L 4.6875 51.171875 +Q 5.609375 61.28125 11.65625 66.578125 +Q 17.71875 71.875 27.9375 71.875 +Q 38.234375 71.875 44.234375 66.15625 +Q 50.25 60.453125 50.25 52 +Q 50.25 47.703125 48.484375 43.546875 +Q 46.734375 39.40625 42.65625 34.8125 +Q 38.578125 30.21875 29.109375 22.21875 +Q 21.1875 15.578125 18.9375 13.203125 +Q 16.703125 10.84375 15.234375 8.453125 +z +" id="ArialMT-50"/> + </defs> + <g style="fill:#262626;" transform="translate(63.948882 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <path clip-path="url(#pdaec15e3ae)" d="M 110.95838 147.6 +L 110.95838 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_3"> + <!-- 0.0044 --> + <g style="fill:#262626;" transform="translate(95.666974 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <path clip-path="url(#pdaec15e3ae)" d="M 142.676471 147.6 +L 142.676471 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_4"> + <!-- 0.0046 --> + <defs> + <path d="M 49.75 54.046875 +L 41.015625 53.375 +Q 39.84375 58.546875 37.703125 60.890625 +Q 34.125 64.65625 28.90625 64.65625 +Q 24.703125 64.65625 21.53125 62.3125 +Q 17.390625 59.28125 14.984375 53.46875 +Q 12.59375 47.65625 12.5 36.921875 +Q 15.671875 41.75 20.265625 44.09375 +Q 24.859375 46.4375 29.890625 46.4375 +Q 38.671875 46.4375 44.84375 39.96875 +Q 51.03125 33.5 51.03125 23.25 +Q 51.03125 16.5 48.125 10.71875 +Q 45.21875 4.9375 40.140625 1.859375 +Q 35.0625 -1.21875 28.609375 -1.21875 +Q 17.625 -1.21875 10.6875 6.859375 +Q 3.765625 14.9375 3.765625 33.5 +Q 3.765625 54.25 11.421875 63.671875 +Q 18.109375 71.875 29.4375 71.875 +Q 37.890625 71.875 43.28125 67.140625 +Q 48.6875 62.40625 49.75 54.046875 +z +M 13.875 23.1875 +Q 13.875 18.65625 15.796875 14.5 +Q 17.71875 10.359375 21.1875 8.171875 +Q 24.65625 6 28.46875 6 +Q 34.03125 6 38.03125 10.484375 +Q 42.046875 14.984375 42.046875 22.703125 +Q 42.046875 30.125 38.078125 34.390625 +Q 34.125 38.671875 28.125 38.671875 +Q 22.171875 38.671875 18.015625 34.390625 +Q 13.875 30.125 13.875 23.1875 +z +" id="ArialMT-54"/> + </defs> + <g style="fill:#262626;" transform="translate(127.385065 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_5"> + <g id="line2d_5"> + <path clip-path="url(#pdaec15e3ae)" d="M 174.394563 147.6 +L 174.394563 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_5"> + <!-- 0.0048 --> + <defs> + <path d="M 17.671875 38.8125 +Q 12.203125 40.828125 9.5625 44.53125 +Q 6.9375 48.25 6.9375 53.421875 +Q 6.9375 61.234375 12.546875 66.546875 +Q 18.171875 71.875 27.484375 71.875 +Q 36.859375 71.875 42.578125 66.421875 +Q 48.296875 60.984375 48.296875 53.171875 +Q 48.296875 48.1875 45.671875 44.5 +Q 43.0625 40.828125 37.75 38.8125 +Q 44.34375 36.671875 47.78125 31.875 +Q 51.21875 27.09375 51.21875 20.453125 +Q 51.21875 11.28125 44.71875 5.03125 +Q 38.234375 -1.21875 27.640625 -1.21875 +Q 17.046875 -1.21875 10.546875 5.046875 +Q 4.046875 11.328125 4.046875 20.703125 +Q 4.046875 27.6875 7.59375 32.390625 +Q 11.140625 37.109375 17.671875 38.8125 +z +M 15.921875 53.71875 +Q 15.921875 48.640625 19.1875 45.40625 +Q 22.46875 42.1875 27.6875 42.1875 +Q 32.765625 42.1875 36.015625 45.375 +Q 39.265625 48.578125 39.265625 53.21875 +Q 39.265625 58.0625 35.90625 61.359375 +Q 32.5625 64.65625 27.59375 64.65625 +Q 22.5625 64.65625 19.234375 61.421875 +Q 15.921875 58.203125 15.921875 53.71875 +z +M 13.09375 20.65625 +Q 13.09375 16.890625 14.875 13.375 +Q 16.65625 9.859375 20.171875 7.921875 +Q 23.6875 6 27.734375 6 +Q 34.03125 6 38.125 10.046875 +Q 42.234375 14.109375 42.234375 20.359375 +Q 42.234375 26.703125 38.015625 30.859375 +Q 33.796875 35.015625 27.4375 35.015625 +Q 21.234375 35.015625 17.15625 30.90625 +Q 13.09375 26.8125 13.09375 20.65625 +z +" id="ArialMT-56"/> + </defs> + <g style="fill:#262626;" transform="translate(159.103157 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_6"> + <path clip-path="url(#pdaec15e3ae)" d="M 206.112654 147.6 +L 206.112654 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_6"> + <!-- 0.0050 --> + <defs> + <path d="M 4.15625 18.75 +L 13.375 19.53125 +Q 14.40625 12.796875 18.140625 9.390625 +Q 21.875 6 27.15625 6 +Q 33.5 6 37.890625 10.78125 +Q 42.28125 15.578125 42.28125 23.484375 +Q 42.28125 31 38.0625 35.34375 +Q 33.84375 39.703125 27 39.703125 +Q 22.75 39.703125 19.328125 37.765625 +Q 15.921875 35.84375 13.96875 32.765625 +L 5.71875 33.84375 +L 12.640625 70.609375 +L 48.25 70.609375 +L 48.25 62.203125 +L 19.671875 62.203125 +L 15.828125 42.96875 +Q 22.265625 47.46875 29.34375 47.46875 +Q 38.71875 47.46875 45.15625 40.96875 +Q 51.609375 34.46875 51.609375 24.265625 +Q 51.609375 14.546875 45.953125 7.46875 +Q 39.0625 -1.21875 27.15625 -1.21875 +Q 17.390625 -1.21875 11.203125 4.25 +Q 5.03125 9.71875 4.15625 18.75 +z +" id="ArialMT-53"/> + </defs> + <g style="fill:#262626;" transform="translate(190.821248 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_7"> + <path clip-path="url(#pdaec15e3ae)" d="M 237.830746 147.6 +L 237.830746 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_7"> + <!-- 0.0052 --> + <g style="fill:#262626;" transform="translate(222.539339 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="text_8"> + <!-- LDRtrue --> + <defs> + <path d="M 7.328125 0 +L 7.328125 71.578125 +L 16.796875 71.578125 +L 16.796875 8.453125 +L 52.046875 8.453125 +L 52.046875 0 +z +" id="ArialMT-76"/> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 32.375 71.578125 +Q 40.71875 71.578125 45.125 70.5625 +Q 51.265625 69.140625 55.609375 65.4375 +Q 61.28125 60.640625 64.078125 53.1875 +Q 66.890625 45.75 66.890625 36.1875 +Q 66.890625 28.03125 64.984375 21.734375 +Q 63.09375 15.4375 60.109375 11.296875 +Q 57.125 7.171875 53.578125 4.796875 +Q 50.046875 2.4375 45.046875 1.21875 +Q 40.046875 0 33.546875 0 +z +M 17.1875 8.453125 +L 32.46875 8.453125 +Q 39.546875 8.453125 43.578125 9.765625 +Q 47.609375 11.078125 50 13.484375 +Q 53.375 16.84375 55.25 22.53125 +Q 57.125 28.21875 57.125 36.328125 +Q 57.125 47.5625 53.4375 53.59375 +Q 49.75 59.625 44.484375 61.671875 +Q 40.671875 63.140625 32.234375 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-68"/> + <path d="M 7.859375 0 +L 7.859375 71.578125 +L 39.59375 71.578125 +Q 49.171875 71.578125 54.140625 69.640625 +Q 59.125 67.71875 62.109375 62.828125 +Q 65.09375 57.953125 65.09375 52.046875 +Q 65.09375 44.4375 60.15625 39.203125 +Q 55.21875 33.984375 44.921875 32.5625 +Q 48.6875 30.765625 50.640625 29 +Q 54.78125 25.203125 58.5 19.484375 +L 70.953125 0 +L 59.03125 0 +L 49.5625 14.890625 +Q 45.40625 21.34375 42.71875 24.75 +Q 40.046875 28.171875 37.921875 29.53125 +Q 35.796875 30.90625 33.59375 31.453125 +Q 31.984375 31.78125 28.328125 31.78125 +L 17.328125 31.78125 +L 17.328125 0 +z +M 17.328125 39.984375 +L 37.703125 39.984375 +Q 44.1875 39.984375 47.84375 41.328125 +Q 51.515625 42.671875 53.421875 45.625 +Q 55.328125 48.578125 55.328125 52.046875 +Q 55.328125 57.125 51.640625 60.390625 +Q 47.953125 63.671875 39.984375 63.671875 +L 17.328125 63.671875 +z +" id="ArialMT-82"/> + <path d="M 25.78125 7.859375 +L 27.046875 0.09375 +Q 23.34375 -0.6875 20.40625 -0.6875 +Q 15.625 -0.6875 12.984375 0.828125 +Q 10.359375 2.34375 9.28125 4.8125 +Q 8.203125 7.28125 8.203125 15.1875 +L 8.203125 45.015625 +L 1.765625 45.015625 +L 1.765625 51.859375 +L 8.203125 51.859375 +L 8.203125 64.703125 +L 16.9375 69.96875 +L 16.9375 51.859375 +L 25.78125 51.859375 +L 25.78125 45.015625 +L 16.9375 45.015625 +L 16.9375 14.703125 +Q 16.9375 10.9375 17.40625 9.859375 +Q 17.875 8.796875 18.921875 8.15625 +Q 19.96875 7.515625 21.921875 7.515625 +Q 23.390625 7.515625 25.78125 7.859375 +z +" id="ArialMT-116"/> + <path d="M 6.5 0 +L 6.5 51.859375 +L 14.40625 51.859375 +L 14.40625 44 +Q 17.4375 49.515625 20 51.265625 +Q 22.5625 53.03125 25.640625 53.03125 +Q 30.078125 53.03125 34.671875 50.203125 +L 31.640625 42.046875 +Q 28.421875 43.953125 25.203125 43.953125 +Q 22.3125 43.953125 20.015625 42.21875 +Q 17.71875 40.484375 16.75 37.40625 +Q 15.28125 32.71875 15.28125 27.15625 +L 15.28125 0 +z +" id="ArialMT-114"/> + <path d="M 40.578125 0 +L 40.578125 7.625 +Q 34.515625 -1.171875 24.125 -1.171875 +Q 19.53125 -1.171875 15.546875 0.578125 +Q 11.578125 2.34375 9.640625 5 +Q 7.71875 7.671875 6.9375 11.53125 +Q 6.390625 14.109375 6.390625 19.734375 +L 6.390625 51.859375 +L 15.1875 51.859375 +L 15.1875 23.09375 +Q 15.1875 16.21875 15.71875 13.8125 +Q 16.546875 10.359375 19.234375 8.375 +Q 21.921875 6.390625 25.875 6.390625 +Q 29.828125 6.390625 33.296875 8.421875 +Q 36.765625 10.453125 38.203125 13.9375 +Q 39.65625 17.4375 39.65625 24.078125 +L 39.65625 51.859375 +L 48.4375 51.859375 +L 48.4375 0 +z +" id="ArialMT-117"/> + <path d="M 42.09375 16.703125 +L 51.171875 15.578125 +Q 49.03125 7.625 43.21875 3.21875 +Q 37.40625 -1.171875 28.375 -1.171875 +Q 17 -1.171875 10.328125 5.828125 +Q 3.65625 12.84375 3.65625 25.484375 +Q 3.65625 38.578125 10.390625 45.796875 +Q 17.140625 53.03125 27.875 53.03125 +Q 38.28125 53.03125 44.875 45.953125 +Q 51.46875 38.875 51.46875 26.03125 +Q 51.46875 25.25 51.421875 23.6875 +L 12.75 23.6875 +Q 13.234375 15.140625 17.578125 10.59375 +Q 21.921875 6.0625 28.421875 6.0625 +Q 33.25 6.0625 36.671875 8.59375 +Q 40.09375 11.140625 42.09375 16.703125 +z +M 13.234375 30.90625 +L 42.1875 30.90625 +Q 41.609375 37.453125 38.875 40.71875 +Q 34.671875 45.796875 27.984375 45.796875 +Q 21.921875 45.796875 17.796875 41.75 +Q 13.671875 37.703125 13.234375 30.90625 +z +" id="ArialMT-101"/> + </defs> + <g style="fill:#ff0000;" transform="translate(126.963308 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_8"> + <path clip-path="url(#pdaec15e3ae)" d="M 25.321875 147.6 +L 265.839116 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_9"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(12.760937 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_9"> + <path clip-path="url(#pdaec15e3ae)" d="M 25.321875 104.457143 +L 265.839116 104.457143 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_10"> + <!-- 5 --> + <g style="fill:#262626;" transform="translate(12.760937 108.036049)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_10"> + <path clip-path="url(#pdaec15e3ae)" d="M 25.321875 61.314286 +L 265.839116 61.314286 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_11"> + <!-- 10 --> + <defs> + <path d="M 37.25 0 +L 28.46875 0 +L 28.46875 56 +Q 25.296875 52.984375 20.140625 49.953125 +Q 14.984375 46.921875 10.890625 45.40625 +L 10.890625 53.90625 +Q 18.265625 57.375 23.78125 62.296875 +Q 29.296875 67.234375 31.59375 71.875 +L 37.25 71.875 +z +" id="ArialMT-49"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 64.893192)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_3"> + <path clip-path="url(#pdaec15e3ae)" d="M 36.254477 147.6 +L 36.254477 147.6 +L 38.440997 147.6 +L 38.440997 69.942857 +L 40.627518 69.942857 +L 40.627518 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 45.000558 147.6 +L 45.000558 138.971429 +L 47.187079 138.971429 +L 47.187079 78.571429 +L 49.373599 78.571429 +L 49.373599 147.6 +L 51.56012 147.6 +L 51.56012 138.971429 +L 53.74664 138.971429 +L 53.74664 78.571429 +L 55.93316 78.571429 +L 55.93316 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 86.544446 147.6 +L 86.544446 44.057143 +L 88.730966 44.057143 +L 88.730966 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 95.290527 147.6 +L 95.290527 44.057143 +L 97.477047 44.057143 +L 97.477047 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 101.850088 147.6 +L 101.850088 44.057143 +L 104.036609 44.057143 +L 104.036609 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 230.85479 147.6 +L 230.85479 95.828571 +L 233.041311 95.828571 +L 233.041311 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 239.600872 147.6 +L 239.600872 113.085714 +L 241.787392 113.085714 +L 241.787392 130.342857 +L 243.973913 130.342857 +L 243.973913 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 248.346953 147.6 +L 248.346953 113.085714 +L 250.533474 113.085714 +L 250.533474 130.342857 +L 252.719994 130.342857 +L 252.719994 147.6 +L 254.906514 147.6 +L 254.906514 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 104.036609 147.6 +L 104.036609 147.6 +L 101.850088 147.6 +L 101.850088 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 97.477047 147.6 +L 97.477047 147.6 +L 95.290527 147.6 +L 95.290527 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 88.730966 147.6 +L 88.730966 147.6 +L 86.544446 147.6 +L 86.544446 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 55.93316 147.6 +L 55.93316 147.6 +L 53.74664 147.6 +L 53.74664 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 49.373599 147.6 +L 49.373599 147.6 +L 47.187079 147.6 +L 47.187079 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 40.627518 147.6 +L 40.627518 147.6 +L 38.440997 147.6 +L 38.440997 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_4"> + <path clip-path="url(#pdaec15e3ae)" d="M 36.254477 147.6 +L 36.254477 147.6 +L 38.440997 147.6 +L 38.440997 121.714286 +L 40.627518 121.714286 +L 40.627518 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 47.187079 147.6 +L 47.187079 121.714286 +L 49.373599 121.714286 +L 49.373599 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 53.74664 147.6 +L 53.74664 121.714286 +L 55.93316 121.714286 +L 55.93316 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 86.544446 147.6 +L 86.544446 121.714286 +L 88.730966 121.714286 +L 88.730966 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 95.290527 147.6 +L 95.290527 121.714286 +L 97.477047 121.714286 +L 97.477047 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 101.850088 147.6 +L 101.850088 121.714286 +L 104.036609 121.714286 +L 104.036609 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 230.85479 147.6 +L 230.85479 121.714286 +L 233.041311 121.714286 +L 233.041311 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 239.600872 147.6 +L 239.600872 130.342857 +L 241.787392 130.342857 +L 241.787392 138.971429 +L 243.973913 138.971429 +L 243.973913 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 248.346953 147.6 +L 248.346953 130.342857 +L 250.533474 130.342857 +L 250.533474 138.971429 +L 252.719994 138.971429 +L 252.719994 147.6 +L 254.906514 147.6 +L 254.906514 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 104.036609 147.6 +L 104.036609 147.6 +L 101.850088 147.6 +L 101.850088 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 97.477047 147.6 +L 97.477047 147.6 +L 95.290527 147.6 +L 95.290527 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 88.730966 147.6 +L 88.730966 147.6 +L 86.544446 147.6 +L 86.544446 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 55.93316 147.6 +L 55.93316 147.6 +L 53.74664 147.6 +L 53.74664 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 49.373599 147.6 +L 49.373599 147.6 +L 47.187079 147.6 +L 47.187079 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 40.627518 147.6 +L 40.627518 147.6 +L 38.440997 147.6 +L 38.440997 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_5"> + <path clip-path="url(#pdaec15e3ae)" d="M 36.254477 147.6 +L 36.254477 147.6 +L 38.440997 147.6 +L 38.440997 121.714286 +L 40.627518 121.714286 +L 40.627518 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 45.000558 147.6 +L 45.000558 138.971429 +L 47.187079 138.971429 +L 47.187079 130.342857 +L 49.373599 130.342857 +L 49.373599 147.6 +L 51.56012 147.6 +L 51.56012 138.971429 +L 53.74664 138.971429 +L 53.74664 130.342857 +L 55.93316 130.342857 +L 55.93316 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 86.544446 147.6 +L 86.544446 95.828571 +L 88.730966 95.828571 +L 88.730966 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 95.290527 147.6 +L 95.290527 95.828571 +L 97.477047 95.828571 +L 97.477047 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 101.850088 147.6 +L 101.850088 95.828571 +L 104.036609 95.828571 +L 104.036609 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 254.906514 147.6 +L 254.906514 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 104.036609 147.6 +L 104.036609 147.6 +L 101.850088 147.6 +L 101.850088 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 97.477047 147.6 +L 97.477047 147.6 +L 95.290527 147.6 +L 95.290527 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 88.730966 147.6 +L 88.730966 147.6 +L 86.544446 147.6 +L 86.544446 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 55.93316 147.6 +L 55.93316 147.6 +L 53.74664 147.6 +L 53.74664 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 49.373599 147.6 +L 49.373599 147.6 +L 47.187079 147.6 +L 47.187079 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 40.627518 147.6 +L 40.627518 147.6 +L 38.440997 147.6 +L 38.440997 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_6"> + <path clip-path="url(#pdaec15e3ae)" d="M 36.254477 147.6 +L 36.254477 147.6 +L 38.440997 147.6 +L 38.440997 121.714286 +L 40.627518 121.714286 +L 40.627518 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 47.187079 147.6 +L 47.187079 121.714286 +L 49.373599 121.714286 +L 49.373599 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 53.74664 147.6 +L 53.74664 121.714286 +L 55.93316 121.714286 +L 55.93316 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 86.544446 147.6 +L 86.544446 121.714286 +L 88.730966 121.714286 +L 88.730966 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 95.290527 147.6 +L 95.290527 121.714286 +L 97.477047 121.714286 +L 97.477047 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 101.850088 147.6 +L 101.850088 121.714286 +L 104.036609 121.714286 +L 104.036609 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 230.85479 147.6 +L 230.85479 121.714286 +L 233.041311 121.714286 +L 233.041311 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 239.600872 147.6 +L 239.600872 130.342857 +L 241.787392 130.342857 +L 241.787392 138.971429 +L 243.973913 138.971429 +L 243.973913 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 248.346953 147.6 +L 248.346953 130.342857 +L 250.533474 130.342857 +L 250.533474 138.971429 +L 252.719994 138.971429 +L 252.719994 147.6 +L 254.906514 147.6 +L 254.906514 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 104.036609 147.6 +L 104.036609 147.6 +L 101.850088 147.6 +L 101.850088 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 97.477047 147.6 +L 97.477047 147.6 +L 95.290527 147.6 +L 95.290527 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 88.730966 147.6 +L 88.730966 147.6 +L 86.544446 147.6 +L 86.544446 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 55.93316 147.6 +L 55.93316 147.6 +L 53.74664 147.6 +L 53.74664 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 49.373599 147.6 +L 49.373599 147.6 +L 47.187079 147.6 +L 47.187079 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 40.627518 147.6 +L 40.627518 147.6 +L 38.440997 147.6 +L 38.440997 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_11"> + <path clip-path="url(#pdaec15e3ae)" d="M 47.522197 147.6 +L 47.522197 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_7"> + <path d="M 25.321875 147.6 +L 25.321875 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_8"> + <path d="M 265.839116 147.6 +L 265.839116 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_9"> + <path d="M 25.321875 147.6 +L 265.839116 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_10"> + <path d="M 25.321875 38.88 +L 265.839116 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_12"> + <!-- 23% --> + <defs> + <path id="ArialMT-32"/> + <path d="M 4.203125 18.890625 +L 12.984375 20.0625 +Q 14.5 12.59375 18.140625 9.296875 +Q 21.78125 6 27 6 +Q 33.203125 6 37.46875 10.296875 +Q 41.75 14.59375 41.75 20.953125 +Q 41.75 27 37.796875 30.921875 +Q 33.84375 34.859375 27.734375 34.859375 +Q 25.25 34.859375 21.53125 33.890625 +L 22.515625 41.609375 +Q 23.390625 41.5 23.921875 41.5 +Q 29.546875 41.5 34.03125 44.421875 +Q 38.53125 47.359375 38.53125 53.46875 +Q 38.53125 58.296875 35.25 61.46875 +Q 31.984375 64.65625 26.8125 64.65625 +Q 21.6875 64.65625 18.265625 61.421875 +Q 14.84375 58.203125 13.875 51.765625 +L 5.078125 53.328125 +Q 6.6875 62.15625 12.390625 67.015625 +Q 18.109375 71.875 26.609375 71.875 +Q 32.46875 71.875 37.390625 69.359375 +Q 42.328125 66.84375 44.9375 62.5 +Q 47.5625 58.15625 47.5625 53.265625 +Q 47.5625 48.640625 45.0625 44.828125 +Q 42.578125 41.015625 37.703125 38.765625 +Q 44.046875 37.3125 47.5625 32.6875 +Q 51.078125 28.078125 51.078125 21.140625 +Q 51.078125 11.765625 44.234375 5.25 +Q 37.40625 -1.265625 26.953125 -1.265625 +Q 17.53125 -1.265625 11.296875 4.34375 +Q 5.078125 9.96875 4.203125 18.890625 +z +" id="ArialMT-51"/> + <path d="M 5.8125 54.390625 +Q 5.8125 62.0625 9.671875 67.421875 +Q 13.53125 72.796875 20.84375 72.796875 +Q 27.59375 72.796875 32 67.984375 +Q 36.421875 63.1875 36.421875 53.859375 +Q 36.421875 44.78125 31.953125 39.875 +Q 27.484375 34.96875 20.953125 34.96875 +Q 14.453125 34.96875 10.125 39.796875 +Q 5.8125 44.625 5.8125 54.390625 +z +M 21.09375 66.75 +Q 17.828125 66.75 15.65625 63.90625 +Q 13.484375 61.078125 13.484375 53.515625 +Q 13.484375 46.625 15.671875 43.8125 +Q 17.875 41.015625 21.09375 41.015625 +Q 24.421875 41.015625 26.59375 43.84375 +Q 28.765625 46.6875 28.765625 54.203125 +Q 28.765625 61.140625 26.5625 63.9375 +Q 24.359375 66.75 21.09375 66.75 +z +M 21.140625 -2.640625 +L 60.296875 72.796875 +L 67.4375 72.796875 +L 28.421875 -2.640625 +z +M 52.09375 16.796875 +Q 52.09375 24.515625 55.953125 29.859375 +Q 59.8125 35.203125 67.1875 35.203125 +Q 73.921875 35.203125 78.34375 30.390625 +Q 82.765625 25.59375 82.765625 16.265625 +Q 82.765625 7.171875 78.296875 2.265625 +Q 73.828125 -2.640625 67.234375 -2.640625 +Q 60.75 -2.640625 56.421875 2.21875 +Q 52.09375 7.078125 52.09375 16.796875 +z +M 67.4375 29.15625 +Q 64.109375 29.15625 61.9375 26.3125 +Q 59.765625 23.484375 59.765625 15.921875 +Q 59.765625 9.078125 61.953125 6.25 +Q 64.15625 3.421875 67.390625 3.421875 +Q 70.75 3.421875 72.921875 6.25 +Q 75.09375 9.078125 75.09375 16.609375 +Q 75.09375 23.53125 72.890625 26.34375 +Q 70.703125 29.15625 67.4375 29.15625 +z +" id="ArialMT-37"/> + </defs> + <g style="fill:#262626;" transform="translate(131.905183 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-50"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_2"> + <g id="patch_11"> + <path d="M 313.942565 147.6 +L 554.459806 147.6 +L 554.459806 38.88 +L 313.942565 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_3"> + <g id="xtick_8"> + <g id="line2d_12"> + <path clip-path="url(#p4f58146109)" d="M 362.771604 147.6 +L 362.771604 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_13"> + <!-- 0.0200 --> + <g style="fill:#262626;" transform="translate(347.480198 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_9"> + <g id="line2d_13"> + <path clip-path="url(#p4f58146109)" d="M 420.802567 147.6 +L 420.802567 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_14"> + <!-- 0.0205 --> + <g style="fill:#262626;" transform="translate(405.51116 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_10"> + <g id="line2d_14"> + <path clip-path="url(#p4f58146109)" d="M 478.833529 147.6 +L 478.833529 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_15"> + <!-- 0.0210 --> + <g style="fill:#262626;" transform="translate(463.542123 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-49"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_11"> + <g id="line2d_15"> + <path clip-path="url(#p4f58146109)" d="M 536.864491 147.6 +L 536.864491 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_16"> + <!-- 0.0215 --> + <g style="fill:#262626;" transform="translate(521.573085 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-49"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="text_17"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(415.583998 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_4"> + <g id="ytick_4"> + <g id="line2d_16"> + <path clip-path="url(#p4f58146109)" d="M 313.942565 147.6 +L 554.459806 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_18"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(301.381627 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_17"> + <path clip-path="url(#p4f58146109)" d="M 313.942565 113.085714 +L 554.459806 113.085714 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_19"> + <!-- 2 --> + <g style="fill:#262626;" transform="translate(301.381627 116.664621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_6"> + <g id="line2d_18"> + <path clip-path="url(#p4f58146109)" d="M 313.942565 78.571429 +L 554.459806 78.571429 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_20"> + <!-- 4 --> + <g style="fill:#262626;" transform="translate(301.381627 82.150335)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_19"> + <path clip-path="url(#p4f58146109)" d="M 313.942565 44.057143 +L 554.459806 44.057143 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_21"> + <!-- 6 --> + <g style="fill:#262626;" transform="translate(301.381627 47.636049)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + </g> + <g id="patch_12"> + <path clip-path="url(#p4f58146109)" d="M 324.875167 147.6 +L 324.875167 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 335.807768 147.6 +L 335.807768 78.571429 +L 337.994289 78.571429 +L 337.994289 61.314286 +L 340.180809 61.314286 +L 340.180809 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 359.859493 147.6 +L 359.859493 130.342857 +L 362.046013 130.342857 +L 362.046013 78.571429 +L 364.232533 78.571429 +L 364.232533 78.571429 +L 366.419054 78.571429 +L 366.419054 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 370.792094 147.6 +L 370.792094 44.057143 +L 372.978615 44.057143 +L 372.978615 44.057143 +L 375.165135 44.057143 +L 375.165135 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 381.724696 147.6 +L 381.724696 130.342857 +L 383.911217 130.342857 +L 383.911217 61.314286 +L 386.097737 61.314286 +L 386.097737 95.828571 +L 388.284257 95.828571 +L 388.284257 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 394.843819 147.6 +L 394.843819 113.085714 +L 397.030339 113.085714 +L 397.030339 78.571429 +L 399.216859 78.571429 +L 399.216859 44.057143 +L 401.40338 44.057143 +L 401.40338 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 416.709022 147.6 +L 416.709022 113.085714 +L 418.895543 113.085714 +L 418.895543 78.571429 +L 421.082063 78.571429 +L 421.082063 78.571429 +L 423.268583 78.571429 +L 423.268583 113.085714 +L 425.455104 113.085714 +L 425.455104 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 477.931593 147.6 +L 477.931593 78.571429 +L 480.118113 78.571429 +L 480.118113 113.085714 +L 482.304634 113.085714 +L 482.304634 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 504.169837 147.6 +L 504.169837 78.571429 +L 506.356358 78.571429 +L 506.356358 113.085714 +L 508.542878 113.085714 +L 508.542878 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 526.035041 147.6 +L 526.035041 113.085714 +L 528.221562 113.085714 +L 528.221562 113.085714 +L 530.408082 113.085714 +L 530.408082 113.085714 +L 532.594602 113.085714 +L 532.594602 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 543.527204 147.6 +L 543.527204 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 421.082063 147.6 +L 421.082063 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 399.216859 147.6 +L 399.216859 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 386.097737 147.6 +L 386.097737 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 372.978615 147.6 +L 372.978615 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 364.232533 147.6 +L 364.232533 147.6 +L 362.046013 147.6 +L 362.046013 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 337.994289 147.6 +L 337.994289 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_13"> + <path clip-path="url(#p4f58146109)" d="M 324.875167 147.6 +L 324.875167 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 335.807768 147.6 +L 335.807768 130.342857 +L 337.994289 130.342857 +L 337.994289 113.085714 +L 340.180809 113.085714 +L 340.180809 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 362.046013 147.6 +L 362.046013 130.342857 +L 364.232533 130.342857 +L 364.232533 113.085714 +L 366.419054 113.085714 +L 366.419054 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 370.792094 147.6 +L 370.792094 113.085714 +L 372.978615 113.085714 +L 372.978615 130.342857 +L 375.165135 130.342857 +L 375.165135 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 383.911217 147.6 +L 383.911217 113.085714 +L 386.097737 113.085714 +L 386.097737 130.342857 +L 388.284257 130.342857 +L 388.284257 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 394.843819 147.6 +L 394.843819 130.342857 +L 397.030339 130.342857 +L 397.030339 130.342857 +L 399.216859 130.342857 +L 399.216859 130.342857 +L 401.40338 130.342857 +L 401.40338 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 416.709022 147.6 +L 416.709022 130.342857 +L 418.895543 130.342857 +L 418.895543 130.342857 +L 421.082063 130.342857 +L 421.082063 130.342857 +L 423.268583 130.342857 +L 423.268583 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 477.931593 147.6 +L 477.931593 113.085714 +L 480.118113 113.085714 +L 480.118113 130.342857 +L 482.304634 130.342857 +L 482.304634 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 504.169837 147.6 +L 504.169837 113.085714 +L 506.356358 113.085714 +L 506.356358 130.342857 +L 508.542878 130.342857 +L 508.542878 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 526.035041 147.6 +L 526.035041 130.342857 +L 528.221562 130.342857 +L 528.221562 130.342857 +L 530.408082 130.342857 +L 530.408082 130.342857 +L 532.594602 130.342857 +L 532.594602 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 543.527204 147.6 +L 543.527204 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 421.082063 147.6 +L 421.082063 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 399.216859 147.6 +L 399.216859 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 386.097737 147.6 +L 386.097737 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 372.978615 147.6 +L 372.978615 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 364.232533 147.6 +L 364.232533 147.6 +L 362.046013 147.6 +L 362.046013 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 337.994289 147.6 +L 337.994289 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_14"> + <path clip-path="url(#p4f58146109)" d="M 324.875167 147.6 +L 324.875167 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 335.807768 147.6 +L 335.807768 113.085714 +L 337.994289 113.085714 +L 337.994289 130.342857 +L 340.180809 130.342857 +L 340.180809 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 359.859493 147.6 +L 359.859493 130.342857 +L 362.046013 130.342857 +L 362.046013 113.085714 +L 364.232533 113.085714 +L 364.232533 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 370.792094 147.6 +L 370.792094 113.085714 +L 372.978615 113.085714 +L 372.978615 78.571429 +L 375.165135 78.571429 +L 375.165135 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 381.724696 147.6 +L 381.724696 130.342857 +L 383.911217 130.342857 +L 383.911217 130.342857 +L 386.097737 130.342857 +L 386.097737 130.342857 +L 388.284257 130.342857 +L 388.284257 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 397.030339 147.6 +L 397.030339 113.085714 +L 399.216859 113.085714 +L 399.216859 78.571429 +L 401.40338 78.571429 +L 401.40338 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 418.895543 147.6 +L 418.895543 113.085714 +L 421.082063 113.085714 +L 421.082063 113.085714 +L 423.268583 113.085714 +L 423.268583 113.085714 +L 425.455104 113.085714 +L 425.455104 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 543.527204 147.6 +L 543.527204 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 421.082063 147.6 +L 421.082063 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 399.216859 147.6 +L 399.216859 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 386.097737 147.6 +L 386.097737 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 372.978615 147.6 +L 372.978615 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 364.232533 147.6 +L 364.232533 147.6 +L 362.046013 147.6 +L 362.046013 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 337.994289 147.6 +L 337.994289 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_15"> + <path clip-path="url(#p4f58146109)" d="M 324.875167 147.6 +L 324.875167 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 335.807768 147.6 +L 335.807768 130.342857 +L 337.994289 130.342857 +L 337.994289 113.085714 +L 340.180809 113.085714 +L 340.180809 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 362.046013 147.6 +L 362.046013 130.342857 +L 364.232533 130.342857 +L 364.232533 113.085714 +L 366.419054 113.085714 +L 366.419054 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 370.792094 147.6 +L 370.792094 113.085714 +L 372.978615 113.085714 +L 372.978615 130.342857 +L 375.165135 130.342857 +L 375.165135 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 383.911217 147.6 +L 383.911217 113.085714 +L 386.097737 113.085714 +L 386.097737 130.342857 +L 388.284257 130.342857 +L 388.284257 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 394.843819 147.6 +L 394.843819 130.342857 +L 397.030339 130.342857 +L 397.030339 130.342857 +L 399.216859 130.342857 +L 399.216859 130.342857 +L 401.40338 130.342857 +L 401.40338 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 416.709022 147.6 +L 416.709022 130.342857 +L 418.895543 130.342857 +L 418.895543 130.342857 +L 421.082063 130.342857 +L 421.082063 130.342857 +L 423.268583 130.342857 +L 423.268583 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 477.931593 147.6 +L 477.931593 113.085714 +L 480.118113 113.085714 +L 480.118113 130.342857 +L 482.304634 130.342857 +L 482.304634 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 504.169837 147.6 +L 504.169837 113.085714 +L 506.356358 113.085714 +L 506.356358 130.342857 +L 508.542878 130.342857 +L 508.542878 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 526.035041 147.6 +L 526.035041 130.342857 +L 528.221562 130.342857 +L 528.221562 130.342857 +L 530.408082 130.342857 +L 530.408082 130.342857 +L 532.594602 130.342857 +L 532.594602 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 543.527204 147.6 +L 543.527204 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 421.082063 147.6 +L 421.082063 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 399.216859 147.6 +L 399.216859 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 386.097737 147.6 +L 386.097737 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 372.978615 147.6 +L 372.978615 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 364.232533 147.6 +L 364.232533 147.6 +L 362.046013 147.6 +L 362.046013 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 337.994289 147.6 +L 337.994289 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_20"> + <path clip-path="url(#p4f58146109)" d="M 362.771604 147.6 +L 362.771604 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_16"> + <path d="M 313.942565 147.6 +L 313.942565 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_17"> + <path d="M 554.459806 147.6 +L 554.459806 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_18"> + <path d="M 313.942565 147.6 +L 554.459806 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_19"> + <path d="M 313.942565 38.88 +L 554.459806 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_22"> + <!-- 18% --> + <g style="fill:#262626;" transform="translate(420.525873 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-49"/> + <use x="83.398438" xlink:href="#ArialMT-56"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_3"> + <g id="patch_20"> + <path d="M 602.563254 147.6 +L 843.080496 147.6 +L 843.080496 38.88 +L 602.563254 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_5"> + <g id="xtick_12"> + <g id="line2d_21"> + <path clip-path="url(#p0c9efe9b06)" d="M 646.330823 147.6 +L 646.330823 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_23"> + <!-- 0.099 --> + <defs> + <path d="M 5.46875 16.546875 +L 13.921875 17.328125 +Q 14.984375 11.375 18.015625 8.6875 +Q 21.046875 6 25.78125 6 +Q 29.828125 6 32.875 7.859375 +Q 35.9375 9.71875 37.890625 12.8125 +Q 39.84375 15.921875 41.15625 21.1875 +Q 42.484375 26.46875 42.484375 31.9375 +Q 42.484375 32.515625 42.4375 33.6875 +Q 39.796875 29.5 35.234375 26.875 +Q 30.671875 24.265625 25.34375 24.265625 +Q 16.453125 24.265625 10.296875 30.703125 +Q 4.15625 37.15625 4.15625 47.703125 +Q 4.15625 58.59375 10.578125 65.234375 +Q 17 71.875 26.65625 71.875 +Q 33.640625 71.875 39.421875 68.109375 +Q 45.21875 64.359375 48.21875 57.390625 +Q 51.21875 50.4375 51.21875 37.25 +Q 51.21875 23.53125 48.234375 15.40625 +Q 45.265625 7.28125 39.375 3.03125 +Q 33.5 -1.21875 25.59375 -1.21875 +Q 17.1875 -1.21875 11.859375 3.4375 +Q 6.546875 8.109375 5.46875 16.546875 +z +M 41.453125 48.140625 +Q 41.453125 55.71875 37.421875 60.15625 +Q 33.40625 64.59375 27.734375 64.59375 +Q 21.875 64.59375 17.53125 59.8125 +Q 13.1875 55.03125 13.1875 47.40625 +Q 13.1875 40.578125 17.3125 36.296875 +Q 21.4375 32.03125 27.484375 32.03125 +Q 33.59375 32.03125 37.515625 36.296875 +Q 41.453125 40.578125 41.453125 48.140625 +z +" id="ArialMT-57"/> + </defs> + <g style="fill:#262626;" transform="translate(633.819885 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-57"/> + </g> + </g> + </g> + <g id="xtick_13"> + <g id="line2d_22"> + <path clip-path="url(#p0c9efe9b06)" d="M 694.258888 147.6 +L 694.258888 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_24"> + <!-- 0.100 --> + <g style="fill:#262626;" transform="translate(681.74795 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_14"> + <g id="line2d_23"> + <path clip-path="url(#p0c9efe9b06)" d="M 742.186953 147.6 +L 742.186953 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_25"> + <!-- 0.101 --> + <g style="fill:#262626;" transform="translate(729.676015 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="xtick_15"> + <g id="line2d_24"> + <path clip-path="url(#p0c9efe9b06)" d="M 790.115018 147.6 +L 790.115018 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_26"> + <!-- 0.102 --> + <g style="fill:#262626;" transform="translate(777.60408 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_16"> + <g id="line2d_25"> + <path clip-path="url(#p0c9efe9b06)" d="M 838.043083 147.6 +L 838.043083 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_27"> + <!-- 0.103 --> + <g style="fill:#262626;" transform="translate(825.532145 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-51"/> + </g> + </g> + </g> + <g id="text_28"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(704.204688 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_6"> + <g id="ytick_8"> + <g id="line2d_26"> + <path clip-path="url(#p0c9efe9b06)" d="M 602.563254 147.6 +L 843.080496 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_29"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(590.002317 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_9"> + <g id="line2d_27"> + <path clip-path="url(#p0c9efe9b06)" d="M 602.563254 113.085714 +L 843.080496 113.085714 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_30"> + <!-- 2 --> + <g style="fill:#262626;" transform="translate(590.002317 116.664621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_10"> + <g id="line2d_28"> + <path clip-path="url(#p0c9efe9b06)" d="M 602.563254 78.571429 +L 843.080496 78.571429 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_31"> + <!-- 4 --> + <g style="fill:#262626;" transform="translate(590.002317 82.150335)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="ytick_11"> + <g id="line2d_29"> + <path clip-path="url(#p0c9efe9b06)" d="M 602.563254 44.057143 +L 843.080496 44.057143 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_32"> + <!-- 6 --> + <g style="fill:#262626;" transform="translate(590.002317 47.636049)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + </g> + <g id="patch_21"> + <path clip-path="url(#p0c9efe9b06)" d="M 613.495856 147.6 +L 613.495856 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 635.36106 147.6 +L 635.36106 130.342857 +L 637.54758 130.342857 +L 637.54758 130.342857 +L 639.734101 130.342857 +L 639.734101 113.085714 +L 641.920621 113.085714 +L 641.920621 95.828571 +L 644.107141 95.828571 +L 644.107141 113.085714 +L 646.293662 113.085714 +L 646.293662 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 650.666703 147.6 +L 650.666703 113.085714 +L 652.853223 113.085714 +L 652.853223 78.571429 +L 655.039743 78.571429 +L 655.039743 78.571429 +L 657.226264 78.571429 +L 657.226264 147.6 +L 659.412784 147.6 +L 659.412784 113.085714 +L 661.599304 113.085714 +L 661.599304 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 690.024069 147.6 +L 690.024069 130.342857 +L 692.21059 130.342857 +L 692.21059 130.342857 +L 694.39711 130.342857 +L 694.39711 113.085714 +L 696.58363 113.085714 +L 696.58363 61.314286 +L 698.770151 61.314286 +L 698.770151 78.571429 +L 700.956671 78.571429 +L 700.956671 113.085714 +L 703.143192 113.085714 +L 703.143192 147.6 +L 705.329712 147.6 +L 705.329712 113.085714 +L 707.516232 113.085714 +L 707.516232 78.571429 +L 709.702753 78.571429 +L 709.702753 147.6 +L 711.889273 147.6 +L 711.889273 78.571429 +L 714.075793 78.571429 +L 714.075793 113.085714 +L 716.262314 113.085714 +L 716.262314 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 735.940997 147.6 +L 735.940997 130.342857 +L 738.127518 130.342857 +L 738.127518 147.6 +L 740.314038 147.6 +L 740.314038 95.828571 +L 742.500558 95.828571 +L 742.500558 113.085714 +L 744.687079 113.085714 +L 744.687079 130.342857 +L 746.873599 130.342857 +L 746.873599 113.085714 +L 749.06012 113.085714 +L 749.06012 147.6 +L 751.24664 147.6 +L 751.24664 78.571429 +L 753.43316 78.571429 +L 753.43316 147.6 +L 755.619681 147.6 +L 755.619681 44.057143 +L 757.806201 44.057143 +L 757.806201 44.057143 +L 759.992721 44.057143 +L 759.992721 147.6 +L 762.179242 147.6 +L 762.179242 113.085714 +L 764.365762 113.085714 +L 764.365762 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 799.350088 147.6 +L 799.350088 113.085714 +L 801.536609 113.085714 +L 801.536609 147.6 +L 803.723129 147.6 +L 803.723129 113.085714 +L 805.909649 113.085714 +L 805.909649 113.085714 +L 808.09617 113.085714 +L 808.09617 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 832.147894 147.6 +L 832.147894 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 759.992721 147.6 +L 759.992721 147.6 +L 757.806201 147.6 +L 757.806201 147.6 +L 755.619681 147.6 +L 755.619681 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 698.770151 147.6 +L 698.770151 147.6 +L 696.58363 147.6 +L 696.58363 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 655.039743 147.6 +L 655.039743 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 641.920621 147.6 +L 641.920621 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_22"> + <path clip-path="url(#p0c9efe9b06)" d="M 613.495856 147.6 +L 613.495856 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 639.734101 147.6 +L 639.734101 130.342857 +L 641.920621 130.342857 +L 641.920621 130.342857 +L 644.107141 130.342857 +L 644.107141 130.342857 +L 646.293662 130.342857 +L 646.293662 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 650.666703 147.6 +L 650.666703 130.342857 +L 652.853223 130.342857 +L 652.853223 130.342857 +L 655.039743 130.342857 +L 655.039743 130.342857 +L 657.226264 130.342857 +L 657.226264 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 694.39711 147.6 +L 694.39711 130.342857 +L 696.58363 130.342857 +L 696.58363 113.085714 +L 698.770151 113.085714 +L 698.770151 113.085714 +L 700.956671 113.085714 +L 700.956671 130.342857 +L 703.143192 130.342857 +L 703.143192 147.6 +L 705.329712 147.6 +L 705.329712 130.342857 +L 707.516232 130.342857 +L 707.516232 130.342857 +L 709.702753 130.342857 +L 709.702753 147.6 +L 711.889273 147.6 +L 711.889273 130.342857 +L 714.075793 130.342857 +L 714.075793 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 740.314038 147.6 +L 740.314038 130.342857 +L 742.500558 130.342857 +L 742.500558 130.342857 +L 744.687079 130.342857 +L 744.687079 147.6 +L 746.873599 147.6 +L 746.873599 130.342857 +L 749.06012 130.342857 +L 749.06012 147.6 +L 751.24664 147.6 +L 751.24664 113.085714 +L 753.43316 113.085714 +L 753.43316 147.6 +L 755.619681 147.6 +L 755.619681 113.085714 +L 757.806201 113.085714 +L 757.806201 113.085714 +L 759.992721 113.085714 +L 759.992721 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 799.350088 147.6 +L 799.350088 130.342857 +L 801.536609 130.342857 +L 801.536609 147.6 +L 803.723129 147.6 +L 803.723129 130.342857 +L 805.909649 130.342857 +L 805.909649 130.342857 +L 808.09617 130.342857 +L 808.09617 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 832.147894 147.6 +L 832.147894 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 759.992721 147.6 +L 759.992721 147.6 +L 757.806201 147.6 +L 757.806201 147.6 +L 755.619681 147.6 +L 755.619681 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 698.770151 147.6 +L 698.770151 147.6 +L 696.58363 147.6 +L 696.58363 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 655.039743 147.6 +L 655.039743 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 641.920621 147.6 +L 641.920621 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_23"> + <path clip-path="url(#p0c9efe9b06)" d="M 613.495856 147.6 +L 613.495856 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 635.36106 147.6 +L 635.36106 130.342857 +L 637.54758 130.342857 +L 637.54758 130.342857 +L 639.734101 130.342857 +L 639.734101 147.6 +L 641.920621 147.6 +L 641.920621 130.342857 +L 644.107141 130.342857 +L 644.107141 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 652.853223 147.6 +L 652.853223 113.085714 +L 655.039743 113.085714 +L 655.039743 113.085714 +L 657.226264 113.085714 +L 657.226264 147.6 +L 659.412784 147.6 +L 659.412784 113.085714 +L 661.599304 113.085714 +L 661.599304 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 690.024069 147.6 +L 690.024069 130.342857 +L 692.21059 130.342857 +L 692.21059 130.342857 +L 694.39711 130.342857 +L 694.39711 147.6 +L 696.58363 147.6 +L 696.58363 130.342857 +L 698.770151 130.342857 +L 698.770151 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 707.516232 147.6 +L 707.516232 113.085714 +L 709.702753 113.085714 +L 709.702753 147.6 +L 711.889273 147.6 +L 711.889273 113.085714 +L 714.075793 113.085714 +L 714.075793 113.085714 +L 716.262314 113.085714 +L 716.262314 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 735.940997 147.6 +L 735.940997 130.342857 +L 738.127518 130.342857 +L 738.127518 147.6 +L 740.314038 147.6 +L 740.314038 130.342857 +L 742.500558 130.342857 +L 742.500558 147.6 +L 744.687079 147.6 +L 744.687079 130.342857 +L 746.873599 130.342857 +L 746.873599 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 755.619681 147.6 +L 755.619681 113.085714 +L 757.806201 113.085714 +L 757.806201 113.085714 +L 759.992721 113.085714 +L 759.992721 147.6 +L 762.179242 147.6 +L 762.179242 113.085714 +L 764.365762 113.085714 +L 764.365762 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 832.147894 147.6 +L 832.147894 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 759.992721 147.6 +L 759.992721 147.6 +L 757.806201 147.6 +L 757.806201 147.6 +L 755.619681 147.6 +L 755.619681 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 698.770151 147.6 +L 698.770151 147.6 +L 696.58363 147.6 +L 696.58363 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 655.039743 147.6 +L 655.039743 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 641.920621 147.6 +L 641.920621 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_24"> + <path clip-path="url(#p0c9efe9b06)" d="M 613.495856 147.6 +L 613.495856 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 639.734101 147.6 +L 639.734101 130.342857 +L 641.920621 130.342857 +L 641.920621 130.342857 +L 644.107141 130.342857 +L 644.107141 130.342857 +L 646.293662 130.342857 +L 646.293662 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 650.666703 147.6 +L 650.666703 130.342857 +L 652.853223 130.342857 +L 652.853223 130.342857 +L 655.039743 130.342857 +L 655.039743 130.342857 +L 657.226264 130.342857 +L 657.226264 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 694.39711 147.6 +L 694.39711 130.342857 +L 696.58363 130.342857 +L 696.58363 113.085714 +L 698.770151 113.085714 +L 698.770151 113.085714 +L 700.956671 113.085714 +L 700.956671 130.342857 +L 703.143192 130.342857 +L 703.143192 147.6 +L 705.329712 147.6 +L 705.329712 130.342857 +L 707.516232 130.342857 +L 707.516232 130.342857 +L 709.702753 130.342857 +L 709.702753 147.6 +L 711.889273 147.6 +L 711.889273 130.342857 +L 714.075793 130.342857 +L 714.075793 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 740.314038 147.6 +L 740.314038 130.342857 +L 742.500558 130.342857 +L 742.500558 130.342857 +L 744.687079 130.342857 +L 744.687079 147.6 +L 746.873599 147.6 +L 746.873599 130.342857 +L 749.06012 130.342857 +L 749.06012 147.6 +L 751.24664 147.6 +L 751.24664 113.085714 +L 753.43316 113.085714 +L 753.43316 147.6 +L 755.619681 147.6 +L 755.619681 113.085714 +L 757.806201 113.085714 +L 757.806201 113.085714 +L 759.992721 113.085714 +L 759.992721 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 799.350088 147.6 +L 799.350088 130.342857 +L 801.536609 130.342857 +L 801.536609 147.6 +L 803.723129 147.6 +L 803.723129 130.342857 +L 805.909649 130.342857 +L 805.909649 130.342857 +L 808.09617 130.342857 +L 808.09617 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 832.147894 147.6 +L 832.147894 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 759.992721 147.6 +L 759.992721 147.6 +L 757.806201 147.6 +L 757.806201 147.6 +L 755.619681 147.6 +L 755.619681 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 698.770151 147.6 +L 698.770151 147.6 +L 696.58363 147.6 +L 696.58363 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 655.039743 147.6 +L 655.039743 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 641.920621 147.6 +L 641.920621 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_30"> + <path clip-path="url(#p0c9efe9b06)" d="M 694.258888 147.6 +L 694.258888 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_25"> + <path d="M 602.563254 147.6 +L 602.563254 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_26"> + <path d="M 843.080496 147.6 +L 843.080496 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_27"> + <path d="M 602.563254 147.6 +L 843.080496 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_28"> + <path d="M 602.563254 38.88 +L 843.080496 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_33"> + <!-- 9% --> + <g style="fill:#262626;" transform="translate(710.81625 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-57"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + <g id="legend_1"> + <g id="patch_29"> + <path d="M 784.619558 89.315938 +L 836.080496 89.315938 +Q 838.080496 89.315938 838.080496 87.315938 +L 838.080496 45.88 +Q 838.080496 43.88 836.080496 43.88 +L 784.619558 43.88 +Q 782.619558 43.88 782.619558 45.88 +L 782.619558 87.315938 +Q 782.619558 89.315938 784.619558 89.315938 +z +" style="fill:#ffffff;opacity:0.1;stroke:#cccccc;stroke-linejoin:miter;"/> + </g> + <g id="patch_30"> + <path d="M 786.619558 55.037813 +L 806.619558 55.037813 +L 806.619558 48.037813 +L 786.619558 48.037813 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_34"> + <!-- 89.0 --> + <g style="fill:#262626;" transform="translate(814.619558 55.037813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-56"/> + <use x="55.615234" xlink:href="#ArialMT-57"/> + <use x="111.230469" xlink:href="#ArialMT-46"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + </g> + </g> + <g id="patch_31"> + <path d="M 786.619558 69.183125 +L 806.619558 69.183125 +L 806.619558 62.183125 +L 786.619558 62.183125 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_35"> + <!-- 90.0 --> + <g style="fill:#262626;" transform="translate(814.619558 69.183125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-57"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-46"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + </g> + </g> + <g id="patch_32"> + <path d="M 786.619558 83.328438 +L 806.619558 83.328438 +L 806.619558 76.328438 +L 786.619558 76.328438 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_36"> + <!-- 91.0 --> + <g style="fill:#262626;" transform="translate(814.619558 83.328438)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-57"/> + <use x="55.615234" xlink:href="#ArialMT-49"/> + <use x="111.230469" xlink:href="#ArialMT-46"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="axes_4"> + <g id="patch_33"> + <path d="M 891.183944 147.6 +L 1131.701185 147.6 +L 1131.701185 38.88 +L 891.183944 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_7"> + <g id="xtick_17"> + <g id="line2d_31"> + <path clip-path="url(#pa578fda8c8)" d="M 896.314611 147.6 +L 896.314611 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_37"> + <!-- 0.294 --> + <g style="fill:#262626;" transform="translate(883.803674 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_18"> + <g id="line2d_32"> + <path clip-path="url(#pa578fda8c8)" d="M 931.676996 147.6 +L 931.676996 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_38"> + <!-- 0.296 --> + <g style="fill:#262626;" transform="translate(919.166059 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_19"> + <g id="line2d_33"> + <path clip-path="url(#pa578fda8c8)" d="M 967.039381 147.6 +L 967.039381 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_39"> + <!-- 0.298 --> + <g style="fill:#262626;" transform="translate(954.528443 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_20"> + <g id="line2d_34"> + <path clip-path="url(#pa578fda8c8)" d="M 1002.401766 147.6 +L 1002.401766 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_40"> + <!-- 0.300 --> + <g style="fill:#262626;" transform="translate(989.890828 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_21"> + <g id="line2d_35"> + <path clip-path="url(#pa578fda8c8)" d="M 1037.76415 147.6 +L 1037.76415 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_41"> + <!-- 0.302 --> + <g style="fill:#262626;" transform="translate(1025.253213 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_22"> + <g id="line2d_36"> + <path clip-path="url(#pa578fda8c8)" d="M 1073.126535 147.6 +L 1073.126535 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_42"> + <!-- 0.304 --> + <g style="fill:#262626;" transform="translate(1060.615598 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_23"> + <g id="line2d_37"> + <path clip-path="url(#pa578fda8c8)" d="M 1108.48892 147.6 +L 1108.48892 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_43"> + <!-- 0.306 --> + <g style="fill:#262626;" transform="translate(1095.977982 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="text_44"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(992.825377 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_8"> + <g id="ytick_12"> + <g id="line2d_38"> + <path clip-path="url(#pa578fda8c8)" d="M 891.183944 147.6 +L 1131.701185 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_45"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(878.623006 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_13"> + <g id="line2d_39"> + <path clip-path="url(#pa578fda8c8)" d="M 891.183944 113.085714 +L 1131.701185 113.085714 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_46"> + <!-- 2 --> + <g style="fill:#262626;" transform="translate(878.623006 116.664621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_14"> + <g id="line2d_40"> + <path clip-path="url(#pa578fda8c8)" d="M 891.183944 78.571429 +L 1131.701185 78.571429 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_47"> + <!-- 4 --> + <g style="fill:#262626;" transform="translate(878.623006 82.150335)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="ytick_15"> + <g id="line2d_41"> + <path clip-path="url(#pa578fda8c8)" d="M 891.183944 44.057143 +L 1131.701185 44.057143 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_48"> + <!-- 6 --> + <g style="fill:#262626;" transform="translate(878.623006 47.636049)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + </g> + <g id="patch_34"> + <path clip-path="url(#pa578fda8c8)" d="M 902.116546 147.6 +L 902.116546 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 926.16827 147.6 +L 926.16827 130.342857 +L 928.35479 130.342857 +L 928.35479 147.6 +L 930.541311 147.6 +L 930.541311 95.828571 +L 932.727831 95.828571 +L 932.727831 95.828571 +L 934.914351 95.828571 +L 934.914351 78.571429 +L 937.100872 78.571429 +L 937.100872 78.571429 +L 939.287392 78.571429 +L 939.287392 78.571429 +L 941.473913 78.571429 +L 941.473913 147.6 +L 943.660433 147.6 +L 943.660433 113.085714 +L 945.846953 113.085714 +L 945.846953 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 952.406514 147.6 +L 952.406514 113.085714 +L 954.593035 113.085714 +L 954.593035 113.085714 +L 956.779555 113.085714 +L 956.779555 113.085714 +L 958.966076 113.085714 +L 958.966076 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 998.323442 147.6 +L 998.323442 130.342857 +L 1000.509963 130.342857 +L 1000.509963 130.342857 +L 1002.696483 130.342857 +L 1002.696483 78.571429 +L 1004.883004 78.571429 +L 1004.883004 95.828571 +L 1007.069524 95.828571 +L 1007.069524 78.571429 +L 1009.256044 78.571429 +L 1009.256044 113.085714 +L 1011.442565 113.085714 +L 1011.442565 78.571429 +L 1013.629085 78.571429 +L 1013.629085 113.085714 +L 1015.815605 113.085714 +L 1015.815605 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1022.375167 147.6 +L 1022.375167 113.085714 +L 1024.561687 113.085714 +L 1024.561687 147.6 +L 1026.748207 147.6 +L 1026.748207 113.085714 +L 1028.934728 113.085714 +L 1028.934728 147.6 +L 1031.121248 147.6 +L 1031.121248 113.085714 +L 1033.307768 113.085714 +L 1033.307768 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1057.359493 147.6 +L 1057.359493 130.342857 +L 1059.546013 130.342857 +L 1059.546013 147.6 +L 1061.732533 147.6 +L 1061.732533 95.828571 +L 1063.919054 95.828571 +L 1063.919054 113.085714 +L 1066.105574 113.085714 +L 1066.105574 113.085714 +L 1068.292094 113.085714 +L 1068.292094 61.314286 +L 1070.478615 61.314286 +L 1070.478615 147.6 +L 1072.665135 147.6 +L 1072.665135 44.057143 +L 1074.851656 44.057143 +L 1074.851656 147.6 +L 1077.038176 147.6 +L 1077.038176 113.085714 +L 1079.224696 113.085714 +L 1079.224696 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1083.597737 147.6 +L 1083.597737 113.085714 +L 1085.784257 113.085714 +L 1085.784257 147.6 +L 1087.970778 147.6 +L 1087.970778 113.085714 +L 1090.157298 113.085714 +L 1090.157298 147.6 +L 1092.343819 147.6 +L 1092.343819 113.085714 +L 1094.530339 113.085714 +L 1094.530339 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1120.768583 147.6 +L 1120.768583 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1070.478615 147.6 +L 1070.478615 147.6 +L 1068.292094 147.6 +L 1068.292094 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1009.256044 147.6 +L 1009.256044 147.6 +L 1007.069524 147.6 +L 1007.069524 147.6 +L 1004.883004 147.6 +L 1004.883004 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 939.287392 147.6 +L 939.287392 147.6 +L 937.100872 147.6 +L 937.100872 147.6 +L 934.914351 147.6 +L 934.914351 147.6 +L 932.727831 147.6 +L 932.727831 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_35"> + <path clip-path="url(#pa578fda8c8)" d="M 902.116546 147.6 +L 902.116546 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 930.541311 147.6 +L 930.541311 130.342857 +L 932.727831 130.342857 +L 932.727831 130.342857 +L 934.914351 130.342857 +L 934.914351 113.085714 +L 937.100872 113.085714 +L 937.100872 130.342857 +L 939.287392 130.342857 +L 939.287392 130.342857 +L 941.473913 130.342857 +L 941.473913 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 952.406514 147.6 +L 952.406514 130.342857 +L 954.593035 130.342857 +L 954.593035 130.342857 +L 956.779555 130.342857 +L 956.779555 130.342857 +L 958.966076 130.342857 +L 958.966076 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 1002.696483 147.6 +L 1002.696483 113.085714 +L 1004.883004 113.085714 +L 1004.883004 130.342857 +L 1007.069524 130.342857 +L 1007.069524 130.342857 +L 1009.256044 130.342857 +L 1009.256044 130.342857 +L 1011.442565 130.342857 +L 1011.442565 130.342857 +L 1013.629085 130.342857 +L 1013.629085 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1022.375167 147.6 +L 1022.375167 130.342857 +L 1024.561687 130.342857 +L 1024.561687 147.6 +L 1026.748207 147.6 +L 1026.748207 130.342857 +L 1028.934728 130.342857 +L 1028.934728 147.6 +L 1031.121248 147.6 +L 1031.121248 130.342857 +L 1033.307768 130.342857 +L 1033.307768 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1061.732533 147.6 +L 1061.732533 130.342857 +L 1063.919054 130.342857 +L 1063.919054 130.342857 +L 1066.105574 130.342857 +L 1066.105574 130.342857 +L 1068.292094 130.342857 +L 1068.292094 130.342857 +L 1070.478615 130.342857 +L 1070.478615 147.6 +L 1072.665135 147.6 +L 1072.665135 113.085714 +L 1074.851656 113.085714 +L 1074.851656 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1083.597737 147.6 +L 1083.597737 130.342857 +L 1085.784257 130.342857 +L 1085.784257 147.6 +L 1087.970778 147.6 +L 1087.970778 130.342857 +L 1090.157298 130.342857 +L 1090.157298 147.6 +L 1092.343819 147.6 +L 1092.343819 130.342857 +L 1094.530339 130.342857 +L 1094.530339 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1120.768583 147.6 +L 1120.768583 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1070.478615 147.6 +L 1070.478615 147.6 +L 1068.292094 147.6 +L 1068.292094 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1009.256044 147.6 +L 1009.256044 147.6 +L 1007.069524 147.6 +L 1007.069524 147.6 +L 1004.883004 147.6 +L 1004.883004 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 939.287392 147.6 +L 939.287392 147.6 +L 937.100872 147.6 +L 937.100872 147.6 +L 934.914351 147.6 +L 934.914351 147.6 +L 932.727831 147.6 +L 932.727831 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_36"> + <path clip-path="url(#pa578fda8c8)" d="M 902.116546 147.6 +L 902.116546 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 926.16827 147.6 +L 926.16827 130.342857 +L 928.35479 130.342857 +L 928.35479 147.6 +L 930.541311 147.6 +L 930.541311 130.342857 +L 932.727831 130.342857 +L 932.727831 130.342857 +L 934.914351 130.342857 +L 934.914351 147.6 +L 937.100872 147.6 +L 937.100872 113.085714 +L 939.287392 113.085714 +L 939.287392 113.085714 +L 941.473913 113.085714 +L 941.473913 147.6 +L 943.660433 147.6 +L 943.660433 113.085714 +L 945.846953 113.085714 +L 945.846953 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 998.323442 147.6 +L 998.323442 130.342857 +L 1000.509963 130.342857 +L 1000.509963 130.342857 +L 1002.696483 130.342857 +L 1002.696483 147.6 +L 1004.883004 147.6 +L 1004.883004 130.342857 +L 1007.069524 130.342857 +L 1007.069524 113.085714 +L 1009.256044 113.085714 +L 1009.256044 147.6 +L 1011.442565 147.6 +L 1011.442565 113.085714 +L 1013.629085 113.085714 +L 1013.629085 113.085714 +L 1015.815605 113.085714 +L 1015.815605 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1057.359493 147.6 +L 1057.359493 130.342857 +L 1059.546013 130.342857 +L 1059.546013 147.6 +L 1061.732533 147.6 +L 1061.732533 130.342857 +L 1063.919054 130.342857 +L 1063.919054 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1068.292094 147.6 +L 1068.292094 95.828571 +L 1070.478615 95.828571 +L 1070.478615 147.6 +L 1072.665135 147.6 +L 1072.665135 113.085714 +L 1074.851656 113.085714 +L 1074.851656 147.6 +L 1077.038176 147.6 +L 1077.038176 113.085714 +L 1079.224696 113.085714 +L 1079.224696 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1120.768583 147.6 +L 1120.768583 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1070.478615 147.6 +L 1070.478615 147.6 +L 1068.292094 147.6 +L 1068.292094 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1009.256044 147.6 +L 1009.256044 147.6 +L 1007.069524 147.6 +L 1007.069524 147.6 +L 1004.883004 147.6 +L 1004.883004 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 939.287392 147.6 +L 939.287392 147.6 +L 937.100872 147.6 +L 937.100872 147.6 +L 934.914351 147.6 +L 934.914351 147.6 +L 932.727831 147.6 +L 932.727831 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_37"> + <path clip-path="url(#pa578fda8c8)" d="M 902.116546 147.6 +L 902.116546 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 930.541311 147.6 +L 930.541311 130.342857 +L 932.727831 130.342857 +L 932.727831 130.342857 +L 934.914351 130.342857 +L 934.914351 113.085714 +L 937.100872 113.085714 +L 937.100872 130.342857 +L 939.287392 130.342857 +L 939.287392 130.342857 +L 941.473913 130.342857 +L 941.473913 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 952.406514 147.6 +L 952.406514 130.342857 +L 954.593035 130.342857 +L 954.593035 130.342857 +L 956.779555 130.342857 +L 956.779555 130.342857 +L 958.966076 130.342857 +L 958.966076 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 1002.696483 147.6 +L 1002.696483 113.085714 +L 1004.883004 113.085714 +L 1004.883004 130.342857 +L 1007.069524 130.342857 +L 1007.069524 130.342857 +L 1009.256044 130.342857 +L 1009.256044 130.342857 +L 1011.442565 130.342857 +L 1011.442565 130.342857 +L 1013.629085 130.342857 +L 1013.629085 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1022.375167 147.6 +L 1022.375167 130.342857 +L 1024.561687 130.342857 +L 1024.561687 147.6 +L 1026.748207 147.6 +L 1026.748207 130.342857 +L 1028.934728 130.342857 +L 1028.934728 147.6 +L 1031.121248 147.6 +L 1031.121248 130.342857 +L 1033.307768 130.342857 +L 1033.307768 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1061.732533 147.6 +L 1061.732533 130.342857 +L 1063.919054 130.342857 +L 1063.919054 130.342857 +L 1066.105574 130.342857 +L 1066.105574 130.342857 +L 1068.292094 130.342857 +L 1068.292094 130.342857 +L 1070.478615 130.342857 +L 1070.478615 147.6 +L 1072.665135 147.6 +L 1072.665135 113.085714 +L 1074.851656 113.085714 +L 1074.851656 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1083.597737 147.6 +L 1083.597737 130.342857 +L 1085.784257 130.342857 +L 1085.784257 147.6 +L 1087.970778 147.6 +L 1087.970778 130.342857 +L 1090.157298 130.342857 +L 1090.157298 147.6 +L 1092.343819 147.6 +L 1092.343819 130.342857 +L 1094.530339 130.342857 +L 1094.530339 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1120.768583 147.6 +L 1120.768583 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1070.478615 147.6 +L 1070.478615 147.6 +L 1068.292094 147.6 +L 1068.292094 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1009.256044 147.6 +L 1009.256044 147.6 +L 1007.069524 147.6 +L 1007.069524 147.6 +L 1004.883004 147.6 +L 1004.883004 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 939.287392 147.6 +L 939.287392 147.6 +L 937.100872 147.6 +L 937.100872 147.6 +L 934.914351 147.6 +L 934.914351 147.6 +L 932.727831 147.6 +L 932.727831 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_42"> + <path clip-path="url(#pa578fda8c8)" d="M 1002.401766 147.6 +L 1002.401766 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_38"> + <path d="M 891.183944 147.6 +L 891.183944 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_39"> + <path d="M 1131.701185 147.6 +L 1131.701185 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_40"> + <path d="M 891.183944 147.6 +L 1131.701185 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_41"> + <path d="M 891.183944 38.88 +L 1131.701185 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_49"> + <!-- 3% --> + <g style="fill:#262626;" transform="translate(999.43694 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-51"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_5"> + <g id="patch_42"> + <path d="M 1179.804634 147.6 +L 1420.321875 147.6 +L 1420.321875 38.88 +L 1179.804634 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_9"> + <g id="xtick_24"> + <g id="line2d_43"> + <path clip-path="url(#p78dcb1309c)" d="M 1181.800157 147.6 +L 1181.800157 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_50"> + <!-- 0.440 --> + <g style="fill:#262626;" transform="translate(1169.289219 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_25"> + <g id="line2d_44"> + <path clip-path="url(#p78dcb1309c)" d="M 1238.567848 147.6 +L 1238.567848 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_51"> + <!-- 0.445 --> + <g style="fill:#262626;" transform="translate(1226.056911 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_26"> + <g id="line2d_45"> + <path clip-path="url(#p78dcb1309c)" d="M 1295.33554 147.6 +L 1295.33554 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_52"> + <!-- 0.450 --> + <g style="fill:#262626;" transform="translate(1282.824603 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_27"> + <g id="line2d_46"> + <path clip-path="url(#p78dcb1309c)" d="M 1352.103232 147.6 +L 1352.103232 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_53"> + <!-- 0.455 --> + <g style="fill:#262626;" transform="translate(1339.592294 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_28"> + <g id="line2d_47"> + <path clip-path="url(#p78dcb1309c)" d="M 1408.870924 147.6 +L 1408.870924 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_54"> + <!-- 0.460 --> + <g style="fill:#262626;" transform="translate(1396.359986 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-54"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="text_55"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1281.446067 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_10"> + <g id="ytick_16"> + <g id="line2d_48"> + <path clip-path="url(#p78dcb1309c)" d="M 1179.804634 147.6 +L 1420.321875 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_56"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(1167.243696 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_17"> + <g id="line2d_49"> + <path clip-path="url(#p78dcb1309c)" d="M 1179.804634 118.016327 +L 1420.321875 118.016327 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_57"> + <!-- 2 --> + <g style="fill:#262626;" transform="translate(1167.243696 121.595233)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_18"> + <g id="line2d_50"> + <path clip-path="url(#p78dcb1309c)" d="M 1179.804634 88.432653 +L 1420.321875 88.432653 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_58"> + <!-- 4 --> + <g style="fill:#262626;" transform="translate(1167.243696 92.011559)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="ytick_19"> + <g id="line2d_51"> + <path clip-path="url(#p78dcb1309c)" d="M 1179.804634 58.84898 +L 1420.321875 58.84898 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_59"> + <!-- 6 --> + <g style="fill:#262626;" transform="translate(1167.243696 62.427886)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + </g> + <g id="patch_43"> + <path clip-path="url(#p78dcb1309c)" d="M 1190.737236 147.6 +L 1190.737236 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1214.78896 147.6 +L 1214.78896 132.808163 +L 1216.97548 132.808163 +L 1216.97548 118.016327 +L 1219.162 118.016327 +L 1219.162 103.22449 +L 1221.348521 103.22449 +L 1221.348521 73.640816 +L 1223.535041 73.640816 +L 1223.535041 88.432653 +L 1225.721562 88.432653 +L 1225.721562 88.432653 +L 1227.908082 88.432653 +L 1227.908082 118.016327 +L 1230.094602 118.016327 +L 1230.094602 118.016327 +L 1232.281123 118.016327 +L 1232.281123 147.6 +L 1234.467643 147.6 +L 1234.467643 118.016327 +L 1236.654163 118.016327 +L 1236.654163 118.016327 +L 1238.840684 118.016327 +L 1238.840684 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1289.130652 147.6 +L 1289.130652 132.808163 +L 1291.317173 132.808163 +L 1291.317173 147.6 +L 1293.503693 147.6 +L 1293.503693 73.640816 +L 1295.690214 73.640816 +L 1295.690214 147.6 +L 1297.876734 147.6 +L 1297.876734 44.057143 +L 1300.063254 44.057143 +L 1300.063254 147.6 +L 1302.249775 147.6 +L 1302.249775 58.84898 +L 1304.436295 58.84898 +L 1304.436295 147.6 +L 1306.622815 147.6 +L 1306.622815 88.432653 +L 1308.809336 88.432653 +L 1308.809336 147.6 +L 1310.995856 147.6 +L 1310.995856 118.016327 +L 1313.182377 118.016327 +L 1313.182377 147.6 +L 1315.368897 147.6 +L 1315.368897 118.016327 +L 1317.555417 118.016327 +L 1317.555417 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1354.726264 147.6 +L 1354.726264 132.808163 +L 1356.912784 132.808163 +L 1356.912784 147.6 +L 1359.099304 147.6 +L 1359.099304 88.432653 +L 1361.285825 88.432653 +L 1361.285825 132.808163 +L 1363.472345 132.808163 +L 1363.472345 88.432653 +L 1365.658866 88.432653 +L 1365.658866 103.22449 +L 1367.845386 103.22449 +L 1367.845386 88.432653 +L 1370.031906 88.432653 +L 1370.031906 118.016327 +L 1372.218427 118.016327 +L 1372.218427 88.432653 +L 1374.404947 88.432653 +L 1374.404947 147.6 +L 1376.591467 147.6 +L 1376.591467 118.016327 +L 1378.777988 118.016327 +L 1378.777988 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1383.151029 147.6 +L 1383.151029 118.016327 +L 1385.337549 118.016327 +L 1385.337549 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1409.389273 147.6 +L 1409.389273 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1365.658866 147.6 +L 1365.658866 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1300.063254 147.6 +L 1300.063254 147.6 +L 1297.876734 147.6 +L 1297.876734 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1223.535041 147.6 +L 1223.535041 147.6 +L 1221.348521 147.6 +L 1221.348521 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_44"> + <path clip-path="url(#p78dcb1309c)" d="M 1190.737236 147.6 +L 1190.737236 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1216.97548 147.6 +L 1216.97548 132.808163 +L 1219.162 132.808163 +L 1219.162 132.808163 +L 1221.348521 132.808163 +L 1221.348521 132.808163 +L 1223.535041 132.808163 +L 1223.535041 118.016327 +L 1225.721562 118.016327 +L 1225.721562 132.808163 +L 1227.908082 132.808163 +L 1227.908082 147.6 +L 1230.094602 147.6 +L 1230.094602 132.808163 +L 1232.281123 132.808163 +L 1232.281123 147.6 +L 1234.467643 147.6 +L 1234.467643 132.808163 +L 1236.654163 132.808163 +L 1236.654163 132.808163 +L 1238.840684 132.808163 +L 1238.840684 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1293.503693 147.6 +L 1293.503693 118.016327 +L 1295.690214 118.016327 +L 1295.690214 147.6 +L 1297.876734 147.6 +L 1297.876734 118.016327 +L 1300.063254 118.016327 +L 1300.063254 147.6 +L 1302.249775 147.6 +L 1302.249775 118.016327 +L 1304.436295 118.016327 +L 1304.436295 147.6 +L 1306.622815 147.6 +L 1306.622815 132.808163 +L 1308.809336 132.808163 +L 1308.809336 147.6 +L 1310.995856 147.6 +L 1310.995856 132.808163 +L 1313.182377 132.808163 +L 1313.182377 147.6 +L 1315.368897 147.6 +L 1315.368897 132.808163 +L 1317.555417 132.808163 +L 1317.555417 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1359.099304 147.6 +L 1359.099304 118.016327 +L 1361.285825 118.016327 +L 1361.285825 147.6 +L 1363.472345 147.6 +L 1363.472345 132.808163 +L 1365.658866 132.808163 +L 1365.658866 132.808163 +L 1367.845386 132.808163 +L 1367.845386 132.808163 +L 1370.031906 132.808163 +L 1370.031906 132.808163 +L 1372.218427 132.808163 +L 1372.218427 132.808163 +L 1374.404947 132.808163 +L 1374.404947 147.6 +L 1376.591467 147.6 +L 1376.591467 132.808163 +L 1378.777988 132.808163 +L 1378.777988 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1383.151029 147.6 +L 1383.151029 132.808163 +L 1385.337549 132.808163 +L 1385.337549 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1409.389273 147.6 +L 1409.389273 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1365.658866 147.6 +L 1365.658866 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1300.063254 147.6 +L 1300.063254 147.6 +L 1297.876734 147.6 +L 1297.876734 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1223.535041 147.6 +L 1223.535041 147.6 +L 1221.348521 147.6 +L 1221.348521 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_45"> + <path clip-path="url(#p78dcb1309c)" d="M 1190.737236 147.6 +L 1190.737236 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1214.78896 147.6 +L 1214.78896 132.808163 +L 1216.97548 132.808163 +L 1216.97548 147.6 +L 1219.162 147.6 +L 1219.162 132.808163 +L 1221.348521 132.808163 +L 1221.348521 103.22449 +L 1223.535041 103.22449 +L 1223.535041 147.6 +L 1225.721562 147.6 +L 1225.721562 118.016327 +L 1227.908082 118.016327 +L 1227.908082 118.016327 +L 1230.094602 118.016327 +L 1230.094602 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1289.130652 147.6 +L 1289.130652 132.808163 +L 1291.317173 132.808163 +L 1291.317173 147.6 +L 1293.503693 147.6 +L 1293.503693 132.808163 +L 1295.690214 132.808163 +L 1295.690214 147.6 +L 1297.876734 147.6 +L 1297.876734 103.22449 +L 1300.063254 103.22449 +L 1300.063254 147.6 +L 1302.249775 147.6 +L 1302.249775 118.016327 +L 1304.436295 118.016327 +L 1304.436295 147.6 +L 1306.622815 147.6 +L 1306.622815 118.016327 +L 1308.809336 118.016327 +L 1308.809336 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1354.726264 147.6 +L 1354.726264 132.808163 +L 1356.912784 132.808163 +L 1356.912784 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1361.285825 147.6 +L 1361.285825 132.808163 +L 1363.472345 132.808163 +L 1363.472345 118.016327 +L 1365.658866 118.016327 +L 1365.658866 132.808163 +L 1367.845386 132.808163 +L 1367.845386 118.016327 +L 1370.031906 118.016327 +L 1370.031906 147.6 +L 1372.218427 147.6 +L 1372.218427 118.016327 +L 1374.404947 118.016327 +L 1374.404947 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1409.389273 147.6 +L 1409.389273 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1365.658866 147.6 +L 1365.658866 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1300.063254 147.6 +L 1300.063254 147.6 +L 1297.876734 147.6 +L 1297.876734 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1223.535041 147.6 +L 1223.535041 147.6 +L 1221.348521 147.6 +L 1221.348521 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_46"> + <path clip-path="url(#p78dcb1309c)" d="M 1190.737236 147.6 +L 1190.737236 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1216.97548 147.6 +L 1216.97548 132.808163 +L 1219.162 132.808163 +L 1219.162 132.808163 +L 1221.348521 132.808163 +L 1221.348521 132.808163 +L 1223.535041 132.808163 +L 1223.535041 118.016327 +L 1225.721562 118.016327 +L 1225.721562 132.808163 +L 1227.908082 132.808163 +L 1227.908082 147.6 +L 1230.094602 147.6 +L 1230.094602 132.808163 +L 1232.281123 132.808163 +L 1232.281123 147.6 +L 1234.467643 147.6 +L 1234.467643 132.808163 +L 1236.654163 132.808163 +L 1236.654163 132.808163 +L 1238.840684 132.808163 +L 1238.840684 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1293.503693 147.6 +L 1293.503693 118.016327 +L 1295.690214 118.016327 +L 1295.690214 147.6 +L 1297.876734 147.6 +L 1297.876734 118.016327 +L 1300.063254 118.016327 +L 1300.063254 147.6 +L 1302.249775 147.6 +L 1302.249775 118.016327 +L 1304.436295 118.016327 +L 1304.436295 147.6 +L 1306.622815 147.6 +L 1306.622815 132.808163 +L 1308.809336 132.808163 +L 1308.809336 147.6 +L 1310.995856 147.6 +L 1310.995856 132.808163 +L 1313.182377 132.808163 +L 1313.182377 147.6 +L 1315.368897 147.6 +L 1315.368897 132.808163 +L 1317.555417 132.808163 +L 1317.555417 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1359.099304 147.6 +L 1359.099304 118.016327 +L 1361.285825 118.016327 +L 1361.285825 147.6 +L 1363.472345 147.6 +L 1363.472345 132.808163 +L 1365.658866 132.808163 +L 1365.658866 132.808163 +L 1367.845386 132.808163 +L 1367.845386 132.808163 +L 1370.031906 132.808163 +L 1370.031906 132.808163 +L 1372.218427 132.808163 +L 1372.218427 132.808163 +L 1374.404947 132.808163 +L 1374.404947 147.6 +L 1376.591467 147.6 +L 1376.591467 132.808163 +L 1378.777988 132.808163 +L 1378.777988 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1383.151029 147.6 +L 1383.151029 132.808163 +L 1385.337549 132.808163 +L 1385.337549 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1409.389273 147.6 +L 1409.389273 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1365.658866 147.6 +L 1365.658866 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1300.063254 147.6 +L 1300.063254 147.6 +L 1297.876734 147.6 +L 1297.876734 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1223.535041 147.6 +L 1223.535041 147.6 +L 1221.348521 147.6 +L 1221.348521 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_52"> + <path clip-path="url(#p78dcb1309c)" d="M 1295.33554 147.6 +L 1295.33554 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_47"> + <path d="M 1179.804634 147.6 +L 1179.804634 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_48"> + <path d="M 1420.321875 147.6 +L 1420.321875 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_49"> + <path d="M 1179.804634 147.6 +L 1420.321875 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_50"> + <path d="M 1179.804634 38.88 +L 1420.321875 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_60"> + <!-- 2% --> + <g style="fill:#262626;" transform="translate(1288.057629 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-50"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="text_61"> + <!-- PollyXT Lacros Limassol with linear polarizer before receiver - RotL error contribution --> + <defs> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 34.71875 71.578125 +Q 41.84375 71.578125 45.609375 70.90625 +Q 50.875 70.015625 54.4375 67.546875 +Q 58.015625 65.09375 60.1875 60.640625 +Q 62.359375 56.203125 62.359375 50.875 +Q 62.359375 41.75 56.546875 35.421875 +Q 50.734375 29.109375 35.546875 29.109375 +L 17.1875 29.109375 +L 17.1875 0 +z +M 17.1875 37.546875 +L 35.6875 37.546875 +Q 44.875 37.546875 48.734375 40.96875 +Q 52.59375 44.390625 52.59375 50.59375 +Q 52.59375 55.078125 50.3125 58.265625 +Q 48.046875 61.46875 44.34375 62.5 +Q 41.9375 63.140625 35.5 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-80"/> + <path d="M 3.328125 25.921875 +Q 3.328125 40.328125 11.328125 47.265625 +Q 18.015625 53.03125 27.640625 53.03125 +Q 38.328125 53.03125 45.109375 46.015625 +Q 51.90625 39.015625 51.90625 26.65625 +Q 51.90625 16.65625 48.90625 10.90625 +Q 45.90625 5.171875 40.15625 2 +Q 34.421875 -1.171875 27.640625 -1.171875 +Q 16.75 -1.171875 10.03125 5.8125 +Q 3.328125 12.796875 3.328125 25.921875 +z +M 12.359375 25.921875 +Q 12.359375 15.96875 16.703125 11.015625 +Q 21.046875 6.0625 27.640625 6.0625 +Q 34.1875 6.0625 38.53125 11.03125 +Q 42.875 16.015625 42.875 26.21875 +Q 42.875 35.84375 38.5 40.796875 +Q 34.125 45.75 27.640625 45.75 +Q 21.046875 45.75 16.703125 40.8125 +Q 12.359375 35.890625 12.359375 25.921875 +z +" id="ArialMT-111"/> + <path d="M 6.390625 0 +L 6.390625 71.578125 +L 15.1875 71.578125 +L 15.1875 0 +z +" id="ArialMT-108"/> + <path d="M 6.203125 -19.96875 +L 5.21875 -11.71875 +Q 8.109375 -12.5 10.25 -12.5 +Q 13.1875 -12.5 14.9375 -11.515625 +Q 16.703125 -10.546875 17.828125 -8.796875 +Q 18.65625 -7.46875 20.515625 -2.25 +Q 20.75 -1.515625 21.296875 -0.09375 +L 1.609375 51.859375 +L 11.078125 51.859375 +L 21.875 21.828125 +Q 23.96875 16.109375 25.640625 9.8125 +Q 27.15625 15.875 29.25 21.625 +L 40.328125 51.859375 +L 49.125 51.859375 +L 29.390625 -0.875 +Q 26.21875 -9.421875 24.46875 -12.640625 +Q 22.125 -17 19.09375 -19.015625 +Q 16.0625 -21.046875 11.859375 -21.046875 +Q 9.328125 -21.046875 6.203125 -19.96875 +z +" id="ArialMT-121"/> + <path d="M 0.4375 0 +L 28.125 37.3125 +L 3.71875 71.578125 +L 14.984375 71.578125 +L 27.984375 53.21875 +Q 32.03125 47.515625 33.734375 44.4375 +Q 36.140625 48.34375 39.40625 52.59375 +L 53.8125 71.578125 +L 64.109375 71.578125 +L 38.96875 37.84375 +L 66.0625 0 +L 54.34375 0 +L 36.328125 25.53125 +Q 34.8125 27.734375 33.203125 30.328125 +Q 30.8125 26.421875 29.78125 24.953125 +L 11.8125 0 +z +" id="ArialMT-88"/> + <path d="M 25.921875 0 +L 25.921875 63.140625 +L 2.34375 63.140625 +L 2.34375 71.578125 +L 59.078125 71.578125 +L 59.078125 63.140625 +L 35.40625 63.140625 +L 35.40625 0 +z +" id="ArialMT-84"/> + <path d="M 40.4375 6.390625 +Q 35.546875 2.25 31.03125 0.53125 +Q 26.515625 -1.171875 21.34375 -1.171875 +Q 12.796875 -1.171875 8.203125 3 +Q 3.609375 7.171875 3.609375 13.671875 +Q 3.609375 17.484375 5.34375 20.625 +Q 7.078125 23.78125 9.890625 25.6875 +Q 12.703125 27.59375 16.21875 28.5625 +Q 18.796875 29.25 24.03125 29.890625 +Q 34.671875 31.15625 39.703125 32.90625 +Q 39.75 34.71875 39.75 35.203125 +Q 39.75 40.578125 37.25 42.78125 +Q 33.890625 45.75 27.25 45.75 +Q 21.046875 45.75 18.09375 43.578125 +Q 15.140625 41.40625 13.71875 35.890625 +L 5.125 37.0625 +Q 6.296875 42.578125 8.984375 45.96875 +Q 11.671875 49.359375 16.75 51.1875 +Q 21.828125 53.03125 28.515625 53.03125 +Q 35.15625 53.03125 39.296875 51.46875 +Q 43.453125 49.90625 45.40625 47.53125 +Q 47.359375 45.171875 48.140625 41.546875 +Q 48.578125 39.3125 48.578125 33.453125 +L 48.578125 21.734375 +Q 48.578125 9.46875 49.140625 6.21875 +Q 49.703125 2.984375 51.375 0 +L 42.1875 0 +Q 40.828125 2.734375 40.4375 6.390625 +z +M 39.703125 26.03125 +Q 34.90625 24.078125 25.34375 22.703125 +Q 19.921875 21.921875 17.671875 20.9375 +Q 15.4375 19.96875 14.203125 18.09375 +Q 12.984375 16.21875 12.984375 13.921875 +Q 12.984375 10.40625 15.640625 8.0625 +Q 18.3125 5.71875 23.4375 5.71875 +Q 28.515625 5.71875 32.46875 7.9375 +Q 36.421875 10.15625 38.28125 14.015625 +Q 39.703125 17 39.703125 22.796875 +z +" id="ArialMT-97"/> + <path d="M 40.4375 19 +L 49.078125 17.875 +Q 47.65625 8.9375 41.8125 3.875 +Q 35.984375 -1.171875 27.484375 -1.171875 +Q 16.84375 -1.171875 10.375 5.78125 +Q 3.90625 12.75 3.90625 25.734375 +Q 3.90625 34.125 6.6875 40.421875 +Q 9.46875 46.734375 15.15625 49.875 +Q 20.84375 53.03125 27.546875 53.03125 +Q 35.984375 53.03125 41.359375 48.75 +Q 46.734375 44.484375 48.25 36.625 +L 39.703125 35.296875 +Q 38.484375 40.53125 35.375 43.15625 +Q 32.28125 45.796875 27.875 45.796875 +Q 21.234375 45.796875 17.078125 41.03125 +Q 12.9375 36.28125 12.9375 25.984375 +Q 12.9375 15.53125 16.9375 10.796875 +Q 20.953125 6.0625 27.390625 6.0625 +Q 32.5625 6.0625 36.03125 9.234375 +Q 39.5 12.40625 40.4375 19 +z +" id="ArialMT-99"/> + <path d="M 3.078125 15.484375 +L 11.765625 16.84375 +Q 12.5 11.625 15.84375 8.84375 +Q 19.1875 6.0625 25.203125 6.0625 +Q 31.25 6.0625 34.171875 8.515625 +Q 37.109375 10.984375 37.109375 14.3125 +Q 37.109375 17.28125 34.515625 19 +Q 32.71875 20.171875 25.53125 21.96875 +Q 15.875 24.421875 12.140625 26.203125 +Q 8.40625 27.984375 6.46875 31.125 +Q 4.546875 34.28125 4.546875 38.09375 +Q 4.546875 41.546875 6.125 44.5 +Q 7.71875 47.46875 10.453125 49.421875 +Q 12.5 50.921875 16.03125 51.96875 +Q 19.578125 53.03125 23.640625 53.03125 +Q 29.734375 53.03125 34.34375 51.265625 +Q 38.96875 49.515625 41.15625 46.5 +Q 43.359375 43.5 44.1875 38.484375 +L 35.59375 37.3125 +Q 35.015625 41.3125 32.203125 43.546875 +Q 29.390625 45.796875 24.265625 45.796875 +Q 18.21875 45.796875 15.625 43.796875 +Q 13.03125 41.796875 13.03125 39.109375 +Q 13.03125 37.40625 14.109375 36.03125 +Q 15.1875 34.625 17.484375 33.6875 +Q 18.796875 33.203125 25.25 31.453125 +Q 34.578125 28.953125 38.25 27.359375 +Q 41.9375 25.78125 44.03125 22.75 +Q 46.140625 19.734375 46.140625 15.234375 +Q 46.140625 10.84375 43.578125 6.953125 +Q 41.015625 3.078125 36.171875 0.953125 +Q 31.34375 -1.171875 25.25 -1.171875 +Q 15.140625 -1.171875 9.84375 3.03125 +Q 4.546875 7.234375 3.078125 15.484375 +z +" id="ArialMT-115"/> + <path d="M 6.640625 61.46875 +L 6.640625 71.578125 +L 15.4375 71.578125 +L 15.4375 61.46875 +z +M 6.640625 0 +L 6.640625 51.859375 +L 15.4375 51.859375 +L 15.4375 0 +z +" id="ArialMT-105"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.453125 51.859375 +L 14.453125 44.578125 +Q 16.890625 48.390625 20.9375 50.703125 +Q 25 53.03125 30.171875 53.03125 +Q 35.9375 53.03125 39.625 50.640625 +Q 43.3125 48.25 44.828125 43.953125 +Q 50.984375 53.03125 60.84375 53.03125 +Q 68.5625 53.03125 72.703125 48.75 +Q 76.859375 44.484375 76.859375 35.59375 +L 76.859375 0 +L 68.109375 0 +L 68.109375 32.671875 +Q 68.109375 37.9375 67.25 40.25 +Q 66.40625 42.578125 64.15625 43.984375 +Q 61.921875 45.40625 58.890625 45.40625 +Q 53.421875 45.40625 49.796875 41.765625 +Q 46.1875 38.140625 46.1875 30.125 +L 46.1875 0 +L 37.40625 0 +L 37.40625 33.6875 +Q 37.40625 39.546875 35.25 42.46875 +Q 33.109375 45.40625 28.21875 45.40625 +Q 24.515625 45.40625 21.359375 43.453125 +Q 18.21875 41.5 16.796875 37.734375 +Q 15.375 33.984375 15.375 26.90625 +L 15.375 0 +z +" id="ArialMT-109"/> + <path d="M 16.15625 0 +L 0.296875 51.859375 +L 9.375 51.859375 +L 17.625 21.921875 +L 20.703125 10.796875 +Q 20.90625 11.625 23.390625 21.484375 +L 31.640625 51.859375 +L 40.671875 51.859375 +L 48.4375 21.78125 +L 51.03125 11.859375 +L 54 21.875 +L 62.890625 51.859375 +L 71.4375 51.859375 +L 55.21875 0 +L 46.09375 0 +L 37.84375 31.0625 +L 35.84375 39.890625 +L 25.34375 0 +z +" id="ArialMT-119"/> + <path d="M 6.59375 0 +L 6.59375 71.578125 +L 15.375 71.578125 +L 15.375 45.90625 +Q 21.53125 53.03125 30.90625 53.03125 +Q 36.671875 53.03125 40.921875 50.75 +Q 45.171875 48.484375 47 44.484375 +Q 48.828125 40.484375 48.828125 32.859375 +L 48.828125 0 +L 40.046875 0 +L 40.046875 32.859375 +Q 40.046875 39.453125 37.1875 42.453125 +Q 34.328125 45.453125 29.109375 45.453125 +Q 25.203125 45.453125 21.75 43.421875 +Q 18.3125 41.40625 16.84375 37.9375 +Q 15.375 34.46875 15.375 28.375 +L 15.375 0 +z +" id="ArialMT-104"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.5 51.859375 +L 14.5 44.484375 +Q 20.21875 53.03125 31 53.03125 +Q 35.6875 53.03125 39.625 51.34375 +Q 43.5625 49.65625 45.515625 46.921875 +Q 47.46875 44.1875 48.25 40.4375 +Q 48.734375 37.984375 48.734375 31.890625 +L 48.734375 0 +L 39.9375 0 +L 39.9375 31.546875 +Q 39.9375 36.921875 38.90625 39.578125 +Q 37.890625 42.234375 35.28125 43.8125 +Q 32.671875 45.40625 29.15625 45.40625 +Q 23.53125 45.40625 19.453125 41.84375 +Q 15.375 38.28125 15.375 28.328125 +L 15.375 0 +z +" id="ArialMT-110"/> + <path d="M 6.59375 -19.875 +L 6.59375 51.859375 +L 14.59375 51.859375 +L 14.59375 45.125 +Q 17.4375 49.078125 21 51.046875 +Q 24.5625 53.03125 29.640625 53.03125 +Q 36.28125 53.03125 41.359375 49.609375 +Q 46.4375 46.1875 49.015625 39.953125 +Q 51.609375 33.734375 51.609375 26.3125 +Q 51.609375 18.359375 48.75 11.984375 +Q 45.90625 5.609375 40.453125 2.21875 +Q 35.015625 -1.171875 29 -1.171875 +Q 24.609375 -1.171875 21.109375 0.6875 +Q 17.625 2.546875 15.375 5.375 +L 15.375 -19.875 +z +M 14.546875 25.640625 +Q 14.546875 15.625 18.59375 10.84375 +Q 22.65625 6.0625 28.421875 6.0625 +Q 34.28125 6.0625 38.453125 11.015625 +Q 42.625 15.96875 42.625 26.375 +Q 42.625 36.28125 38.546875 41.203125 +Q 34.46875 46.140625 28.8125 46.140625 +Q 23.1875 46.140625 18.859375 40.890625 +Q 14.546875 35.640625 14.546875 25.640625 +z +" id="ArialMT-112"/> + <path d="M 1.953125 0 +L 1.953125 7.125 +L 34.96875 45.015625 +Q 29.34375 44.734375 25.046875 44.734375 +L 3.90625 44.734375 +L 3.90625 51.859375 +L 46.296875 51.859375 +L 46.296875 46.046875 +L 18.21875 13.140625 +L 12.796875 7.125 +Q 18.703125 7.5625 23.875 7.5625 +L 47.859375 7.5625 +L 47.859375 0 +z +" id="ArialMT-122"/> + <path d="M 14.703125 0 +L 6.546875 0 +L 6.546875 71.578125 +L 15.328125 71.578125 +L 15.328125 46.046875 +Q 20.90625 53.03125 29.546875 53.03125 +Q 34.328125 53.03125 38.59375 51.09375 +Q 42.875 49.171875 45.625 45.671875 +Q 48.390625 42.1875 49.953125 37.25 +Q 51.515625 32.328125 51.515625 26.703125 +Q 51.515625 13.375 44.921875 6.09375 +Q 38.328125 -1.171875 29.109375 -1.171875 +Q 19.921875 -1.171875 14.703125 6.5 +z +M 14.59375 26.3125 +Q 14.59375 17 17.140625 12.84375 +Q 21.296875 6.0625 28.375 6.0625 +Q 34.125 6.0625 38.328125 11.0625 +Q 42.53125 16.0625 42.53125 25.984375 +Q 42.53125 36.140625 38.5 40.96875 +Q 34.46875 45.796875 28.765625 45.796875 +Q 23 45.796875 18.796875 40.796875 +Q 14.59375 35.796875 14.59375 26.3125 +z +" id="ArialMT-98"/> + <path d="M 8.6875 0 +L 8.6875 45.015625 +L 0.921875 45.015625 +L 0.921875 51.859375 +L 8.6875 51.859375 +L 8.6875 57.375 +Q 8.6875 62.59375 9.625 65.140625 +Q 10.890625 68.5625 14.078125 70.671875 +Q 17.28125 72.796875 23.046875 72.796875 +Q 26.765625 72.796875 31.25 71.921875 +L 29.9375 64.265625 +Q 27.203125 64.75 24.75 64.75 +Q 20.75 64.75 19.09375 63.03125 +Q 17.4375 61.328125 17.4375 56.640625 +L 17.4375 51.859375 +L 27.546875 51.859375 +L 27.546875 45.015625 +L 17.4375 45.015625 +L 17.4375 0 +z +" id="ArialMT-102"/> + <path d="M 21 0 +L 1.265625 51.859375 +L 10.546875 51.859375 +L 21.6875 20.796875 +Q 23.484375 15.765625 25 10.359375 +Q 26.171875 14.453125 28.265625 20.21875 +L 39.796875 51.859375 +L 48.828125 51.859375 +L 29.203125 0 +z +" id="ArialMT-118"/> + <path d="M 3.171875 21.484375 +L 3.171875 30.328125 +L 30.171875 30.328125 +L 30.171875 21.484375 +z +" id="ArialMT-45"/> + </defs> + <g style="fill:#262626;" transform="translate(436.957812 17.391563)scale(0.14 -0.14)"> + <use xlink:href="#ArialMT-80"/> + <use x="66.699219" xlink:href="#ArialMT-111"/> + <use x="122.314453" xlink:href="#ArialMT-108"/> + <use x="144.53125" xlink:href="#ArialMT-108"/> + <use x="166.748047" xlink:href="#ArialMT-121"/> + <use x="216.748047" xlink:href="#ArialMT-88"/> + <use x="283.447266" xlink:href="#ArialMT-84"/> + <use x="344.515625" xlink:href="#ArialMT-32"/> + <use x="372.298828" xlink:href="#ArialMT-76"/> + <use x="427.914062" xlink:href="#ArialMT-97"/> + <use x="483.529297" xlink:href="#ArialMT-99"/> + <use x="533.529297" xlink:href="#ArialMT-114"/> + <use x="566.830078" xlink:href="#ArialMT-111"/> + <use x="622.445312" xlink:href="#ArialMT-115"/> + <use x="672.445312" xlink:href="#ArialMT-32"/> + <use x="700.228516" xlink:href="#ArialMT-76"/> + <use x="755.84375" xlink:href="#ArialMT-105"/> + <use x="778.060547" xlink:href="#ArialMT-109"/> + <use x="861.361328" xlink:href="#ArialMT-97"/> + <use x="916.976562" xlink:href="#ArialMT-115"/> + <use x="966.976562" xlink:href="#ArialMT-115"/> + <use x="1016.976562" xlink:href="#ArialMT-111"/> + <use x="1072.591797" xlink:href="#ArialMT-108"/> + <use x="1094.808594" xlink:href="#ArialMT-32"/> + <use x="1122.591797" xlink:href="#ArialMT-119"/> + <use x="1194.808594" xlink:href="#ArialMT-105"/> + <use x="1217.025391" xlink:href="#ArialMT-116"/> + <use x="1244.808594" xlink:href="#ArialMT-104"/> + <use x="1300.423828" xlink:href="#ArialMT-32"/> + <use x="1328.207031" xlink:href="#ArialMT-108"/> + <use x="1350.423828" xlink:href="#ArialMT-105"/> + <use x="1372.640625" xlink:href="#ArialMT-110"/> + <use x="1428.255859" xlink:href="#ArialMT-101"/> + <use x="1483.871094" xlink:href="#ArialMT-97"/> + <use x="1539.486328" xlink:href="#ArialMT-114"/> + <use x="1572.787109" xlink:href="#ArialMT-32"/> + <use x="1600.570312" xlink:href="#ArialMT-112"/> + <use x="1656.185547" xlink:href="#ArialMT-111"/> + <use x="1711.800781" xlink:href="#ArialMT-108"/> + <use x="1734.017578" xlink:href="#ArialMT-97"/> + <use x="1789.632812" xlink:href="#ArialMT-114"/> + <use x="1822.933594" xlink:href="#ArialMT-105"/> + <use x="1845.150391" xlink:href="#ArialMT-122"/> + <use x="1895.150391" xlink:href="#ArialMT-101"/> + <use x="1950.765625" xlink:href="#ArialMT-114"/> + <use x="1984.066406" xlink:href="#ArialMT-32"/> + <use x="2011.849609" xlink:href="#ArialMT-98"/> + <use x="2067.464844" xlink:href="#ArialMT-101"/> + <use x="2123.080078" xlink:href="#ArialMT-102"/> + <use x="2150.863281" xlink:href="#ArialMT-111"/> + <use x="2206.478516" xlink:href="#ArialMT-114"/> + <use x="2239.779297" xlink:href="#ArialMT-101"/> + <use x="2295.394531" xlink:href="#ArialMT-32"/> + <use x="2323.177734" xlink:href="#ArialMT-114"/> + <use x="2356.478516" xlink:href="#ArialMT-101"/> + <use x="2412.09375" xlink:href="#ArialMT-99"/> + <use x="2462.09375" xlink:href="#ArialMT-101"/> + <use x="2517.708984" xlink:href="#ArialMT-105"/> + <use x="2539.925781" xlink:href="#ArialMT-118"/> + <use x="2589.925781" xlink:href="#ArialMT-101"/> + <use x="2645.541016" xlink:href="#ArialMT-114"/> + <use x="2678.841797" xlink:href="#ArialMT-32"/> + <use x="2706.625" xlink:href="#ArialMT-45"/> + <use x="2739.925781" xlink:href="#ArialMT-32"/> + <use x="2767.708984" xlink:href="#ArialMT-82"/> + <use x="2839.925781" xlink:href="#ArialMT-111"/> + <use x="2895.541016" xlink:href="#ArialMT-116"/> + <use x="2923.324219" xlink:href="#ArialMT-76"/> + <use x="2978.892578" xlink:href="#ArialMT-32"/> + <use x="3006.675781" xlink:href="#ArialMT-101"/> + <use x="3062.291016" xlink:href="#ArialMT-114"/> + <use x="3095.591797" xlink:href="#ArialMT-114"/> + <use x="3128.892578" xlink:href="#ArialMT-111"/> + <use x="3184.507812" xlink:href="#ArialMT-114"/> + <use x="3217.808594" xlink:href="#ArialMT-32"/> + <use x="3245.591797" xlink:href="#ArialMT-99"/> + <use x="3295.591797" xlink:href="#ArialMT-111"/> + <use x="3351.207031" xlink:href="#ArialMT-110"/> + <use x="3406.822266" xlink:href="#ArialMT-116"/> + <use x="3434.605469" xlink:href="#ArialMT-114"/> + <use x="3467.90625" xlink:href="#ArialMT-105"/> + <use x="3490.123047" xlink:href="#ArialMT-98"/> + <use x="3545.738281" xlink:href="#ArialMT-117"/> + <use x="3601.353516" xlink:href="#ArialMT-116"/> + <use x="3629.136719" xlink:href="#ArialMT-105"/> + <use x="3651.353516" xlink:href="#ArialMT-111"/> + <use x="3706.96875" xlink:href="#ArialMT-110"/> + </g> + </g> + </g> + <defs> + <clipPath id="pdaec15e3ae"> + <rect height="108.72" width="240.517241" x="25.321875" y="38.88"/> + </clipPath> + <clipPath id="p4f58146109"> + <rect height="108.72" width="240.517241" x="313.942565" y="38.88"/> + </clipPath> + <clipPath id="p0c9efe9b06"> + <rect height="108.72" width="240.517241" x="602.563254" y="38.88"/> + </clipPath> + <clipPath id="pa578fda8c8"> + <rect height="108.72" width="240.517241" x="891.183944" y="38.88"/> + </clipPath> + <clipPath id="p78dcb1309c"> + <rect height="108.72" width="240.517241" x="1179.804634" y="38.88"/> + </clipPath> + </defs> +</svg> +</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><svg height="184.090625pt" version="1.1" viewBox="0 0 1428.581861 184.090625" width="1428.581861pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 184.090625 +L 1428.581861 184.090625 +L 1428.581861 0 +L 0 0 +z +" style="fill:#ffffff;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 25.321875 147.6 +L 265.839116 147.6 +L 265.839116 38.88 +L 25.321875 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <path clip-path="url(#p9070dcf4b3)" d="M 47.522197 147.6 +L 47.522197 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_1"> + <!-- 0.0040 --> + <defs> + <path d="M 4.15625 35.296875 +Q 4.15625 48 6.765625 55.734375 +Q 9.375 63.484375 14.515625 67.671875 +Q 19.671875 71.875 27.484375 71.875 +Q 33.25 71.875 37.59375 69.546875 +Q 41.9375 67.234375 44.765625 62.859375 +Q 47.609375 58.5 49.21875 52.21875 +Q 50.828125 45.953125 50.828125 35.296875 +Q 50.828125 22.703125 48.234375 14.96875 +Q 45.65625 7.234375 40.5 3 +Q 35.359375 -1.21875 27.484375 -1.21875 +Q 17.140625 -1.21875 11.234375 6.203125 +Q 4.15625 15.140625 4.15625 35.296875 +z +M 13.1875 35.296875 +Q 13.1875 17.671875 17.3125 11.828125 +Q 21.4375 6 27.484375 6 +Q 33.546875 6 37.671875 11.859375 +Q 41.796875 17.71875 41.796875 35.296875 +Q 41.796875 52.984375 37.671875 58.78125 +Q 33.546875 64.59375 27.390625 64.59375 +Q 21.34375 64.59375 17.71875 59.46875 +Q 13.1875 52.9375 13.1875 35.296875 +z +" id="ArialMT-48"/> + <path d="M 9.078125 0 +L 9.078125 10.015625 +L 19.09375 10.015625 +L 19.09375 0 +z +" id="ArialMT-46"/> + <path d="M 32.328125 0 +L 32.328125 17.140625 +L 1.265625 17.140625 +L 1.265625 25.203125 +L 33.9375 71.578125 +L 41.109375 71.578125 +L 41.109375 25.203125 +L 50.78125 25.203125 +L 50.78125 17.140625 +L 41.109375 17.140625 +L 41.109375 0 +z +M 32.328125 25.203125 +L 32.328125 57.46875 +L 9.90625 25.203125 +z +" id="ArialMT-52"/> + </defs> + <g style="fill:#262626;" transform="translate(32.230791 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <path clip-path="url(#p9070dcf4b3)" d="M 79.240288 147.6 +L 79.240288 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_2"> + <!-- 0.0042 --> + <defs> + <path d="M 50.34375 8.453125 +L 50.34375 0 +L 3.03125 0 +Q 2.9375 3.171875 4.046875 6.109375 +Q 5.859375 10.9375 9.828125 15.625 +Q 13.8125 20.3125 21.34375 26.46875 +Q 33.015625 36.03125 37.109375 41.625 +Q 41.21875 47.21875 41.21875 52.203125 +Q 41.21875 57.421875 37.46875 61 +Q 33.734375 64.59375 27.734375 64.59375 +Q 21.390625 64.59375 17.578125 60.78125 +Q 13.765625 56.984375 13.71875 50.25 +L 4.6875 51.171875 +Q 5.609375 61.28125 11.65625 66.578125 +Q 17.71875 71.875 27.9375 71.875 +Q 38.234375 71.875 44.234375 66.15625 +Q 50.25 60.453125 50.25 52 +Q 50.25 47.703125 48.484375 43.546875 +Q 46.734375 39.40625 42.65625 34.8125 +Q 38.578125 30.21875 29.109375 22.21875 +Q 21.1875 15.578125 18.9375 13.203125 +Q 16.703125 10.84375 15.234375 8.453125 +z +" id="ArialMT-50"/> + </defs> + <g style="fill:#262626;" transform="translate(63.948882 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <path clip-path="url(#p9070dcf4b3)" d="M 110.95838 147.6 +L 110.95838 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_3"> + <!-- 0.0044 --> + <g style="fill:#262626;" transform="translate(95.666974 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <path clip-path="url(#p9070dcf4b3)" d="M 142.676471 147.6 +L 142.676471 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_4"> + <!-- 0.0046 --> + <defs> + <path d="M 49.75 54.046875 +L 41.015625 53.375 +Q 39.84375 58.546875 37.703125 60.890625 +Q 34.125 64.65625 28.90625 64.65625 +Q 24.703125 64.65625 21.53125 62.3125 +Q 17.390625 59.28125 14.984375 53.46875 +Q 12.59375 47.65625 12.5 36.921875 +Q 15.671875 41.75 20.265625 44.09375 +Q 24.859375 46.4375 29.890625 46.4375 +Q 38.671875 46.4375 44.84375 39.96875 +Q 51.03125 33.5 51.03125 23.25 +Q 51.03125 16.5 48.125 10.71875 +Q 45.21875 4.9375 40.140625 1.859375 +Q 35.0625 -1.21875 28.609375 -1.21875 +Q 17.625 -1.21875 10.6875 6.859375 +Q 3.765625 14.9375 3.765625 33.5 +Q 3.765625 54.25 11.421875 63.671875 +Q 18.109375 71.875 29.4375 71.875 +Q 37.890625 71.875 43.28125 67.140625 +Q 48.6875 62.40625 49.75 54.046875 +z +M 13.875 23.1875 +Q 13.875 18.65625 15.796875 14.5 +Q 17.71875 10.359375 21.1875 8.171875 +Q 24.65625 6 28.46875 6 +Q 34.03125 6 38.03125 10.484375 +Q 42.046875 14.984375 42.046875 22.703125 +Q 42.046875 30.125 38.078125 34.390625 +Q 34.125 38.671875 28.125 38.671875 +Q 22.171875 38.671875 18.015625 34.390625 +Q 13.875 30.125 13.875 23.1875 +z +" id="ArialMT-54"/> + </defs> + <g style="fill:#262626;" transform="translate(127.385065 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_5"> + <g id="line2d_5"> + <path clip-path="url(#p9070dcf4b3)" d="M 174.394563 147.6 +L 174.394563 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_5"> + <!-- 0.0048 --> + <defs> + <path d="M 17.671875 38.8125 +Q 12.203125 40.828125 9.5625 44.53125 +Q 6.9375 48.25 6.9375 53.421875 +Q 6.9375 61.234375 12.546875 66.546875 +Q 18.171875 71.875 27.484375 71.875 +Q 36.859375 71.875 42.578125 66.421875 +Q 48.296875 60.984375 48.296875 53.171875 +Q 48.296875 48.1875 45.671875 44.5 +Q 43.0625 40.828125 37.75 38.8125 +Q 44.34375 36.671875 47.78125 31.875 +Q 51.21875 27.09375 51.21875 20.453125 +Q 51.21875 11.28125 44.71875 5.03125 +Q 38.234375 -1.21875 27.640625 -1.21875 +Q 17.046875 -1.21875 10.546875 5.046875 +Q 4.046875 11.328125 4.046875 20.703125 +Q 4.046875 27.6875 7.59375 32.390625 +Q 11.140625 37.109375 17.671875 38.8125 +z +M 15.921875 53.71875 +Q 15.921875 48.640625 19.1875 45.40625 +Q 22.46875 42.1875 27.6875 42.1875 +Q 32.765625 42.1875 36.015625 45.375 +Q 39.265625 48.578125 39.265625 53.21875 +Q 39.265625 58.0625 35.90625 61.359375 +Q 32.5625 64.65625 27.59375 64.65625 +Q 22.5625 64.65625 19.234375 61.421875 +Q 15.921875 58.203125 15.921875 53.71875 +z +M 13.09375 20.65625 +Q 13.09375 16.890625 14.875 13.375 +Q 16.65625 9.859375 20.171875 7.921875 +Q 23.6875 6 27.734375 6 +Q 34.03125 6 38.125 10.046875 +Q 42.234375 14.109375 42.234375 20.359375 +Q 42.234375 26.703125 38.015625 30.859375 +Q 33.796875 35.015625 27.4375 35.015625 +Q 21.234375 35.015625 17.15625 30.90625 +Q 13.09375 26.8125 13.09375 20.65625 +z +" id="ArialMT-56"/> + </defs> + <g style="fill:#262626;" transform="translate(159.103157 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_6"> + <path clip-path="url(#p9070dcf4b3)" d="M 206.112654 147.6 +L 206.112654 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_6"> + <!-- 0.0050 --> + <defs> + <path d="M 4.15625 18.75 +L 13.375 19.53125 +Q 14.40625 12.796875 18.140625 9.390625 +Q 21.875 6 27.15625 6 +Q 33.5 6 37.890625 10.78125 +Q 42.28125 15.578125 42.28125 23.484375 +Q 42.28125 31 38.0625 35.34375 +Q 33.84375 39.703125 27 39.703125 +Q 22.75 39.703125 19.328125 37.765625 +Q 15.921875 35.84375 13.96875 32.765625 +L 5.71875 33.84375 +L 12.640625 70.609375 +L 48.25 70.609375 +L 48.25 62.203125 +L 19.671875 62.203125 +L 15.828125 42.96875 +Q 22.265625 47.46875 29.34375 47.46875 +Q 38.71875 47.46875 45.15625 40.96875 +Q 51.609375 34.46875 51.609375 24.265625 +Q 51.609375 14.546875 45.953125 7.46875 +Q 39.0625 -1.21875 27.15625 -1.21875 +Q 17.390625 -1.21875 11.203125 4.25 +Q 5.03125 9.71875 4.15625 18.75 +z +" id="ArialMT-53"/> + </defs> + <g style="fill:#262626;" transform="translate(190.821248 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_7"> + <path clip-path="url(#p9070dcf4b3)" d="M 237.830746 147.6 +L 237.830746 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_7"> + <!-- 0.0052 --> + <g style="fill:#262626;" transform="translate(222.539339 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="text_8"> + <!-- LDRtrue --> + <defs> + <path d="M 7.328125 0 +L 7.328125 71.578125 +L 16.796875 71.578125 +L 16.796875 8.453125 +L 52.046875 8.453125 +L 52.046875 0 +z +" id="ArialMT-76"/> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 32.375 71.578125 +Q 40.71875 71.578125 45.125 70.5625 +Q 51.265625 69.140625 55.609375 65.4375 +Q 61.28125 60.640625 64.078125 53.1875 +Q 66.890625 45.75 66.890625 36.1875 +Q 66.890625 28.03125 64.984375 21.734375 +Q 63.09375 15.4375 60.109375 11.296875 +Q 57.125 7.171875 53.578125 4.796875 +Q 50.046875 2.4375 45.046875 1.21875 +Q 40.046875 0 33.546875 0 +z +M 17.1875 8.453125 +L 32.46875 8.453125 +Q 39.546875 8.453125 43.578125 9.765625 +Q 47.609375 11.078125 50 13.484375 +Q 53.375 16.84375 55.25 22.53125 +Q 57.125 28.21875 57.125 36.328125 +Q 57.125 47.5625 53.4375 53.59375 +Q 49.75 59.625 44.484375 61.671875 +Q 40.671875 63.140625 32.234375 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-68"/> + <path d="M 7.859375 0 +L 7.859375 71.578125 +L 39.59375 71.578125 +Q 49.171875 71.578125 54.140625 69.640625 +Q 59.125 67.71875 62.109375 62.828125 +Q 65.09375 57.953125 65.09375 52.046875 +Q 65.09375 44.4375 60.15625 39.203125 +Q 55.21875 33.984375 44.921875 32.5625 +Q 48.6875 30.765625 50.640625 29 +Q 54.78125 25.203125 58.5 19.484375 +L 70.953125 0 +L 59.03125 0 +L 49.5625 14.890625 +Q 45.40625 21.34375 42.71875 24.75 +Q 40.046875 28.171875 37.921875 29.53125 +Q 35.796875 30.90625 33.59375 31.453125 +Q 31.984375 31.78125 28.328125 31.78125 +L 17.328125 31.78125 +L 17.328125 0 +z +M 17.328125 39.984375 +L 37.703125 39.984375 +Q 44.1875 39.984375 47.84375 41.328125 +Q 51.515625 42.671875 53.421875 45.625 +Q 55.328125 48.578125 55.328125 52.046875 +Q 55.328125 57.125 51.640625 60.390625 +Q 47.953125 63.671875 39.984375 63.671875 +L 17.328125 63.671875 +z +" id="ArialMT-82"/> + <path d="M 25.78125 7.859375 +L 27.046875 0.09375 +Q 23.34375 -0.6875 20.40625 -0.6875 +Q 15.625 -0.6875 12.984375 0.828125 +Q 10.359375 2.34375 9.28125 4.8125 +Q 8.203125 7.28125 8.203125 15.1875 +L 8.203125 45.015625 +L 1.765625 45.015625 +L 1.765625 51.859375 +L 8.203125 51.859375 +L 8.203125 64.703125 +L 16.9375 69.96875 +L 16.9375 51.859375 +L 25.78125 51.859375 +L 25.78125 45.015625 +L 16.9375 45.015625 +L 16.9375 14.703125 +Q 16.9375 10.9375 17.40625 9.859375 +Q 17.875 8.796875 18.921875 8.15625 +Q 19.96875 7.515625 21.921875 7.515625 +Q 23.390625 7.515625 25.78125 7.859375 +z +" id="ArialMT-116"/> + <path d="M 6.5 0 +L 6.5 51.859375 +L 14.40625 51.859375 +L 14.40625 44 +Q 17.4375 49.515625 20 51.265625 +Q 22.5625 53.03125 25.640625 53.03125 +Q 30.078125 53.03125 34.671875 50.203125 +L 31.640625 42.046875 +Q 28.421875 43.953125 25.203125 43.953125 +Q 22.3125 43.953125 20.015625 42.21875 +Q 17.71875 40.484375 16.75 37.40625 +Q 15.28125 32.71875 15.28125 27.15625 +L 15.28125 0 +z +" id="ArialMT-114"/> + <path d="M 40.578125 0 +L 40.578125 7.625 +Q 34.515625 -1.171875 24.125 -1.171875 +Q 19.53125 -1.171875 15.546875 0.578125 +Q 11.578125 2.34375 9.640625 5 +Q 7.71875 7.671875 6.9375 11.53125 +Q 6.390625 14.109375 6.390625 19.734375 +L 6.390625 51.859375 +L 15.1875 51.859375 +L 15.1875 23.09375 +Q 15.1875 16.21875 15.71875 13.8125 +Q 16.546875 10.359375 19.234375 8.375 +Q 21.921875 6.390625 25.875 6.390625 +Q 29.828125 6.390625 33.296875 8.421875 +Q 36.765625 10.453125 38.203125 13.9375 +Q 39.65625 17.4375 39.65625 24.078125 +L 39.65625 51.859375 +L 48.4375 51.859375 +L 48.4375 0 +z +" id="ArialMT-117"/> + <path d="M 42.09375 16.703125 +L 51.171875 15.578125 +Q 49.03125 7.625 43.21875 3.21875 +Q 37.40625 -1.171875 28.375 -1.171875 +Q 17 -1.171875 10.328125 5.828125 +Q 3.65625 12.84375 3.65625 25.484375 +Q 3.65625 38.578125 10.390625 45.796875 +Q 17.140625 53.03125 27.875 53.03125 +Q 38.28125 53.03125 44.875 45.953125 +Q 51.46875 38.875 51.46875 26.03125 +Q 51.46875 25.25 51.421875 23.6875 +L 12.75 23.6875 +Q 13.234375 15.140625 17.578125 10.59375 +Q 21.921875 6.0625 28.421875 6.0625 +Q 33.25 6.0625 36.671875 8.59375 +Q 40.09375 11.140625 42.09375 16.703125 +z +M 13.234375 30.90625 +L 42.1875 30.90625 +Q 41.609375 37.453125 38.875 40.71875 +Q 34.671875 45.796875 27.984375 45.796875 +Q 21.921875 45.796875 17.796875 41.75 +Q 13.671875 37.703125 13.234375 30.90625 +z +" id="ArialMT-101"/> + </defs> + <g style="fill:#ff0000;" transform="translate(126.963308 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_8"> + <path clip-path="url(#p9070dcf4b3)" d="M 25.321875 147.6 +L 265.839116 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_9"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(12.760937 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_9"> + <path clip-path="url(#p9070dcf4b3)" d="M 25.321875 104.457143 +L 265.839116 104.457143 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_10"> + <!-- 5 --> + <g style="fill:#262626;" transform="translate(12.760937 108.036049)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_10"> + <path clip-path="url(#p9070dcf4b3)" d="M 25.321875 61.314286 +L 265.839116 61.314286 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_11"> + <!-- 10 --> + <defs> + <path d="M 37.25 0 +L 28.46875 0 +L 28.46875 56 +Q 25.296875 52.984375 20.140625 49.953125 +Q 14.984375 46.921875 10.890625 45.40625 +L 10.890625 53.90625 +Q 18.265625 57.375 23.78125 62.296875 +Q 29.296875 67.234375 31.59375 71.875 +L 37.25 71.875 +z +" id="ArialMT-49"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 64.893192)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_3"> + <path clip-path="url(#p9070dcf4b3)" d="M 36.254477 147.6 +L 36.254477 147.6 +L 38.440997 147.6 +L 38.440997 69.942857 +L 40.627518 69.942857 +L 40.627518 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 45.000558 147.6 +L 45.000558 138.971429 +L 47.187079 138.971429 +L 47.187079 78.571429 +L 49.373599 78.571429 +L 49.373599 147.6 +L 51.56012 147.6 +L 51.56012 138.971429 +L 53.74664 138.971429 +L 53.74664 78.571429 +L 55.93316 78.571429 +L 55.93316 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 86.544446 147.6 +L 86.544446 44.057143 +L 88.730966 44.057143 +L 88.730966 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 95.290527 147.6 +L 95.290527 44.057143 +L 97.477047 44.057143 +L 97.477047 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 101.850088 147.6 +L 101.850088 44.057143 +L 104.036609 44.057143 +L 104.036609 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 230.85479 147.6 +L 230.85479 95.828571 +L 233.041311 95.828571 +L 233.041311 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 239.600872 147.6 +L 239.600872 113.085714 +L 241.787392 113.085714 +L 241.787392 130.342857 +L 243.973913 130.342857 +L 243.973913 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 248.346953 147.6 +L 248.346953 113.085714 +L 250.533474 113.085714 +L 250.533474 130.342857 +L 252.719994 130.342857 +L 252.719994 147.6 +L 254.906514 147.6 +L 254.906514 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 104.036609 147.6 +L 104.036609 147.6 +L 101.850088 147.6 +L 101.850088 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 97.477047 147.6 +L 97.477047 147.6 +L 95.290527 147.6 +L 95.290527 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 88.730966 147.6 +L 88.730966 147.6 +L 86.544446 147.6 +L 86.544446 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 55.93316 147.6 +L 55.93316 147.6 +L 53.74664 147.6 +L 53.74664 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 49.373599 147.6 +L 49.373599 147.6 +L 47.187079 147.6 +L 47.187079 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 40.627518 147.6 +L 40.627518 147.6 +L 38.440997 147.6 +L 38.440997 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_4"> + <path clip-path="url(#p9070dcf4b3)" d="M 36.254477 147.6 +L 36.254477 147.6 +L 38.440997 147.6 +L 38.440997 147.6 +L 40.627518 147.6 +L 40.627518 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 47.187079 147.6 +L 47.187079 147.6 +L 49.373599 147.6 +L 49.373599 147.6 +L 51.56012 147.6 +L 51.56012 138.971429 +L 53.74664 138.971429 +L 53.74664 78.571429 +L 55.93316 78.571429 +L 55.93316 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 86.544446 147.6 +L 86.544446 147.6 +L 88.730966 147.6 +L 88.730966 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 95.290527 147.6 +L 95.290527 147.6 +L 97.477047 147.6 +L 97.477047 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 101.850088 147.6 +L 101.850088 44.057143 +L 104.036609 44.057143 +L 104.036609 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 248.346953 147.6 +L 248.346953 113.085714 +L 250.533474 113.085714 +L 250.533474 130.342857 +L 252.719994 130.342857 +L 252.719994 147.6 +L 254.906514 147.6 +L 254.906514 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 104.036609 147.6 +L 104.036609 147.6 +L 101.850088 147.6 +L 101.850088 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 97.477047 147.6 +L 97.477047 147.6 +L 95.290527 147.6 +L 95.290527 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 88.730966 147.6 +L 88.730966 147.6 +L 86.544446 147.6 +L 86.544446 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 55.93316 147.6 +L 55.93316 147.6 +L 53.74664 147.6 +L 53.74664 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 49.373599 147.6 +L 49.373599 147.6 +L 47.187079 147.6 +L 47.187079 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 40.627518 147.6 +L 40.627518 147.6 +L 38.440997 147.6 +L 38.440997 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_5"> + <path clip-path="url(#p9070dcf4b3)" d="M 36.254477 147.6 +L 36.254477 147.6 +L 38.440997 147.6 +L 38.440997 147.6 +L 40.627518 147.6 +L 40.627518 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 45.000558 147.6 +L 45.000558 138.971429 +L 47.187079 138.971429 +L 47.187079 78.571429 +L 49.373599 78.571429 +L 49.373599 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 53.74664 147.6 +L 53.74664 147.6 +L 55.93316 147.6 +L 55.93316 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 86.544446 147.6 +L 86.544446 147.6 +L 88.730966 147.6 +L 88.730966 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 95.290527 147.6 +L 95.290527 44.057143 +L 97.477047 44.057143 +L 97.477047 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 101.850088 147.6 +L 101.850088 147.6 +L 104.036609 147.6 +L 104.036609 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 239.600872 147.6 +L 239.600872 113.085714 +L 241.787392 113.085714 +L 241.787392 130.342857 +L 243.973913 130.342857 +L 243.973913 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 254.906514 147.6 +L 254.906514 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 104.036609 147.6 +L 104.036609 147.6 +L 101.850088 147.6 +L 101.850088 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 97.477047 147.6 +L 97.477047 147.6 +L 95.290527 147.6 +L 95.290527 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 88.730966 147.6 +L 88.730966 147.6 +L 86.544446 147.6 +L 86.544446 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 55.93316 147.6 +L 55.93316 147.6 +L 53.74664 147.6 +L 53.74664 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 49.373599 147.6 +L 49.373599 147.6 +L 47.187079 147.6 +L 47.187079 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 40.627518 147.6 +L 40.627518 147.6 +L 38.440997 147.6 +L 38.440997 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_6"> + <path clip-path="url(#p9070dcf4b3)" d="M 36.254477 147.6 +L 36.254477 147.6 +L 38.440997 147.6 +L 38.440997 69.942857 +L 40.627518 69.942857 +L 40.627518 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 47.187079 147.6 +L 47.187079 147.6 +L 49.373599 147.6 +L 49.373599 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 53.74664 147.6 +L 53.74664 147.6 +L 55.93316 147.6 +L 55.93316 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 86.544446 147.6 +L 86.544446 44.057143 +L 88.730966 44.057143 +L 88.730966 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 95.290527 147.6 +L 95.290527 147.6 +L 97.477047 147.6 +L 97.477047 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 101.850088 147.6 +L 101.850088 147.6 +L 104.036609 147.6 +L 104.036609 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 230.85479 147.6 +L 230.85479 95.828571 +L 233.041311 95.828571 +L 233.041311 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 254.906514 147.6 +L 254.906514 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 104.036609 147.6 +L 104.036609 147.6 +L 101.850088 147.6 +L 101.850088 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 97.477047 147.6 +L 97.477047 147.6 +L 95.290527 147.6 +L 95.290527 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 88.730966 147.6 +L 88.730966 147.6 +L 86.544446 147.6 +L 86.544446 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 55.93316 147.6 +L 55.93316 147.6 +L 53.74664 147.6 +L 53.74664 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 49.373599 147.6 +L 49.373599 147.6 +L 47.187079 147.6 +L 47.187079 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 40.627518 147.6 +L 40.627518 147.6 +L 38.440997 147.6 +L 38.440997 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_11"> + <path clip-path="url(#p9070dcf4b3)" d="M 47.522197 147.6 +L 47.522197 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_7"> + <path d="M 25.321875 147.6 +L 25.321875 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_8"> + <path d="M 265.839116 147.6 +L 265.839116 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_9"> + <path d="M 25.321875 147.6 +L 265.839116 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_10"> + <path d="M 25.321875 38.88 +L 265.839116 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_12"> + <!-- 7% --> + <defs> + <path id="ArialMT-32"/> + <path d="M 4.734375 62.203125 +L 4.734375 70.65625 +L 51.078125 70.65625 +L 51.078125 63.8125 +Q 44.234375 56.546875 37.515625 44.484375 +Q 30.8125 32.421875 27.15625 19.671875 +Q 24.515625 10.6875 23.78125 0 +L 14.75 0 +Q 14.890625 8.453125 18.0625 20.40625 +Q 21.234375 32.375 27.171875 43.484375 +Q 33.109375 54.59375 39.796875 62.203125 +z +" id="ArialMT-55"/> + <path d="M 5.8125 54.390625 +Q 5.8125 62.0625 9.671875 67.421875 +Q 13.53125 72.796875 20.84375 72.796875 +Q 27.59375 72.796875 32 67.984375 +Q 36.421875 63.1875 36.421875 53.859375 +Q 36.421875 44.78125 31.953125 39.875 +Q 27.484375 34.96875 20.953125 34.96875 +Q 14.453125 34.96875 10.125 39.796875 +Q 5.8125 44.625 5.8125 54.390625 +z +M 21.09375 66.75 +Q 17.828125 66.75 15.65625 63.90625 +Q 13.484375 61.078125 13.484375 53.515625 +Q 13.484375 46.625 15.671875 43.8125 +Q 17.875 41.015625 21.09375 41.015625 +Q 24.421875 41.015625 26.59375 43.84375 +Q 28.765625 46.6875 28.765625 54.203125 +Q 28.765625 61.140625 26.5625 63.9375 +Q 24.359375 66.75 21.09375 66.75 +z +M 21.140625 -2.640625 +L 60.296875 72.796875 +L 67.4375 72.796875 +L 28.421875 -2.640625 +z +M 52.09375 16.796875 +Q 52.09375 24.515625 55.953125 29.859375 +Q 59.8125 35.203125 67.1875 35.203125 +Q 73.921875 35.203125 78.34375 30.390625 +Q 82.765625 25.59375 82.765625 16.265625 +Q 82.765625 7.171875 78.296875 2.265625 +Q 73.828125 -2.640625 67.234375 -2.640625 +Q 60.75 -2.640625 56.421875 2.21875 +Q 52.09375 7.078125 52.09375 16.796875 +z +M 67.4375 29.15625 +Q 64.109375 29.15625 61.9375 26.3125 +Q 59.765625 23.484375 59.765625 15.921875 +Q 59.765625 9.078125 61.953125 6.25 +Q 64.15625 3.421875 67.390625 3.421875 +Q 70.75 3.421875 72.921875 6.25 +Q 75.09375 9.078125 75.09375 16.609375 +Q 75.09375 23.53125 72.890625 26.34375 +Q 70.703125 29.15625 67.4375 29.15625 +z +" id="ArialMT-37"/> + </defs> + <g style="fill:#262626;" transform="translate(133.574871 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-55"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_2"> + <g id="patch_11"> + <path d="M 313.942565 147.6 +L 554.459806 147.6 +L 554.459806 38.88 +L 313.942565 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_3"> + <g id="xtick_8"> + <g id="line2d_12"> + <path clip-path="url(#p90ed693ae9)" d="M 362.771604 147.6 +L 362.771604 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_13"> + <!-- 0.0200 --> + <g style="fill:#262626;" transform="translate(347.480198 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_9"> + <g id="line2d_13"> + <path clip-path="url(#p90ed693ae9)" d="M 420.802567 147.6 +L 420.802567 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_14"> + <!-- 0.0205 --> + <g style="fill:#262626;" transform="translate(405.51116 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_10"> + <g id="line2d_14"> + <path clip-path="url(#p90ed693ae9)" d="M 478.833529 147.6 +L 478.833529 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_15"> + <!-- 0.0210 --> + <g style="fill:#262626;" transform="translate(463.542123 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-49"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_11"> + <g id="line2d_15"> + <path clip-path="url(#p90ed693ae9)" d="M 536.864491 147.6 +L 536.864491 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_16"> + <!-- 0.0215 --> + <g style="fill:#262626;" transform="translate(521.573085 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-49"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="text_17"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(415.583998 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_4"> + <g id="ytick_4"> + <g id="line2d_16"> + <path clip-path="url(#p90ed693ae9)" d="M 313.942565 147.6 +L 554.459806 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_18"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(301.381627 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_17"> + <path clip-path="url(#p90ed693ae9)" d="M 313.942565 113.085714 +L 554.459806 113.085714 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_19"> + <!-- 2 --> + <g style="fill:#262626;" transform="translate(301.381627 116.664621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_6"> + <g id="line2d_18"> + <path clip-path="url(#p90ed693ae9)" d="M 313.942565 78.571429 +L 554.459806 78.571429 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_20"> + <!-- 4 --> + <g style="fill:#262626;" transform="translate(301.381627 82.150335)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_19"> + <path clip-path="url(#p90ed693ae9)" d="M 313.942565 44.057143 +L 554.459806 44.057143 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_21"> + <!-- 6 --> + <g style="fill:#262626;" transform="translate(301.381627 47.636049)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + </g> + <g id="patch_12"> + <path clip-path="url(#p90ed693ae9)" d="M 324.875167 147.6 +L 324.875167 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 335.807768 147.6 +L 335.807768 78.571429 +L 337.994289 78.571429 +L 337.994289 61.314286 +L 340.180809 61.314286 +L 340.180809 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 359.859493 147.6 +L 359.859493 130.342857 +L 362.046013 130.342857 +L 362.046013 78.571429 +L 364.232533 78.571429 +L 364.232533 78.571429 +L 366.419054 78.571429 +L 366.419054 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 370.792094 147.6 +L 370.792094 44.057143 +L 372.978615 44.057143 +L 372.978615 44.057143 +L 375.165135 44.057143 +L 375.165135 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 381.724696 147.6 +L 381.724696 130.342857 +L 383.911217 130.342857 +L 383.911217 61.314286 +L 386.097737 61.314286 +L 386.097737 95.828571 +L 388.284257 95.828571 +L 388.284257 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 394.843819 147.6 +L 394.843819 113.085714 +L 397.030339 113.085714 +L 397.030339 78.571429 +L 399.216859 78.571429 +L 399.216859 44.057143 +L 401.40338 44.057143 +L 401.40338 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 416.709022 147.6 +L 416.709022 113.085714 +L 418.895543 113.085714 +L 418.895543 78.571429 +L 421.082063 78.571429 +L 421.082063 78.571429 +L 423.268583 78.571429 +L 423.268583 113.085714 +L 425.455104 113.085714 +L 425.455104 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 477.931593 147.6 +L 477.931593 78.571429 +L 480.118113 78.571429 +L 480.118113 113.085714 +L 482.304634 113.085714 +L 482.304634 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 504.169837 147.6 +L 504.169837 78.571429 +L 506.356358 78.571429 +L 506.356358 113.085714 +L 508.542878 113.085714 +L 508.542878 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 526.035041 147.6 +L 526.035041 113.085714 +L 528.221562 113.085714 +L 528.221562 113.085714 +L 530.408082 113.085714 +L 530.408082 113.085714 +L 532.594602 113.085714 +L 532.594602 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 543.527204 147.6 +L 543.527204 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 421.082063 147.6 +L 421.082063 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 399.216859 147.6 +L 399.216859 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 386.097737 147.6 +L 386.097737 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 372.978615 147.6 +L 372.978615 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 364.232533 147.6 +L 364.232533 147.6 +L 362.046013 147.6 +L 362.046013 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 337.994289 147.6 +L 337.994289 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_13"> + <path clip-path="url(#p90ed693ae9)" d="M 324.875167 147.6 +L 324.875167 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 337.994289 147.6 +L 337.994289 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 362.046013 147.6 +L 362.046013 147.6 +L 364.232533 147.6 +L 364.232533 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 372.978615 147.6 +L 372.978615 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 381.724696 147.6 +L 381.724696 130.342857 +L 383.911217 130.342857 +L 383.911217 61.314286 +L 386.097737 61.314286 +L 386.097737 95.828571 +L 388.284257 95.828571 +L 388.284257 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 399.216859 147.6 +L 399.216859 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 416.709022 147.6 +L 416.709022 113.085714 +L 418.895543 113.085714 +L 418.895543 78.571429 +L 421.082063 78.571429 +L 421.082063 78.571429 +L 423.268583 78.571429 +L 423.268583 113.085714 +L 425.455104 113.085714 +L 425.455104 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 526.035041 147.6 +L 526.035041 113.085714 +L 528.221562 113.085714 +L 528.221562 113.085714 +L 530.408082 113.085714 +L 530.408082 113.085714 +L 532.594602 113.085714 +L 532.594602 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 543.527204 147.6 +L 543.527204 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 421.082063 147.6 +L 421.082063 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 399.216859 147.6 +L 399.216859 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 386.097737 147.6 +L 386.097737 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 372.978615 147.6 +L 372.978615 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 364.232533 147.6 +L 364.232533 147.6 +L 362.046013 147.6 +L 362.046013 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 337.994289 147.6 +L 337.994289 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_14"> + <path clip-path="url(#p90ed693ae9)" d="M 324.875167 147.6 +L 324.875167 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 337.994289 147.6 +L 337.994289 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 359.859493 147.6 +L 359.859493 130.342857 +L 362.046013 130.342857 +L 362.046013 78.571429 +L 364.232533 78.571429 +L 364.232533 78.571429 +L 366.419054 78.571429 +L 366.419054 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 372.978615 147.6 +L 372.978615 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 386.097737 147.6 +L 386.097737 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 394.843819 147.6 +L 394.843819 113.085714 +L 397.030339 113.085714 +L 397.030339 78.571429 +L 399.216859 78.571429 +L 399.216859 44.057143 +L 401.40338 44.057143 +L 401.40338 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 421.082063 147.6 +L 421.082063 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 504.169837 147.6 +L 504.169837 78.571429 +L 506.356358 78.571429 +L 506.356358 113.085714 +L 508.542878 113.085714 +L 508.542878 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 543.527204 147.6 +L 543.527204 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 421.082063 147.6 +L 421.082063 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 399.216859 147.6 +L 399.216859 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 386.097737 147.6 +L 386.097737 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 372.978615 147.6 +L 372.978615 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 364.232533 147.6 +L 364.232533 147.6 +L 362.046013 147.6 +L 362.046013 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 337.994289 147.6 +L 337.994289 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_15"> + <path clip-path="url(#p90ed693ae9)" d="M 324.875167 147.6 +L 324.875167 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 335.807768 147.6 +L 335.807768 78.571429 +L 337.994289 78.571429 +L 337.994289 61.314286 +L 340.180809 61.314286 +L 340.180809 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 362.046013 147.6 +L 362.046013 147.6 +L 364.232533 147.6 +L 364.232533 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 370.792094 147.6 +L 370.792094 44.057143 +L 372.978615 44.057143 +L 372.978615 44.057143 +L 375.165135 44.057143 +L 375.165135 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 386.097737 147.6 +L 386.097737 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 399.216859 147.6 +L 399.216859 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 421.082063 147.6 +L 421.082063 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 477.931593 147.6 +L 477.931593 78.571429 +L 480.118113 78.571429 +L 480.118113 113.085714 +L 482.304634 113.085714 +L 482.304634 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 543.527204 147.6 +L 543.527204 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 421.082063 147.6 +L 421.082063 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 399.216859 147.6 +L 399.216859 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 386.097737 147.6 +L 386.097737 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 372.978615 147.6 +L 372.978615 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 364.232533 147.6 +L 364.232533 147.6 +L 362.046013 147.6 +L 362.046013 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 337.994289 147.6 +L 337.994289 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_20"> + <path clip-path="url(#p90ed693ae9)" d="M 362.771604 147.6 +L 362.771604 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_16"> + <path d="M 313.942565 147.6 +L 313.942565 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_17"> + <path d="M 554.459806 147.6 +L 554.459806 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_18"> + <path d="M 313.942565 147.6 +L 554.459806 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_19"> + <path d="M 313.942565 38.88 +L 554.459806 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_22"> + <!-- 25% --> + <g style="fill:#262626;" transform="translate(420.525873 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-50"/> + <use x="83.398438" xlink:href="#ArialMT-53"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_3"> + <g id="patch_20"> + <path d="M 602.563254 147.6 +L 843.080496 147.6 +L 843.080496 38.88 +L 602.563254 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_5"> + <g id="xtick_12"> + <g id="line2d_21"> + <path clip-path="url(#p639d0f7579)" d="M 646.330823 147.6 +L 646.330823 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_23"> + <!-- 0.099 --> + <defs> + <path d="M 5.46875 16.546875 +L 13.921875 17.328125 +Q 14.984375 11.375 18.015625 8.6875 +Q 21.046875 6 25.78125 6 +Q 29.828125 6 32.875 7.859375 +Q 35.9375 9.71875 37.890625 12.8125 +Q 39.84375 15.921875 41.15625 21.1875 +Q 42.484375 26.46875 42.484375 31.9375 +Q 42.484375 32.515625 42.4375 33.6875 +Q 39.796875 29.5 35.234375 26.875 +Q 30.671875 24.265625 25.34375 24.265625 +Q 16.453125 24.265625 10.296875 30.703125 +Q 4.15625 37.15625 4.15625 47.703125 +Q 4.15625 58.59375 10.578125 65.234375 +Q 17 71.875 26.65625 71.875 +Q 33.640625 71.875 39.421875 68.109375 +Q 45.21875 64.359375 48.21875 57.390625 +Q 51.21875 50.4375 51.21875 37.25 +Q 51.21875 23.53125 48.234375 15.40625 +Q 45.265625 7.28125 39.375 3.03125 +Q 33.5 -1.21875 25.59375 -1.21875 +Q 17.1875 -1.21875 11.859375 3.4375 +Q 6.546875 8.109375 5.46875 16.546875 +z +M 41.453125 48.140625 +Q 41.453125 55.71875 37.421875 60.15625 +Q 33.40625 64.59375 27.734375 64.59375 +Q 21.875 64.59375 17.53125 59.8125 +Q 13.1875 55.03125 13.1875 47.40625 +Q 13.1875 40.578125 17.3125 36.296875 +Q 21.4375 32.03125 27.484375 32.03125 +Q 33.59375 32.03125 37.515625 36.296875 +Q 41.453125 40.578125 41.453125 48.140625 +z +" id="ArialMT-57"/> + </defs> + <g style="fill:#262626;" transform="translate(633.819885 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-57"/> + </g> + </g> + </g> + <g id="xtick_13"> + <g id="line2d_22"> + <path clip-path="url(#p639d0f7579)" d="M 694.258888 147.6 +L 694.258888 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_24"> + <!-- 0.100 --> + <g style="fill:#262626;" transform="translate(681.74795 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_14"> + <g id="line2d_23"> + <path clip-path="url(#p639d0f7579)" d="M 742.186953 147.6 +L 742.186953 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_25"> + <!-- 0.101 --> + <g style="fill:#262626;" transform="translate(729.676015 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="xtick_15"> + <g id="line2d_24"> + <path clip-path="url(#p639d0f7579)" d="M 790.115018 147.6 +L 790.115018 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_26"> + <!-- 0.102 --> + <g style="fill:#262626;" transform="translate(777.60408 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_16"> + <g id="line2d_25"> + <path clip-path="url(#p639d0f7579)" d="M 838.043083 147.6 +L 838.043083 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_27"> + <!-- 0.103 --> + <defs> + <path d="M 4.203125 18.890625 +L 12.984375 20.0625 +Q 14.5 12.59375 18.140625 9.296875 +Q 21.78125 6 27 6 +Q 33.203125 6 37.46875 10.296875 +Q 41.75 14.59375 41.75 20.953125 +Q 41.75 27 37.796875 30.921875 +Q 33.84375 34.859375 27.734375 34.859375 +Q 25.25 34.859375 21.53125 33.890625 +L 22.515625 41.609375 +Q 23.390625 41.5 23.921875 41.5 +Q 29.546875 41.5 34.03125 44.421875 +Q 38.53125 47.359375 38.53125 53.46875 +Q 38.53125 58.296875 35.25 61.46875 +Q 31.984375 64.65625 26.8125 64.65625 +Q 21.6875 64.65625 18.265625 61.421875 +Q 14.84375 58.203125 13.875 51.765625 +L 5.078125 53.328125 +Q 6.6875 62.15625 12.390625 67.015625 +Q 18.109375 71.875 26.609375 71.875 +Q 32.46875 71.875 37.390625 69.359375 +Q 42.328125 66.84375 44.9375 62.5 +Q 47.5625 58.15625 47.5625 53.265625 +Q 47.5625 48.640625 45.0625 44.828125 +Q 42.578125 41.015625 37.703125 38.765625 +Q 44.046875 37.3125 47.5625 32.6875 +Q 51.078125 28.078125 51.078125 21.140625 +Q 51.078125 11.765625 44.234375 5.25 +Q 37.40625 -1.265625 26.953125 -1.265625 +Q 17.53125 -1.265625 11.296875 4.34375 +Q 5.078125 9.96875 4.203125 18.890625 +z +" id="ArialMT-51"/> + </defs> + <g style="fill:#262626;" transform="translate(825.532145 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-51"/> + </g> + </g> + </g> + <g id="text_28"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(704.204688 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_6"> + <g id="ytick_8"> + <g id="line2d_26"> + <path clip-path="url(#p639d0f7579)" d="M 602.563254 147.6 +L 843.080496 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_29"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(590.002317 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_9"> + <g id="line2d_27"> + <path clip-path="url(#p639d0f7579)" d="M 602.563254 113.085714 +L 843.080496 113.085714 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_30"> + <!-- 2 --> + <g style="fill:#262626;" transform="translate(590.002317 116.664621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_10"> + <g id="line2d_28"> + <path clip-path="url(#p639d0f7579)" d="M 602.563254 78.571429 +L 843.080496 78.571429 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_31"> + <!-- 4 --> + <g style="fill:#262626;" transform="translate(590.002317 82.150335)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="ytick_11"> + <g id="line2d_29"> + <path clip-path="url(#p639d0f7579)" d="M 602.563254 44.057143 +L 843.080496 44.057143 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_32"> + <!-- 6 --> + <g style="fill:#262626;" transform="translate(590.002317 47.636049)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + </g> + <g id="patch_21"> + <path clip-path="url(#p639d0f7579)" d="M 613.495856 147.6 +L 613.495856 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 635.36106 147.6 +L 635.36106 130.342857 +L 637.54758 130.342857 +L 637.54758 130.342857 +L 639.734101 130.342857 +L 639.734101 113.085714 +L 641.920621 113.085714 +L 641.920621 95.828571 +L 644.107141 95.828571 +L 644.107141 113.085714 +L 646.293662 113.085714 +L 646.293662 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 650.666703 147.6 +L 650.666703 113.085714 +L 652.853223 113.085714 +L 652.853223 78.571429 +L 655.039743 78.571429 +L 655.039743 78.571429 +L 657.226264 78.571429 +L 657.226264 147.6 +L 659.412784 147.6 +L 659.412784 113.085714 +L 661.599304 113.085714 +L 661.599304 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 690.024069 147.6 +L 690.024069 130.342857 +L 692.21059 130.342857 +L 692.21059 130.342857 +L 694.39711 130.342857 +L 694.39711 113.085714 +L 696.58363 113.085714 +L 696.58363 61.314286 +L 698.770151 61.314286 +L 698.770151 78.571429 +L 700.956671 78.571429 +L 700.956671 113.085714 +L 703.143192 113.085714 +L 703.143192 147.6 +L 705.329712 147.6 +L 705.329712 113.085714 +L 707.516232 113.085714 +L 707.516232 78.571429 +L 709.702753 78.571429 +L 709.702753 147.6 +L 711.889273 147.6 +L 711.889273 78.571429 +L 714.075793 78.571429 +L 714.075793 113.085714 +L 716.262314 113.085714 +L 716.262314 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 735.940997 147.6 +L 735.940997 130.342857 +L 738.127518 130.342857 +L 738.127518 147.6 +L 740.314038 147.6 +L 740.314038 95.828571 +L 742.500558 95.828571 +L 742.500558 113.085714 +L 744.687079 113.085714 +L 744.687079 130.342857 +L 746.873599 130.342857 +L 746.873599 113.085714 +L 749.06012 113.085714 +L 749.06012 147.6 +L 751.24664 147.6 +L 751.24664 78.571429 +L 753.43316 78.571429 +L 753.43316 147.6 +L 755.619681 147.6 +L 755.619681 44.057143 +L 757.806201 44.057143 +L 757.806201 44.057143 +L 759.992721 44.057143 +L 759.992721 147.6 +L 762.179242 147.6 +L 762.179242 113.085714 +L 764.365762 113.085714 +L 764.365762 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 799.350088 147.6 +L 799.350088 113.085714 +L 801.536609 113.085714 +L 801.536609 147.6 +L 803.723129 147.6 +L 803.723129 113.085714 +L 805.909649 113.085714 +L 805.909649 113.085714 +L 808.09617 113.085714 +L 808.09617 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 832.147894 147.6 +L 832.147894 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 759.992721 147.6 +L 759.992721 147.6 +L 757.806201 147.6 +L 757.806201 147.6 +L 755.619681 147.6 +L 755.619681 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 698.770151 147.6 +L 698.770151 147.6 +L 696.58363 147.6 +L 696.58363 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 655.039743 147.6 +L 655.039743 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 641.920621 147.6 +L 641.920621 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_22"> + <path clip-path="url(#p639d0f7579)" d="M 613.495856 147.6 +L 613.495856 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 641.920621 147.6 +L 641.920621 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 655.039743 147.6 +L 655.039743 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 696.58363 147.6 +L 696.58363 147.6 +L 698.770151 147.6 +L 698.770151 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 735.940997 147.6 +L 735.940997 130.342857 +L 738.127518 130.342857 +L 738.127518 147.6 +L 740.314038 147.6 +L 740.314038 95.828571 +L 742.500558 95.828571 +L 742.500558 113.085714 +L 744.687079 113.085714 +L 744.687079 130.342857 +L 746.873599 130.342857 +L 746.873599 113.085714 +L 749.06012 113.085714 +L 749.06012 147.6 +L 751.24664 147.6 +L 751.24664 113.085714 +L 753.43316 113.085714 +L 753.43316 147.6 +L 755.619681 147.6 +L 755.619681 78.571429 +L 757.806201 78.571429 +L 757.806201 78.571429 +L 759.992721 78.571429 +L 759.992721 147.6 +L 762.179242 147.6 +L 762.179242 113.085714 +L 764.365762 113.085714 +L 764.365762 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 799.350088 147.6 +L 799.350088 113.085714 +L 801.536609 113.085714 +L 801.536609 147.6 +L 803.723129 147.6 +L 803.723129 113.085714 +L 805.909649 113.085714 +L 805.909649 113.085714 +L 808.09617 113.085714 +L 808.09617 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 832.147894 147.6 +L 832.147894 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 759.992721 147.6 +L 759.992721 147.6 +L 757.806201 147.6 +L 757.806201 147.6 +L 755.619681 147.6 +L 755.619681 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 698.770151 147.6 +L 698.770151 147.6 +L 696.58363 147.6 +L 696.58363 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 655.039743 147.6 +L 655.039743 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 641.920621 147.6 +L 641.920621 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_23"> + <path clip-path="url(#p639d0f7579)" d="M 613.495856 147.6 +L 613.495856 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 641.920621 147.6 +L 641.920621 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 655.039743 147.6 +L 655.039743 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 690.024069 147.6 +L 690.024069 130.342857 +L 692.21059 130.342857 +L 692.21059 130.342857 +L 694.39711 130.342857 +L 694.39711 113.085714 +L 696.58363 113.085714 +L 696.58363 95.828571 +L 698.770151 95.828571 +L 698.770151 113.085714 +L 700.956671 113.085714 +L 700.956671 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 705.329712 147.6 +L 705.329712 113.085714 +L 707.516232 113.085714 +L 707.516232 78.571429 +L 709.702753 78.571429 +L 709.702753 147.6 +L 711.889273 147.6 +L 711.889273 78.571429 +L 714.075793 78.571429 +L 714.075793 113.085714 +L 716.262314 113.085714 +L 716.262314 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 751.24664 147.6 +L 751.24664 113.085714 +L 753.43316 113.085714 +L 753.43316 147.6 +L 755.619681 147.6 +L 755.619681 113.085714 +L 757.806201 113.085714 +L 757.806201 113.085714 +L 759.992721 113.085714 +L 759.992721 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 832.147894 147.6 +L 832.147894 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 759.992721 147.6 +L 759.992721 147.6 +L 757.806201 147.6 +L 757.806201 147.6 +L 755.619681 147.6 +L 755.619681 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 698.770151 147.6 +L 698.770151 147.6 +L 696.58363 147.6 +L 696.58363 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 655.039743 147.6 +L 655.039743 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 641.920621 147.6 +L 641.920621 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_24"> + <path clip-path="url(#p639d0f7579)" d="M 613.495856 147.6 +L 613.495856 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 635.36106 147.6 +L 635.36106 130.342857 +L 637.54758 130.342857 +L 637.54758 130.342857 +L 639.734101 130.342857 +L 639.734101 113.085714 +L 641.920621 113.085714 +L 641.920621 95.828571 +L 644.107141 95.828571 +L 644.107141 113.085714 +L 646.293662 113.085714 +L 646.293662 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 650.666703 147.6 +L 650.666703 113.085714 +L 652.853223 113.085714 +L 652.853223 78.571429 +L 655.039743 78.571429 +L 655.039743 78.571429 +L 657.226264 78.571429 +L 657.226264 147.6 +L 659.412784 147.6 +L 659.412784 113.085714 +L 661.599304 113.085714 +L 661.599304 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 696.58363 147.6 +L 696.58363 113.085714 +L 698.770151 113.085714 +L 698.770151 113.085714 +L 700.956671 113.085714 +L 700.956671 113.085714 +L 703.143192 113.085714 +L 703.143192 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 755.619681 147.6 +L 755.619681 147.6 +L 757.806201 147.6 +L 757.806201 147.6 +L 759.992721 147.6 +L 759.992721 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 832.147894 147.6 +L 832.147894 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 759.992721 147.6 +L 759.992721 147.6 +L 757.806201 147.6 +L 757.806201 147.6 +L 755.619681 147.6 +L 755.619681 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 698.770151 147.6 +L 698.770151 147.6 +L 696.58363 147.6 +L 696.58363 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 655.039743 147.6 +L 655.039743 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 641.920621 147.6 +L 641.920621 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_30"> + <path clip-path="url(#p639d0f7579)" d="M 694.258888 147.6 +L 694.258888 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_25"> + <path d="M 602.563254 147.6 +L 602.563254 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_26"> + <path d="M 843.080496 147.6 +L 843.080496 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_27"> + <path d="M 602.563254 147.6 +L 843.080496 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_28"> + <path d="M 602.563254 38.88 +L 843.080496 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_33"> + <!-- 60% --> + <g style="fill:#262626;" transform="translate(709.146563 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-54"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + <g id="legend_1"> + <g id="patch_29"> + <path d="M 773.497683 89.315938 +L 836.080496 89.315938 +Q 838.080496 89.315938 838.080496 87.315938 +L 838.080496 45.88 +Q 838.080496 43.88 836.080496 43.88 +L 773.497683 43.88 +Q 771.497683 43.88 771.497683 45.88 +L 771.497683 87.315938 +Q 771.497683 89.315938 773.497683 89.315938 +z +" style="fill:#ffffff;opacity:0.1;stroke:#cccccc;stroke-linejoin:miter;"/> + </g> + <g id="patch_30"> + <path d="M 775.497683 55.037813 +L 795.497683 55.037813 +L 795.497683 48.037813 +L 775.497683 48.037813 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_34"> + <!-- 0.998 --> + <g style="fill:#262626;" transform="translate(803.497683 55.037813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-57"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + <g id="patch_31"> + <path d="M 775.497683 69.183125 +L 795.497683 69.183125 +L 795.497683 62.183125 +L 775.497683 62.183125 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_35"> + <!-- 0.9985 --> + <g style="fill:#262626;" transform="translate(803.497683 69.183125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-57"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + <g id="patch_32"> + <path d="M 775.497683 83.328438 +L 795.497683 83.328438 +L 795.497683 76.328438 +L 775.497683 76.328438 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_36"> + <!-- 0.999 --> + <g style="fill:#262626;" transform="translate(803.497683 83.328438)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-57"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-57"/> + </g> + </g> + </g> + </g> + <g id="axes_4"> + <g id="patch_33"> + <path d="M 891.183944 147.6 +L 1131.701185 147.6 +L 1131.701185 38.88 +L 891.183944 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_7"> + <g id="xtick_17"> + <g id="line2d_31"> + <path clip-path="url(#p33dee8b4e9)" d="M 896.314611 147.6 +L 896.314611 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_37"> + <!-- 0.294 --> + <g style="fill:#262626;" transform="translate(883.803674 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_18"> + <g id="line2d_32"> + <path clip-path="url(#p33dee8b4e9)" d="M 931.676996 147.6 +L 931.676996 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_38"> + <!-- 0.296 --> + <g style="fill:#262626;" transform="translate(919.166059 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_19"> + <g id="line2d_33"> + <path clip-path="url(#p33dee8b4e9)" d="M 967.039381 147.6 +L 967.039381 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_39"> + <!-- 0.298 --> + <g style="fill:#262626;" transform="translate(954.528443 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_20"> + <g id="line2d_34"> + <path clip-path="url(#p33dee8b4e9)" d="M 1002.401766 147.6 +L 1002.401766 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_40"> + <!-- 0.300 --> + <g style="fill:#262626;" transform="translate(989.890828 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_21"> + <g id="line2d_35"> + <path clip-path="url(#p33dee8b4e9)" d="M 1037.76415 147.6 +L 1037.76415 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_41"> + <!-- 0.302 --> + <g style="fill:#262626;" transform="translate(1025.253213 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_22"> + <g id="line2d_36"> + <path clip-path="url(#p33dee8b4e9)" d="M 1073.126535 147.6 +L 1073.126535 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_42"> + <!-- 0.304 --> + <g style="fill:#262626;" transform="translate(1060.615598 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_23"> + <g id="line2d_37"> + <path clip-path="url(#p33dee8b4e9)" d="M 1108.48892 147.6 +L 1108.48892 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_43"> + <!-- 0.306 --> + <g style="fill:#262626;" transform="translate(1095.977982 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="text_44"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(992.825377 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_8"> + <g id="ytick_12"> + <g id="line2d_38"> + <path clip-path="url(#p33dee8b4e9)" d="M 891.183944 147.6 +L 1131.701185 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_45"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(878.623006 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_13"> + <g id="line2d_39"> + <path clip-path="url(#p33dee8b4e9)" d="M 891.183944 113.085714 +L 1131.701185 113.085714 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_46"> + <!-- 2 --> + <g style="fill:#262626;" transform="translate(878.623006 116.664621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_14"> + <g id="line2d_40"> + <path clip-path="url(#p33dee8b4e9)" d="M 891.183944 78.571429 +L 1131.701185 78.571429 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_47"> + <!-- 4 --> + <g style="fill:#262626;" transform="translate(878.623006 82.150335)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="ytick_15"> + <g id="line2d_41"> + <path clip-path="url(#p33dee8b4e9)" d="M 891.183944 44.057143 +L 1131.701185 44.057143 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_48"> + <!-- 6 --> + <g style="fill:#262626;" transform="translate(878.623006 47.636049)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + </g> + <g id="patch_34"> + <path clip-path="url(#p33dee8b4e9)" d="M 902.116546 147.6 +L 902.116546 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 926.16827 147.6 +L 926.16827 130.342857 +L 928.35479 130.342857 +L 928.35479 147.6 +L 930.541311 147.6 +L 930.541311 95.828571 +L 932.727831 95.828571 +L 932.727831 95.828571 +L 934.914351 95.828571 +L 934.914351 78.571429 +L 937.100872 78.571429 +L 937.100872 78.571429 +L 939.287392 78.571429 +L 939.287392 78.571429 +L 941.473913 78.571429 +L 941.473913 147.6 +L 943.660433 147.6 +L 943.660433 113.085714 +L 945.846953 113.085714 +L 945.846953 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 952.406514 147.6 +L 952.406514 113.085714 +L 954.593035 113.085714 +L 954.593035 113.085714 +L 956.779555 113.085714 +L 956.779555 113.085714 +L 958.966076 113.085714 +L 958.966076 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 998.323442 147.6 +L 998.323442 130.342857 +L 1000.509963 130.342857 +L 1000.509963 130.342857 +L 1002.696483 130.342857 +L 1002.696483 78.571429 +L 1004.883004 78.571429 +L 1004.883004 95.828571 +L 1007.069524 95.828571 +L 1007.069524 78.571429 +L 1009.256044 78.571429 +L 1009.256044 113.085714 +L 1011.442565 113.085714 +L 1011.442565 78.571429 +L 1013.629085 78.571429 +L 1013.629085 113.085714 +L 1015.815605 113.085714 +L 1015.815605 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1022.375167 147.6 +L 1022.375167 113.085714 +L 1024.561687 113.085714 +L 1024.561687 147.6 +L 1026.748207 147.6 +L 1026.748207 113.085714 +L 1028.934728 113.085714 +L 1028.934728 147.6 +L 1031.121248 147.6 +L 1031.121248 113.085714 +L 1033.307768 113.085714 +L 1033.307768 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1057.359493 147.6 +L 1057.359493 130.342857 +L 1059.546013 130.342857 +L 1059.546013 147.6 +L 1061.732533 147.6 +L 1061.732533 95.828571 +L 1063.919054 95.828571 +L 1063.919054 113.085714 +L 1066.105574 113.085714 +L 1066.105574 113.085714 +L 1068.292094 113.085714 +L 1068.292094 61.314286 +L 1070.478615 61.314286 +L 1070.478615 147.6 +L 1072.665135 147.6 +L 1072.665135 44.057143 +L 1074.851656 44.057143 +L 1074.851656 147.6 +L 1077.038176 147.6 +L 1077.038176 113.085714 +L 1079.224696 113.085714 +L 1079.224696 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1083.597737 147.6 +L 1083.597737 113.085714 +L 1085.784257 113.085714 +L 1085.784257 147.6 +L 1087.970778 147.6 +L 1087.970778 113.085714 +L 1090.157298 113.085714 +L 1090.157298 147.6 +L 1092.343819 147.6 +L 1092.343819 113.085714 +L 1094.530339 113.085714 +L 1094.530339 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1120.768583 147.6 +L 1120.768583 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1070.478615 147.6 +L 1070.478615 147.6 +L 1068.292094 147.6 +L 1068.292094 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1009.256044 147.6 +L 1009.256044 147.6 +L 1007.069524 147.6 +L 1007.069524 147.6 +L 1004.883004 147.6 +L 1004.883004 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 939.287392 147.6 +L 939.287392 147.6 +L 937.100872 147.6 +L 937.100872 147.6 +L 934.914351 147.6 +L 934.914351 147.6 +L 932.727831 147.6 +L 932.727831 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_35"> + <path clip-path="url(#p33dee8b4e9)" d="M 902.116546 147.6 +L 902.116546 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 932.727831 147.6 +L 932.727831 147.6 +L 934.914351 147.6 +L 934.914351 147.6 +L 937.100872 147.6 +L 937.100872 147.6 +L 939.287392 147.6 +L 939.287392 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1004.883004 147.6 +L 1004.883004 147.6 +L 1007.069524 147.6 +L 1007.069524 147.6 +L 1009.256044 147.6 +L 1009.256044 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1057.359493 147.6 +L 1057.359493 130.342857 +L 1059.546013 130.342857 +L 1059.546013 147.6 +L 1061.732533 147.6 +L 1061.732533 95.828571 +L 1063.919054 95.828571 +L 1063.919054 113.085714 +L 1066.105574 113.085714 +L 1066.105574 113.085714 +L 1068.292094 113.085714 +L 1068.292094 61.314286 +L 1070.478615 61.314286 +L 1070.478615 147.6 +L 1072.665135 147.6 +L 1072.665135 44.057143 +L 1074.851656 44.057143 +L 1074.851656 147.6 +L 1077.038176 147.6 +L 1077.038176 113.085714 +L 1079.224696 113.085714 +L 1079.224696 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1083.597737 147.6 +L 1083.597737 113.085714 +L 1085.784257 113.085714 +L 1085.784257 147.6 +L 1087.970778 147.6 +L 1087.970778 113.085714 +L 1090.157298 113.085714 +L 1090.157298 147.6 +L 1092.343819 147.6 +L 1092.343819 113.085714 +L 1094.530339 113.085714 +L 1094.530339 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1120.768583 147.6 +L 1120.768583 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1070.478615 147.6 +L 1070.478615 147.6 +L 1068.292094 147.6 +L 1068.292094 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1009.256044 147.6 +L 1009.256044 147.6 +L 1007.069524 147.6 +L 1007.069524 147.6 +L 1004.883004 147.6 +L 1004.883004 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 939.287392 147.6 +L 939.287392 147.6 +L 937.100872 147.6 +L 937.100872 147.6 +L 934.914351 147.6 +L 934.914351 147.6 +L 932.727831 147.6 +L 932.727831 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_36"> + <path clip-path="url(#p33dee8b4e9)" d="M 902.116546 147.6 +L 902.116546 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 932.727831 147.6 +L 932.727831 147.6 +L 934.914351 147.6 +L 934.914351 147.6 +L 937.100872 147.6 +L 937.100872 147.6 +L 939.287392 147.6 +L 939.287392 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 998.323442 147.6 +L 998.323442 130.342857 +L 1000.509963 130.342857 +L 1000.509963 130.342857 +L 1002.696483 130.342857 +L 1002.696483 78.571429 +L 1004.883004 78.571429 +L 1004.883004 95.828571 +L 1007.069524 95.828571 +L 1007.069524 78.571429 +L 1009.256044 78.571429 +L 1009.256044 113.085714 +L 1011.442565 113.085714 +L 1011.442565 78.571429 +L 1013.629085 78.571429 +L 1013.629085 113.085714 +L 1015.815605 113.085714 +L 1015.815605 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1022.375167 147.6 +L 1022.375167 113.085714 +L 1024.561687 113.085714 +L 1024.561687 147.6 +L 1026.748207 147.6 +L 1026.748207 113.085714 +L 1028.934728 113.085714 +L 1028.934728 147.6 +L 1031.121248 147.6 +L 1031.121248 113.085714 +L 1033.307768 113.085714 +L 1033.307768 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1068.292094 147.6 +L 1068.292094 147.6 +L 1070.478615 147.6 +L 1070.478615 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1120.768583 147.6 +L 1120.768583 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1070.478615 147.6 +L 1070.478615 147.6 +L 1068.292094 147.6 +L 1068.292094 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1009.256044 147.6 +L 1009.256044 147.6 +L 1007.069524 147.6 +L 1007.069524 147.6 +L 1004.883004 147.6 +L 1004.883004 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 939.287392 147.6 +L 939.287392 147.6 +L 937.100872 147.6 +L 937.100872 147.6 +L 934.914351 147.6 +L 934.914351 147.6 +L 932.727831 147.6 +L 932.727831 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_37"> + <path clip-path="url(#p33dee8b4e9)" d="M 902.116546 147.6 +L 902.116546 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 926.16827 147.6 +L 926.16827 130.342857 +L 928.35479 130.342857 +L 928.35479 147.6 +L 930.541311 147.6 +L 930.541311 95.828571 +L 932.727831 95.828571 +L 932.727831 95.828571 +L 934.914351 95.828571 +L 934.914351 78.571429 +L 937.100872 78.571429 +L 937.100872 78.571429 +L 939.287392 78.571429 +L 939.287392 78.571429 +L 941.473913 78.571429 +L 941.473913 147.6 +L 943.660433 147.6 +L 943.660433 113.085714 +L 945.846953 113.085714 +L 945.846953 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 952.406514 147.6 +L 952.406514 113.085714 +L 954.593035 113.085714 +L 954.593035 113.085714 +L 956.779555 113.085714 +L 956.779555 113.085714 +L 958.966076 113.085714 +L 958.966076 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1004.883004 147.6 +L 1004.883004 147.6 +L 1007.069524 147.6 +L 1007.069524 147.6 +L 1009.256044 147.6 +L 1009.256044 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1068.292094 147.6 +L 1068.292094 147.6 +L 1070.478615 147.6 +L 1070.478615 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1120.768583 147.6 +L 1120.768583 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1070.478615 147.6 +L 1070.478615 147.6 +L 1068.292094 147.6 +L 1068.292094 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1009.256044 147.6 +L 1009.256044 147.6 +L 1007.069524 147.6 +L 1007.069524 147.6 +L 1004.883004 147.6 +L 1004.883004 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 939.287392 147.6 +L 939.287392 147.6 +L 937.100872 147.6 +L 937.100872 147.6 +L 934.914351 147.6 +L 934.914351 147.6 +L 932.727831 147.6 +L 932.727831 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_42"> + <path clip-path="url(#p33dee8b4e9)" d="M 1002.401766 147.6 +L 1002.401766 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_38"> + <path d="M 891.183944 147.6 +L 891.183944 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_39"> + <path d="M 1131.701185 147.6 +L 1131.701185 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_40"> + <path d="M 891.183944 147.6 +L 1131.701185 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_41"> + <path d="M 891.183944 38.88 +L 1131.701185 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_49"> + <!-- 80% --> + <g style="fill:#262626;" transform="translate(997.767252 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-56"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_5"> + <g id="patch_42"> + <path d="M 1179.804634 147.6 +L 1420.321875 147.6 +L 1420.321875 38.88 +L 1179.804634 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_9"> + <g id="xtick_24"> + <g id="line2d_43"> + <path clip-path="url(#pc15b205ec6)" d="M 1181.800157 147.6 +L 1181.800157 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_50"> + <!-- 0.440 --> + <g style="fill:#262626;" transform="translate(1169.289219 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_25"> + <g id="line2d_44"> + <path clip-path="url(#pc15b205ec6)" d="M 1238.567848 147.6 +L 1238.567848 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_51"> + <!-- 0.445 --> + <g style="fill:#262626;" transform="translate(1226.056911 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_26"> + <g id="line2d_45"> + <path clip-path="url(#pc15b205ec6)" d="M 1295.33554 147.6 +L 1295.33554 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_52"> + <!-- 0.450 --> + <g style="fill:#262626;" transform="translate(1282.824603 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_27"> + <g id="line2d_46"> + <path clip-path="url(#pc15b205ec6)" d="M 1352.103232 147.6 +L 1352.103232 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_53"> + <!-- 0.455 --> + <g style="fill:#262626;" transform="translate(1339.592294 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_28"> + <g id="line2d_47"> + <path clip-path="url(#pc15b205ec6)" d="M 1408.870924 147.6 +L 1408.870924 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_54"> + <!-- 0.460 --> + <g style="fill:#262626;" transform="translate(1396.359986 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-54"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="text_55"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1281.446067 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_10"> + <g id="ytick_16"> + <g id="line2d_48"> + <path clip-path="url(#pc15b205ec6)" d="M 1179.804634 147.6 +L 1420.321875 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_56"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(1167.243696 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_17"> + <g id="line2d_49"> + <path clip-path="url(#pc15b205ec6)" d="M 1179.804634 118.016327 +L 1420.321875 118.016327 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_57"> + <!-- 2 --> + <g style="fill:#262626;" transform="translate(1167.243696 121.595233)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_18"> + <g id="line2d_50"> + <path clip-path="url(#pc15b205ec6)" d="M 1179.804634 88.432653 +L 1420.321875 88.432653 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_58"> + <!-- 4 --> + <g style="fill:#262626;" transform="translate(1167.243696 92.011559)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="ytick_19"> + <g id="line2d_51"> + <path clip-path="url(#pc15b205ec6)" d="M 1179.804634 58.84898 +L 1420.321875 58.84898 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_59"> + <!-- 6 --> + <g style="fill:#262626;" transform="translate(1167.243696 62.427886)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + </g> + <g id="patch_43"> + <path clip-path="url(#pc15b205ec6)" d="M 1190.737236 147.6 +L 1190.737236 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1214.78896 147.6 +L 1214.78896 132.808163 +L 1216.97548 132.808163 +L 1216.97548 118.016327 +L 1219.162 118.016327 +L 1219.162 103.22449 +L 1221.348521 103.22449 +L 1221.348521 73.640816 +L 1223.535041 73.640816 +L 1223.535041 88.432653 +L 1225.721562 88.432653 +L 1225.721562 88.432653 +L 1227.908082 88.432653 +L 1227.908082 118.016327 +L 1230.094602 118.016327 +L 1230.094602 118.016327 +L 1232.281123 118.016327 +L 1232.281123 147.6 +L 1234.467643 147.6 +L 1234.467643 118.016327 +L 1236.654163 118.016327 +L 1236.654163 118.016327 +L 1238.840684 118.016327 +L 1238.840684 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1289.130652 147.6 +L 1289.130652 132.808163 +L 1291.317173 132.808163 +L 1291.317173 147.6 +L 1293.503693 147.6 +L 1293.503693 73.640816 +L 1295.690214 73.640816 +L 1295.690214 147.6 +L 1297.876734 147.6 +L 1297.876734 44.057143 +L 1300.063254 44.057143 +L 1300.063254 147.6 +L 1302.249775 147.6 +L 1302.249775 58.84898 +L 1304.436295 58.84898 +L 1304.436295 147.6 +L 1306.622815 147.6 +L 1306.622815 88.432653 +L 1308.809336 88.432653 +L 1308.809336 147.6 +L 1310.995856 147.6 +L 1310.995856 118.016327 +L 1313.182377 118.016327 +L 1313.182377 147.6 +L 1315.368897 147.6 +L 1315.368897 118.016327 +L 1317.555417 118.016327 +L 1317.555417 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1354.726264 147.6 +L 1354.726264 132.808163 +L 1356.912784 132.808163 +L 1356.912784 147.6 +L 1359.099304 147.6 +L 1359.099304 88.432653 +L 1361.285825 88.432653 +L 1361.285825 132.808163 +L 1363.472345 132.808163 +L 1363.472345 88.432653 +L 1365.658866 88.432653 +L 1365.658866 103.22449 +L 1367.845386 103.22449 +L 1367.845386 88.432653 +L 1370.031906 88.432653 +L 1370.031906 118.016327 +L 1372.218427 118.016327 +L 1372.218427 88.432653 +L 1374.404947 88.432653 +L 1374.404947 147.6 +L 1376.591467 147.6 +L 1376.591467 118.016327 +L 1378.777988 118.016327 +L 1378.777988 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1383.151029 147.6 +L 1383.151029 118.016327 +L 1385.337549 118.016327 +L 1385.337549 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1409.389273 147.6 +L 1409.389273 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1365.658866 147.6 +L 1365.658866 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1300.063254 147.6 +L 1300.063254 147.6 +L 1297.876734 147.6 +L 1297.876734 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1223.535041 147.6 +L 1223.535041 147.6 +L 1221.348521 147.6 +L 1221.348521 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_44"> + <path clip-path="url(#pc15b205ec6)" d="M 1190.737236 147.6 +L 1190.737236 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1221.348521 147.6 +L 1221.348521 147.6 +L 1223.535041 147.6 +L 1223.535041 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1297.876734 147.6 +L 1297.876734 147.6 +L 1300.063254 147.6 +L 1300.063254 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1354.726264 147.6 +L 1354.726264 132.808163 +L 1356.912784 132.808163 +L 1356.912784 147.6 +L 1359.099304 147.6 +L 1359.099304 88.432653 +L 1361.285825 88.432653 +L 1361.285825 132.808163 +L 1363.472345 132.808163 +L 1363.472345 88.432653 +L 1365.658866 88.432653 +L 1365.658866 103.22449 +L 1367.845386 103.22449 +L 1367.845386 88.432653 +L 1370.031906 88.432653 +L 1370.031906 118.016327 +L 1372.218427 118.016327 +L 1372.218427 88.432653 +L 1374.404947 88.432653 +L 1374.404947 147.6 +L 1376.591467 147.6 +L 1376.591467 118.016327 +L 1378.777988 118.016327 +L 1378.777988 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1383.151029 147.6 +L 1383.151029 118.016327 +L 1385.337549 118.016327 +L 1385.337549 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1409.389273 147.6 +L 1409.389273 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1365.658866 147.6 +L 1365.658866 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1300.063254 147.6 +L 1300.063254 147.6 +L 1297.876734 147.6 +L 1297.876734 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1223.535041 147.6 +L 1223.535041 147.6 +L 1221.348521 147.6 +L 1221.348521 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_45"> + <path clip-path="url(#pc15b205ec6)" d="M 1190.737236 147.6 +L 1190.737236 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1221.348521 147.6 +L 1221.348521 147.6 +L 1223.535041 147.6 +L 1223.535041 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1289.130652 147.6 +L 1289.130652 132.808163 +L 1291.317173 132.808163 +L 1291.317173 147.6 +L 1293.503693 147.6 +L 1293.503693 73.640816 +L 1295.690214 73.640816 +L 1295.690214 147.6 +L 1297.876734 147.6 +L 1297.876734 44.057143 +L 1300.063254 44.057143 +L 1300.063254 147.6 +L 1302.249775 147.6 +L 1302.249775 58.84898 +L 1304.436295 58.84898 +L 1304.436295 147.6 +L 1306.622815 147.6 +L 1306.622815 88.432653 +L 1308.809336 88.432653 +L 1308.809336 147.6 +L 1310.995856 147.6 +L 1310.995856 118.016327 +L 1313.182377 118.016327 +L 1313.182377 147.6 +L 1315.368897 147.6 +L 1315.368897 118.016327 +L 1317.555417 118.016327 +L 1317.555417 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1365.658866 147.6 +L 1365.658866 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1409.389273 147.6 +L 1409.389273 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1365.658866 147.6 +L 1365.658866 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1300.063254 147.6 +L 1300.063254 147.6 +L 1297.876734 147.6 +L 1297.876734 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1223.535041 147.6 +L 1223.535041 147.6 +L 1221.348521 147.6 +L 1221.348521 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_46"> + <path clip-path="url(#pc15b205ec6)" d="M 1190.737236 147.6 +L 1190.737236 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1214.78896 147.6 +L 1214.78896 132.808163 +L 1216.97548 132.808163 +L 1216.97548 118.016327 +L 1219.162 118.016327 +L 1219.162 103.22449 +L 1221.348521 103.22449 +L 1221.348521 73.640816 +L 1223.535041 73.640816 +L 1223.535041 88.432653 +L 1225.721562 88.432653 +L 1225.721562 88.432653 +L 1227.908082 88.432653 +L 1227.908082 118.016327 +L 1230.094602 118.016327 +L 1230.094602 118.016327 +L 1232.281123 118.016327 +L 1232.281123 147.6 +L 1234.467643 147.6 +L 1234.467643 118.016327 +L 1236.654163 118.016327 +L 1236.654163 118.016327 +L 1238.840684 118.016327 +L 1238.840684 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1297.876734 147.6 +L 1297.876734 147.6 +L 1300.063254 147.6 +L 1300.063254 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1365.658866 147.6 +L 1365.658866 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1409.389273 147.6 +L 1409.389273 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1365.658866 147.6 +L 1365.658866 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1300.063254 147.6 +L 1300.063254 147.6 +L 1297.876734 147.6 +L 1297.876734 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1223.535041 147.6 +L 1223.535041 147.6 +L 1221.348521 147.6 +L 1221.348521 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_52"> + <path clip-path="url(#pc15b205ec6)" d="M 1295.33554 147.6 +L 1295.33554 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_47"> + <path d="M 1179.804634 147.6 +L 1179.804634 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_48"> + <path d="M 1420.321875 147.6 +L 1420.321875 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_49"> + <path d="M 1179.804634 147.6 +L 1420.321875 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_50"> + <path d="M 1179.804634 38.88 +L 1420.321875 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_60"> + <!-- 85% --> + <g style="fill:#262626;" transform="translate(1286.387942 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-56"/> + <use x="83.398438" xlink:href="#ArialMT-53"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="text_61"> + <!-- PollyXT Lacros Limassol with linear polarizer before receiver - DiC error contribution --> + <defs> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 34.71875 71.578125 +Q 41.84375 71.578125 45.609375 70.90625 +Q 50.875 70.015625 54.4375 67.546875 +Q 58.015625 65.09375 60.1875 60.640625 +Q 62.359375 56.203125 62.359375 50.875 +Q 62.359375 41.75 56.546875 35.421875 +Q 50.734375 29.109375 35.546875 29.109375 +L 17.1875 29.109375 +L 17.1875 0 +z +M 17.1875 37.546875 +L 35.6875 37.546875 +Q 44.875 37.546875 48.734375 40.96875 +Q 52.59375 44.390625 52.59375 50.59375 +Q 52.59375 55.078125 50.3125 58.265625 +Q 48.046875 61.46875 44.34375 62.5 +Q 41.9375 63.140625 35.5 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-80"/> + <path d="M 3.328125 25.921875 +Q 3.328125 40.328125 11.328125 47.265625 +Q 18.015625 53.03125 27.640625 53.03125 +Q 38.328125 53.03125 45.109375 46.015625 +Q 51.90625 39.015625 51.90625 26.65625 +Q 51.90625 16.65625 48.90625 10.90625 +Q 45.90625 5.171875 40.15625 2 +Q 34.421875 -1.171875 27.640625 -1.171875 +Q 16.75 -1.171875 10.03125 5.8125 +Q 3.328125 12.796875 3.328125 25.921875 +z +M 12.359375 25.921875 +Q 12.359375 15.96875 16.703125 11.015625 +Q 21.046875 6.0625 27.640625 6.0625 +Q 34.1875 6.0625 38.53125 11.03125 +Q 42.875 16.015625 42.875 26.21875 +Q 42.875 35.84375 38.5 40.796875 +Q 34.125 45.75 27.640625 45.75 +Q 21.046875 45.75 16.703125 40.8125 +Q 12.359375 35.890625 12.359375 25.921875 +z +" id="ArialMT-111"/> + <path d="M 6.390625 0 +L 6.390625 71.578125 +L 15.1875 71.578125 +L 15.1875 0 +z +" id="ArialMT-108"/> + <path d="M 6.203125 -19.96875 +L 5.21875 -11.71875 +Q 8.109375 -12.5 10.25 -12.5 +Q 13.1875 -12.5 14.9375 -11.515625 +Q 16.703125 -10.546875 17.828125 -8.796875 +Q 18.65625 -7.46875 20.515625 -2.25 +Q 20.75 -1.515625 21.296875 -0.09375 +L 1.609375 51.859375 +L 11.078125 51.859375 +L 21.875 21.828125 +Q 23.96875 16.109375 25.640625 9.8125 +Q 27.15625 15.875 29.25 21.625 +L 40.328125 51.859375 +L 49.125 51.859375 +L 29.390625 -0.875 +Q 26.21875 -9.421875 24.46875 -12.640625 +Q 22.125 -17 19.09375 -19.015625 +Q 16.0625 -21.046875 11.859375 -21.046875 +Q 9.328125 -21.046875 6.203125 -19.96875 +z +" id="ArialMT-121"/> + <path d="M 0.4375 0 +L 28.125 37.3125 +L 3.71875 71.578125 +L 14.984375 71.578125 +L 27.984375 53.21875 +Q 32.03125 47.515625 33.734375 44.4375 +Q 36.140625 48.34375 39.40625 52.59375 +L 53.8125 71.578125 +L 64.109375 71.578125 +L 38.96875 37.84375 +L 66.0625 0 +L 54.34375 0 +L 36.328125 25.53125 +Q 34.8125 27.734375 33.203125 30.328125 +Q 30.8125 26.421875 29.78125 24.953125 +L 11.8125 0 +z +" id="ArialMT-88"/> + <path d="M 25.921875 0 +L 25.921875 63.140625 +L 2.34375 63.140625 +L 2.34375 71.578125 +L 59.078125 71.578125 +L 59.078125 63.140625 +L 35.40625 63.140625 +L 35.40625 0 +z +" id="ArialMT-84"/> + <path d="M 40.4375 6.390625 +Q 35.546875 2.25 31.03125 0.53125 +Q 26.515625 -1.171875 21.34375 -1.171875 +Q 12.796875 -1.171875 8.203125 3 +Q 3.609375 7.171875 3.609375 13.671875 +Q 3.609375 17.484375 5.34375 20.625 +Q 7.078125 23.78125 9.890625 25.6875 +Q 12.703125 27.59375 16.21875 28.5625 +Q 18.796875 29.25 24.03125 29.890625 +Q 34.671875 31.15625 39.703125 32.90625 +Q 39.75 34.71875 39.75 35.203125 +Q 39.75 40.578125 37.25 42.78125 +Q 33.890625 45.75 27.25 45.75 +Q 21.046875 45.75 18.09375 43.578125 +Q 15.140625 41.40625 13.71875 35.890625 +L 5.125 37.0625 +Q 6.296875 42.578125 8.984375 45.96875 +Q 11.671875 49.359375 16.75 51.1875 +Q 21.828125 53.03125 28.515625 53.03125 +Q 35.15625 53.03125 39.296875 51.46875 +Q 43.453125 49.90625 45.40625 47.53125 +Q 47.359375 45.171875 48.140625 41.546875 +Q 48.578125 39.3125 48.578125 33.453125 +L 48.578125 21.734375 +Q 48.578125 9.46875 49.140625 6.21875 +Q 49.703125 2.984375 51.375 0 +L 42.1875 0 +Q 40.828125 2.734375 40.4375 6.390625 +z +M 39.703125 26.03125 +Q 34.90625 24.078125 25.34375 22.703125 +Q 19.921875 21.921875 17.671875 20.9375 +Q 15.4375 19.96875 14.203125 18.09375 +Q 12.984375 16.21875 12.984375 13.921875 +Q 12.984375 10.40625 15.640625 8.0625 +Q 18.3125 5.71875 23.4375 5.71875 +Q 28.515625 5.71875 32.46875 7.9375 +Q 36.421875 10.15625 38.28125 14.015625 +Q 39.703125 17 39.703125 22.796875 +z +" id="ArialMT-97"/> + <path d="M 40.4375 19 +L 49.078125 17.875 +Q 47.65625 8.9375 41.8125 3.875 +Q 35.984375 -1.171875 27.484375 -1.171875 +Q 16.84375 -1.171875 10.375 5.78125 +Q 3.90625 12.75 3.90625 25.734375 +Q 3.90625 34.125 6.6875 40.421875 +Q 9.46875 46.734375 15.15625 49.875 +Q 20.84375 53.03125 27.546875 53.03125 +Q 35.984375 53.03125 41.359375 48.75 +Q 46.734375 44.484375 48.25 36.625 +L 39.703125 35.296875 +Q 38.484375 40.53125 35.375 43.15625 +Q 32.28125 45.796875 27.875 45.796875 +Q 21.234375 45.796875 17.078125 41.03125 +Q 12.9375 36.28125 12.9375 25.984375 +Q 12.9375 15.53125 16.9375 10.796875 +Q 20.953125 6.0625 27.390625 6.0625 +Q 32.5625 6.0625 36.03125 9.234375 +Q 39.5 12.40625 40.4375 19 +z +" id="ArialMT-99"/> + <path d="M 3.078125 15.484375 +L 11.765625 16.84375 +Q 12.5 11.625 15.84375 8.84375 +Q 19.1875 6.0625 25.203125 6.0625 +Q 31.25 6.0625 34.171875 8.515625 +Q 37.109375 10.984375 37.109375 14.3125 +Q 37.109375 17.28125 34.515625 19 +Q 32.71875 20.171875 25.53125 21.96875 +Q 15.875 24.421875 12.140625 26.203125 +Q 8.40625 27.984375 6.46875 31.125 +Q 4.546875 34.28125 4.546875 38.09375 +Q 4.546875 41.546875 6.125 44.5 +Q 7.71875 47.46875 10.453125 49.421875 +Q 12.5 50.921875 16.03125 51.96875 +Q 19.578125 53.03125 23.640625 53.03125 +Q 29.734375 53.03125 34.34375 51.265625 +Q 38.96875 49.515625 41.15625 46.5 +Q 43.359375 43.5 44.1875 38.484375 +L 35.59375 37.3125 +Q 35.015625 41.3125 32.203125 43.546875 +Q 29.390625 45.796875 24.265625 45.796875 +Q 18.21875 45.796875 15.625 43.796875 +Q 13.03125 41.796875 13.03125 39.109375 +Q 13.03125 37.40625 14.109375 36.03125 +Q 15.1875 34.625 17.484375 33.6875 +Q 18.796875 33.203125 25.25 31.453125 +Q 34.578125 28.953125 38.25 27.359375 +Q 41.9375 25.78125 44.03125 22.75 +Q 46.140625 19.734375 46.140625 15.234375 +Q 46.140625 10.84375 43.578125 6.953125 +Q 41.015625 3.078125 36.171875 0.953125 +Q 31.34375 -1.171875 25.25 -1.171875 +Q 15.140625 -1.171875 9.84375 3.03125 +Q 4.546875 7.234375 3.078125 15.484375 +z +" id="ArialMT-115"/> + <path d="M 6.640625 61.46875 +L 6.640625 71.578125 +L 15.4375 71.578125 +L 15.4375 61.46875 +z +M 6.640625 0 +L 6.640625 51.859375 +L 15.4375 51.859375 +L 15.4375 0 +z +" id="ArialMT-105"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.453125 51.859375 +L 14.453125 44.578125 +Q 16.890625 48.390625 20.9375 50.703125 +Q 25 53.03125 30.171875 53.03125 +Q 35.9375 53.03125 39.625 50.640625 +Q 43.3125 48.25 44.828125 43.953125 +Q 50.984375 53.03125 60.84375 53.03125 +Q 68.5625 53.03125 72.703125 48.75 +Q 76.859375 44.484375 76.859375 35.59375 +L 76.859375 0 +L 68.109375 0 +L 68.109375 32.671875 +Q 68.109375 37.9375 67.25 40.25 +Q 66.40625 42.578125 64.15625 43.984375 +Q 61.921875 45.40625 58.890625 45.40625 +Q 53.421875 45.40625 49.796875 41.765625 +Q 46.1875 38.140625 46.1875 30.125 +L 46.1875 0 +L 37.40625 0 +L 37.40625 33.6875 +Q 37.40625 39.546875 35.25 42.46875 +Q 33.109375 45.40625 28.21875 45.40625 +Q 24.515625 45.40625 21.359375 43.453125 +Q 18.21875 41.5 16.796875 37.734375 +Q 15.375 33.984375 15.375 26.90625 +L 15.375 0 +z +" id="ArialMT-109"/> + <path d="M 16.15625 0 +L 0.296875 51.859375 +L 9.375 51.859375 +L 17.625 21.921875 +L 20.703125 10.796875 +Q 20.90625 11.625 23.390625 21.484375 +L 31.640625 51.859375 +L 40.671875 51.859375 +L 48.4375 21.78125 +L 51.03125 11.859375 +L 54 21.875 +L 62.890625 51.859375 +L 71.4375 51.859375 +L 55.21875 0 +L 46.09375 0 +L 37.84375 31.0625 +L 35.84375 39.890625 +L 25.34375 0 +z +" id="ArialMT-119"/> + <path d="M 6.59375 0 +L 6.59375 71.578125 +L 15.375 71.578125 +L 15.375 45.90625 +Q 21.53125 53.03125 30.90625 53.03125 +Q 36.671875 53.03125 40.921875 50.75 +Q 45.171875 48.484375 47 44.484375 +Q 48.828125 40.484375 48.828125 32.859375 +L 48.828125 0 +L 40.046875 0 +L 40.046875 32.859375 +Q 40.046875 39.453125 37.1875 42.453125 +Q 34.328125 45.453125 29.109375 45.453125 +Q 25.203125 45.453125 21.75 43.421875 +Q 18.3125 41.40625 16.84375 37.9375 +Q 15.375 34.46875 15.375 28.375 +L 15.375 0 +z +" id="ArialMT-104"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.5 51.859375 +L 14.5 44.484375 +Q 20.21875 53.03125 31 53.03125 +Q 35.6875 53.03125 39.625 51.34375 +Q 43.5625 49.65625 45.515625 46.921875 +Q 47.46875 44.1875 48.25 40.4375 +Q 48.734375 37.984375 48.734375 31.890625 +L 48.734375 0 +L 39.9375 0 +L 39.9375 31.546875 +Q 39.9375 36.921875 38.90625 39.578125 +Q 37.890625 42.234375 35.28125 43.8125 +Q 32.671875 45.40625 29.15625 45.40625 +Q 23.53125 45.40625 19.453125 41.84375 +Q 15.375 38.28125 15.375 28.328125 +L 15.375 0 +z +" id="ArialMT-110"/> + <path d="M 6.59375 -19.875 +L 6.59375 51.859375 +L 14.59375 51.859375 +L 14.59375 45.125 +Q 17.4375 49.078125 21 51.046875 +Q 24.5625 53.03125 29.640625 53.03125 +Q 36.28125 53.03125 41.359375 49.609375 +Q 46.4375 46.1875 49.015625 39.953125 +Q 51.609375 33.734375 51.609375 26.3125 +Q 51.609375 18.359375 48.75 11.984375 +Q 45.90625 5.609375 40.453125 2.21875 +Q 35.015625 -1.171875 29 -1.171875 +Q 24.609375 -1.171875 21.109375 0.6875 +Q 17.625 2.546875 15.375 5.375 +L 15.375 -19.875 +z +M 14.546875 25.640625 +Q 14.546875 15.625 18.59375 10.84375 +Q 22.65625 6.0625 28.421875 6.0625 +Q 34.28125 6.0625 38.453125 11.015625 +Q 42.625 15.96875 42.625 26.375 +Q 42.625 36.28125 38.546875 41.203125 +Q 34.46875 46.140625 28.8125 46.140625 +Q 23.1875 46.140625 18.859375 40.890625 +Q 14.546875 35.640625 14.546875 25.640625 +z +" id="ArialMT-112"/> + <path d="M 1.953125 0 +L 1.953125 7.125 +L 34.96875 45.015625 +Q 29.34375 44.734375 25.046875 44.734375 +L 3.90625 44.734375 +L 3.90625 51.859375 +L 46.296875 51.859375 +L 46.296875 46.046875 +L 18.21875 13.140625 +L 12.796875 7.125 +Q 18.703125 7.5625 23.875 7.5625 +L 47.859375 7.5625 +L 47.859375 0 +z +" id="ArialMT-122"/> + <path d="M 14.703125 0 +L 6.546875 0 +L 6.546875 71.578125 +L 15.328125 71.578125 +L 15.328125 46.046875 +Q 20.90625 53.03125 29.546875 53.03125 +Q 34.328125 53.03125 38.59375 51.09375 +Q 42.875 49.171875 45.625 45.671875 +Q 48.390625 42.1875 49.953125 37.25 +Q 51.515625 32.328125 51.515625 26.703125 +Q 51.515625 13.375 44.921875 6.09375 +Q 38.328125 -1.171875 29.109375 -1.171875 +Q 19.921875 -1.171875 14.703125 6.5 +z +M 14.59375 26.3125 +Q 14.59375 17 17.140625 12.84375 +Q 21.296875 6.0625 28.375 6.0625 +Q 34.125 6.0625 38.328125 11.0625 +Q 42.53125 16.0625 42.53125 25.984375 +Q 42.53125 36.140625 38.5 40.96875 +Q 34.46875 45.796875 28.765625 45.796875 +Q 23 45.796875 18.796875 40.796875 +Q 14.59375 35.796875 14.59375 26.3125 +z +" id="ArialMT-98"/> + <path d="M 8.6875 0 +L 8.6875 45.015625 +L 0.921875 45.015625 +L 0.921875 51.859375 +L 8.6875 51.859375 +L 8.6875 57.375 +Q 8.6875 62.59375 9.625 65.140625 +Q 10.890625 68.5625 14.078125 70.671875 +Q 17.28125 72.796875 23.046875 72.796875 +Q 26.765625 72.796875 31.25 71.921875 +L 29.9375 64.265625 +Q 27.203125 64.75 24.75 64.75 +Q 20.75 64.75 19.09375 63.03125 +Q 17.4375 61.328125 17.4375 56.640625 +L 17.4375 51.859375 +L 27.546875 51.859375 +L 27.546875 45.015625 +L 17.4375 45.015625 +L 17.4375 0 +z +" id="ArialMT-102"/> + <path d="M 21 0 +L 1.265625 51.859375 +L 10.546875 51.859375 +L 21.6875 20.796875 +Q 23.484375 15.765625 25 10.359375 +Q 26.171875 14.453125 28.265625 20.21875 +L 39.796875 51.859375 +L 48.828125 51.859375 +L 29.203125 0 +z +" id="ArialMT-118"/> + <path d="M 3.171875 21.484375 +L 3.171875 30.328125 +L 30.171875 30.328125 +L 30.171875 21.484375 +z +" id="ArialMT-45"/> + <path d="M 58.796875 25.09375 +L 68.265625 22.703125 +Q 65.28125 11.03125 57.546875 4.90625 +Q 49.8125 -1.21875 38.625 -1.21875 +Q 27.046875 -1.21875 19.796875 3.484375 +Q 12.546875 8.203125 8.765625 17.140625 +Q 4.984375 26.078125 4.984375 36.328125 +Q 4.984375 47.515625 9.25 55.828125 +Q 13.53125 64.15625 21.40625 68.46875 +Q 29.296875 72.796875 38.765625 72.796875 +Q 49.515625 72.796875 56.828125 67.328125 +Q 64.15625 61.859375 67.046875 51.953125 +L 57.71875 49.75 +Q 55.21875 57.5625 50.484375 61.125 +Q 45.75 64.703125 38.578125 64.703125 +Q 30.328125 64.703125 24.78125 60.734375 +Q 19.234375 56.78125 16.984375 50.109375 +Q 14.75 43.453125 14.75 36.375 +Q 14.75 27.25 17.40625 20.4375 +Q 20.0625 13.625 25.671875 10.25 +Q 31.296875 6.890625 37.84375 6.890625 +Q 45.796875 6.890625 51.3125 11.46875 +Q 56.84375 16.0625 58.796875 25.09375 +z +" id="ArialMT-67"/> + </defs> + <g style="fill:#262626;" transform="translate(440.073906 17.391563)scale(0.14 -0.14)"> + <use xlink:href="#ArialMT-80"/> + <use x="66.699219" xlink:href="#ArialMT-111"/> + <use x="122.314453" xlink:href="#ArialMT-108"/> + <use x="144.53125" xlink:href="#ArialMT-108"/> + <use x="166.748047" xlink:href="#ArialMT-121"/> + <use x="216.748047" xlink:href="#ArialMT-88"/> + <use x="283.447266" xlink:href="#ArialMT-84"/> + <use x="344.515625" xlink:href="#ArialMT-32"/> + <use x="372.298828" xlink:href="#ArialMT-76"/> + <use x="427.914062" xlink:href="#ArialMT-97"/> + <use x="483.529297" xlink:href="#ArialMT-99"/> + <use x="533.529297" xlink:href="#ArialMT-114"/> + <use x="566.830078" xlink:href="#ArialMT-111"/> + <use x="622.445312" xlink:href="#ArialMT-115"/> + <use x="672.445312" xlink:href="#ArialMT-32"/> + <use x="700.228516" xlink:href="#ArialMT-76"/> + <use x="755.84375" xlink:href="#ArialMT-105"/> + <use x="778.060547" xlink:href="#ArialMT-109"/> + <use x="861.361328" xlink:href="#ArialMT-97"/> + <use x="916.976562" xlink:href="#ArialMT-115"/> + <use x="966.976562" xlink:href="#ArialMT-115"/> + <use x="1016.976562" xlink:href="#ArialMT-111"/> + <use x="1072.591797" xlink:href="#ArialMT-108"/> + <use x="1094.808594" xlink:href="#ArialMT-32"/> + <use x="1122.591797" xlink:href="#ArialMT-119"/> + <use x="1194.808594" xlink:href="#ArialMT-105"/> + <use x="1217.025391" xlink:href="#ArialMT-116"/> + <use x="1244.808594" xlink:href="#ArialMT-104"/> + <use x="1300.423828" xlink:href="#ArialMT-32"/> + <use x="1328.207031" xlink:href="#ArialMT-108"/> + <use x="1350.423828" xlink:href="#ArialMT-105"/> + <use x="1372.640625" xlink:href="#ArialMT-110"/> + <use x="1428.255859" xlink:href="#ArialMT-101"/> + <use x="1483.871094" xlink:href="#ArialMT-97"/> + <use x="1539.486328" xlink:href="#ArialMT-114"/> + <use x="1572.787109" xlink:href="#ArialMT-32"/> + <use x="1600.570312" xlink:href="#ArialMT-112"/> + <use x="1656.185547" xlink:href="#ArialMT-111"/> + <use x="1711.800781" xlink:href="#ArialMT-108"/> + <use x="1734.017578" xlink:href="#ArialMT-97"/> + <use x="1789.632812" xlink:href="#ArialMT-114"/> + <use x="1822.933594" xlink:href="#ArialMT-105"/> + <use x="1845.150391" xlink:href="#ArialMT-122"/> + <use x="1895.150391" xlink:href="#ArialMT-101"/> + <use x="1950.765625" xlink:href="#ArialMT-114"/> + <use x="1984.066406" xlink:href="#ArialMT-32"/> + <use x="2011.849609" xlink:href="#ArialMT-98"/> + <use x="2067.464844" xlink:href="#ArialMT-101"/> + <use x="2123.080078" xlink:href="#ArialMT-102"/> + <use x="2150.863281" xlink:href="#ArialMT-111"/> + <use x="2206.478516" xlink:href="#ArialMT-114"/> + <use x="2239.779297" xlink:href="#ArialMT-101"/> + <use x="2295.394531" xlink:href="#ArialMT-32"/> + <use x="2323.177734" xlink:href="#ArialMT-114"/> + <use x="2356.478516" xlink:href="#ArialMT-101"/> + <use x="2412.09375" xlink:href="#ArialMT-99"/> + <use x="2462.09375" xlink:href="#ArialMT-101"/> + <use x="2517.708984" xlink:href="#ArialMT-105"/> + <use x="2539.925781" xlink:href="#ArialMT-118"/> + <use x="2589.925781" xlink:href="#ArialMT-101"/> + <use x="2645.541016" xlink:href="#ArialMT-114"/> + <use x="2678.841797" xlink:href="#ArialMT-32"/> + <use x="2706.625" xlink:href="#ArialMT-45"/> + <use x="2739.925781" xlink:href="#ArialMT-32"/> + <use x="2767.708984" xlink:href="#ArialMT-68"/> + <use x="2839.925781" xlink:href="#ArialMT-105"/> + <use x="2862.142578" xlink:href="#ArialMT-67"/> + <use x="2934.359375" xlink:href="#ArialMT-32"/> + <use x="2962.142578" xlink:href="#ArialMT-101"/> + <use x="3017.757812" xlink:href="#ArialMT-114"/> + <use x="3051.058594" xlink:href="#ArialMT-114"/> + <use x="3084.359375" xlink:href="#ArialMT-111"/> + <use x="3139.974609" xlink:href="#ArialMT-114"/> + <use x="3173.275391" xlink:href="#ArialMT-32"/> + <use x="3201.058594" xlink:href="#ArialMT-99"/> + <use x="3251.058594" xlink:href="#ArialMT-111"/> + <use x="3306.673828" xlink:href="#ArialMT-110"/> + <use x="3362.289062" xlink:href="#ArialMT-116"/> + <use x="3390.072266" xlink:href="#ArialMT-114"/> + <use x="3423.373047" xlink:href="#ArialMT-105"/> + <use x="3445.589844" xlink:href="#ArialMT-98"/> + <use x="3501.205078" xlink:href="#ArialMT-117"/> + <use x="3556.820312" xlink:href="#ArialMT-116"/> + <use x="3584.603516" xlink:href="#ArialMT-105"/> + <use x="3606.820312" xlink:href="#ArialMT-111"/> + <use x="3662.435547" xlink:href="#ArialMT-110"/> + </g> + </g> + </g> + <defs> + <clipPath id="p9070dcf4b3"> + <rect height="108.72" width="240.517241" x="25.321875" y="38.88"/> + </clipPath> + <clipPath id="p90ed693ae9"> + <rect height="108.72" width="240.517241" x="313.942565" y="38.88"/> + </clipPath> + <clipPath id="p639d0f7579"> + <rect height="108.72" width="240.517241" x="602.563254" y="38.88"/> + </clipPath> + <clipPath id="p33dee8b4e9"> + <rect height="108.72" width="240.517241" x="891.183944" y="38.88"/> + </clipPath> + <clipPath id="pc15b205ec6"> + <rect height="108.72" width="240.517241" x="1179.804634" y="38.88"/> + </clipPath> + </defs> +</svg> +</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><svg height="184.090625pt" version="1.1" viewBox="0 0 1428.581861 184.090625" width="1428.581861pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 184.090625 +L 1428.581861 184.090625 +L 1428.581861 0 +L 0 0 +z +" style="fill:#ffffff;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 25.321875 147.6 +L 265.839116 147.6 +L 265.839116 38.88 +L 25.321875 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <path clip-path="url(#p53047ce2e4)" d="M 47.522197 147.6 +L 47.522197 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_1"> + <!-- 0.0040 --> + <defs> + <path d="M 4.15625 35.296875 +Q 4.15625 48 6.765625 55.734375 +Q 9.375 63.484375 14.515625 67.671875 +Q 19.671875 71.875 27.484375 71.875 +Q 33.25 71.875 37.59375 69.546875 +Q 41.9375 67.234375 44.765625 62.859375 +Q 47.609375 58.5 49.21875 52.21875 +Q 50.828125 45.953125 50.828125 35.296875 +Q 50.828125 22.703125 48.234375 14.96875 +Q 45.65625 7.234375 40.5 3 +Q 35.359375 -1.21875 27.484375 -1.21875 +Q 17.140625 -1.21875 11.234375 6.203125 +Q 4.15625 15.140625 4.15625 35.296875 +z +M 13.1875 35.296875 +Q 13.1875 17.671875 17.3125 11.828125 +Q 21.4375 6 27.484375 6 +Q 33.546875 6 37.671875 11.859375 +Q 41.796875 17.71875 41.796875 35.296875 +Q 41.796875 52.984375 37.671875 58.78125 +Q 33.546875 64.59375 27.390625 64.59375 +Q 21.34375 64.59375 17.71875 59.46875 +Q 13.1875 52.9375 13.1875 35.296875 +z +" id="ArialMT-48"/> + <path d="M 9.078125 0 +L 9.078125 10.015625 +L 19.09375 10.015625 +L 19.09375 0 +z +" id="ArialMT-46"/> + <path d="M 32.328125 0 +L 32.328125 17.140625 +L 1.265625 17.140625 +L 1.265625 25.203125 +L 33.9375 71.578125 +L 41.109375 71.578125 +L 41.109375 25.203125 +L 50.78125 25.203125 +L 50.78125 17.140625 +L 41.109375 17.140625 +L 41.109375 0 +z +M 32.328125 25.203125 +L 32.328125 57.46875 +L 9.90625 25.203125 +z +" id="ArialMT-52"/> + </defs> + <g style="fill:#262626;" transform="translate(32.230791 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <path clip-path="url(#p53047ce2e4)" d="M 79.240288 147.6 +L 79.240288 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_2"> + <!-- 0.0042 --> + <defs> + <path d="M 50.34375 8.453125 +L 50.34375 0 +L 3.03125 0 +Q 2.9375 3.171875 4.046875 6.109375 +Q 5.859375 10.9375 9.828125 15.625 +Q 13.8125 20.3125 21.34375 26.46875 +Q 33.015625 36.03125 37.109375 41.625 +Q 41.21875 47.21875 41.21875 52.203125 +Q 41.21875 57.421875 37.46875 61 +Q 33.734375 64.59375 27.734375 64.59375 +Q 21.390625 64.59375 17.578125 60.78125 +Q 13.765625 56.984375 13.71875 50.25 +L 4.6875 51.171875 +Q 5.609375 61.28125 11.65625 66.578125 +Q 17.71875 71.875 27.9375 71.875 +Q 38.234375 71.875 44.234375 66.15625 +Q 50.25 60.453125 50.25 52 +Q 50.25 47.703125 48.484375 43.546875 +Q 46.734375 39.40625 42.65625 34.8125 +Q 38.578125 30.21875 29.109375 22.21875 +Q 21.1875 15.578125 18.9375 13.203125 +Q 16.703125 10.84375 15.234375 8.453125 +z +" id="ArialMT-50"/> + </defs> + <g style="fill:#262626;" transform="translate(63.948882 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <path clip-path="url(#p53047ce2e4)" d="M 110.95838 147.6 +L 110.95838 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_3"> + <!-- 0.0044 --> + <g style="fill:#262626;" transform="translate(95.666974 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <path clip-path="url(#p53047ce2e4)" d="M 142.676471 147.6 +L 142.676471 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_4"> + <!-- 0.0046 --> + <defs> + <path d="M 49.75 54.046875 +L 41.015625 53.375 +Q 39.84375 58.546875 37.703125 60.890625 +Q 34.125 64.65625 28.90625 64.65625 +Q 24.703125 64.65625 21.53125 62.3125 +Q 17.390625 59.28125 14.984375 53.46875 +Q 12.59375 47.65625 12.5 36.921875 +Q 15.671875 41.75 20.265625 44.09375 +Q 24.859375 46.4375 29.890625 46.4375 +Q 38.671875 46.4375 44.84375 39.96875 +Q 51.03125 33.5 51.03125 23.25 +Q 51.03125 16.5 48.125 10.71875 +Q 45.21875 4.9375 40.140625 1.859375 +Q 35.0625 -1.21875 28.609375 -1.21875 +Q 17.625 -1.21875 10.6875 6.859375 +Q 3.765625 14.9375 3.765625 33.5 +Q 3.765625 54.25 11.421875 63.671875 +Q 18.109375 71.875 29.4375 71.875 +Q 37.890625 71.875 43.28125 67.140625 +Q 48.6875 62.40625 49.75 54.046875 +z +M 13.875 23.1875 +Q 13.875 18.65625 15.796875 14.5 +Q 17.71875 10.359375 21.1875 8.171875 +Q 24.65625 6 28.46875 6 +Q 34.03125 6 38.03125 10.484375 +Q 42.046875 14.984375 42.046875 22.703125 +Q 42.046875 30.125 38.078125 34.390625 +Q 34.125 38.671875 28.125 38.671875 +Q 22.171875 38.671875 18.015625 34.390625 +Q 13.875 30.125 13.875 23.1875 +z +" id="ArialMT-54"/> + </defs> + <g style="fill:#262626;" transform="translate(127.385065 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_5"> + <g id="line2d_5"> + <path clip-path="url(#p53047ce2e4)" d="M 174.394563 147.6 +L 174.394563 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_5"> + <!-- 0.0048 --> + <defs> + <path d="M 17.671875 38.8125 +Q 12.203125 40.828125 9.5625 44.53125 +Q 6.9375 48.25 6.9375 53.421875 +Q 6.9375 61.234375 12.546875 66.546875 +Q 18.171875 71.875 27.484375 71.875 +Q 36.859375 71.875 42.578125 66.421875 +Q 48.296875 60.984375 48.296875 53.171875 +Q 48.296875 48.1875 45.671875 44.5 +Q 43.0625 40.828125 37.75 38.8125 +Q 44.34375 36.671875 47.78125 31.875 +Q 51.21875 27.09375 51.21875 20.453125 +Q 51.21875 11.28125 44.71875 5.03125 +Q 38.234375 -1.21875 27.640625 -1.21875 +Q 17.046875 -1.21875 10.546875 5.046875 +Q 4.046875 11.328125 4.046875 20.703125 +Q 4.046875 27.6875 7.59375 32.390625 +Q 11.140625 37.109375 17.671875 38.8125 +z +M 15.921875 53.71875 +Q 15.921875 48.640625 19.1875 45.40625 +Q 22.46875 42.1875 27.6875 42.1875 +Q 32.765625 42.1875 36.015625 45.375 +Q 39.265625 48.578125 39.265625 53.21875 +Q 39.265625 58.0625 35.90625 61.359375 +Q 32.5625 64.65625 27.59375 64.65625 +Q 22.5625 64.65625 19.234375 61.421875 +Q 15.921875 58.203125 15.921875 53.71875 +z +M 13.09375 20.65625 +Q 13.09375 16.890625 14.875 13.375 +Q 16.65625 9.859375 20.171875 7.921875 +Q 23.6875 6 27.734375 6 +Q 34.03125 6 38.125 10.046875 +Q 42.234375 14.109375 42.234375 20.359375 +Q 42.234375 26.703125 38.015625 30.859375 +Q 33.796875 35.015625 27.4375 35.015625 +Q 21.234375 35.015625 17.15625 30.90625 +Q 13.09375 26.8125 13.09375 20.65625 +z +" id="ArialMT-56"/> + </defs> + <g style="fill:#262626;" transform="translate(159.103157 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_6"> + <path clip-path="url(#p53047ce2e4)" d="M 206.112654 147.6 +L 206.112654 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_6"> + <!-- 0.0050 --> + <defs> + <path d="M 4.15625 18.75 +L 13.375 19.53125 +Q 14.40625 12.796875 18.140625 9.390625 +Q 21.875 6 27.15625 6 +Q 33.5 6 37.890625 10.78125 +Q 42.28125 15.578125 42.28125 23.484375 +Q 42.28125 31 38.0625 35.34375 +Q 33.84375 39.703125 27 39.703125 +Q 22.75 39.703125 19.328125 37.765625 +Q 15.921875 35.84375 13.96875 32.765625 +L 5.71875 33.84375 +L 12.640625 70.609375 +L 48.25 70.609375 +L 48.25 62.203125 +L 19.671875 62.203125 +L 15.828125 42.96875 +Q 22.265625 47.46875 29.34375 47.46875 +Q 38.71875 47.46875 45.15625 40.96875 +Q 51.609375 34.46875 51.609375 24.265625 +Q 51.609375 14.546875 45.953125 7.46875 +Q 39.0625 -1.21875 27.15625 -1.21875 +Q 17.390625 -1.21875 11.203125 4.25 +Q 5.03125 9.71875 4.15625 18.75 +z +" id="ArialMT-53"/> + </defs> + <g style="fill:#262626;" transform="translate(190.821248 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_7"> + <path clip-path="url(#p53047ce2e4)" d="M 237.830746 147.6 +L 237.830746 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_7"> + <!-- 0.0052 --> + <g style="fill:#262626;" transform="translate(222.539339 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="text_8"> + <!-- LDRtrue --> + <defs> + <path d="M 7.328125 0 +L 7.328125 71.578125 +L 16.796875 71.578125 +L 16.796875 8.453125 +L 52.046875 8.453125 +L 52.046875 0 +z +" id="ArialMT-76"/> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 32.375 71.578125 +Q 40.71875 71.578125 45.125 70.5625 +Q 51.265625 69.140625 55.609375 65.4375 +Q 61.28125 60.640625 64.078125 53.1875 +Q 66.890625 45.75 66.890625 36.1875 +Q 66.890625 28.03125 64.984375 21.734375 +Q 63.09375 15.4375 60.109375 11.296875 +Q 57.125 7.171875 53.578125 4.796875 +Q 50.046875 2.4375 45.046875 1.21875 +Q 40.046875 0 33.546875 0 +z +M 17.1875 8.453125 +L 32.46875 8.453125 +Q 39.546875 8.453125 43.578125 9.765625 +Q 47.609375 11.078125 50 13.484375 +Q 53.375 16.84375 55.25 22.53125 +Q 57.125 28.21875 57.125 36.328125 +Q 57.125 47.5625 53.4375 53.59375 +Q 49.75 59.625 44.484375 61.671875 +Q 40.671875 63.140625 32.234375 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-68"/> + <path d="M 7.859375 0 +L 7.859375 71.578125 +L 39.59375 71.578125 +Q 49.171875 71.578125 54.140625 69.640625 +Q 59.125 67.71875 62.109375 62.828125 +Q 65.09375 57.953125 65.09375 52.046875 +Q 65.09375 44.4375 60.15625 39.203125 +Q 55.21875 33.984375 44.921875 32.5625 +Q 48.6875 30.765625 50.640625 29 +Q 54.78125 25.203125 58.5 19.484375 +L 70.953125 0 +L 59.03125 0 +L 49.5625 14.890625 +Q 45.40625 21.34375 42.71875 24.75 +Q 40.046875 28.171875 37.921875 29.53125 +Q 35.796875 30.90625 33.59375 31.453125 +Q 31.984375 31.78125 28.328125 31.78125 +L 17.328125 31.78125 +L 17.328125 0 +z +M 17.328125 39.984375 +L 37.703125 39.984375 +Q 44.1875 39.984375 47.84375 41.328125 +Q 51.515625 42.671875 53.421875 45.625 +Q 55.328125 48.578125 55.328125 52.046875 +Q 55.328125 57.125 51.640625 60.390625 +Q 47.953125 63.671875 39.984375 63.671875 +L 17.328125 63.671875 +z +" id="ArialMT-82"/> + <path d="M 25.78125 7.859375 +L 27.046875 0.09375 +Q 23.34375 -0.6875 20.40625 -0.6875 +Q 15.625 -0.6875 12.984375 0.828125 +Q 10.359375 2.34375 9.28125 4.8125 +Q 8.203125 7.28125 8.203125 15.1875 +L 8.203125 45.015625 +L 1.765625 45.015625 +L 1.765625 51.859375 +L 8.203125 51.859375 +L 8.203125 64.703125 +L 16.9375 69.96875 +L 16.9375 51.859375 +L 25.78125 51.859375 +L 25.78125 45.015625 +L 16.9375 45.015625 +L 16.9375 14.703125 +Q 16.9375 10.9375 17.40625 9.859375 +Q 17.875 8.796875 18.921875 8.15625 +Q 19.96875 7.515625 21.921875 7.515625 +Q 23.390625 7.515625 25.78125 7.859375 +z +" id="ArialMT-116"/> + <path d="M 6.5 0 +L 6.5 51.859375 +L 14.40625 51.859375 +L 14.40625 44 +Q 17.4375 49.515625 20 51.265625 +Q 22.5625 53.03125 25.640625 53.03125 +Q 30.078125 53.03125 34.671875 50.203125 +L 31.640625 42.046875 +Q 28.421875 43.953125 25.203125 43.953125 +Q 22.3125 43.953125 20.015625 42.21875 +Q 17.71875 40.484375 16.75 37.40625 +Q 15.28125 32.71875 15.28125 27.15625 +L 15.28125 0 +z +" id="ArialMT-114"/> + <path d="M 40.578125 0 +L 40.578125 7.625 +Q 34.515625 -1.171875 24.125 -1.171875 +Q 19.53125 -1.171875 15.546875 0.578125 +Q 11.578125 2.34375 9.640625 5 +Q 7.71875 7.671875 6.9375 11.53125 +Q 6.390625 14.109375 6.390625 19.734375 +L 6.390625 51.859375 +L 15.1875 51.859375 +L 15.1875 23.09375 +Q 15.1875 16.21875 15.71875 13.8125 +Q 16.546875 10.359375 19.234375 8.375 +Q 21.921875 6.390625 25.875 6.390625 +Q 29.828125 6.390625 33.296875 8.421875 +Q 36.765625 10.453125 38.203125 13.9375 +Q 39.65625 17.4375 39.65625 24.078125 +L 39.65625 51.859375 +L 48.4375 51.859375 +L 48.4375 0 +z +" id="ArialMT-117"/> + <path d="M 42.09375 16.703125 +L 51.171875 15.578125 +Q 49.03125 7.625 43.21875 3.21875 +Q 37.40625 -1.171875 28.375 -1.171875 +Q 17 -1.171875 10.328125 5.828125 +Q 3.65625 12.84375 3.65625 25.484375 +Q 3.65625 38.578125 10.390625 45.796875 +Q 17.140625 53.03125 27.875 53.03125 +Q 38.28125 53.03125 44.875 45.953125 +Q 51.46875 38.875 51.46875 26.03125 +Q 51.46875 25.25 51.421875 23.6875 +L 12.75 23.6875 +Q 13.234375 15.140625 17.578125 10.59375 +Q 21.921875 6.0625 28.421875 6.0625 +Q 33.25 6.0625 36.671875 8.59375 +Q 40.09375 11.140625 42.09375 16.703125 +z +M 13.234375 30.90625 +L 42.1875 30.90625 +Q 41.609375 37.453125 38.875 40.71875 +Q 34.671875 45.796875 27.984375 45.796875 +Q 21.921875 45.796875 17.796875 41.75 +Q 13.671875 37.703125 13.234375 30.90625 +z +" id="ArialMT-101"/> + </defs> + <g style="fill:#ff0000;" transform="translate(126.963308 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_8"> + <path clip-path="url(#p53047ce2e4)" d="M 25.321875 147.6 +L 265.839116 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_9"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(12.760937 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_9"> + <path clip-path="url(#p53047ce2e4)" d="M 25.321875 104.457143 +L 265.839116 104.457143 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_10"> + <!-- 5 --> + <g style="fill:#262626;" transform="translate(12.760937 108.036049)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_10"> + <path clip-path="url(#p53047ce2e4)" d="M 25.321875 61.314286 +L 265.839116 61.314286 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_11"> + <!-- 10 --> + <defs> + <path d="M 37.25 0 +L 28.46875 0 +L 28.46875 56 +Q 25.296875 52.984375 20.140625 49.953125 +Q 14.984375 46.921875 10.890625 45.40625 +L 10.890625 53.90625 +Q 18.265625 57.375 23.78125 62.296875 +Q 29.296875 67.234375 31.59375 71.875 +L 37.25 71.875 +z +" id="ArialMT-49"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 64.893192)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_3"> + <path clip-path="url(#p53047ce2e4)" d="M 36.254477 147.6 +L 36.254477 147.6 +L 38.440997 147.6 +L 38.440997 69.942857 +L 40.627518 69.942857 +L 40.627518 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 45.000558 147.6 +L 45.000558 138.971429 +L 47.187079 138.971429 +L 47.187079 78.571429 +L 49.373599 78.571429 +L 49.373599 147.6 +L 51.56012 147.6 +L 51.56012 138.971429 +L 53.74664 138.971429 +L 53.74664 78.571429 +L 55.93316 78.571429 +L 55.93316 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 86.544446 147.6 +L 86.544446 44.057143 +L 88.730966 44.057143 +L 88.730966 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 95.290527 147.6 +L 95.290527 44.057143 +L 97.477047 44.057143 +L 97.477047 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 101.850088 147.6 +L 101.850088 44.057143 +L 104.036609 44.057143 +L 104.036609 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 230.85479 147.6 +L 230.85479 95.828571 +L 233.041311 95.828571 +L 233.041311 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 239.600872 147.6 +L 239.600872 113.085714 +L 241.787392 113.085714 +L 241.787392 130.342857 +L 243.973913 130.342857 +L 243.973913 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 248.346953 147.6 +L 248.346953 113.085714 +L 250.533474 113.085714 +L 250.533474 130.342857 +L 252.719994 130.342857 +L 252.719994 147.6 +L 254.906514 147.6 +L 254.906514 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 104.036609 147.6 +L 104.036609 147.6 +L 101.850088 147.6 +L 101.850088 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 97.477047 147.6 +L 97.477047 147.6 +L 95.290527 147.6 +L 95.290527 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 88.730966 147.6 +L 88.730966 147.6 +L 86.544446 147.6 +L 86.544446 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 55.93316 147.6 +L 55.93316 147.6 +L 53.74664 147.6 +L 53.74664 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 49.373599 147.6 +L 49.373599 147.6 +L 47.187079 147.6 +L 47.187079 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 40.627518 147.6 +L 40.627518 147.6 +L 38.440997 147.6 +L 38.440997 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_4"> + <path clip-path="url(#p53047ce2e4)" d="M 36.254477 147.6 +L 36.254477 147.6 +L 38.440997 147.6 +L 38.440997 121.714286 +L 40.627518 121.714286 +L 40.627518 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 47.187079 147.6 +L 47.187079 121.714286 +L 49.373599 121.714286 +L 49.373599 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 53.74664 147.6 +L 53.74664 121.714286 +L 55.93316 121.714286 +L 55.93316 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 86.544446 147.6 +L 86.544446 121.714286 +L 88.730966 121.714286 +L 88.730966 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 95.290527 147.6 +L 95.290527 121.714286 +L 97.477047 121.714286 +L 97.477047 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 101.850088 147.6 +L 101.850088 121.714286 +L 104.036609 121.714286 +L 104.036609 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 230.85479 147.6 +L 230.85479 121.714286 +L 233.041311 121.714286 +L 233.041311 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 239.600872 147.6 +L 239.600872 130.342857 +L 241.787392 130.342857 +L 241.787392 138.971429 +L 243.973913 138.971429 +L 243.973913 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 248.346953 147.6 +L 248.346953 130.342857 +L 250.533474 130.342857 +L 250.533474 138.971429 +L 252.719994 138.971429 +L 252.719994 147.6 +L 254.906514 147.6 +L 254.906514 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 104.036609 147.6 +L 104.036609 147.6 +L 101.850088 147.6 +L 101.850088 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 97.477047 147.6 +L 97.477047 147.6 +L 95.290527 147.6 +L 95.290527 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 88.730966 147.6 +L 88.730966 147.6 +L 86.544446 147.6 +L 86.544446 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 55.93316 147.6 +L 55.93316 147.6 +L 53.74664 147.6 +L 53.74664 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 49.373599 147.6 +L 49.373599 147.6 +L 47.187079 147.6 +L 47.187079 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 40.627518 147.6 +L 40.627518 147.6 +L 38.440997 147.6 +L 38.440997 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_5"> + <path clip-path="url(#p53047ce2e4)" d="M 36.254477 147.6 +L 36.254477 147.6 +L 38.440997 147.6 +L 38.440997 121.714286 +L 40.627518 121.714286 +L 40.627518 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 45.000558 147.6 +L 45.000558 138.971429 +L 47.187079 138.971429 +L 47.187079 130.342857 +L 49.373599 130.342857 +L 49.373599 147.6 +L 51.56012 147.6 +L 51.56012 138.971429 +L 53.74664 138.971429 +L 53.74664 130.342857 +L 55.93316 130.342857 +L 55.93316 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 86.544446 147.6 +L 86.544446 95.828571 +L 88.730966 95.828571 +L 88.730966 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 95.290527 147.6 +L 95.290527 95.828571 +L 97.477047 95.828571 +L 97.477047 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 101.850088 147.6 +L 101.850088 95.828571 +L 104.036609 95.828571 +L 104.036609 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 254.906514 147.6 +L 254.906514 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 104.036609 147.6 +L 104.036609 147.6 +L 101.850088 147.6 +L 101.850088 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 97.477047 147.6 +L 97.477047 147.6 +L 95.290527 147.6 +L 95.290527 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 88.730966 147.6 +L 88.730966 147.6 +L 86.544446 147.6 +L 86.544446 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 55.93316 147.6 +L 55.93316 147.6 +L 53.74664 147.6 +L 53.74664 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 49.373599 147.6 +L 49.373599 147.6 +L 47.187079 147.6 +L 47.187079 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 40.627518 147.6 +L 40.627518 147.6 +L 38.440997 147.6 +L 38.440997 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_6"> + <path clip-path="url(#p53047ce2e4)" d="M 36.254477 147.6 +L 36.254477 147.6 +L 38.440997 147.6 +L 38.440997 121.714286 +L 40.627518 121.714286 +L 40.627518 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 47.187079 147.6 +L 47.187079 121.714286 +L 49.373599 121.714286 +L 49.373599 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 53.74664 147.6 +L 53.74664 121.714286 +L 55.93316 121.714286 +L 55.93316 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 86.544446 147.6 +L 86.544446 121.714286 +L 88.730966 121.714286 +L 88.730966 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 95.290527 147.6 +L 95.290527 121.714286 +L 97.477047 121.714286 +L 97.477047 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 101.850088 147.6 +L 101.850088 121.714286 +L 104.036609 121.714286 +L 104.036609 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 230.85479 147.6 +L 230.85479 121.714286 +L 233.041311 121.714286 +L 233.041311 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 239.600872 147.6 +L 239.600872 130.342857 +L 241.787392 130.342857 +L 241.787392 138.971429 +L 243.973913 138.971429 +L 243.973913 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 248.346953 147.6 +L 248.346953 130.342857 +L 250.533474 130.342857 +L 250.533474 138.971429 +L 252.719994 138.971429 +L 252.719994 147.6 +L 254.906514 147.6 +L 254.906514 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 104.036609 147.6 +L 104.036609 147.6 +L 101.850088 147.6 +L 101.850088 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 97.477047 147.6 +L 97.477047 147.6 +L 95.290527 147.6 +L 95.290527 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 88.730966 147.6 +L 88.730966 147.6 +L 86.544446 147.6 +L 86.544446 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 55.93316 147.6 +L 55.93316 147.6 +L 53.74664 147.6 +L 53.74664 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 49.373599 147.6 +L 49.373599 147.6 +L 47.187079 147.6 +L 47.187079 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 40.627518 147.6 +L 40.627518 147.6 +L 38.440997 147.6 +L 38.440997 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_11"> + <path clip-path="url(#p53047ce2e4)" d="M 47.522197 147.6 +L 47.522197 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_7"> + <path d="M 25.321875 147.6 +L 25.321875 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_8"> + <path d="M 265.839116 147.6 +L 265.839116 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_9"> + <path d="M 25.321875 147.6 +L 265.839116 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_10"> + <path d="M 25.321875 38.88 +L 265.839116 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_12"> + <!-- 23% --> + <defs> + <path id="ArialMT-32"/> + <path d="M 4.203125 18.890625 +L 12.984375 20.0625 +Q 14.5 12.59375 18.140625 9.296875 +Q 21.78125 6 27 6 +Q 33.203125 6 37.46875 10.296875 +Q 41.75 14.59375 41.75 20.953125 +Q 41.75 27 37.796875 30.921875 +Q 33.84375 34.859375 27.734375 34.859375 +Q 25.25 34.859375 21.53125 33.890625 +L 22.515625 41.609375 +Q 23.390625 41.5 23.921875 41.5 +Q 29.546875 41.5 34.03125 44.421875 +Q 38.53125 47.359375 38.53125 53.46875 +Q 38.53125 58.296875 35.25 61.46875 +Q 31.984375 64.65625 26.8125 64.65625 +Q 21.6875 64.65625 18.265625 61.421875 +Q 14.84375 58.203125 13.875 51.765625 +L 5.078125 53.328125 +Q 6.6875 62.15625 12.390625 67.015625 +Q 18.109375 71.875 26.609375 71.875 +Q 32.46875 71.875 37.390625 69.359375 +Q 42.328125 66.84375 44.9375 62.5 +Q 47.5625 58.15625 47.5625 53.265625 +Q 47.5625 48.640625 45.0625 44.828125 +Q 42.578125 41.015625 37.703125 38.765625 +Q 44.046875 37.3125 47.5625 32.6875 +Q 51.078125 28.078125 51.078125 21.140625 +Q 51.078125 11.765625 44.234375 5.25 +Q 37.40625 -1.265625 26.953125 -1.265625 +Q 17.53125 -1.265625 11.296875 4.34375 +Q 5.078125 9.96875 4.203125 18.890625 +z +" id="ArialMT-51"/> + <path d="M 5.8125 54.390625 +Q 5.8125 62.0625 9.671875 67.421875 +Q 13.53125 72.796875 20.84375 72.796875 +Q 27.59375 72.796875 32 67.984375 +Q 36.421875 63.1875 36.421875 53.859375 +Q 36.421875 44.78125 31.953125 39.875 +Q 27.484375 34.96875 20.953125 34.96875 +Q 14.453125 34.96875 10.125 39.796875 +Q 5.8125 44.625 5.8125 54.390625 +z +M 21.09375 66.75 +Q 17.828125 66.75 15.65625 63.90625 +Q 13.484375 61.078125 13.484375 53.515625 +Q 13.484375 46.625 15.671875 43.8125 +Q 17.875 41.015625 21.09375 41.015625 +Q 24.421875 41.015625 26.59375 43.84375 +Q 28.765625 46.6875 28.765625 54.203125 +Q 28.765625 61.140625 26.5625 63.9375 +Q 24.359375 66.75 21.09375 66.75 +z +M 21.140625 -2.640625 +L 60.296875 72.796875 +L 67.4375 72.796875 +L 28.421875 -2.640625 +z +M 52.09375 16.796875 +Q 52.09375 24.515625 55.953125 29.859375 +Q 59.8125 35.203125 67.1875 35.203125 +Q 73.921875 35.203125 78.34375 30.390625 +Q 82.765625 25.59375 82.765625 16.265625 +Q 82.765625 7.171875 78.296875 2.265625 +Q 73.828125 -2.640625 67.234375 -2.640625 +Q 60.75 -2.640625 56.421875 2.21875 +Q 52.09375 7.078125 52.09375 16.796875 +z +M 67.4375 29.15625 +Q 64.109375 29.15625 61.9375 26.3125 +Q 59.765625 23.484375 59.765625 15.921875 +Q 59.765625 9.078125 61.953125 6.25 +Q 64.15625 3.421875 67.390625 3.421875 +Q 70.75 3.421875 72.921875 6.25 +Q 75.09375 9.078125 75.09375 16.609375 +Q 75.09375 23.53125 72.890625 26.34375 +Q 70.703125 29.15625 67.4375 29.15625 +z +" id="ArialMT-37"/> + </defs> + <g style="fill:#262626;" transform="translate(131.905183 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-50"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_2"> + <g id="patch_11"> + <path d="M 313.942565 147.6 +L 554.459806 147.6 +L 554.459806 38.88 +L 313.942565 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_3"> + <g id="xtick_8"> + <g id="line2d_12"> + <path clip-path="url(#pd554e82c28)" d="M 362.771604 147.6 +L 362.771604 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_13"> + <!-- 0.0200 --> + <g style="fill:#262626;" transform="translate(347.480198 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_9"> + <g id="line2d_13"> + <path clip-path="url(#pd554e82c28)" d="M 420.802567 147.6 +L 420.802567 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_14"> + <!-- 0.0205 --> + <g style="fill:#262626;" transform="translate(405.51116 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_10"> + <g id="line2d_14"> + <path clip-path="url(#pd554e82c28)" d="M 478.833529 147.6 +L 478.833529 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_15"> + <!-- 0.0210 --> + <g style="fill:#262626;" transform="translate(463.542123 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-49"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_11"> + <g id="line2d_15"> + <path clip-path="url(#pd554e82c28)" d="M 536.864491 147.6 +L 536.864491 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_16"> + <!-- 0.0215 --> + <g style="fill:#262626;" transform="translate(521.573085 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-49"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="text_17"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(415.583998 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_4"> + <g id="ytick_4"> + <g id="line2d_16"> + <path clip-path="url(#pd554e82c28)" d="M 313.942565 147.6 +L 554.459806 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_18"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(301.381627 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_17"> + <path clip-path="url(#pd554e82c28)" d="M 313.942565 113.085714 +L 554.459806 113.085714 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_19"> + <!-- 2 --> + <g style="fill:#262626;" transform="translate(301.381627 116.664621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_6"> + <g id="line2d_18"> + <path clip-path="url(#pd554e82c28)" d="M 313.942565 78.571429 +L 554.459806 78.571429 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_20"> + <!-- 4 --> + <g style="fill:#262626;" transform="translate(301.381627 82.150335)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_19"> + <path clip-path="url(#pd554e82c28)" d="M 313.942565 44.057143 +L 554.459806 44.057143 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_21"> + <!-- 6 --> + <g style="fill:#262626;" transform="translate(301.381627 47.636049)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + </g> + <g id="patch_12"> + <path clip-path="url(#pd554e82c28)" d="M 324.875167 147.6 +L 324.875167 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 335.807768 147.6 +L 335.807768 78.571429 +L 337.994289 78.571429 +L 337.994289 61.314286 +L 340.180809 61.314286 +L 340.180809 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 359.859493 147.6 +L 359.859493 130.342857 +L 362.046013 130.342857 +L 362.046013 78.571429 +L 364.232533 78.571429 +L 364.232533 78.571429 +L 366.419054 78.571429 +L 366.419054 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 370.792094 147.6 +L 370.792094 44.057143 +L 372.978615 44.057143 +L 372.978615 44.057143 +L 375.165135 44.057143 +L 375.165135 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 381.724696 147.6 +L 381.724696 130.342857 +L 383.911217 130.342857 +L 383.911217 61.314286 +L 386.097737 61.314286 +L 386.097737 95.828571 +L 388.284257 95.828571 +L 388.284257 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 394.843819 147.6 +L 394.843819 113.085714 +L 397.030339 113.085714 +L 397.030339 78.571429 +L 399.216859 78.571429 +L 399.216859 44.057143 +L 401.40338 44.057143 +L 401.40338 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 416.709022 147.6 +L 416.709022 113.085714 +L 418.895543 113.085714 +L 418.895543 78.571429 +L 421.082063 78.571429 +L 421.082063 78.571429 +L 423.268583 78.571429 +L 423.268583 113.085714 +L 425.455104 113.085714 +L 425.455104 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 477.931593 147.6 +L 477.931593 78.571429 +L 480.118113 78.571429 +L 480.118113 113.085714 +L 482.304634 113.085714 +L 482.304634 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 504.169837 147.6 +L 504.169837 78.571429 +L 506.356358 78.571429 +L 506.356358 113.085714 +L 508.542878 113.085714 +L 508.542878 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 526.035041 147.6 +L 526.035041 113.085714 +L 528.221562 113.085714 +L 528.221562 113.085714 +L 530.408082 113.085714 +L 530.408082 113.085714 +L 532.594602 113.085714 +L 532.594602 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 543.527204 147.6 +L 543.527204 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 421.082063 147.6 +L 421.082063 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 399.216859 147.6 +L 399.216859 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 386.097737 147.6 +L 386.097737 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 372.978615 147.6 +L 372.978615 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 364.232533 147.6 +L 364.232533 147.6 +L 362.046013 147.6 +L 362.046013 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 337.994289 147.6 +L 337.994289 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_13"> + <path clip-path="url(#pd554e82c28)" d="M 324.875167 147.6 +L 324.875167 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 335.807768 147.6 +L 335.807768 130.342857 +L 337.994289 130.342857 +L 337.994289 113.085714 +L 340.180809 113.085714 +L 340.180809 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 362.046013 147.6 +L 362.046013 130.342857 +L 364.232533 130.342857 +L 364.232533 113.085714 +L 366.419054 113.085714 +L 366.419054 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 370.792094 147.6 +L 370.792094 130.342857 +L 372.978615 130.342857 +L 372.978615 113.085714 +L 375.165135 113.085714 +L 375.165135 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 383.911217 147.6 +L 383.911217 113.085714 +L 386.097737 113.085714 +L 386.097737 130.342857 +L 388.284257 130.342857 +L 388.284257 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 397.030339 147.6 +L 397.030339 130.342857 +L 399.216859 130.342857 +L 399.216859 113.085714 +L 401.40338 113.085714 +L 401.40338 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 418.895543 147.6 +L 418.895543 130.342857 +L 421.082063 130.342857 +L 421.082063 130.342857 +L 423.268583 130.342857 +L 423.268583 130.342857 +L 425.455104 130.342857 +L 425.455104 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 477.931593 147.6 +L 477.931593 113.085714 +L 480.118113 113.085714 +L 480.118113 130.342857 +L 482.304634 130.342857 +L 482.304634 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 504.169837 147.6 +L 504.169837 113.085714 +L 506.356358 113.085714 +L 506.356358 130.342857 +L 508.542878 130.342857 +L 508.542878 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 526.035041 147.6 +L 526.035041 130.342857 +L 528.221562 130.342857 +L 528.221562 130.342857 +L 530.408082 130.342857 +L 530.408082 130.342857 +L 532.594602 130.342857 +L 532.594602 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 543.527204 147.6 +L 543.527204 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 421.082063 147.6 +L 421.082063 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 399.216859 147.6 +L 399.216859 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 386.097737 147.6 +L 386.097737 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 372.978615 147.6 +L 372.978615 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 364.232533 147.6 +L 364.232533 147.6 +L 362.046013 147.6 +L 362.046013 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 337.994289 147.6 +L 337.994289 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_14"> + <path clip-path="url(#pd554e82c28)" d="M 324.875167 147.6 +L 324.875167 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 335.807768 147.6 +L 335.807768 113.085714 +L 337.994289 113.085714 +L 337.994289 130.342857 +L 340.180809 130.342857 +L 340.180809 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 359.859493 147.6 +L 359.859493 130.342857 +L 362.046013 130.342857 +L 362.046013 113.085714 +L 364.232533 113.085714 +L 364.232533 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 370.792094 147.6 +L 370.792094 78.571429 +L 372.978615 78.571429 +L 372.978615 113.085714 +L 375.165135 113.085714 +L 375.165135 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 381.724696 147.6 +L 381.724696 130.342857 +L 383.911217 130.342857 +L 383.911217 130.342857 +L 386.097737 130.342857 +L 386.097737 130.342857 +L 388.284257 130.342857 +L 388.284257 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 394.843819 147.6 +L 394.843819 113.085714 +L 397.030339 113.085714 +L 397.030339 113.085714 +L 399.216859 113.085714 +L 399.216859 113.085714 +L 401.40338 113.085714 +L 401.40338 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 416.709022 147.6 +L 416.709022 113.085714 +L 418.895543 113.085714 +L 418.895543 113.085714 +L 421.082063 113.085714 +L 421.082063 113.085714 +L 423.268583 113.085714 +L 423.268583 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 543.527204 147.6 +L 543.527204 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 421.082063 147.6 +L 421.082063 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 399.216859 147.6 +L 399.216859 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 386.097737 147.6 +L 386.097737 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 372.978615 147.6 +L 372.978615 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 364.232533 147.6 +L 364.232533 147.6 +L 362.046013 147.6 +L 362.046013 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 337.994289 147.6 +L 337.994289 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_15"> + <path clip-path="url(#pd554e82c28)" d="M 324.875167 147.6 +L 324.875167 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 335.807768 147.6 +L 335.807768 130.342857 +L 337.994289 130.342857 +L 337.994289 113.085714 +L 340.180809 113.085714 +L 340.180809 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 362.046013 147.6 +L 362.046013 130.342857 +L 364.232533 130.342857 +L 364.232533 113.085714 +L 366.419054 113.085714 +L 366.419054 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 370.792094 147.6 +L 370.792094 130.342857 +L 372.978615 130.342857 +L 372.978615 113.085714 +L 375.165135 113.085714 +L 375.165135 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 383.911217 147.6 +L 383.911217 113.085714 +L 386.097737 113.085714 +L 386.097737 130.342857 +L 388.284257 130.342857 +L 388.284257 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 397.030339 147.6 +L 397.030339 130.342857 +L 399.216859 130.342857 +L 399.216859 113.085714 +L 401.40338 113.085714 +L 401.40338 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 418.895543 147.6 +L 418.895543 130.342857 +L 421.082063 130.342857 +L 421.082063 130.342857 +L 423.268583 130.342857 +L 423.268583 130.342857 +L 425.455104 130.342857 +L 425.455104 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 477.931593 147.6 +L 477.931593 113.085714 +L 480.118113 113.085714 +L 480.118113 130.342857 +L 482.304634 130.342857 +L 482.304634 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 504.169837 147.6 +L 504.169837 113.085714 +L 506.356358 113.085714 +L 506.356358 130.342857 +L 508.542878 130.342857 +L 508.542878 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 526.035041 147.6 +L 526.035041 130.342857 +L 528.221562 130.342857 +L 528.221562 130.342857 +L 530.408082 130.342857 +L 530.408082 130.342857 +L 532.594602 130.342857 +L 532.594602 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 543.527204 147.6 +L 543.527204 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 421.082063 147.6 +L 421.082063 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 399.216859 147.6 +L 399.216859 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 386.097737 147.6 +L 386.097737 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 372.978615 147.6 +L 372.978615 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 364.232533 147.6 +L 364.232533 147.6 +L 362.046013 147.6 +L 362.046013 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 337.994289 147.6 +L 337.994289 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_20"> + <path clip-path="url(#pd554e82c28)" d="M 362.771604 147.6 +L 362.771604 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_16"> + <path d="M 313.942565 147.6 +L 313.942565 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_17"> + <path d="M 554.459806 147.6 +L 554.459806 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_18"> + <path d="M 313.942565 147.6 +L 554.459806 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_19"> + <path d="M 313.942565 38.88 +L 554.459806 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_22"> + <!-- 19% --> + <defs> + <path d="M 5.46875 16.546875 +L 13.921875 17.328125 +Q 14.984375 11.375 18.015625 8.6875 +Q 21.046875 6 25.78125 6 +Q 29.828125 6 32.875 7.859375 +Q 35.9375 9.71875 37.890625 12.8125 +Q 39.84375 15.921875 41.15625 21.1875 +Q 42.484375 26.46875 42.484375 31.9375 +Q 42.484375 32.515625 42.4375 33.6875 +Q 39.796875 29.5 35.234375 26.875 +Q 30.671875 24.265625 25.34375 24.265625 +Q 16.453125 24.265625 10.296875 30.703125 +Q 4.15625 37.15625 4.15625 47.703125 +Q 4.15625 58.59375 10.578125 65.234375 +Q 17 71.875 26.65625 71.875 +Q 33.640625 71.875 39.421875 68.109375 +Q 45.21875 64.359375 48.21875 57.390625 +Q 51.21875 50.4375 51.21875 37.25 +Q 51.21875 23.53125 48.234375 15.40625 +Q 45.265625 7.28125 39.375 3.03125 +Q 33.5 -1.21875 25.59375 -1.21875 +Q 17.1875 -1.21875 11.859375 3.4375 +Q 6.546875 8.109375 5.46875 16.546875 +z +M 41.453125 48.140625 +Q 41.453125 55.71875 37.421875 60.15625 +Q 33.40625 64.59375 27.734375 64.59375 +Q 21.875 64.59375 17.53125 59.8125 +Q 13.1875 55.03125 13.1875 47.40625 +Q 13.1875 40.578125 17.3125 36.296875 +Q 21.4375 32.03125 27.484375 32.03125 +Q 33.59375 32.03125 37.515625 36.296875 +Q 41.453125 40.578125 41.453125 48.140625 +z +" id="ArialMT-57"/> + </defs> + <g style="fill:#262626;" transform="translate(420.525873 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-49"/> + <use x="83.398438" xlink:href="#ArialMT-57"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_3"> + <g id="patch_20"> + <path d="M 602.563254 147.6 +L 843.080496 147.6 +L 843.080496 38.88 +L 602.563254 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_5"> + <g id="xtick_12"> + <g id="line2d_21"> + <path clip-path="url(#p6cb582e49a)" d="M 646.330823 147.6 +L 646.330823 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_23"> + <!-- 0.099 --> + <g style="fill:#262626;" transform="translate(633.819885 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-57"/> + </g> + </g> + </g> + <g id="xtick_13"> + <g id="line2d_22"> + <path clip-path="url(#p6cb582e49a)" d="M 694.258888 147.6 +L 694.258888 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_24"> + <!-- 0.100 --> + <g style="fill:#262626;" transform="translate(681.74795 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_14"> + <g id="line2d_23"> + <path clip-path="url(#p6cb582e49a)" d="M 742.186953 147.6 +L 742.186953 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_25"> + <!-- 0.101 --> + <g style="fill:#262626;" transform="translate(729.676015 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="xtick_15"> + <g id="line2d_24"> + <path clip-path="url(#p6cb582e49a)" d="M 790.115018 147.6 +L 790.115018 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_26"> + <!-- 0.102 --> + <g style="fill:#262626;" transform="translate(777.60408 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_16"> + <g id="line2d_25"> + <path clip-path="url(#p6cb582e49a)" d="M 838.043083 147.6 +L 838.043083 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_27"> + <!-- 0.103 --> + <g style="fill:#262626;" transform="translate(825.532145 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-51"/> + </g> + </g> + </g> + <g id="text_28"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(704.204688 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_6"> + <g id="ytick_8"> + <g id="line2d_26"> + <path clip-path="url(#p6cb582e49a)" d="M 602.563254 147.6 +L 843.080496 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_29"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(590.002317 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_9"> + <g id="line2d_27"> + <path clip-path="url(#p6cb582e49a)" d="M 602.563254 113.085714 +L 843.080496 113.085714 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_30"> + <!-- 2 --> + <g style="fill:#262626;" transform="translate(590.002317 116.664621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_10"> + <g id="line2d_28"> + <path clip-path="url(#p6cb582e49a)" d="M 602.563254 78.571429 +L 843.080496 78.571429 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_31"> + <!-- 4 --> + <g style="fill:#262626;" transform="translate(590.002317 82.150335)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="ytick_11"> + <g id="line2d_29"> + <path clip-path="url(#p6cb582e49a)" d="M 602.563254 44.057143 +L 843.080496 44.057143 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_32"> + <!-- 6 --> + <g style="fill:#262626;" transform="translate(590.002317 47.636049)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + </g> + <g id="patch_21"> + <path clip-path="url(#p6cb582e49a)" d="M 613.495856 147.6 +L 613.495856 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 635.36106 147.6 +L 635.36106 130.342857 +L 637.54758 130.342857 +L 637.54758 130.342857 +L 639.734101 130.342857 +L 639.734101 113.085714 +L 641.920621 113.085714 +L 641.920621 95.828571 +L 644.107141 95.828571 +L 644.107141 113.085714 +L 646.293662 113.085714 +L 646.293662 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 650.666703 147.6 +L 650.666703 113.085714 +L 652.853223 113.085714 +L 652.853223 78.571429 +L 655.039743 78.571429 +L 655.039743 78.571429 +L 657.226264 78.571429 +L 657.226264 147.6 +L 659.412784 147.6 +L 659.412784 113.085714 +L 661.599304 113.085714 +L 661.599304 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 690.024069 147.6 +L 690.024069 130.342857 +L 692.21059 130.342857 +L 692.21059 130.342857 +L 694.39711 130.342857 +L 694.39711 113.085714 +L 696.58363 113.085714 +L 696.58363 61.314286 +L 698.770151 61.314286 +L 698.770151 78.571429 +L 700.956671 78.571429 +L 700.956671 113.085714 +L 703.143192 113.085714 +L 703.143192 147.6 +L 705.329712 147.6 +L 705.329712 113.085714 +L 707.516232 113.085714 +L 707.516232 78.571429 +L 709.702753 78.571429 +L 709.702753 147.6 +L 711.889273 147.6 +L 711.889273 78.571429 +L 714.075793 78.571429 +L 714.075793 113.085714 +L 716.262314 113.085714 +L 716.262314 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 735.940997 147.6 +L 735.940997 130.342857 +L 738.127518 130.342857 +L 738.127518 147.6 +L 740.314038 147.6 +L 740.314038 95.828571 +L 742.500558 95.828571 +L 742.500558 113.085714 +L 744.687079 113.085714 +L 744.687079 130.342857 +L 746.873599 130.342857 +L 746.873599 113.085714 +L 749.06012 113.085714 +L 749.06012 147.6 +L 751.24664 147.6 +L 751.24664 78.571429 +L 753.43316 78.571429 +L 753.43316 147.6 +L 755.619681 147.6 +L 755.619681 44.057143 +L 757.806201 44.057143 +L 757.806201 44.057143 +L 759.992721 44.057143 +L 759.992721 147.6 +L 762.179242 147.6 +L 762.179242 113.085714 +L 764.365762 113.085714 +L 764.365762 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 799.350088 147.6 +L 799.350088 113.085714 +L 801.536609 113.085714 +L 801.536609 147.6 +L 803.723129 147.6 +L 803.723129 113.085714 +L 805.909649 113.085714 +L 805.909649 113.085714 +L 808.09617 113.085714 +L 808.09617 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 832.147894 147.6 +L 832.147894 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 759.992721 147.6 +L 759.992721 147.6 +L 757.806201 147.6 +L 757.806201 147.6 +L 755.619681 147.6 +L 755.619681 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 698.770151 147.6 +L 698.770151 147.6 +L 696.58363 147.6 +L 696.58363 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 655.039743 147.6 +L 655.039743 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 641.920621 147.6 +L 641.920621 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_22"> + <path clip-path="url(#p6cb582e49a)" d="M 613.495856 147.6 +L 613.495856 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 639.734101 147.6 +L 639.734101 130.342857 +L 641.920621 130.342857 +L 641.920621 130.342857 +L 644.107141 130.342857 +L 644.107141 130.342857 +L 646.293662 130.342857 +L 646.293662 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 652.853223 147.6 +L 652.853223 130.342857 +L 655.039743 130.342857 +L 655.039743 130.342857 +L 657.226264 130.342857 +L 657.226264 147.6 +L 659.412784 147.6 +L 659.412784 130.342857 +L 661.599304 130.342857 +L 661.599304 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 694.39711 147.6 +L 694.39711 130.342857 +L 696.58363 130.342857 +L 696.58363 113.085714 +L 698.770151 113.085714 +L 698.770151 113.085714 +L 700.956671 113.085714 +L 700.956671 130.342857 +L 703.143192 130.342857 +L 703.143192 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 707.516232 147.6 +L 707.516232 130.342857 +L 709.702753 130.342857 +L 709.702753 147.6 +L 711.889273 147.6 +L 711.889273 130.342857 +L 714.075793 130.342857 +L 714.075793 130.342857 +L 716.262314 130.342857 +L 716.262314 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 740.314038 147.6 +L 740.314038 130.342857 +L 742.500558 130.342857 +L 742.500558 130.342857 +L 744.687079 130.342857 +L 744.687079 147.6 +L 746.873599 147.6 +L 746.873599 130.342857 +L 749.06012 130.342857 +L 749.06012 147.6 +L 751.24664 147.6 +L 751.24664 130.342857 +L 753.43316 130.342857 +L 753.43316 147.6 +L 755.619681 147.6 +L 755.619681 113.085714 +L 757.806201 113.085714 +L 757.806201 113.085714 +L 759.992721 113.085714 +L 759.992721 147.6 +L 762.179242 147.6 +L 762.179242 130.342857 +L 764.365762 130.342857 +L 764.365762 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 799.350088 147.6 +L 799.350088 130.342857 +L 801.536609 130.342857 +L 801.536609 147.6 +L 803.723129 147.6 +L 803.723129 130.342857 +L 805.909649 130.342857 +L 805.909649 130.342857 +L 808.09617 130.342857 +L 808.09617 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 832.147894 147.6 +L 832.147894 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 759.992721 147.6 +L 759.992721 147.6 +L 757.806201 147.6 +L 757.806201 147.6 +L 755.619681 147.6 +L 755.619681 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 698.770151 147.6 +L 698.770151 147.6 +L 696.58363 147.6 +L 696.58363 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 655.039743 147.6 +L 655.039743 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 641.920621 147.6 +L 641.920621 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_23"> + <path clip-path="url(#p6cb582e49a)" d="M 613.495856 147.6 +L 613.495856 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 635.36106 147.6 +L 635.36106 130.342857 +L 637.54758 130.342857 +L 637.54758 130.342857 +L 639.734101 130.342857 +L 639.734101 147.6 +L 641.920621 147.6 +L 641.920621 130.342857 +L 644.107141 130.342857 +L 644.107141 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 650.666703 147.6 +L 650.666703 113.085714 +L 652.853223 113.085714 +L 652.853223 113.085714 +L 655.039743 113.085714 +L 655.039743 113.085714 +L 657.226264 113.085714 +L 657.226264 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 690.024069 147.6 +L 690.024069 130.342857 +L 692.21059 130.342857 +L 692.21059 130.342857 +L 694.39711 130.342857 +L 694.39711 147.6 +L 696.58363 147.6 +L 696.58363 130.342857 +L 698.770151 130.342857 +L 698.770151 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 705.329712 147.6 +L 705.329712 113.085714 +L 707.516232 113.085714 +L 707.516232 113.085714 +L 709.702753 113.085714 +L 709.702753 147.6 +L 711.889273 147.6 +L 711.889273 113.085714 +L 714.075793 113.085714 +L 714.075793 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 735.940997 147.6 +L 735.940997 130.342857 +L 738.127518 130.342857 +L 738.127518 147.6 +L 740.314038 147.6 +L 740.314038 130.342857 +L 742.500558 130.342857 +L 742.500558 147.6 +L 744.687079 147.6 +L 744.687079 130.342857 +L 746.873599 130.342857 +L 746.873599 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 751.24664 147.6 +L 751.24664 113.085714 +L 753.43316 113.085714 +L 753.43316 147.6 +L 755.619681 147.6 +L 755.619681 113.085714 +L 757.806201 113.085714 +L 757.806201 113.085714 +L 759.992721 113.085714 +L 759.992721 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 832.147894 147.6 +L 832.147894 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 759.992721 147.6 +L 759.992721 147.6 +L 757.806201 147.6 +L 757.806201 147.6 +L 755.619681 147.6 +L 755.619681 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 698.770151 147.6 +L 698.770151 147.6 +L 696.58363 147.6 +L 696.58363 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 655.039743 147.6 +L 655.039743 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 641.920621 147.6 +L 641.920621 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_24"> + <path clip-path="url(#p6cb582e49a)" d="M 613.495856 147.6 +L 613.495856 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 639.734101 147.6 +L 639.734101 130.342857 +L 641.920621 130.342857 +L 641.920621 130.342857 +L 644.107141 130.342857 +L 644.107141 130.342857 +L 646.293662 130.342857 +L 646.293662 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 652.853223 147.6 +L 652.853223 130.342857 +L 655.039743 130.342857 +L 655.039743 130.342857 +L 657.226264 130.342857 +L 657.226264 147.6 +L 659.412784 147.6 +L 659.412784 130.342857 +L 661.599304 130.342857 +L 661.599304 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 694.39711 147.6 +L 694.39711 130.342857 +L 696.58363 130.342857 +L 696.58363 113.085714 +L 698.770151 113.085714 +L 698.770151 113.085714 +L 700.956671 113.085714 +L 700.956671 130.342857 +L 703.143192 130.342857 +L 703.143192 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 707.516232 147.6 +L 707.516232 130.342857 +L 709.702753 130.342857 +L 709.702753 147.6 +L 711.889273 147.6 +L 711.889273 130.342857 +L 714.075793 130.342857 +L 714.075793 130.342857 +L 716.262314 130.342857 +L 716.262314 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 740.314038 147.6 +L 740.314038 130.342857 +L 742.500558 130.342857 +L 742.500558 130.342857 +L 744.687079 130.342857 +L 744.687079 147.6 +L 746.873599 147.6 +L 746.873599 130.342857 +L 749.06012 130.342857 +L 749.06012 147.6 +L 751.24664 147.6 +L 751.24664 130.342857 +L 753.43316 130.342857 +L 753.43316 147.6 +L 755.619681 147.6 +L 755.619681 113.085714 +L 757.806201 113.085714 +L 757.806201 113.085714 +L 759.992721 113.085714 +L 759.992721 147.6 +L 762.179242 147.6 +L 762.179242 130.342857 +L 764.365762 130.342857 +L 764.365762 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 799.350088 147.6 +L 799.350088 130.342857 +L 801.536609 130.342857 +L 801.536609 147.6 +L 803.723129 147.6 +L 803.723129 130.342857 +L 805.909649 130.342857 +L 805.909649 130.342857 +L 808.09617 130.342857 +L 808.09617 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 832.147894 147.6 +L 832.147894 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 759.992721 147.6 +L 759.992721 147.6 +L 757.806201 147.6 +L 757.806201 147.6 +L 755.619681 147.6 +L 755.619681 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 698.770151 147.6 +L 698.770151 147.6 +L 696.58363 147.6 +L 696.58363 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 655.039743 147.6 +L 655.039743 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 641.920621 147.6 +L 641.920621 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_30"> + <path clip-path="url(#p6cb582e49a)" d="M 694.258888 147.6 +L 694.258888 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_25"> + <path d="M 602.563254 147.6 +L 602.563254 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_26"> + <path d="M 843.080496 147.6 +L 843.080496 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_27"> + <path d="M 602.563254 147.6 +L 843.080496 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_28"> + <path d="M 602.563254 38.88 +L 843.080496 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_33"> + <!-- 10% --> + <g style="fill:#262626;" transform="translate(709.146563 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-49"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + <g id="legend_1"> + <g id="patch_29"> + <path d="M 786.850808 89.315938 +L 836.080496 89.315938 +Q 838.080496 89.315938 838.080496 87.315938 +L 838.080496 45.88 +Q 838.080496 43.88 836.080496 43.88 +L 786.850808 43.88 +Q 784.850808 43.88 784.850808 45.88 +L 784.850808 87.315938 +Q 784.850808 89.315938 786.850808 89.315938 +z +" style="fill:#ffffff;opacity:0.1;stroke:#cccccc;stroke-linejoin:miter;"/> + </g> + <g id="patch_30"> + <path d="M 788.850808 55.037813 +L 808.850808 55.037813 +L 808.850808 48.037813 +L 788.850808 48.037813 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_34"> + <!-- -1.0 --> + <defs> + <path d="M 3.171875 21.484375 +L 3.171875 30.328125 +L 30.171875 30.328125 +L 30.171875 21.484375 +z +" id="ArialMT-45"/> + </defs> + <g style="fill:#262626;" transform="translate(816.850808 55.037813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-45"/> + <use x="33.300781" xlink:href="#ArialMT-49"/> + <use x="88.916016" xlink:href="#ArialMT-46"/> + <use x="116.699219" xlink:href="#ArialMT-48"/> + </g> + </g> + <g id="patch_31"> + <path d="M 788.850808 69.183125 +L 808.850808 69.183125 +L 808.850808 62.183125 +L 788.850808 62.183125 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_35"> + <!-- 0.0 --> + <g style="fill:#262626;" transform="translate(816.850808 69.183125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + </g> + </g> + <g id="patch_32"> + <path d="M 788.850808 83.328438 +L 808.850808 83.328438 +L 808.850808 76.328438 +L 788.850808 76.328438 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_36"> + <!-- 1.0 --> + <g style="fill:#262626;" transform="translate(816.850808 83.328438)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="axes_4"> + <g id="patch_33"> + <path d="M 891.183944 147.6 +L 1131.701185 147.6 +L 1131.701185 38.88 +L 891.183944 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_7"> + <g id="xtick_17"> + <g id="line2d_31"> + <path clip-path="url(#p287135b058)" d="M 896.314611 147.6 +L 896.314611 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_37"> + <!-- 0.294 --> + <g style="fill:#262626;" transform="translate(883.803674 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_18"> + <g id="line2d_32"> + <path clip-path="url(#p287135b058)" d="M 931.676996 147.6 +L 931.676996 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_38"> + <!-- 0.296 --> + <g style="fill:#262626;" transform="translate(919.166059 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_19"> + <g id="line2d_33"> + <path clip-path="url(#p287135b058)" d="M 967.039381 147.6 +L 967.039381 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_39"> + <!-- 0.298 --> + <g style="fill:#262626;" transform="translate(954.528443 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_20"> + <g id="line2d_34"> + <path clip-path="url(#p287135b058)" d="M 1002.401766 147.6 +L 1002.401766 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_40"> + <!-- 0.300 --> + <g style="fill:#262626;" transform="translate(989.890828 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_21"> + <g id="line2d_35"> + <path clip-path="url(#p287135b058)" d="M 1037.76415 147.6 +L 1037.76415 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_41"> + <!-- 0.302 --> + <g style="fill:#262626;" transform="translate(1025.253213 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_22"> + <g id="line2d_36"> + <path clip-path="url(#p287135b058)" d="M 1073.126535 147.6 +L 1073.126535 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_42"> + <!-- 0.304 --> + <g style="fill:#262626;" transform="translate(1060.615598 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_23"> + <g id="line2d_37"> + <path clip-path="url(#p287135b058)" d="M 1108.48892 147.6 +L 1108.48892 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_43"> + <!-- 0.306 --> + <g style="fill:#262626;" transform="translate(1095.977982 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="text_44"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(992.825377 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_8"> + <g id="ytick_12"> + <g id="line2d_38"> + <path clip-path="url(#p287135b058)" d="M 891.183944 147.6 +L 1131.701185 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_45"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(878.623006 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_13"> + <g id="line2d_39"> + <path clip-path="url(#p287135b058)" d="M 891.183944 113.085714 +L 1131.701185 113.085714 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_46"> + <!-- 2 --> + <g style="fill:#262626;" transform="translate(878.623006 116.664621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_14"> + <g id="line2d_40"> + <path clip-path="url(#p287135b058)" d="M 891.183944 78.571429 +L 1131.701185 78.571429 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_47"> + <!-- 4 --> + <g style="fill:#262626;" transform="translate(878.623006 82.150335)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="ytick_15"> + <g id="line2d_41"> + <path clip-path="url(#p287135b058)" d="M 891.183944 44.057143 +L 1131.701185 44.057143 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_48"> + <!-- 6 --> + <g style="fill:#262626;" transform="translate(878.623006 47.636049)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + </g> + <g id="patch_34"> + <path clip-path="url(#p287135b058)" d="M 902.116546 147.6 +L 902.116546 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 926.16827 147.6 +L 926.16827 130.342857 +L 928.35479 130.342857 +L 928.35479 147.6 +L 930.541311 147.6 +L 930.541311 95.828571 +L 932.727831 95.828571 +L 932.727831 95.828571 +L 934.914351 95.828571 +L 934.914351 78.571429 +L 937.100872 78.571429 +L 937.100872 78.571429 +L 939.287392 78.571429 +L 939.287392 78.571429 +L 941.473913 78.571429 +L 941.473913 147.6 +L 943.660433 147.6 +L 943.660433 113.085714 +L 945.846953 113.085714 +L 945.846953 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 952.406514 147.6 +L 952.406514 113.085714 +L 954.593035 113.085714 +L 954.593035 113.085714 +L 956.779555 113.085714 +L 956.779555 113.085714 +L 958.966076 113.085714 +L 958.966076 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 998.323442 147.6 +L 998.323442 130.342857 +L 1000.509963 130.342857 +L 1000.509963 130.342857 +L 1002.696483 130.342857 +L 1002.696483 78.571429 +L 1004.883004 78.571429 +L 1004.883004 95.828571 +L 1007.069524 95.828571 +L 1007.069524 78.571429 +L 1009.256044 78.571429 +L 1009.256044 113.085714 +L 1011.442565 113.085714 +L 1011.442565 78.571429 +L 1013.629085 78.571429 +L 1013.629085 113.085714 +L 1015.815605 113.085714 +L 1015.815605 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1022.375167 147.6 +L 1022.375167 113.085714 +L 1024.561687 113.085714 +L 1024.561687 147.6 +L 1026.748207 147.6 +L 1026.748207 113.085714 +L 1028.934728 113.085714 +L 1028.934728 147.6 +L 1031.121248 147.6 +L 1031.121248 113.085714 +L 1033.307768 113.085714 +L 1033.307768 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1057.359493 147.6 +L 1057.359493 130.342857 +L 1059.546013 130.342857 +L 1059.546013 147.6 +L 1061.732533 147.6 +L 1061.732533 95.828571 +L 1063.919054 95.828571 +L 1063.919054 113.085714 +L 1066.105574 113.085714 +L 1066.105574 113.085714 +L 1068.292094 113.085714 +L 1068.292094 61.314286 +L 1070.478615 61.314286 +L 1070.478615 147.6 +L 1072.665135 147.6 +L 1072.665135 44.057143 +L 1074.851656 44.057143 +L 1074.851656 147.6 +L 1077.038176 147.6 +L 1077.038176 113.085714 +L 1079.224696 113.085714 +L 1079.224696 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1083.597737 147.6 +L 1083.597737 113.085714 +L 1085.784257 113.085714 +L 1085.784257 147.6 +L 1087.970778 147.6 +L 1087.970778 113.085714 +L 1090.157298 113.085714 +L 1090.157298 147.6 +L 1092.343819 147.6 +L 1092.343819 113.085714 +L 1094.530339 113.085714 +L 1094.530339 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1120.768583 147.6 +L 1120.768583 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1070.478615 147.6 +L 1070.478615 147.6 +L 1068.292094 147.6 +L 1068.292094 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1009.256044 147.6 +L 1009.256044 147.6 +L 1007.069524 147.6 +L 1007.069524 147.6 +L 1004.883004 147.6 +L 1004.883004 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 939.287392 147.6 +L 939.287392 147.6 +L 937.100872 147.6 +L 937.100872 147.6 +L 934.914351 147.6 +L 934.914351 147.6 +L 932.727831 147.6 +L 932.727831 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_35"> + <path clip-path="url(#p287135b058)" d="M 902.116546 147.6 +L 902.116546 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 930.541311 147.6 +L 930.541311 130.342857 +L 932.727831 130.342857 +L 932.727831 147.6 +L 934.914351 147.6 +L 934.914351 130.342857 +L 937.100872 130.342857 +L 937.100872 113.085714 +L 939.287392 113.085714 +L 939.287392 130.342857 +L 941.473913 130.342857 +L 941.473913 147.6 +L 943.660433 147.6 +L 943.660433 130.342857 +L 945.846953 130.342857 +L 945.846953 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 952.406514 147.6 +L 952.406514 130.342857 +L 954.593035 130.342857 +L 954.593035 130.342857 +L 956.779555 130.342857 +L 956.779555 130.342857 +L 958.966076 130.342857 +L 958.966076 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 1002.696483 147.6 +L 1002.696483 130.342857 +L 1004.883004 130.342857 +L 1004.883004 130.342857 +L 1007.069524 130.342857 +L 1007.069524 130.342857 +L 1009.256044 130.342857 +L 1009.256044 130.342857 +L 1011.442565 130.342857 +L 1011.442565 130.342857 +L 1013.629085 130.342857 +L 1013.629085 130.342857 +L 1015.815605 130.342857 +L 1015.815605 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1022.375167 147.6 +L 1022.375167 130.342857 +L 1024.561687 130.342857 +L 1024.561687 147.6 +L 1026.748207 147.6 +L 1026.748207 130.342857 +L 1028.934728 130.342857 +L 1028.934728 147.6 +L 1031.121248 147.6 +L 1031.121248 130.342857 +L 1033.307768 130.342857 +L 1033.307768 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1061.732533 147.6 +L 1061.732533 130.342857 +L 1063.919054 130.342857 +L 1063.919054 147.6 +L 1066.105574 147.6 +L 1066.105574 130.342857 +L 1068.292094 130.342857 +L 1068.292094 130.342857 +L 1070.478615 130.342857 +L 1070.478615 147.6 +L 1072.665135 147.6 +L 1072.665135 113.085714 +L 1074.851656 113.085714 +L 1074.851656 147.6 +L 1077.038176 147.6 +L 1077.038176 130.342857 +L 1079.224696 130.342857 +L 1079.224696 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1083.597737 147.6 +L 1083.597737 130.342857 +L 1085.784257 130.342857 +L 1085.784257 147.6 +L 1087.970778 147.6 +L 1087.970778 130.342857 +L 1090.157298 130.342857 +L 1090.157298 147.6 +L 1092.343819 147.6 +L 1092.343819 130.342857 +L 1094.530339 130.342857 +L 1094.530339 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1120.768583 147.6 +L 1120.768583 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1070.478615 147.6 +L 1070.478615 147.6 +L 1068.292094 147.6 +L 1068.292094 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1009.256044 147.6 +L 1009.256044 147.6 +L 1007.069524 147.6 +L 1007.069524 147.6 +L 1004.883004 147.6 +L 1004.883004 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 939.287392 147.6 +L 939.287392 147.6 +L 937.100872 147.6 +L 937.100872 147.6 +L 934.914351 147.6 +L 934.914351 147.6 +L 932.727831 147.6 +L 932.727831 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_36"> + <path clip-path="url(#p287135b058)" d="M 902.116546 147.6 +L 902.116546 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 926.16827 147.6 +L 926.16827 130.342857 +L 928.35479 130.342857 +L 928.35479 147.6 +L 930.541311 147.6 +L 930.541311 130.342857 +L 932.727831 130.342857 +L 932.727831 95.828571 +L 934.914351 95.828571 +L 934.914351 113.085714 +L 937.100872 113.085714 +L 937.100872 147.6 +L 939.287392 147.6 +L 939.287392 113.085714 +L 941.473913 113.085714 +L 941.473913 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 998.323442 147.6 +L 998.323442 130.342857 +L 1000.509963 130.342857 +L 1000.509963 130.342857 +L 1002.696483 130.342857 +L 1002.696483 113.085714 +L 1004.883004 113.085714 +L 1004.883004 130.342857 +L 1007.069524 130.342857 +L 1007.069524 113.085714 +L 1009.256044 113.085714 +L 1009.256044 147.6 +L 1011.442565 147.6 +L 1011.442565 113.085714 +L 1013.629085 113.085714 +L 1013.629085 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1057.359493 147.6 +L 1057.359493 130.342857 +L 1059.546013 130.342857 +L 1059.546013 147.6 +L 1061.732533 147.6 +L 1061.732533 130.342857 +L 1063.919054 130.342857 +L 1063.919054 113.085714 +L 1066.105574 113.085714 +L 1066.105574 147.6 +L 1068.292094 147.6 +L 1068.292094 95.828571 +L 1070.478615 95.828571 +L 1070.478615 147.6 +L 1072.665135 147.6 +L 1072.665135 113.085714 +L 1074.851656 113.085714 +L 1074.851656 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1120.768583 147.6 +L 1120.768583 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1070.478615 147.6 +L 1070.478615 147.6 +L 1068.292094 147.6 +L 1068.292094 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1009.256044 147.6 +L 1009.256044 147.6 +L 1007.069524 147.6 +L 1007.069524 147.6 +L 1004.883004 147.6 +L 1004.883004 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 939.287392 147.6 +L 939.287392 147.6 +L 937.100872 147.6 +L 937.100872 147.6 +L 934.914351 147.6 +L 934.914351 147.6 +L 932.727831 147.6 +L 932.727831 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_37"> + <path clip-path="url(#p287135b058)" d="M 902.116546 147.6 +L 902.116546 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 930.541311 147.6 +L 930.541311 130.342857 +L 932.727831 130.342857 +L 932.727831 147.6 +L 934.914351 147.6 +L 934.914351 130.342857 +L 937.100872 130.342857 +L 937.100872 113.085714 +L 939.287392 113.085714 +L 939.287392 130.342857 +L 941.473913 130.342857 +L 941.473913 147.6 +L 943.660433 147.6 +L 943.660433 130.342857 +L 945.846953 130.342857 +L 945.846953 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 952.406514 147.6 +L 952.406514 130.342857 +L 954.593035 130.342857 +L 954.593035 130.342857 +L 956.779555 130.342857 +L 956.779555 130.342857 +L 958.966076 130.342857 +L 958.966076 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 1002.696483 147.6 +L 1002.696483 130.342857 +L 1004.883004 130.342857 +L 1004.883004 130.342857 +L 1007.069524 130.342857 +L 1007.069524 130.342857 +L 1009.256044 130.342857 +L 1009.256044 130.342857 +L 1011.442565 130.342857 +L 1011.442565 130.342857 +L 1013.629085 130.342857 +L 1013.629085 130.342857 +L 1015.815605 130.342857 +L 1015.815605 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1022.375167 147.6 +L 1022.375167 130.342857 +L 1024.561687 130.342857 +L 1024.561687 147.6 +L 1026.748207 147.6 +L 1026.748207 130.342857 +L 1028.934728 130.342857 +L 1028.934728 147.6 +L 1031.121248 147.6 +L 1031.121248 130.342857 +L 1033.307768 130.342857 +L 1033.307768 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1061.732533 147.6 +L 1061.732533 130.342857 +L 1063.919054 130.342857 +L 1063.919054 147.6 +L 1066.105574 147.6 +L 1066.105574 130.342857 +L 1068.292094 130.342857 +L 1068.292094 130.342857 +L 1070.478615 130.342857 +L 1070.478615 147.6 +L 1072.665135 147.6 +L 1072.665135 113.085714 +L 1074.851656 113.085714 +L 1074.851656 147.6 +L 1077.038176 147.6 +L 1077.038176 130.342857 +L 1079.224696 130.342857 +L 1079.224696 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1083.597737 147.6 +L 1083.597737 130.342857 +L 1085.784257 130.342857 +L 1085.784257 147.6 +L 1087.970778 147.6 +L 1087.970778 130.342857 +L 1090.157298 130.342857 +L 1090.157298 147.6 +L 1092.343819 147.6 +L 1092.343819 130.342857 +L 1094.530339 130.342857 +L 1094.530339 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1120.768583 147.6 +L 1120.768583 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1070.478615 147.6 +L 1070.478615 147.6 +L 1068.292094 147.6 +L 1068.292094 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1009.256044 147.6 +L 1009.256044 147.6 +L 1007.069524 147.6 +L 1007.069524 147.6 +L 1004.883004 147.6 +L 1004.883004 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 939.287392 147.6 +L 939.287392 147.6 +L 937.100872 147.6 +L 937.100872 147.6 +L 934.914351 147.6 +L 934.914351 147.6 +L 932.727831 147.6 +L 932.727831 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_42"> + <path clip-path="url(#p287135b058)" d="M 1002.401766 147.6 +L 1002.401766 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_38"> + <path d="M 891.183944 147.6 +L 891.183944 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_39"> + <path d="M 1131.701185 147.6 +L 1131.701185 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_40"> + <path d="M 891.183944 147.6 +L 1131.701185 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_41"> + <path d="M 891.183944 38.88 +L 1131.701185 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_49"> + <!-- 6% --> + <g style="fill:#262626;" transform="translate(999.43694 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-54"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_5"> + <g id="patch_42"> + <path d="M 1179.804634 147.6 +L 1420.321875 147.6 +L 1420.321875 38.88 +L 1179.804634 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_9"> + <g id="xtick_24"> + <g id="line2d_43"> + <path clip-path="url(#pfab68a51ab)" d="M 1181.800157 147.6 +L 1181.800157 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_50"> + <!-- 0.440 --> + <g style="fill:#262626;" transform="translate(1169.289219 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_25"> + <g id="line2d_44"> + <path clip-path="url(#pfab68a51ab)" d="M 1238.567848 147.6 +L 1238.567848 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_51"> + <!-- 0.445 --> + <g style="fill:#262626;" transform="translate(1226.056911 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_26"> + <g id="line2d_45"> + <path clip-path="url(#pfab68a51ab)" d="M 1295.33554 147.6 +L 1295.33554 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_52"> + <!-- 0.450 --> + <g style="fill:#262626;" transform="translate(1282.824603 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_27"> + <g id="line2d_46"> + <path clip-path="url(#pfab68a51ab)" d="M 1352.103232 147.6 +L 1352.103232 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_53"> + <!-- 0.455 --> + <g style="fill:#262626;" transform="translate(1339.592294 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_28"> + <g id="line2d_47"> + <path clip-path="url(#pfab68a51ab)" d="M 1408.870924 147.6 +L 1408.870924 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_54"> + <!-- 0.460 --> + <g style="fill:#262626;" transform="translate(1396.359986 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-54"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="text_55"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1281.446067 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_10"> + <g id="ytick_16"> + <g id="line2d_48"> + <path clip-path="url(#pfab68a51ab)" d="M 1179.804634 147.6 +L 1420.321875 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_56"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(1167.243696 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_17"> + <g id="line2d_49"> + <path clip-path="url(#pfab68a51ab)" d="M 1179.804634 118.016327 +L 1420.321875 118.016327 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_57"> + <!-- 2 --> + <g style="fill:#262626;" transform="translate(1167.243696 121.595233)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_18"> + <g id="line2d_50"> + <path clip-path="url(#pfab68a51ab)" d="M 1179.804634 88.432653 +L 1420.321875 88.432653 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_58"> + <!-- 4 --> + <g style="fill:#262626;" transform="translate(1167.243696 92.011559)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="ytick_19"> + <g id="line2d_51"> + <path clip-path="url(#pfab68a51ab)" d="M 1179.804634 58.84898 +L 1420.321875 58.84898 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_59"> + <!-- 6 --> + <g style="fill:#262626;" transform="translate(1167.243696 62.427886)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + </g> + <g id="patch_43"> + <path clip-path="url(#pfab68a51ab)" d="M 1190.737236 147.6 +L 1190.737236 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1214.78896 147.6 +L 1214.78896 132.808163 +L 1216.97548 132.808163 +L 1216.97548 118.016327 +L 1219.162 118.016327 +L 1219.162 103.22449 +L 1221.348521 103.22449 +L 1221.348521 73.640816 +L 1223.535041 73.640816 +L 1223.535041 88.432653 +L 1225.721562 88.432653 +L 1225.721562 88.432653 +L 1227.908082 88.432653 +L 1227.908082 118.016327 +L 1230.094602 118.016327 +L 1230.094602 118.016327 +L 1232.281123 118.016327 +L 1232.281123 147.6 +L 1234.467643 147.6 +L 1234.467643 118.016327 +L 1236.654163 118.016327 +L 1236.654163 118.016327 +L 1238.840684 118.016327 +L 1238.840684 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1289.130652 147.6 +L 1289.130652 132.808163 +L 1291.317173 132.808163 +L 1291.317173 147.6 +L 1293.503693 147.6 +L 1293.503693 73.640816 +L 1295.690214 73.640816 +L 1295.690214 147.6 +L 1297.876734 147.6 +L 1297.876734 44.057143 +L 1300.063254 44.057143 +L 1300.063254 147.6 +L 1302.249775 147.6 +L 1302.249775 58.84898 +L 1304.436295 58.84898 +L 1304.436295 147.6 +L 1306.622815 147.6 +L 1306.622815 88.432653 +L 1308.809336 88.432653 +L 1308.809336 147.6 +L 1310.995856 147.6 +L 1310.995856 118.016327 +L 1313.182377 118.016327 +L 1313.182377 147.6 +L 1315.368897 147.6 +L 1315.368897 118.016327 +L 1317.555417 118.016327 +L 1317.555417 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1354.726264 147.6 +L 1354.726264 132.808163 +L 1356.912784 132.808163 +L 1356.912784 147.6 +L 1359.099304 147.6 +L 1359.099304 88.432653 +L 1361.285825 88.432653 +L 1361.285825 132.808163 +L 1363.472345 132.808163 +L 1363.472345 88.432653 +L 1365.658866 88.432653 +L 1365.658866 103.22449 +L 1367.845386 103.22449 +L 1367.845386 88.432653 +L 1370.031906 88.432653 +L 1370.031906 118.016327 +L 1372.218427 118.016327 +L 1372.218427 88.432653 +L 1374.404947 88.432653 +L 1374.404947 147.6 +L 1376.591467 147.6 +L 1376.591467 118.016327 +L 1378.777988 118.016327 +L 1378.777988 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1383.151029 147.6 +L 1383.151029 118.016327 +L 1385.337549 118.016327 +L 1385.337549 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1409.389273 147.6 +L 1409.389273 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1365.658866 147.6 +L 1365.658866 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1300.063254 147.6 +L 1300.063254 147.6 +L 1297.876734 147.6 +L 1297.876734 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1223.535041 147.6 +L 1223.535041 147.6 +L 1221.348521 147.6 +L 1221.348521 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_44"> + <path clip-path="url(#pfab68a51ab)" d="M 1190.737236 147.6 +L 1190.737236 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1219.162 147.6 +L 1219.162 132.808163 +L 1221.348521 132.808163 +L 1221.348521 132.808163 +L 1223.535041 132.808163 +L 1223.535041 132.808163 +L 1225.721562 132.808163 +L 1225.721562 118.016327 +L 1227.908082 118.016327 +L 1227.908082 132.808163 +L 1230.094602 132.808163 +L 1230.094602 132.808163 +L 1232.281123 132.808163 +L 1232.281123 147.6 +L 1234.467643 147.6 +L 1234.467643 132.808163 +L 1236.654163 132.808163 +L 1236.654163 132.808163 +L 1238.840684 132.808163 +L 1238.840684 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1293.503693 147.6 +L 1293.503693 132.808163 +L 1295.690214 132.808163 +L 1295.690214 147.6 +L 1297.876734 147.6 +L 1297.876734 118.016327 +L 1300.063254 118.016327 +L 1300.063254 147.6 +L 1302.249775 147.6 +L 1302.249775 118.016327 +L 1304.436295 118.016327 +L 1304.436295 147.6 +L 1306.622815 147.6 +L 1306.622815 118.016327 +L 1308.809336 118.016327 +L 1308.809336 147.6 +L 1310.995856 147.6 +L 1310.995856 132.808163 +L 1313.182377 132.808163 +L 1313.182377 147.6 +L 1315.368897 147.6 +L 1315.368897 132.808163 +L 1317.555417 132.808163 +L 1317.555417 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1359.099304 147.6 +L 1359.099304 132.808163 +L 1361.285825 132.808163 +L 1361.285825 147.6 +L 1363.472345 147.6 +L 1363.472345 132.808163 +L 1365.658866 132.808163 +L 1365.658866 132.808163 +L 1367.845386 132.808163 +L 1367.845386 132.808163 +L 1370.031906 132.808163 +L 1370.031906 132.808163 +L 1372.218427 132.808163 +L 1372.218427 118.016327 +L 1374.404947 118.016327 +L 1374.404947 147.6 +L 1376.591467 147.6 +L 1376.591467 132.808163 +L 1378.777988 132.808163 +L 1378.777988 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1383.151029 147.6 +L 1383.151029 132.808163 +L 1385.337549 132.808163 +L 1385.337549 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1409.389273 147.6 +L 1409.389273 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1365.658866 147.6 +L 1365.658866 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1300.063254 147.6 +L 1300.063254 147.6 +L 1297.876734 147.6 +L 1297.876734 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1223.535041 147.6 +L 1223.535041 147.6 +L 1221.348521 147.6 +L 1221.348521 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_45"> + <path clip-path="url(#pfab68a51ab)" d="M 1190.737236 147.6 +L 1190.737236 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1214.78896 147.6 +L 1214.78896 132.808163 +L 1216.97548 132.808163 +L 1216.97548 118.016327 +L 1219.162 118.016327 +L 1219.162 132.808163 +L 1221.348521 132.808163 +L 1221.348521 103.22449 +L 1223.535041 103.22449 +L 1223.535041 118.016327 +L 1225.721562 118.016327 +L 1225.721562 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1289.130652 147.6 +L 1289.130652 132.808163 +L 1291.317173 132.808163 +L 1291.317173 147.6 +L 1293.503693 147.6 +L 1293.503693 103.22449 +L 1295.690214 103.22449 +L 1295.690214 147.6 +L 1297.876734 147.6 +L 1297.876734 103.22449 +L 1300.063254 103.22449 +L 1300.063254 147.6 +L 1302.249775 147.6 +L 1302.249775 118.016327 +L 1304.436295 118.016327 +L 1304.436295 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1354.726264 147.6 +L 1354.726264 132.808163 +L 1356.912784 132.808163 +L 1356.912784 147.6 +L 1359.099304 147.6 +L 1359.099304 118.016327 +L 1361.285825 118.016327 +L 1361.285825 132.808163 +L 1363.472345 132.808163 +L 1363.472345 118.016327 +L 1365.658866 118.016327 +L 1365.658866 132.808163 +L 1367.845386 132.808163 +L 1367.845386 118.016327 +L 1370.031906 118.016327 +L 1370.031906 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1409.389273 147.6 +L 1409.389273 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1365.658866 147.6 +L 1365.658866 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1300.063254 147.6 +L 1300.063254 147.6 +L 1297.876734 147.6 +L 1297.876734 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1223.535041 147.6 +L 1223.535041 147.6 +L 1221.348521 147.6 +L 1221.348521 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_46"> + <path clip-path="url(#pfab68a51ab)" d="M 1190.737236 147.6 +L 1190.737236 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1219.162 147.6 +L 1219.162 132.808163 +L 1221.348521 132.808163 +L 1221.348521 132.808163 +L 1223.535041 132.808163 +L 1223.535041 132.808163 +L 1225.721562 132.808163 +L 1225.721562 118.016327 +L 1227.908082 118.016327 +L 1227.908082 132.808163 +L 1230.094602 132.808163 +L 1230.094602 132.808163 +L 1232.281123 132.808163 +L 1232.281123 147.6 +L 1234.467643 147.6 +L 1234.467643 132.808163 +L 1236.654163 132.808163 +L 1236.654163 132.808163 +L 1238.840684 132.808163 +L 1238.840684 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1293.503693 147.6 +L 1293.503693 132.808163 +L 1295.690214 132.808163 +L 1295.690214 147.6 +L 1297.876734 147.6 +L 1297.876734 118.016327 +L 1300.063254 118.016327 +L 1300.063254 147.6 +L 1302.249775 147.6 +L 1302.249775 118.016327 +L 1304.436295 118.016327 +L 1304.436295 147.6 +L 1306.622815 147.6 +L 1306.622815 118.016327 +L 1308.809336 118.016327 +L 1308.809336 147.6 +L 1310.995856 147.6 +L 1310.995856 132.808163 +L 1313.182377 132.808163 +L 1313.182377 147.6 +L 1315.368897 147.6 +L 1315.368897 132.808163 +L 1317.555417 132.808163 +L 1317.555417 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1359.099304 147.6 +L 1359.099304 132.808163 +L 1361.285825 132.808163 +L 1361.285825 147.6 +L 1363.472345 147.6 +L 1363.472345 132.808163 +L 1365.658866 132.808163 +L 1365.658866 132.808163 +L 1367.845386 132.808163 +L 1367.845386 132.808163 +L 1370.031906 132.808163 +L 1370.031906 132.808163 +L 1372.218427 132.808163 +L 1372.218427 118.016327 +L 1374.404947 118.016327 +L 1374.404947 147.6 +L 1376.591467 147.6 +L 1376.591467 132.808163 +L 1378.777988 132.808163 +L 1378.777988 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1383.151029 147.6 +L 1383.151029 132.808163 +L 1385.337549 132.808163 +L 1385.337549 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1409.389273 147.6 +L 1409.389273 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1365.658866 147.6 +L 1365.658866 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1300.063254 147.6 +L 1300.063254 147.6 +L 1297.876734 147.6 +L 1297.876734 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1223.535041 147.6 +L 1223.535041 147.6 +L 1221.348521 147.6 +L 1221.348521 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_52"> + <path clip-path="url(#pfab68a51ab)" d="M 1295.33554 147.6 +L 1295.33554 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_47"> + <path d="M 1179.804634 147.6 +L 1179.804634 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_48"> + <path d="M 1420.321875 147.6 +L 1420.321875 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_49"> + <path d="M 1179.804634 147.6 +L 1420.321875 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_50"> + <path d="M 1179.804634 38.88 +L 1420.321875 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_60"> + <!-- 4% --> + <g style="fill:#262626;" transform="translate(1288.057629 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-52"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="text_61"> + <!-- PollyXT Lacros Limassol with linear polarizer before receiver - RotaT error contribution --> + <defs> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 34.71875 71.578125 +Q 41.84375 71.578125 45.609375 70.90625 +Q 50.875 70.015625 54.4375 67.546875 +Q 58.015625 65.09375 60.1875 60.640625 +Q 62.359375 56.203125 62.359375 50.875 +Q 62.359375 41.75 56.546875 35.421875 +Q 50.734375 29.109375 35.546875 29.109375 +L 17.1875 29.109375 +L 17.1875 0 +z +M 17.1875 37.546875 +L 35.6875 37.546875 +Q 44.875 37.546875 48.734375 40.96875 +Q 52.59375 44.390625 52.59375 50.59375 +Q 52.59375 55.078125 50.3125 58.265625 +Q 48.046875 61.46875 44.34375 62.5 +Q 41.9375 63.140625 35.5 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-80"/> + <path d="M 3.328125 25.921875 +Q 3.328125 40.328125 11.328125 47.265625 +Q 18.015625 53.03125 27.640625 53.03125 +Q 38.328125 53.03125 45.109375 46.015625 +Q 51.90625 39.015625 51.90625 26.65625 +Q 51.90625 16.65625 48.90625 10.90625 +Q 45.90625 5.171875 40.15625 2 +Q 34.421875 -1.171875 27.640625 -1.171875 +Q 16.75 -1.171875 10.03125 5.8125 +Q 3.328125 12.796875 3.328125 25.921875 +z +M 12.359375 25.921875 +Q 12.359375 15.96875 16.703125 11.015625 +Q 21.046875 6.0625 27.640625 6.0625 +Q 34.1875 6.0625 38.53125 11.03125 +Q 42.875 16.015625 42.875 26.21875 +Q 42.875 35.84375 38.5 40.796875 +Q 34.125 45.75 27.640625 45.75 +Q 21.046875 45.75 16.703125 40.8125 +Q 12.359375 35.890625 12.359375 25.921875 +z +" id="ArialMT-111"/> + <path d="M 6.390625 0 +L 6.390625 71.578125 +L 15.1875 71.578125 +L 15.1875 0 +z +" id="ArialMT-108"/> + <path d="M 6.203125 -19.96875 +L 5.21875 -11.71875 +Q 8.109375 -12.5 10.25 -12.5 +Q 13.1875 -12.5 14.9375 -11.515625 +Q 16.703125 -10.546875 17.828125 -8.796875 +Q 18.65625 -7.46875 20.515625 -2.25 +Q 20.75 -1.515625 21.296875 -0.09375 +L 1.609375 51.859375 +L 11.078125 51.859375 +L 21.875 21.828125 +Q 23.96875 16.109375 25.640625 9.8125 +Q 27.15625 15.875 29.25 21.625 +L 40.328125 51.859375 +L 49.125 51.859375 +L 29.390625 -0.875 +Q 26.21875 -9.421875 24.46875 -12.640625 +Q 22.125 -17 19.09375 -19.015625 +Q 16.0625 -21.046875 11.859375 -21.046875 +Q 9.328125 -21.046875 6.203125 -19.96875 +z +" id="ArialMT-121"/> + <path d="M 0.4375 0 +L 28.125 37.3125 +L 3.71875 71.578125 +L 14.984375 71.578125 +L 27.984375 53.21875 +Q 32.03125 47.515625 33.734375 44.4375 +Q 36.140625 48.34375 39.40625 52.59375 +L 53.8125 71.578125 +L 64.109375 71.578125 +L 38.96875 37.84375 +L 66.0625 0 +L 54.34375 0 +L 36.328125 25.53125 +Q 34.8125 27.734375 33.203125 30.328125 +Q 30.8125 26.421875 29.78125 24.953125 +L 11.8125 0 +z +" id="ArialMT-88"/> + <path d="M 25.921875 0 +L 25.921875 63.140625 +L 2.34375 63.140625 +L 2.34375 71.578125 +L 59.078125 71.578125 +L 59.078125 63.140625 +L 35.40625 63.140625 +L 35.40625 0 +z +" id="ArialMT-84"/> + <path d="M 40.4375 6.390625 +Q 35.546875 2.25 31.03125 0.53125 +Q 26.515625 -1.171875 21.34375 -1.171875 +Q 12.796875 -1.171875 8.203125 3 +Q 3.609375 7.171875 3.609375 13.671875 +Q 3.609375 17.484375 5.34375 20.625 +Q 7.078125 23.78125 9.890625 25.6875 +Q 12.703125 27.59375 16.21875 28.5625 +Q 18.796875 29.25 24.03125 29.890625 +Q 34.671875 31.15625 39.703125 32.90625 +Q 39.75 34.71875 39.75 35.203125 +Q 39.75 40.578125 37.25 42.78125 +Q 33.890625 45.75 27.25 45.75 +Q 21.046875 45.75 18.09375 43.578125 +Q 15.140625 41.40625 13.71875 35.890625 +L 5.125 37.0625 +Q 6.296875 42.578125 8.984375 45.96875 +Q 11.671875 49.359375 16.75 51.1875 +Q 21.828125 53.03125 28.515625 53.03125 +Q 35.15625 53.03125 39.296875 51.46875 +Q 43.453125 49.90625 45.40625 47.53125 +Q 47.359375 45.171875 48.140625 41.546875 +Q 48.578125 39.3125 48.578125 33.453125 +L 48.578125 21.734375 +Q 48.578125 9.46875 49.140625 6.21875 +Q 49.703125 2.984375 51.375 0 +L 42.1875 0 +Q 40.828125 2.734375 40.4375 6.390625 +z +M 39.703125 26.03125 +Q 34.90625 24.078125 25.34375 22.703125 +Q 19.921875 21.921875 17.671875 20.9375 +Q 15.4375 19.96875 14.203125 18.09375 +Q 12.984375 16.21875 12.984375 13.921875 +Q 12.984375 10.40625 15.640625 8.0625 +Q 18.3125 5.71875 23.4375 5.71875 +Q 28.515625 5.71875 32.46875 7.9375 +Q 36.421875 10.15625 38.28125 14.015625 +Q 39.703125 17 39.703125 22.796875 +z +" id="ArialMT-97"/> + <path d="M 40.4375 19 +L 49.078125 17.875 +Q 47.65625 8.9375 41.8125 3.875 +Q 35.984375 -1.171875 27.484375 -1.171875 +Q 16.84375 -1.171875 10.375 5.78125 +Q 3.90625 12.75 3.90625 25.734375 +Q 3.90625 34.125 6.6875 40.421875 +Q 9.46875 46.734375 15.15625 49.875 +Q 20.84375 53.03125 27.546875 53.03125 +Q 35.984375 53.03125 41.359375 48.75 +Q 46.734375 44.484375 48.25 36.625 +L 39.703125 35.296875 +Q 38.484375 40.53125 35.375 43.15625 +Q 32.28125 45.796875 27.875 45.796875 +Q 21.234375 45.796875 17.078125 41.03125 +Q 12.9375 36.28125 12.9375 25.984375 +Q 12.9375 15.53125 16.9375 10.796875 +Q 20.953125 6.0625 27.390625 6.0625 +Q 32.5625 6.0625 36.03125 9.234375 +Q 39.5 12.40625 40.4375 19 +z +" id="ArialMT-99"/> + <path d="M 3.078125 15.484375 +L 11.765625 16.84375 +Q 12.5 11.625 15.84375 8.84375 +Q 19.1875 6.0625 25.203125 6.0625 +Q 31.25 6.0625 34.171875 8.515625 +Q 37.109375 10.984375 37.109375 14.3125 +Q 37.109375 17.28125 34.515625 19 +Q 32.71875 20.171875 25.53125 21.96875 +Q 15.875 24.421875 12.140625 26.203125 +Q 8.40625 27.984375 6.46875 31.125 +Q 4.546875 34.28125 4.546875 38.09375 +Q 4.546875 41.546875 6.125 44.5 +Q 7.71875 47.46875 10.453125 49.421875 +Q 12.5 50.921875 16.03125 51.96875 +Q 19.578125 53.03125 23.640625 53.03125 +Q 29.734375 53.03125 34.34375 51.265625 +Q 38.96875 49.515625 41.15625 46.5 +Q 43.359375 43.5 44.1875 38.484375 +L 35.59375 37.3125 +Q 35.015625 41.3125 32.203125 43.546875 +Q 29.390625 45.796875 24.265625 45.796875 +Q 18.21875 45.796875 15.625 43.796875 +Q 13.03125 41.796875 13.03125 39.109375 +Q 13.03125 37.40625 14.109375 36.03125 +Q 15.1875 34.625 17.484375 33.6875 +Q 18.796875 33.203125 25.25 31.453125 +Q 34.578125 28.953125 38.25 27.359375 +Q 41.9375 25.78125 44.03125 22.75 +Q 46.140625 19.734375 46.140625 15.234375 +Q 46.140625 10.84375 43.578125 6.953125 +Q 41.015625 3.078125 36.171875 0.953125 +Q 31.34375 -1.171875 25.25 -1.171875 +Q 15.140625 -1.171875 9.84375 3.03125 +Q 4.546875 7.234375 3.078125 15.484375 +z +" id="ArialMT-115"/> + <path d="M 6.640625 61.46875 +L 6.640625 71.578125 +L 15.4375 71.578125 +L 15.4375 61.46875 +z +M 6.640625 0 +L 6.640625 51.859375 +L 15.4375 51.859375 +L 15.4375 0 +z +" id="ArialMT-105"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.453125 51.859375 +L 14.453125 44.578125 +Q 16.890625 48.390625 20.9375 50.703125 +Q 25 53.03125 30.171875 53.03125 +Q 35.9375 53.03125 39.625 50.640625 +Q 43.3125 48.25 44.828125 43.953125 +Q 50.984375 53.03125 60.84375 53.03125 +Q 68.5625 53.03125 72.703125 48.75 +Q 76.859375 44.484375 76.859375 35.59375 +L 76.859375 0 +L 68.109375 0 +L 68.109375 32.671875 +Q 68.109375 37.9375 67.25 40.25 +Q 66.40625 42.578125 64.15625 43.984375 +Q 61.921875 45.40625 58.890625 45.40625 +Q 53.421875 45.40625 49.796875 41.765625 +Q 46.1875 38.140625 46.1875 30.125 +L 46.1875 0 +L 37.40625 0 +L 37.40625 33.6875 +Q 37.40625 39.546875 35.25 42.46875 +Q 33.109375 45.40625 28.21875 45.40625 +Q 24.515625 45.40625 21.359375 43.453125 +Q 18.21875 41.5 16.796875 37.734375 +Q 15.375 33.984375 15.375 26.90625 +L 15.375 0 +z +" id="ArialMT-109"/> + <path d="M 16.15625 0 +L 0.296875 51.859375 +L 9.375 51.859375 +L 17.625 21.921875 +L 20.703125 10.796875 +Q 20.90625 11.625 23.390625 21.484375 +L 31.640625 51.859375 +L 40.671875 51.859375 +L 48.4375 21.78125 +L 51.03125 11.859375 +L 54 21.875 +L 62.890625 51.859375 +L 71.4375 51.859375 +L 55.21875 0 +L 46.09375 0 +L 37.84375 31.0625 +L 35.84375 39.890625 +L 25.34375 0 +z +" id="ArialMT-119"/> + <path d="M 6.59375 0 +L 6.59375 71.578125 +L 15.375 71.578125 +L 15.375 45.90625 +Q 21.53125 53.03125 30.90625 53.03125 +Q 36.671875 53.03125 40.921875 50.75 +Q 45.171875 48.484375 47 44.484375 +Q 48.828125 40.484375 48.828125 32.859375 +L 48.828125 0 +L 40.046875 0 +L 40.046875 32.859375 +Q 40.046875 39.453125 37.1875 42.453125 +Q 34.328125 45.453125 29.109375 45.453125 +Q 25.203125 45.453125 21.75 43.421875 +Q 18.3125 41.40625 16.84375 37.9375 +Q 15.375 34.46875 15.375 28.375 +L 15.375 0 +z +" id="ArialMT-104"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.5 51.859375 +L 14.5 44.484375 +Q 20.21875 53.03125 31 53.03125 +Q 35.6875 53.03125 39.625 51.34375 +Q 43.5625 49.65625 45.515625 46.921875 +Q 47.46875 44.1875 48.25 40.4375 +Q 48.734375 37.984375 48.734375 31.890625 +L 48.734375 0 +L 39.9375 0 +L 39.9375 31.546875 +Q 39.9375 36.921875 38.90625 39.578125 +Q 37.890625 42.234375 35.28125 43.8125 +Q 32.671875 45.40625 29.15625 45.40625 +Q 23.53125 45.40625 19.453125 41.84375 +Q 15.375 38.28125 15.375 28.328125 +L 15.375 0 +z +" id="ArialMT-110"/> + <path d="M 6.59375 -19.875 +L 6.59375 51.859375 +L 14.59375 51.859375 +L 14.59375 45.125 +Q 17.4375 49.078125 21 51.046875 +Q 24.5625 53.03125 29.640625 53.03125 +Q 36.28125 53.03125 41.359375 49.609375 +Q 46.4375 46.1875 49.015625 39.953125 +Q 51.609375 33.734375 51.609375 26.3125 +Q 51.609375 18.359375 48.75 11.984375 +Q 45.90625 5.609375 40.453125 2.21875 +Q 35.015625 -1.171875 29 -1.171875 +Q 24.609375 -1.171875 21.109375 0.6875 +Q 17.625 2.546875 15.375 5.375 +L 15.375 -19.875 +z +M 14.546875 25.640625 +Q 14.546875 15.625 18.59375 10.84375 +Q 22.65625 6.0625 28.421875 6.0625 +Q 34.28125 6.0625 38.453125 11.015625 +Q 42.625 15.96875 42.625 26.375 +Q 42.625 36.28125 38.546875 41.203125 +Q 34.46875 46.140625 28.8125 46.140625 +Q 23.1875 46.140625 18.859375 40.890625 +Q 14.546875 35.640625 14.546875 25.640625 +z +" id="ArialMT-112"/> + <path d="M 1.953125 0 +L 1.953125 7.125 +L 34.96875 45.015625 +Q 29.34375 44.734375 25.046875 44.734375 +L 3.90625 44.734375 +L 3.90625 51.859375 +L 46.296875 51.859375 +L 46.296875 46.046875 +L 18.21875 13.140625 +L 12.796875 7.125 +Q 18.703125 7.5625 23.875 7.5625 +L 47.859375 7.5625 +L 47.859375 0 +z +" id="ArialMT-122"/> + <path d="M 14.703125 0 +L 6.546875 0 +L 6.546875 71.578125 +L 15.328125 71.578125 +L 15.328125 46.046875 +Q 20.90625 53.03125 29.546875 53.03125 +Q 34.328125 53.03125 38.59375 51.09375 +Q 42.875 49.171875 45.625 45.671875 +Q 48.390625 42.1875 49.953125 37.25 +Q 51.515625 32.328125 51.515625 26.703125 +Q 51.515625 13.375 44.921875 6.09375 +Q 38.328125 -1.171875 29.109375 -1.171875 +Q 19.921875 -1.171875 14.703125 6.5 +z +M 14.59375 26.3125 +Q 14.59375 17 17.140625 12.84375 +Q 21.296875 6.0625 28.375 6.0625 +Q 34.125 6.0625 38.328125 11.0625 +Q 42.53125 16.0625 42.53125 25.984375 +Q 42.53125 36.140625 38.5 40.96875 +Q 34.46875 45.796875 28.765625 45.796875 +Q 23 45.796875 18.796875 40.796875 +Q 14.59375 35.796875 14.59375 26.3125 +z +" id="ArialMT-98"/> + <path d="M 8.6875 0 +L 8.6875 45.015625 +L 0.921875 45.015625 +L 0.921875 51.859375 +L 8.6875 51.859375 +L 8.6875 57.375 +Q 8.6875 62.59375 9.625 65.140625 +Q 10.890625 68.5625 14.078125 70.671875 +Q 17.28125 72.796875 23.046875 72.796875 +Q 26.765625 72.796875 31.25 71.921875 +L 29.9375 64.265625 +Q 27.203125 64.75 24.75 64.75 +Q 20.75 64.75 19.09375 63.03125 +Q 17.4375 61.328125 17.4375 56.640625 +L 17.4375 51.859375 +L 27.546875 51.859375 +L 27.546875 45.015625 +L 17.4375 45.015625 +L 17.4375 0 +z +" id="ArialMT-102"/> + <path d="M 21 0 +L 1.265625 51.859375 +L 10.546875 51.859375 +L 21.6875 20.796875 +Q 23.484375 15.765625 25 10.359375 +Q 26.171875 14.453125 28.265625 20.21875 +L 39.796875 51.859375 +L 48.828125 51.859375 +L 29.203125 0 +z +" id="ArialMT-118"/> + </defs> + <g style="fill:#262626;" transform="translate(432.680156 17.391563)scale(0.14 -0.14)"> + <use xlink:href="#ArialMT-80"/> + <use x="66.699219" xlink:href="#ArialMT-111"/> + <use x="122.314453" xlink:href="#ArialMT-108"/> + <use x="144.53125" xlink:href="#ArialMT-108"/> + <use x="166.748047" xlink:href="#ArialMT-121"/> + <use x="216.748047" xlink:href="#ArialMT-88"/> + <use x="283.447266" xlink:href="#ArialMT-84"/> + <use x="344.515625" xlink:href="#ArialMT-32"/> + <use x="372.298828" xlink:href="#ArialMT-76"/> + <use x="427.914062" xlink:href="#ArialMT-97"/> + <use x="483.529297" xlink:href="#ArialMT-99"/> + <use x="533.529297" xlink:href="#ArialMT-114"/> + <use x="566.830078" xlink:href="#ArialMT-111"/> + <use x="622.445312" xlink:href="#ArialMT-115"/> + <use x="672.445312" xlink:href="#ArialMT-32"/> + <use x="700.228516" xlink:href="#ArialMT-76"/> + <use x="755.84375" xlink:href="#ArialMT-105"/> + <use x="778.060547" xlink:href="#ArialMT-109"/> + <use x="861.361328" xlink:href="#ArialMT-97"/> + <use x="916.976562" xlink:href="#ArialMT-115"/> + <use x="966.976562" xlink:href="#ArialMT-115"/> + <use x="1016.976562" xlink:href="#ArialMT-111"/> + <use x="1072.591797" xlink:href="#ArialMT-108"/> + <use x="1094.808594" xlink:href="#ArialMT-32"/> + <use x="1122.591797" xlink:href="#ArialMT-119"/> + <use x="1194.808594" xlink:href="#ArialMT-105"/> + <use x="1217.025391" xlink:href="#ArialMT-116"/> + <use x="1244.808594" xlink:href="#ArialMT-104"/> + <use x="1300.423828" xlink:href="#ArialMT-32"/> + <use x="1328.207031" xlink:href="#ArialMT-108"/> + <use x="1350.423828" xlink:href="#ArialMT-105"/> + <use x="1372.640625" xlink:href="#ArialMT-110"/> + <use x="1428.255859" xlink:href="#ArialMT-101"/> + <use x="1483.871094" xlink:href="#ArialMT-97"/> + <use x="1539.486328" xlink:href="#ArialMT-114"/> + <use x="1572.787109" xlink:href="#ArialMT-32"/> + <use x="1600.570312" xlink:href="#ArialMT-112"/> + <use x="1656.185547" xlink:href="#ArialMT-111"/> + <use x="1711.800781" xlink:href="#ArialMT-108"/> + <use x="1734.017578" xlink:href="#ArialMT-97"/> + <use x="1789.632812" xlink:href="#ArialMT-114"/> + <use x="1822.933594" xlink:href="#ArialMT-105"/> + <use x="1845.150391" xlink:href="#ArialMT-122"/> + <use x="1895.150391" xlink:href="#ArialMT-101"/> + <use x="1950.765625" xlink:href="#ArialMT-114"/> + <use x="1984.066406" xlink:href="#ArialMT-32"/> + <use x="2011.849609" xlink:href="#ArialMT-98"/> + <use x="2067.464844" xlink:href="#ArialMT-101"/> + <use x="2123.080078" xlink:href="#ArialMT-102"/> + <use x="2150.863281" xlink:href="#ArialMT-111"/> + <use x="2206.478516" xlink:href="#ArialMT-114"/> + <use x="2239.779297" xlink:href="#ArialMT-101"/> + <use x="2295.394531" xlink:href="#ArialMT-32"/> + <use x="2323.177734" xlink:href="#ArialMT-114"/> + <use x="2356.478516" xlink:href="#ArialMT-101"/> + <use x="2412.09375" xlink:href="#ArialMT-99"/> + <use x="2462.09375" xlink:href="#ArialMT-101"/> + <use x="2517.708984" xlink:href="#ArialMT-105"/> + <use x="2539.925781" xlink:href="#ArialMT-118"/> + <use x="2589.925781" xlink:href="#ArialMT-101"/> + <use x="2645.541016" xlink:href="#ArialMT-114"/> + <use x="2678.841797" xlink:href="#ArialMT-32"/> + <use x="2706.625" xlink:href="#ArialMT-45"/> + <use x="2739.925781" xlink:href="#ArialMT-32"/> + <use x="2767.708984" xlink:href="#ArialMT-82"/> + <use x="2839.925781" xlink:href="#ArialMT-111"/> + <use x="2895.541016" xlink:href="#ArialMT-116"/> + <use x="2923.324219" xlink:href="#ArialMT-97"/> + <use x="2978.939453" xlink:href="#ArialMT-84"/> + <use x="3040.007812" xlink:href="#ArialMT-32"/> + <use x="3067.791016" xlink:href="#ArialMT-101"/> + <use x="3123.40625" xlink:href="#ArialMT-114"/> + <use x="3156.707031" xlink:href="#ArialMT-114"/> + <use x="3190.007812" xlink:href="#ArialMT-111"/> + <use x="3245.623047" xlink:href="#ArialMT-114"/> + <use x="3278.923828" xlink:href="#ArialMT-32"/> + <use x="3306.707031" xlink:href="#ArialMT-99"/> + <use x="3356.707031" xlink:href="#ArialMT-111"/> + <use x="3412.322266" xlink:href="#ArialMT-110"/> + <use x="3467.9375" xlink:href="#ArialMT-116"/> + <use x="3495.720703" xlink:href="#ArialMT-114"/> + <use x="3529.021484" xlink:href="#ArialMT-105"/> + <use x="3551.238281" xlink:href="#ArialMT-98"/> + <use x="3606.853516" xlink:href="#ArialMT-117"/> + <use x="3662.46875" xlink:href="#ArialMT-116"/> + <use x="3690.251953" xlink:href="#ArialMT-105"/> + <use x="3712.46875" xlink:href="#ArialMT-111"/> + <use x="3768.083984" xlink:href="#ArialMT-110"/> + </g> + </g> + </g> + <defs> + <clipPath id="p53047ce2e4"> + <rect height="108.72" width="240.517241" x="25.321875" y="38.88"/> + </clipPath> + <clipPath id="pd554e82c28"> + <rect height="108.72" width="240.517241" x="313.942565" y="38.88"/> + </clipPath> + <clipPath id="p6cb582e49a"> + <rect height="108.72" width="240.517241" x="602.563254" y="38.88"/> + </clipPath> + <clipPath id="p287135b058"> + <rect height="108.72" width="240.517241" x="891.183944" y="38.88"/> + </clipPath> + <clipPath id="pfab68a51ab"> + <rect height="108.72" width="240.517241" x="1179.804634" y="38.88"/> + </clipPath> + </defs> +</svg> +</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><svg height="184.090625pt" version="1.1" viewBox="0 0 1428.581861 184.090625" width="1428.581861pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 184.090625 +L 1428.581861 184.090625 +L 1428.581861 0 +L 0 0 +z +" style="fill:#ffffff;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 25.321875 147.6 +L 265.839116 147.6 +L 265.839116 38.88 +L 25.321875 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <path clip-path="url(#p9b7ca11509)" d="M 47.522197 147.6 +L 47.522197 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_1"> + <!-- 0.0040 --> + <defs> + <path d="M 4.15625 35.296875 +Q 4.15625 48 6.765625 55.734375 +Q 9.375 63.484375 14.515625 67.671875 +Q 19.671875 71.875 27.484375 71.875 +Q 33.25 71.875 37.59375 69.546875 +Q 41.9375 67.234375 44.765625 62.859375 +Q 47.609375 58.5 49.21875 52.21875 +Q 50.828125 45.953125 50.828125 35.296875 +Q 50.828125 22.703125 48.234375 14.96875 +Q 45.65625 7.234375 40.5 3 +Q 35.359375 -1.21875 27.484375 -1.21875 +Q 17.140625 -1.21875 11.234375 6.203125 +Q 4.15625 15.140625 4.15625 35.296875 +z +M 13.1875 35.296875 +Q 13.1875 17.671875 17.3125 11.828125 +Q 21.4375 6 27.484375 6 +Q 33.546875 6 37.671875 11.859375 +Q 41.796875 17.71875 41.796875 35.296875 +Q 41.796875 52.984375 37.671875 58.78125 +Q 33.546875 64.59375 27.390625 64.59375 +Q 21.34375 64.59375 17.71875 59.46875 +Q 13.1875 52.9375 13.1875 35.296875 +z +" id="ArialMT-48"/> + <path d="M 9.078125 0 +L 9.078125 10.015625 +L 19.09375 10.015625 +L 19.09375 0 +z +" id="ArialMT-46"/> + <path d="M 32.328125 0 +L 32.328125 17.140625 +L 1.265625 17.140625 +L 1.265625 25.203125 +L 33.9375 71.578125 +L 41.109375 71.578125 +L 41.109375 25.203125 +L 50.78125 25.203125 +L 50.78125 17.140625 +L 41.109375 17.140625 +L 41.109375 0 +z +M 32.328125 25.203125 +L 32.328125 57.46875 +L 9.90625 25.203125 +z +" id="ArialMT-52"/> + </defs> + <g style="fill:#262626;" transform="translate(32.230791 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <path clip-path="url(#p9b7ca11509)" d="M 79.240288 147.6 +L 79.240288 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_2"> + <!-- 0.0042 --> + <defs> + <path d="M 50.34375 8.453125 +L 50.34375 0 +L 3.03125 0 +Q 2.9375 3.171875 4.046875 6.109375 +Q 5.859375 10.9375 9.828125 15.625 +Q 13.8125 20.3125 21.34375 26.46875 +Q 33.015625 36.03125 37.109375 41.625 +Q 41.21875 47.21875 41.21875 52.203125 +Q 41.21875 57.421875 37.46875 61 +Q 33.734375 64.59375 27.734375 64.59375 +Q 21.390625 64.59375 17.578125 60.78125 +Q 13.765625 56.984375 13.71875 50.25 +L 4.6875 51.171875 +Q 5.609375 61.28125 11.65625 66.578125 +Q 17.71875 71.875 27.9375 71.875 +Q 38.234375 71.875 44.234375 66.15625 +Q 50.25 60.453125 50.25 52 +Q 50.25 47.703125 48.484375 43.546875 +Q 46.734375 39.40625 42.65625 34.8125 +Q 38.578125 30.21875 29.109375 22.21875 +Q 21.1875 15.578125 18.9375 13.203125 +Q 16.703125 10.84375 15.234375 8.453125 +z +" id="ArialMT-50"/> + </defs> + <g style="fill:#262626;" transform="translate(63.948882 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <path clip-path="url(#p9b7ca11509)" d="M 110.95838 147.6 +L 110.95838 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_3"> + <!-- 0.0044 --> + <g style="fill:#262626;" transform="translate(95.666974 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <path clip-path="url(#p9b7ca11509)" d="M 142.676471 147.6 +L 142.676471 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_4"> + <!-- 0.0046 --> + <defs> + <path d="M 49.75 54.046875 +L 41.015625 53.375 +Q 39.84375 58.546875 37.703125 60.890625 +Q 34.125 64.65625 28.90625 64.65625 +Q 24.703125 64.65625 21.53125 62.3125 +Q 17.390625 59.28125 14.984375 53.46875 +Q 12.59375 47.65625 12.5 36.921875 +Q 15.671875 41.75 20.265625 44.09375 +Q 24.859375 46.4375 29.890625 46.4375 +Q 38.671875 46.4375 44.84375 39.96875 +Q 51.03125 33.5 51.03125 23.25 +Q 51.03125 16.5 48.125 10.71875 +Q 45.21875 4.9375 40.140625 1.859375 +Q 35.0625 -1.21875 28.609375 -1.21875 +Q 17.625 -1.21875 10.6875 6.859375 +Q 3.765625 14.9375 3.765625 33.5 +Q 3.765625 54.25 11.421875 63.671875 +Q 18.109375 71.875 29.4375 71.875 +Q 37.890625 71.875 43.28125 67.140625 +Q 48.6875 62.40625 49.75 54.046875 +z +M 13.875 23.1875 +Q 13.875 18.65625 15.796875 14.5 +Q 17.71875 10.359375 21.1875 8.171875 +Q 24.65625 6 28.46875 6 +Q 34.03125 6 38.03125 10.484375 +Q 42.046875 14.984375 42.046875 22.703125 +Q 42.046875 30.125 38.078125 34.390625 +Q 34.125 38.671875 28.125 38.671875 +Q 22.171875 38.671875 18.015625 34.390625 +Q 13.875 30.125 13.875 23.1875 +z +" id="ArialMT-54"/> + </defs> + <g style="fill:#262626;" transform="translate(127.385065 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_5"> + <g id="line2d_5"> + <path clip-path="url(#p9b7ca11509)" d="M 174.394563 147.6 +L 174.394563 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_5"> + <!-- 0.0048 --> + <defs> + <path d="M 17.671875 38.8125 +Q 12.203125 40.828125 9.5625 44.53125 +Q 6.9375 48.25 6.9375 53.421875 +Q 6.9375 61.234375 12.546875 66.546875 +Q 18.171875 71.875 27.484375 71.875 +Q 36.859375 71.875 42.578125 66.421875 +Q 48.296875 60.984375 48.296875 53.171875 +Q 48.296875 48.1875 45.671875 44.5 +Q 43.0625 40.828125 37.75 38.8125 +Q 44.34375 36.671875 47.78125 31.875 +Q 51.21875 27.09375 51.21875 20.453125 +Q 51.21875 11.28125 44.71875 5.03125 +Q 38.234375 -1.21875 27.640625 -1.21875 +Q 17.046875 -1.21875 10.546875 5.046875 +Q 4.046875 11.328125 4.046875 20.703125 +Q 4.046875 27.6875 7.59375 32.390625 +Q 11.140625 37.109375 17.671875 38.8125 +z +M 15.921875 53.71875 +Q 15.921875 48.640625 19.1875 45.40625 +Q 22.46875 42.1875 27.6875 42.1875 +Q 32.765625 42.1875 36.015625 45.375 +Q 39.265625 48.578125 39.265625 53.21875 +Q 39.265625 58.0625 35.90625 61.359375 +Q 32.5625 64.65625 27.59375 64.65625 +Q 22.5625 64.65625 19.234375 61.421875 +Q 15.921875 58.203125 15.921875 53.71875 +z +M 13.09375 20.65625 +Q 13.09375 16.890625 14.875 13.375 +Q 16.65625 9.859375 20.171875 7.921875 +Q 23.6875 6 27.734375 6 +Q 34.03125 6 38.125 10.046875 +Q 42.234375 14.109375 42.234375 20.359375 +Q 42.234375 26.703125 38.015625 30.859375 +Q 33.796875 35.015625 27.4375 35.015625 +Q 21.234375 35.015625 17.15625 30.90625 +Q 13.09375 26.8125 13.09375 20.65625 +z +" id="ArialMT-56"/> + </defs> + <g style="fill:#262626;" transform="translate(159.103157 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + <use x="250.244141" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_6"> + <path clip-path="url(#p9b7ca11509)" d="M 206.112654 147.6 +L 206.112654 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_6"> + <!-- 0.0050 --> + <defs> + <path d="M 4.15625 18.75 +L 13.375 19.53125 +Q 14.40625 12.796875 18.140625 9.390625 +Q 21.875 6 27.15625 6 +Q 33.5 6 37.890625 10.78125 +Q 42.28125 15.578125 42.28125 23.484375 +Q 42.28125 31 38.0625 35.34375 +Q 33.84375 39.703125 27 39.703125 +Q 22.75 39.703125 19.328125 37.765625 +Q 15.921875 35.84375 13.96875 32.765625 +L 5.71875 33.84375 +L 12.640625 70.609375 +L 48.25 70.609375 +L 48.25 62.203125 +L 19.671875 62.203125 +L 15.828125 42.96875 +Q 22.265625 47.46875 29.34375 47.46875 +Q 38.71875 47.46875 45.15625 40.96875 +Q 51.609375 34.46875 51.609375 24.265625 +Q 51.609375 14.546875 45.953125 7.46875 +Q 39.0625 -1.21875 27.15625 -1.21875 +Q 17.390625 -1.21875 11.203125 4.25 +Q 5.03125 9.71875 4.15625 18.75 +z +" id="ArialMT-53"/> + </defs> + <g style="fill:#262626;" transform="translate(190.821248 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_7"> + <path clip-path="url(#p9b7ca11509)" d="M 237.830746 147.6 +L 237.830746 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_7"> + <!-- 0.0052 --> + <g style="fill:#262626;" transform="translate(222.539339 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="text_8"> + <!-- LDRtrue --> + <defs> + <path d="M 7.328125 0 +L 7.328125 71.578125 +L 16.796875 71.578125 +L 16.796875 8.453125 +L 52.046875 8.453125 +L 52.046875 0 +z +" id="ArialMT-76"/> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 32.375 71.578125 +Q 40.71875 71.578125 45.125 70.5625 +Q 51.265625 69.140625 55.609375 65.4375 +Q 61.28125 60.640625 64.078125 53.1875 +Q 66.890625 45.75 66.890625 36.1875 +Q 66.890625 28.03125 64.984375 21.734375 +Q 63.09375 15.4375 60.109375 11.296875 +Q 57.125 7.171875 53.578125 4.796875 +Q 50.046875 2.4375 45.046875 1.21875 +Q 40.046875 0 33.546875 0 +z +M 17.1875 8.453125 +L 32.46875 8.453125 +Q 39.546875 8.453125 43.578125 9.765625 +Q 47.609375 11.078125 50 13.484375 +Q 53.375 16.84375 55.25 22.53125 +Q 57.125 28.21875 57.125 36.328125 +Q 57.125 47.5625 53.4375 53.59375 +Q 49.75 59.625 44.484375 61.671875 +Q 40.671875 63.140625 32.234375 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-68"/> + <path d="M 7.859375 0 +L 7.859375 71.578125 +L 39.59375 71.578125 +Q 49.171875 71.578125 54.140625 69.640625 +Q 59.125 67.71875 62.109375 62.828125 +Q 65.09375 57.953125 65.09375 52.046875 +Q 65.09375 44.4375 60.15625 39.203125 +Q 55.21875 33.984375 44.921875 32.5625 +Q 48.6875 30.765625 50.640625 29 +Q 54.78125 25.203125 58.5 19.484375 +L 70.953125 0 +L 59.03125 0 +L 49.5625 14.890625 +Q 45.40625 21.34375 42.71875 24.75 +Q 40.046875 28.171875 37.921875 29.53125 +Q 35.796875 30.90625 33.59375 31.453125 +Q 31.984375 31.78125 28.328125 31.78125 +L 17.328125 31.78125 +L 17.328125 0 +z +M 17.328125 39.984375 +L 37.703125 39.984375 +Q 44.1875 39.984375 47.84375 41.328125 +Q 51.515625 42.671875 53.421875 45.625 +Q 55.328125 48.578125 55.328125 52.046875 +Q 55.328125 57.125 51.640625 60.390625 +Q 47.953125 63.671875 39.984375 63.671875 +L 17.328125 63.671875 +z +" id="ArialMT-82"/> + <path d="M 25.78125 7.859375 +L 27.046875 0.09375 +Q 23.34375 -0.6875 20.40625 -0.6875 +Q 15.625 -0.6875 12.984375 0.828125 +Q 10.359375 2.34375 9.28125 4.8125 +Q 8.203125 7.28125 8.203125 15.1875 +L 8.203125 45.015625 +L 1.765625 45.015625 +L 1.765625 51.859375 +L 8.203125 51.859375 +L 8.203125 64.703125 +L 16.9375 69.96875 +L 16.9375 51.859375 +L 25.78125 51.859375 +L 25.78125 45.015625 +L 16.9375 45.015625 +L 16.9375 14.703125 +Q 16.9375 10.9375 17.40625 9.859375 +Q 17.875 8.796875 18.921875 8.15625 +Q 19.96875 7.515625 21.921875 7.515625 +Q 23.390625 7.515625 25.78125 7.859375 +z +" id="ArialMT-116"/> + <path d="M 6.5 0 +L 6.5 51.859375 +L 14.40625 51.859375 +L 14.40625 44 +Q 17.4375 49.515625 20 51.265625 +Q 22.5625 53.03125 25.640625 53.03125 +Q 30.078125 53.03125 34.671875 50.203125 +L 31.640625 42.046875 +Q 28.421875 43.953125 25.203125 43.953125 +Q 22.3125 43.953125 20.015625 42.21875 +Q 17.71875 40.484375 16.75 37.40625 +Q 15.28125 32.71875 15.28125 27.15625 +L 15.28125 0 +z +" id="ArialMT-114"/> + <path d="M 40.578125 0 +L 40.578125 7.625 +Q 34.515625 -1.171875 24.125 -1.171875 +Q 19.53125 -1.171875 15.546875 0.578125 +Q 11.578125 2.34375 9.640625 5 +Q 7.71875 7.671875 6.9375 11.53125 +Q 6.390625 14.109375 6.390625 19.734375 +L 6.390625 51.859375 +L 15.1875 51.859375 +L 15.1875 23.09375 +Q 15.1875 16.21875 15.71875 13.8125 +Q 16.546875 10.359375 19.234375 8.375 +Q 21.921875 6.390625 25.875 6.390625 +Q 29.828125 6.390625 33.296875 8.421875 +Q 36.765625 10.453125 38.203125 13.9375 +Q 39.65625 17.4375 39.65625 24.078125 +L 39.65625 51.859375 +L 48.4375 51.859375 +L 48.4375 0 +z +" id="ArialMT-117"/> + <path d="M 42.09375 16.703125 +L 51.171875 15.578125 +Q 49.03125 7.625 43.21875 3.21875 +Q 37.40625 -1.171875 28.375 -1.171875 +Q 17 -1.171875 10.328125 5.828125 +Q 3.65625 12.84375 3.65625 25.484375 +Q 3.65625 38.578125 10.390625 45.796875 +Q 17.140625 53.03125 27.875 53.03125 +Q 38.28125 53.03125 44.875 45.953125 +Q 51.46875 38.875 51.46875 26.03125 +Q 51.46875 25.25 51.421875 23.6875 +L 12.75 23.6875 +Q 13.234375 15.140625 17.578125 10.59375 +Q 21.921875 6.0625 28.421875 6.0625 +Q 33.25 6.0625 36.671875 8.59375 +Q 40.09375 11.140625 42.09375 16.703125 +z +M 13.234375 30.90625 +L 42.1875 30.90625 +Q 41.609375 37.453125 38.875 40.71875 +Q 34.671875 45.796875 27.984375 45.796875 +Q 21.921875 45.796875 17.796875 41.75 +Q 13.671875 37.703125 13.234375 30.90625 +z +" id="ArialMT-101"/> + </defs> + <g style="fill:#ff0000;" transform="translate(126.963308 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_8"> + <path clip-path="url(#p9b7ca11509)" d="M 25.321875 147.6 +L 265.839116 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_9"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(12.760937 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_9"> + <path clip-path="url(#p9b7ca11509)" d="M 25.321875 104.457143 +L 265.839116 104.457143 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_10"> + <!-- 5 --> + <g style="fill:#262626;" transform="translate(12.760937 108.036049)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_10"> + <path clip-path="url(#p9b7ca11509)" d="M 25.321875 61.314286 +L 265.839116 61.314286 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_11"> + <!-- 10 --> + <defs> + <path d="M 37.25 0 +L 28.46875 0 +L 28.46875 56 +Q 25.296875 52.984375 20.140625 49.953125 +Q 14.984375 46.921875 10.890625 45.40625 +L 10.890625 53.90625 +Q 18.265625 57.375 23.78125 62.296875 +Q 29.296875 67.234375 31.59375 71.875 +L 37.25 71.875 +z +" id="ArialMT-49"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 64.893192)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_3"> + <path clip-path="url(#p9b7ca11509)" d="M 36.254477 147.6 +L 36.254477 147.6 +L 38.440997 147.6 +L 38.440997 69.942857 +L 40.627518 69.942857 +L 40.627518 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 45.000558 147.6 +L 45.000558 138.971429 +L 47.187079 138.971429 +L 47.187079 78.571429 +L 49.373599 78.571429 +L 49.373599 147.6 +L 51.56012 147.6 +L 51.56012 138.971429 +L 53.74664 138.971429 +L 53.74664 78.571429 +L 55.93316 78.571429 +L 55.93316 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 86.544446 147.6 +L 86.544446 44.057143 +L 88.730966 44.057143 +L 88.730966 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 95.290527 147.6 +L 95.290527 44.057143 +L 97.477047 44.057143 +L 97.477047 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 101.850088 147.6 +L 101.850088 44.057143 +L 104.036609 44.057143 +L 104.036609 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 230.85479 147.6 +L 230.85479 95.828571 +L 233.041311 95.828571 +L 233.041311 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 239.600872 147.6 +L 239.600872 113.085714 +L 241.787392 113.085714 +L 241.787392 130.342857 +L 243.973913 130.342857 +L 243.973913 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 248.346953 147.6 +L 248.346953 113.085714 +L 250.533474 113.085714 +L 250.533474 130.342857 +L 252.719994 130.342857 +L 252.719994 147.6 +L 254.906514 147.6 +L 254.906514 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 104.036609 147.6 +L 104.036609 147.6 +L 101.850088 147.6 +L 101.850088 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 97.477047 147.6 +L 97.477047 147.6 +L 95.290527 147.6 +L 95.290527 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 88.730966 147.6 +L 88.730966 147.6 +L 86.544446 147.6 +L 86.544446 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 55.93316 147.6 +L 55.93316 147.6 +L 53.74664 147.6 +L 53.74664 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 49.373599 147.6 +L 49.373599 147.6 +L 47.187079 147.6 +L 47.187079 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 40.627518 147.6 +L 40.627518 147.6 +L 38.440997 147.6 +L 38.440997 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_4"> + <path clip-path="url(#p9b7ca11509)" d="M 36.254477 147.6 +L 36.254477 147.6 +L 38.440997 147.6 +L 38.440997 121.714286 +L 40.627518 121.714286 +L 40.627518 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 47.187079 147.6 +L 47.187079 121.714286 +L 49.373599 121.714286 +L 49.373599 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 53.74664 147.6 +L 53.74664 121.714286 +L 55.93316 121.714286 +L 55.93316 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 86.544446 147.6 +L 86.544446 113.085714 +L 88.730966 113.085714 +L 88.730966 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 95.290527 147.6 +L 95.290527 113.085714 +L 97.477047 113.085714 +L 97.477047 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 101.850088 147.6 +L 101.850088 113.085714 +L 104.036609 113.085714 +L 104.036609 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 230.85479 147.6 +L 230.85479 130.342857 +L 233.041311 130.342857 +L 233.041311 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 241.787392 147.6 +L 241.787392 130.342857 +L 243.973913 130.342857 +L 243.973913 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 250.533474 147.6 +L 250.533474 130.342857 +L 252.719994 130.342857 +L 252.719994 147.6 +L 254.906514 147.6 +L 254.906514 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 104.036609 147.6 +L 104.036609 147.6 +L 101.850088 147.6 +L 101.850088 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 97.477047 147.6 +L 97.477047 147.6 +L 95.290527 147.6 +L 95.290527 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 88.730966 147.6 +L 88.730966 147.6 +L 86.544446 147.6 +L 86.544446 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 55.93316 147.6 +L 55.93316 147.6 +L 53.74664 147.6 +L 53.74664 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 49.373599 147.6 +L 49.373599 147.6 +L 47.187079 147.6 +L 47.187079 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 40.627518 147.6 +L 40.627518 147.6 +L 38.440997 147.6 +L 38.440997 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_5"> + <path clip-path="url(#p9b7ca11509)" d="M 36.254477 147.6 +L 36.254477 147.6 +L 38.440997 147.6 +L 38.440997 121.714286 +L 40.627518 121.714286 +L 40.627518 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 47.187079 147.6 +L 47.187079 121.714286 +L 49.373599 121.714286 +L 49.373599 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 53.74664 147.6 +L 53.74664 121.714286 +L 55.93316 121.714286 +L 55.93316 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 86.544446 147.6 +L 86.544446 113.085714 +L 88.730966 113.085714 +L 88.730966 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 95.290527 147.6 +L 95.290527 113.085714 +L 97.477047 113.085714 +L 97.477047 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 101.850088 147.6 +L 101.850088 113.085714 +L 104.036609 113.085714 +L 104.036609 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 230.85479 147.6 +L 230.85479 130.342857 +L 233.041311 130.342857 +L 233.041311 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 239.600872 147.6 +L 239.600872 130.342857 +L 241.787392 130.342857 +L 241.787392 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 248.346953 147.6 +L 248.346953 130.342857 +L 250.533474 130.342857 +L 250.533474 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 254.906514 147.6 +L 254.906514 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 104.036609 147.6 +L 104.036609 147.6 +L 101.850088 147.6 +L 101.850088 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 97.477047 147.6 +L 97.477047 147.6 +L 95.290527 147.6 +L 95.290527 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 88.730966 147.6 +L 88.730966 147.6 +L 86.544446 147.6 +L 86.544446 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 55.93316 147.6 +L 55.93316 147.6 +L 53.74664 147.6 +L 53.74664 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 49.373599 147.6 +L 49.373599 147.6 +L 47.187079 147.6 +L 47.187079 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 40.627518 147.6 +L 40.627518 147.6 +L 38.440997 147.6 +L 38.440997 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_6"> + <path clip-path="url(#p9b7ca11509)" d="M 36.254477 147.6 +L 36.254477 147.6 +L 38.440997 147.6 +L 38.440997 121.714286 +L 40.627518 121.714286 +L 40.627518 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 45.000558 147.6 +L 45.000558 138.971429 +L 47.187079 138.971429 +L 47.187079 130.342857 +L 49.373599 130.342857 +L 49.373599 147.6 +L 51.56012 147.6 +L 51.56012 138.971429 +L 53.74664 138.971429 +L 53.74664 130.342857 +L 55.93316 130.342857 +L 55.93316 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 86.544446 147.6 +L 86.544446 113.085714 +L 88.730966 113.085714 +L 88.730966 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 95.290527 147.6 +L 95.290527 113.085714 +L 97.477047 113.085714 +L 97.477047 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 101.850088 147.6 +L 101.850088 113.085714 +L 104.036609 113.085714 +L 104.036609 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 230.85479 147.6 +L 230.85479 130.342857 +L 233.041311 130.342857 +L 233.041311 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 239.600872 147.6 +L 239.600872 130.342857 +L 241.787392 130.342857 +L 241.787392 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 248.346953 147.6 +L 248.346953 130.342857 +L 250.533474 130.342857 +L 250.533474 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 254.906514 147.6 +L 254.906514 147.6 +L 252.719994 147.6 +L 252.719994 147.6 +L 250.533474 147.6 +L 250.533474 147.6 +L 248.346953 147.6 +L 248.346953 147.6 +L 246.160433 147.6 +L 246.160433 147.6 +L 243.973913 147.6 +L 243.973913 147.6 +L 241.787392 147.6 +L 241.787392 147.6 +L 239.600872 147.6 +L 239.600872 147.6 +L 237.414351 147.6 +L 237.414351 147.6 +L 235.227831 147.6 +L 235.227831 147.6 +L 233.041311 147.6 +L 233.041311 147.6 +L 230.85479 147.6 +L 230.85479 147.6 +L 228.66827 147.6 +L 228.66827 147.6 +L 226.48175 147.6 +L 226.48175 147.6 +L 224.295229 147.6 +L 224.295229 147.6 +L 222.108709 147.6 +L 222.108709 147.6 +L 219.922188 147.6 +L 219.922188 147.6 +L 217.735668 147.6 +L 217.735668 147.6 +L 215.549148 147.6 +L 215.549148 147.6 +L 213.362627 147.6 +L 213.362627 147.6 +L 211.176107 147.6 +L 211.176107 147.6 +L 208.989587 147.6 +L 208.989587 147.6 +L 206.803066 147.6 +L 206.803066 147.6 +L 204.616546 147.6 +L 204.616546 147.6 +L 202.430025 147.6 +L 202.430025 147.6 +L 200.243505 147.6 +L 200.243505 147.6 +L 198.056985 147.6 +L 198.056985 147.6 +L 195.870464 147.6 +L 195.870464 147.6 +L 193.683944 147.6 +L 193.683944 147.6 +L 191.497424 147.6 +L 191.497424 147.6 +L 189.310903 147.6 +L 189.310903 147.6 +L 187.124383 147.6 +L 187.124383 147.6 +L 184.937862 147.6 +L 184.937862 147.6 +L 182.751342 147.6 +L 182.751342 147.6 +L 180.564822 147.6 +L 180.564822 147.6 +L 178.378301 147.6 +L 178.378301 147.6 +L 176.191781 147.6 +L 176.191781 147.6 +L 174.005261 147.6 +L 174.005261 147.6 +L 171.81874 147.6 +L 171.81874 147.6 +L 169.63222 147.6 +L 169.63222 147.6 +L 167.445699 147.6 +L 167.445699 147.6 +L 165.259179 147.6 +L 165.259179 147.6 +L 163.072659 147.6 +L 163.072659 147.6 +L 160.886138 147.6 +L 160.886138 147.6 +L 158.699618 147.6 +L 158.699618 147.6 +L 156.513098 147.6 +L 156.513098 147.6 +L 154.326577 147.6 +L 154.326577 147.6 +L 152.140057 147.6 +L 152.140057 147.6 +L 149.953536 147.6 +L 149.953536 147.6 +L 147.767016 147.6 +L 147.767016 147.6 +L 145.580496 147.6 +L 145.580496 147.6 +L 143.393975 147.6 +L 143.393975 147.6 +L 141.207455 147.6 +L 141.207455 147.6 +L 139.020935 147.6 +L 139.020935 147.6 +L 136.834414 147.6 +L 136.834414 147.6 +L 134.647894 147.6 +L 134.647894 147.6 +L 132.461373 147.6 +L 132.461373 147.6 +L 130.274853 147.6 +L 130.274853 147.6 +L 128.088333 147.6 +L 128.088333 147.6 +L 125.901812 147.6 +L 125.901812 147.6 +L 123.715292 147.6 +L 123.715292 147.6 +L 121.528772 147.6 +L 121.528772 147.6 +L 119.342251 147.6 +L 119.342251 147.6 +L 117.155731 147.6 +L 117.155731 147.6 +L 114.96921 147.6 +L 114.96921 147.6 +L 112.78269 147.6 +L 112.78269 147.6 +L 110.59617 147.6 +L 110.59617 147.6 +L 108.409649 147.6 +L 108.409649 147.6 +L 106.223129 147.6 +L 106.223129 147.6 +L 104.036609 147.6 +L 104.036609 147.6 +L 101.850088 147.6 +L 101.850088 147.6 +L 99.663568 147.6 +L 99.663568 147.6 +L 97.477047 147.6 +L 97.477047 147.6 +L 95.290527 147.6 +L 95.290527 147.6 +L 93.104007 147.6 +L 93.104007 147.6 +L 90.917486 147.6 +L 90.917486 147.6 +L 88.730966 147.6 +L 88.730966 147.6 +L 86.544446 147.6 +L 86.544446 147.6 +L 84.357925 147.6 +L 84.357925 147.6 +L 82.171405 147.6 +L 82.171405 147.6 +L 79.984884 147.6 +L 79.984884 147.6 +L 77.798364 147.6 +L 77.798364 147.6 +L 75.611844 147.6 +L 75.611844 147.6 +L 73.425323 147.6 +L 73.425323 147.6 +L 71.238803 147.6 +L 71.238803 147.6 +L 69.052283 147.6 +L 69.052283 147.6 +L 66.865762 147.6 +L 66.865762 147.6 +L 64.679242 147.6 +L 64.679242 147.6 +L 62.492721 147.6 +L 62.492721 147.6 +L 60.306201 147.6 +L 60.306201 147.6 +L 58.119681 147.6 +L 58.119681 147.6 +L 55.93316 147.6 +L 55.93316 147.6 +L 53.74664 147.6 +L 53.74664 147.6 +L 51.56012 147.6 +L 51.56012 147.6 +L 49.373599 147.6 +L 49.373599 147.6 +L 47.187079 147.6 +L 47.187079 147.6 +L 45.000558 147.6 +L 45.000558 147.6 +L 42.814038 147.6 +L 42.814038 147.6 +L 40.627518 147.6 +L 40.627518 147.6 +L 38.440997 147.6 +L 38.440997 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_11"> + <path clip-path="url(#p9b7ca11509)" d="M 47.522197 147.6 +L 47.522197 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_7"> + <path d="M 25.321875 147.6 +L 25.321875 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_8"> + <path d="M 265.839116 147.6 +L 265.839116 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_9"> + <path d="M 25.321875 147.6 +L 265.839116 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_10"> + <path d="M 25.321875 38.88 +L 265.839116 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_12"> + <!-- 0% --> + <defs> + <path id="ArialMT-32"/> + <path d="M 5.8125 54.390625 +Q 5.8125 62.0625 9.671875 67.421875 +Q 13.53125 72.796875 20.84375 72.796875 +Q 27.59375 72.796875 32 67.984375 +Q 36.421875 63.1875 36.421875 53.859375 +Q 36.421875 44.78125 31.953125 39.875 +Q 27.484375 34.96875 20.953125 34.96875 +Q 14.453125 34.96875 10.125 39.796875 +Q 5.8125 44.625 5.8125 54.390625 +z +M 21.09375 66.75 +Q 17.828125 66.75 15.65625 63.90625 +Q 13.484375 61.078125 13.484375 53.515625 +Q 13.484375 46.625 15.671875 43.8125 +Q 17.875 41.015625 21.09375 41.015625 +Q 24.421875 41.015625 26.59375 43.84375 +Q 28.765625 46.6875 28.765625 54.203125 +Q 28.765625 61.140625 26.5625 63.9375 +Q 24.359375 66.75 21.09375 66.75 +z +M 21.140625 -2.640625 +L 60.296875 72.796875 +L 67.4375 72.796875 +L 28.421875 -2.640625 +z +M 52.09375 16.796875 +Q 52.09375 24.515625 55.953125 29.859375 +Q 59.8125 35.203125 67.1875 35.203125 +Q 73.921875 35.203125 78.34375 30.390625 +Q 82.765625 25.59375 82.765625 16.265625 +Q 82.765625 7.171875 78.296875 2.265625 +Q 73.828125 -2.640625 67.234375 -2.640625 +Q 60.75 -2.640625 56.421875 2.21875 +Q 52.09375 7.078125 52.09375 16.796875 +z +M 67.4375 29.15625 +Q 64.109375 29.15625 61.9375 26.3125 +Q 59.765625 23.484375 59.765625 15.921875 +Q 59.765625 9.078125 61.953125 6.25 +Q 64.15625 3.421875 67.390625 3.421875 +Q 70.75 3.421875 72.921875 6.25 +Q 75.09375 9.078125 75.09375 16.609375 +Q 75.09375 23.53125 72.890625 26.34375 +Q 70.703125 29.15625 67.4375 29.15625 +z +" id="ArialMT-37"/> + </defs> + <g style="fill:#262626;" transform="translate(133.574871 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_2"> + <g id="patch_11"> + <path d="M 313.942565 147.6 +L 554.459806 147.6 +L 554.459806 38.88 +L 313.942565 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_3"> + <g id="xtick_8"> + <g id="line2d_12"> + <path clip-path="url(#pf121253d51)" d="M 362.771604 147.6 +L 362.771604 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_13"> + <!-- 0.0200 --> + <g style="fill:#262626;" transform="translate(347.480198 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_9"> + <g id="line2d_13"> + <path clip-path="url(#pf121253d51)" d="M 420.802567 147.6 +L 420.802567 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_14"> + <!-- 0.0205 --> + <g style="fill:#262626;" transform="translate(405.51116 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_10"> + <g id="line2d_14"> + <path clip-path="url(#pf121253d51)" d="M 478.833529 147.6 +L 478.833529 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_15"> + <!-- 0.0210 --> + <g style="fill:#262626;" transform="translate(463.542123 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-49"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_11"> + <g id="line2d_15"> + <path clip-path="url(#pf121253d51)" d="M 536.864491 147.6 +L 536.864491 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_16"> + <!-- 0.0215 --> + <g style="fill:#262626;" transform="translate(521.573085 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-49"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="text_17"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(415.583998 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_4"> + <g id="ytick_4"> + <g id="line2d_16"> + <path clip-path="url(#pf121253d51)" d="M 313.942565 147.6 +L 554.459806 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_18"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(301.381627 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_17"> + <path clip-path="url(#pf121253d51)" d="M 313.942565 113.085714 +L 554.459806 113.085714 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_19"> + <!-- 2 --> + <g style="fill:#262626;" transform="translate(301.381627 116.664621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_6"> + <g id="line2d_18"> + <path clip-path="url(#pf121253d51)" d="M 313.942565 78.571429 +L 554.459806 78.571429 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_20"> + <!-- 4 --> + <g style="fill:#262626;" transform="translate(301.381627 82.150335)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_19"> + <path clip-path="url(#pf121253d51)" d="M 313.942565 44.057143 +L 554.459806 44.057143 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_21"> + <!-- 6 --> + <g style="fill:#262626;" transform="translate(301.381627 47.636049)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + </g> + <g id="patch_12"> + <path clip-path="url(#pf121253d51)" d="M 324.875167 147.6 +L 324.875167 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 335.807768 147.6 +L 335.807768 78.571429 +L 337.994289 78.571429 +L 337.994289 61.314286 +L 340.180809 61.314286 +L 340.180809 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 359.859493 147.6 +L 359.859493 130.342857 +L 362.046013 130.342857 +L 362.046013 78.571429 +L 364.232533 78.571429 +L 364.232533 78.571429 +L 366.419054 78.571429 +L 366.419054 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 370.792094 147.6 +L 370.792094 44.057143 +L 372.978615 44.057143 +L 372.978615 44.057143 +L 375.165135 44.057143 +L 375.165135 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 381.724696 147.6 +L 381.724696 130.342857 +L 383.911217 130.342857 +L 383.911217 61.314286 +L 386.097737 61.314286 +L 386.097737 95.828571 +L 388.284257 95.828571 +L 388.284257 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 394.843819 147.6 +L 394.843819 113.085714 +L 397.030339 113.085714 +L 397.030339 78.571429 +L 399.216859 78.571429 +L 399.216859 44.057143 +L 401.40338 44.057143 +L 401.40338 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 416.709022 147.6 +L 416.709022 113.085714 +L 418.895543 113.085714 +L 418.895543 78.571429 +L 421.082063 78.571429 +L 421.082063 78.571429 +L 423.268583 78.571429 +L 423.268583 113.085714 +L 425.455104 113.085714 +L 425.455104 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 477.931593 147.6 +L 477.931593 78.571429 +L 480.118113 78.571429 +L 480.118113 113.085714 +L 482.304634 113.085714 +L 482.304634 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 504.169837 147.6 +L 504.169837 78.571429 +L 506.356358 78.571429 +L 506.356358 113.085714 +L 508.542878 113.085714 +L 508.542878 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 526.035041 147.6 +L 526.035041 113.085714 +L 528.221562 113.085714 +L 528.221562 113.085714 +L 530.408082 113.085714 +L 530.408082 113.085714 +L 532.594602 113.085714 +L 532.594602 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 543.527204 147.6 +L 543.527204 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 421.082063 147.6 +L 421.082063 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 399.216859 147.6 +L 399.216859 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 386.097737 147.6 +L 386.097737 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 372.978615 147.6 +L 372.978615 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 364.232533 147.6 +L 364.232533 147.6 +L 362.046013 147.6 +L 362.046013 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 337.994289 147.6 +L 337.994289 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_13"> + <path clip-path="url(#pf121253d51)" d="M 324.875167 147.6 +L 324.875167 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 337.994289 147.6 +L 337.994289 95.828571 +L 340.180809 95.828571 +L 340.180809 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 362.046013 147.6 +L 362.046013 130.342857 +L 364.232533 130.342857 +L 364.232533 113.085714 +L 366.419054 113.085714 +L 366.419054 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 372.978615 147.6 +L 372.978615 78.571429 +L 375.165135 78.571429 +L 375.165135 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 386.097737 147.6 +L 386.097737 95.828571 +L 388.284257 95.828571 +L 388.284257 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 399.216859 147.6 +L 399.216859 78.571429 +L 401.40338 78.571429 +L 401.40338 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 421.082063 147.6 +L 421.082063 113.085714 +L 423.268583 113.085714 +L 423.268583 113.085714 +L 425.455104 113.085714 +L 425.455104 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 480.118113 147.6 +L 480.118113 113.085714 +L 482.304634 113.085714 +L 482.304634 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 506.356358 147.6 +L 506.356358 113.085714 +L 508.542878 113.085714 +L 508.542878 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 530.408082 147.6 +L 530.408082 113.085714 +L 532.594602 113.085714 +L 532.594602 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 543.527204 147.6 +L 543.527204 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 421.082063 147.6 +L 421.082063 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 399.216859 147.6 +L 399.216859 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 386.097737 147.6 +L 386.097737 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 372.978615 147.6 +L 372.978615 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 364.232533 147.6 +L 364.232533 147.6 +L 362.046013 147.6 +L 362.046013 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 337.994289 147.6 +L 337.994289 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_14"> + <path clip-path="url(#pf121253d51)" d="M 324.875167 147.6 +L 324.875167 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 335.807768 147.6 +L 335.807768 130.342857 +L 337.994289 130.342857 +L 337.994289 113.085714 +L 340.180809 113.085714 +L 340.180809 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 362.046013 147.6 +L 362.046013 130.342857 +L 364.232533 130.342857 +L 364.232533 113.085714 +L 366.419054 113.085714 +L 366.419054 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 370.792094 147.6 +L 370.792094 113.085714 +L 372.978615 113.085714 +L 372.978615 113.085714 +L 375.165135 113.085714 +L 375.165135 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 383.911217 147.6 +L 383.911217 95.828571 +L 386.097737 95.828571 +L 386.097737 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 397.030339 147.6 +L 397.030339 113.085714 +L 399.216859 113.085714 +L 399.216859 113.085714 +L 401.40338 113.085714 +L 401.40338 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 418.895543 147.6 +L 418.895543 113.085714 +L 421.082063 113.085714 +L 421.082063 113.085714 +L 423.268583 113.085714 +L 423.268583 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 477.931593 147.6 +L 477.931593 113.085714 +L 480.118113 113.085714 +L 480.118113 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 504.169837 147.6 +L 504.169837 113.085714 +L 506.356358 113.085714 +L 506.356358 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 528.221562 147.6 +L 528.221562 113.085714 +L 530.408082 113.085714 +L 530.408082 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 543.527204 147.6 +L 543.527204 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 421.082063 147.6 +L 421.082063 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 399.216859 147.6 +L 399.216859 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 386.097737 147.6 +L 386.097737 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 372.978615 147.6 +L 372.978615 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 364.232533 147.6 +L 364.232533 147.6 +L 362.046013 147.6 +L 362.046013 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 337.994289 147.6 +L 337.994289 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_15"> + <path clip-path="url(#pf121253d51)" d="M 324.875167 147.6 +L 324.875167 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 335.807768 147.6 +L 335.807768 95.828571 +L 337.994289 95.828571 +L 337.994289 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 359.859493 147.6 +L 359.859493 130.342857 +L 362.046013 130.342857 +L 362.046013 113.085714 +L 364.232533 113.085714 +L 364.232533 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 370.792094 147.6 +L 370.792094 78.571429 +L 372.978615 78.571429 +L 372.978615 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 381.724696 147.6 +L 381.724696 130.342857 +L 383.911217 130.342857 +L 383.911217 113.085714 +L 386.097737 113.085714 +L 386.097737 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 394.843819 147.6 +L 394.843819 113.085714 +L 397.030339 113.085714 +L 397.030339 113.085714 +L 399.216859 113.085714 +L 399.216859 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 416.709022 147.6 +L 416.709022 113.085714 +L 418.895543 113.085714 +L 418.895543 113.085714 +L 421.082063 113.085714 +L 421.082063 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 477.931593 147.6 +L 477.931593 113.085714 +L 480.118113 113.085714 +L 480.118113 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 504.169837 147.6 +L 504.169837 113.085714 +L 506.356358 113.085714 +L 506.356358 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 526.035041 147.6 +L 526.035041 113.085714 +L 528.221562 113.085714 +L 528.221562 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 543.527204 147.6 +L 543.527204 147.6 +L 541.340684 147.6 +L 541.340684 147.6 +L 539.154163 147.6 +L 539.154163 147.6 +L 536.967643 147.6 +L 536.967643 147.6 +L 534.781123 147.6 +L 534.781123 147.6 +L 532.594602 147.6 +L 532.594602 147.6 +L 530.408082 147.6 +L 530.408082 147.6 +L 528.221562 147.6 +L 528.221562 147.6 +L 526.035041 147.6 +L 526.035041 147.6 +L 523.848521 147.6 +L 523.848521 147.6 +L 521.662 147.6 +L 521.662 147.6 +L 519.47548 147.6 +L 519.47548 147.6 +L 517.28896 147.6 +L 517.28896 147.6 +L 515.102439 147.6 +L 515.102439 147.6 +L 512.915919 147.6 +L 512.915919 147.6 +L 510.729399 147.6 +L 510.729399 147.6 +L 508.542878 147.6 +L 508.542878 147.6 +L 506.356358 147.6 +L 506.356358 147.6 +L 504.169837 147.6 +L 504.169837 147.6 +L 501.983317 147.6 +L 501.983317 147.6 +L 499.796797 147.6 +L 499.796797 147.6 +L 497.610276 147.6 +L 497.610276 147.6 +L 495.423756 147.6 +L 495.423756 147.6 +L 493.237236 147.6 +L 493.237236 147.6 +L 491.050715 147.6 +L 491.050715 147.6 +L 488.864195 147.6 +L 488.864195 147.6 +L 486.677674 147.6 +L 486.677674 147.6 +L 484.491154 147.6 +L 484.491154 147.6 +L 482.304634 147.6 +L 482.304634 147.6 +L 480.118113 147.6 +L 480.118113 147.6 +L 477.931593 147.6 +L 477.931593 147.6 +L 475.745072 147.6 +L 475.745072 147.6 +L 473.558552 147.6 +L 473.558552 147.6 +L 471.372032 147.6 +L 471.372032 147.6 +L 469.185511 147.6 +L 469.185511 147.6 +L 466.998991 147.6 +L 466.998991 147.6 +L 464.812471 147.6 +L 464.812471 147.6 +L 462.62595 147.6 +L 462.62595 147.6 +L 460.43943 147.6 +L 460.43943 147.6 +L 458.252909 147.6 +L 458.252909 147.6 +L 456.066389 147.6 +L 456.066389 147.6 +L 453.879869 147.6 +L 453.879869 147.6 +L 451.693348 147.6 +L 451.693348 147.6 +L 449.506828 147.6 +L 449.506828 147.6 +L 447.320308 147.6 +L 447.320308 147.6 +L 445.133787 147.6 +L 445.133787 147.6 +L 442.947267 147.6 +L 442.947267 147.6 +L 440.760746 147.6 +L 440.760746 147.6 +L 438.574226 147.6 +L 438.574226 147.6 +L 436.387706 147.6 +L 436.387706 147.6 +L 434.201185 147.6 +L 434.201185 147.6 +L 432.014665 147.6 +L 432.014665 147.6 +L 429.828145 147.6 +L 429.828145 147.6 +L 427.641624 147.6 +L 427.641624 147.6 +L 425.455104 147.6 +L 425.455104 147.6 +L 423.268583 147.6 +L 423.268583 147.6 +L 421.082063 147.6 +L 421.082063 147.6 +L 418.895543 147.6 +L 418.895543 147.6 +L 416.709022 147.6 +L 416.709022 147.6 +L 414.522502 147.6 +L 414.522502 147.6 +L 412.335982 147.6 +L 412.335982 147.6 +L 410.149461 147.6 +L 410.149461 147.6 +L 407.962941 147.6 +L 407.962941 147.6 +L 405.77642 147.6 +L 405.77642 147.6 +L 403.5899 147.6 +L 403.5899 147.6 +L 401.40338 147.6 +L 401.40338 147.6 +L 399.216859 147.6 +L 399.216859 147.6 +L 397.030339 147.6 +L 397.030339 147.6 +L 394.843819 147.6 +L 394.843819 147.6 +L 392.657298 147.6 +L 392.657298 147.6 +L 390.470778 147.6 +L 390.470778 147.6 +L 388.284257 147.6 +L 388.284257 147.6 +L 386.097737 147.6 +L 386.097737 147.6 +L 383.911217 147.6 +L 383.911217 147.6 +L 381.724696 147.6 +L 381.724696 147.6 +L 379.538176 147.6 +L 379.538176 147.6 +L 377.351656 147.6 +L 377.351656 147.6 +L 375.165135 147.6 +L 375.165135 147.6 +L 372.978615 147.6 +L 372.978615 147.6 +L 370.792094 147.6 +L 370.792094 147.6 +L 368.605574 147.6 +L 368.605574 147.6 +L 366.419054 147.6 +L 366.419054 147.6 +L 364.232533 147.6 +L 364.232533 147.6 +L 362.046013 147.6 +L 362.046013 147.6 +L 359.859493 147.6 +L 359.859493 147.6 +L 357.672972 147.6 +L 357.672972 147.6 +L 355.486452 147.6 +L 355.486452 147.6 +L 353.299931 147.6 +L 353.299931 147.6 +L 351.113411 147.6 +L 351.113411 147.6 +L 348.926891 147.6 +L 348.926891 147.6 +L 346.74037 147.6 +L 346.74037 147.6 +L 344.55385 147.6 +L 344.55385 147.6 +L 342.36733 147.6 +L 342.36733 147.6 +L 340.180809 147.6 +L 340.180809 147.6 +L 337.994289 147.6 +L 337.994289 147.6 +L 335.807768 147.6 +L 335.807768 147.6 +L 333.621248 147.6 +L 333.621248 147.6 +L 331.434728 147.6 +L 331.434728 147.6 +L 329.248207 147.6 +L 329.248207 147.6 +L 327.061687 147.6 +L 327.061687 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_20"> + <path clip-path="url(#pf121253d51)" d="M 362.771604 147.6 +L 362.771604 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_16"> + <path d="M 313.942565 147.6 +L 313.942565 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_17"> + <path d="M 554.459806 147.6 +L 554.459806 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_18"> + <path d="M 313.942565 147.6 +L 554.459806 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_19"> + <path d="M 313.942565 38.88 +L 554.459806 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_22"> + <!-- 1% --> + <g style="fill:#262626;" transform="translate(422.19556 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-49"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_3"> + <g id="patch_20"> + <path d="M 602.563254 147.6 +L 843.080496 147.6 +L 843.080496 38.88 +L 602.563254 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_5"> + <g id="xtick_12"> + <g id="line2d_21"> + <path clip-path="url(#pcc1ec40c25)" d="M 646.330823 147.6 +L 646.330823 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_23"> + <!-- 0.099 --> + <defs> + <path d="M 5.46875 16.546875 +L 13.921875 17.328125 +Q 14.984375 11.375 18.015625 8.6875 +Q 21.046875 6 25.78125 6 +Q 29.828125 6 32.875 7.859375 +Q 35.9375 9.71875 37.890625 12.8125 +Q 39.84375 15.921875 41.15625 21.1875 +Q 42.484375 26.46875 42.484375 31.9375 +Q 42.484375 32.515625 42.4375 33.6875 +Q 39.796875 29.5 35.234375 26.875 +Q 30.671875 24.265625 25.34375 24.265625 +Q 16.453125 24.265625 10.296875 30.703125 +Q 4.15625 37.15625 4.15625 47.703125 +Q 4.15625 58.59375 10.578125 65.234375 +Q 17 71.875 26.65625 71.875 +Q 33.640625 71.875 39.421875 68.109375 +Q 45.21875 64.359375 48.21875 57.390625 +Q 51.21875 50.4375 51.21875 37.25 +Q 51.21875 23.53125 48.234375 15.40625 +Q 45.265625 7.28125 39.375 3.03125 +Q 33.5 -1.21875 25.59375 -1.21875 +Q 17.1875 -1.21875 11.859375 3.4375 +Q 6.546875 8.109375 5.46875 16.546875 +z +M 41.453125 48.140625 +Q 41.453125 55.71875 37.421875 60.15625 +Q 33.40625 64.59375 27.734375 64.59375 +Q 21.875 64.59375 17.53125 59.8125 +Q 13.1875 55.03125 13.1875 47.40625 +Q 13.1875 40.578125 17.3125 36.296875 +Q 21.4375 32.03125 27.484375 32.03125 +Q 33.59375 32.03125 37.515625 36.296875 +Q 41.453125 40.578125 41.453125 48.140625 +z +" id="ArialMT-57"/> + </defs> + <g style="fill:#262626;" transform="translate(633.819885 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-57"/> + </g> + </g> + </g> + <g id="xtick_13"> + <g id="line2d_22"> + <path clip-path="url(#pcc1ec40c25)" d="M 694.258888 147.6 +L 694.258888 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_24"> + <!-- 0.100 --> + <g style="fill:#262626;" transform="translate(681.74795 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_14"> + <g id="line2d_23"> + <path clip-path="url(#pcc1ec40c25)" d="M 742.186953 147.6 +L 742.186953 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_25"> + <!-- 0.101 --> + <g style="fill:#262626;" transform="translate(729.676015 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="xtick_15"> + <g id="line2d_24"> + <path clip-path="url(#pcc1ec40c25)" d="M 790.115018 147.6 +L 790.115018 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_26"> + <!-- 0.102 --> + <g style="fill:#262626;" transform="translate(777.60408 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_16"> + <g id="line2d_25"> + <path clip-path="url(#pcc1ec40c25)" d="M 838.043083 147.6 +L 838.043083 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_27"> + <!-- 0.103 --> + <defs> + <path d="M 4.203125 18.890625 +L 12.984375 20.0625 +Q 14.5 12.59375 18.140625 9.296875 +Q 21.78125 6 27 6 +Q 33.203125 6 37.46875 10.296875 +Q 41.75 14.59375 41.75 20.953125 +Q 41.75 27 37.796875 30.921875 +Q 33.84375 34.859375 27.734375 34.859375 +Q 25.25 34.859375 21.53125 33.890625 +L 22.515625 41.609375 +Q 23.390625 41.5 23.921875 41.5 +Q 29.546875 41.5 34.03125 44.421875 +Q 38.53125 47.359375 38.53125 53.46875 +Q 38.53125 58.296875 35.25 61.46875 +Q 31.984375 64.65625 26.8125 64.65625 +Q 21.6875 64.65625 18.265625 61.421875 +Q 14.84375 58.203125 13.875 51.765625 +L 5.078125 53.328125 +Q 6.6875 62.15625 12.390625 67.015625 +Q 18.109375 71.875 26.609375 71.875 +Q 32.46875 71.875 37.390625 69.359375 +Q 42.328125 66.84375 44.9375 62.5 +Q 47.5625 58.15625 47.5625 53.265625 +Q 47.5625 48.640625 45.0625 44.828125 +Q 42.578125 41.015625 37.703125 38.765625 +Q 44.046875 37.3125 47.5625 32.6875 +Q 51.078125 28.078125 51.078125 21.140625 +Q 51.078125 11.765625 44.234375 5.25 +Q 37.40625 -1.265625 26.953125 -1.265625 +Q 17.53125 -1.265625 11.296875 4.34375 +Q 5.078125 9.96875 4.203125 18.890625 +z +" id="ArialMT-51"/> + </defs> + <g style="fill:#262626;" transform="translate(825.532145 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-51"/> + </g> + </g> + </g> + <g id="text_28"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(704.204688 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_6"> + <g id="ytick_8"> + <g id="line2d_26"> + <path clip-path="url(#pcc1ec40c25)" d="M 602.563254 147.6 +L 843.080496 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_29"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(590.002317 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_9"> + <g id="line2d_27"> + <path clip-path="url(#pcc1ec40c25)" d="M 602.563254 113.085714 +L 843.080496 113.085714 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_30"> + <!-- 2 --> + <g style="fill:#262626;" transform="translate(590.002317 116.664621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_10"> + <g id="line2d_28"> + <path clip-path="url(#pcc1ec40c25)" d="M 602.563254 78.571429 +L 843.080496 78.571429 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_31"> + <!-- 4 --> + <g style="fill:#262626;" transform="translate(590.002317 82.150335)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="ytick_11"> + <g id="line2d_29"> + <path clip-path="url(#pcc1ec40c25)" d="M 602.563254 44.057143 +L 843.080496 44.057143 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_32"> + <!-- 6 --> + <g style="fill:#262626;" transform="translate(590.002317 47.636049)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + </g> + <g id="patch_21"> + <path clip-path="url(#pcc1ec40c25)" d="M 613.495856 147.6 +L 613.495856 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 635.36106 147.6 +L 635.36106 130.342857 +L 637.54758 130.342857 +L 637.54758 130.342857 +L 639.734101 130.342857 +L 639.734101 113.085714 +L 641.920621 113.085714 +L 641.920621 95.828571 +L 644.107141 95.828571 +L 644.107141 113.085714 +L 646.293662 113.085714 +L 646.293662 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 650.666703 147.6 +L 650.666703 113.085714 +L 652.853223 113.085714 +L 652.853223 78.571429 +L 655.039743 78.571429 +L 655.039743 78.571429 +L 657.226264 78.571429 +L 657.226264 147.6 +L 659.412784 147.6 +L 659.412784 113.085714 +L 661.599304 113.085714 +L 661.599304 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 690.024069 147.6 +L 690.024069 130.342857 +L 692.21059 130.342857 +L 692.21059 130.342857 +L 694.39711 130.342857 +L 694.39711 113.085714 +L 696.58363 113.085714 +L 696.58363 61.314286 +L 698.770151 61.314286 +L 698.770151 78.571429 +L 700.956671 78.571429 +L 700.956671 113.085714 +L 703.143192 113.085714 +L 703.143192 147.6 +L 705.329712 147.6 +L 705.329712 113.085714 +L 707.516232 113.085714 +L 707.516232 78.571429 +L 709.702753 78.571429 +L 709.702753 147.6 +L 711.889273 147.6 +L 711.889273 78.571429 +L 714.075793 78.571429 +L 714.075793 113.085714 +L 716.262314 113.085714 +L 716.262314 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 735.940997 147.6 +L 735.940997 130.342857 +L 738.127518 130.342857 +L 738.127518 147.6 +L 740.314038 147.6 +L 740.314038 95.828571 +L 742.500558 95.828571 +L 742.500558 113.085714 +L 744.687079 113.085714 +L 744.687079 130.342857 +L 746.873599 130.342857 +L 746.873599 113.085714 +L 749.06012 113.085714 +L 749.06012 147.6 +L 751.24664 147.6 +L 751.24664 78.571429 +L 753.43316 78.571429 +L 753.43316 147.6 +L 755.619681 147.6 +L 755.619681 44.057143 +L 757.806201 44.057143 +L 757.806201 44.057143 +L 759.992721 44.057143 +L 759.992721 147.6 +L 762.179242 147.6 +L 762.179242 113.085714 +L 764.365762 113.085714 +L 764.365762 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 799.350088 147.6 +L 799.350088 113.085714 +L 801.536609 113.085714 +L 801.536609 147.6 +L 803.723129 147.6 +L 803.723129 113.085714 +L 805.909649 113.085714 +L 805.909649 113.085714 +L 808.09617 113.085714 +L 808.09617 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 832.147894 147.6 +L 832.147894 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 759.992721 147.6 +L 759.992721 147.6 +L 757.806201 147.6 +L 757.806201 147.6 +L 755.619681 147.6 +L 755.619681 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 698.770151 147.6 +L 698.770151 147.6 +L 696.58363 147.6 +L 696.58363 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 655.039743 147.6 +L 655.039743 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 641.920621 147.6 +L 641.920621 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_22"> + <path clip-path="url(#pcc1ec40c25)" d="M 613.495856 147.6 +L 613.495856 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 641.920621 147.6 +L 641.920621 130.342857 +L 644.107141 130.342857 +L 644.107141 113.085714 +L 646.293662 113.085714 +L 646.293662 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 655.039743 147.6 +L 655.039743 113.085714 +L 657.226264 113.085714 +L 657.226264 147.6 +L 659.412784 147.6 +L 659.412784 113.085714 +L 661.599304 113.085714 +L 661.599304 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 696.58363 147.6 +L 696.58363 130.342857 +L 698.770151 130.342857 +L 698.770151 113.085714 +L 700.956671 113.085714 +L 700.956671 113.085714 +L 703.143192 113.085714 +L 703.143192 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 711.889273 147.6 +L 711.889273 113.085714 +L 714.075793 113.085714 +L 714.075793 113.085714 +L 716.262314 113.085714 +L 716.262314 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 744.687079 147.6 +L 744.687079 130.342857 +L 746.873599 130.342857 +L 746.873599 113.085714 +L 749.06012 113.085714 +L 749.06012 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 755.619681 147.6 +L 755.619681 147.6 +L 757.806201 147.6 +L 757.806201 78.571429 +L 759.992721 78.571429 +L 759.992721 147.6 +L 762.179242 147.6 +L 762.179242 113.085714 +L 764.365762 113.085714 +L 764.365762 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 805.909649 147.6 +L 805.909649 113.085714 +L 808.09617 113.085714 +L 808.09617 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 832.147894 147.6 +L 832.147894 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 759.992721 147.6 +L 759.992721 147.6 +L 757.806201 147.6 +L 757.806201 147.6 +L 755.619681 147.6 +L 755.619681 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 698.770151 147.6 +L 698.770151 147.6 +L 696.58363 147.6 +L 696.58363 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 655.039743 147.6 +L 655.039743 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 641.920621 147.6 +L 641.920621 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_23"> + <path clip-path="url(#pcc1ec40c25)" d="M 613.495856 147.6 +L 613.495856 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 637.54758 147.6 +L 637.54758 130.342857 +L 639.734101 130.342857 +L 639.734101 147.6 +L 641.920621 147.6 +L 641.920621 113.085714 +L 644.107141 113.085714 +L 644.107141 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 652.853223 147.6 +L 652.853223 113.085714 +L 655.039743 113.085714 +L 655.039743 113.085714 +L 657.226264 113.085714 +L 657.226264 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 692.21059 147.6 +L 692.21059 130.342857 +L 694.39711 130.342857 +L 694.39711 147.6 +L 696.58363 147.6 +L 696.58363 113.085714 +L 698.770151 113.085714 +L 698.770151 113.085714 +L 700.956671 113.085714 +L 700.956671 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 707.516232 147.6 +L 707.516232 113.085714 +L 709.702753 113.085714 +L 709.702753 147.6 +L 711.889273 147.6 +L 711.889273 113.085714 +L 714.075793 113.085714 +L 714.075793 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 740.314038 147.6 +L 740.314038 130.342857 +L 742.500558 130.342857 +L 742.500558 113.085714 +L 744.687079 113.085714 +L 744.687079 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 755.619681 147.6 +L 755.619681 78.571429 +L 757.806201 78.571429 +L 757.806201 113.085714 +L 759.992721 113.085714 +L 759.992721 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 803.723129 147.6 +L 803.723129 113.085714 +L 805.909649 113.085714 +L 805.909649 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 832.147894 147.6 +L 832.147894 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 759.992721 147.6 +L 759.992721 147.6 +L 757.806201 147.6 +L 757.806201 147.6 +L 755.619681 147.6 +L 755.619681 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 698.770151 147.6 +L 698.770151 147.6 +L 696.58363 147.6 +L 696.58363 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 655.039743 147.6 +L 655.039743 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 641.920621 147.6 +L 641.920621 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_24"> + <path clip-path="url(#pcc1ec40c25)" d="M 613.495856 147.6 +L 613.495856 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 635.36106 147.6 +L 635.36106 130.342857 +L 637.54758 130.342857 +L 637.54758 147.6 +L 639.734101 147.6 +L 639.734101 113.085714 +L 641.920621 113.085714 +L 641.920621 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 650.666703 147.6 +L 650.666703 113.085714 +L 652.853223 113.085714 +L 652.853223 113.085714 +L 655.039743 113.085714 +L 655.039743 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 690.024069 147.6 +L 690.024069 130.342857 +L 692.21059 130.342857 +L 692.21059 147.6 +L 694.39711 147.6 +L 694.39711 113.085714 +L 696.58363 113.085714 +L 696.58363 113.085714 +L 698.770151 113.085714 +L 698.770151 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 705.329712 147.6 +L 705.329712 113.085714 +L 707.516232 113.085714 +L 707.516232 113.085714 +L 709.702753 113.085714 +L 709.702753 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 735.940997 147.6 +L 735.940997 130.342857 +L 738.127518 130.342857 +L 738.127518 147.6 +L 740.314038 147.6 +L 740.314038 113.085714 +L 742.500558 113.085714 +L 742.500558 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 751.24664 147.6 +L 751.24664 78.571429 +L 753.43316 78.571429 +L 753.43316 147.6 +L 755.619681 147.6 +L 755.619681 113.085714 +L 757.806201 113.085714 +L 757.806201 147.6 +L 759.992721 147.6 +L 759.992721 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 799.350088 147.6 +L 799.350088 113.085714 +L 801.536609 113.085714 +L 801.536609 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 832.147894 147.6 +L 832.147894 147.6 +L 829.961373 147.6 +L 829.961373 147.6 +L 827.774853 147.6 +L 827.774853 147.6 +L 825.588333 147.6 +L 825.588333 147.6 +L 823.401812 147.6 +L 823.401812 147.6 +L 821.215292 147.6 +L 821.215292 147.6 +L 819.028772 147.6 +L 819.028772 147.6 +L 816.842251 147.6 +L 816.842251 147.6 +L 814.655731 147.6 +L 814.655731 147.6 +L 812.46921 147.6 +L 812.46921 147.6 +L 810.28269 147.6 +L 810.28269 147.6 +L 808.09617 147.6 +L 808.09617 147.6 +L 805.909649 147.6 +L 805.909649 147.6 +L 803.723129 147.6 +L 803.723129 147.6 +L 801.536609 147.6 +L 801.536609 147.6 +L 799.350088 147.6 +L 799.350088 147.6 +L 797.163568 147.6 +L 797.163568 147.6 +L 794.977047 147.6 +L 794.977047 147.6 +L 792.790527 147.6 +L 792.790527 147.6 +L 790.604007 147.6 +L 790.604007 147.6 +L 788.417486 147.6 +L 788.417486 147.6 +L 786.230966 147.6 +L 786.230966 147.6 +L 784.044446 147.6 +L 784.044446 147.6 +L 781.857925 147.6 +L 781.857925 147.6 +L 779.671405 147.6 +L 779.671405 147.6 +L 777.484884 147.6 +L 777.484884 147.6 +L 775.298364 147.6 +L 775.298364 147.6 +L 773.111844 147.6 +L 773.111844 147.6 +L 770.925323 147.6 +L 770.925323 147.6 +L 768.738803 147.6 +L 768.738803 147.6 +L 766.552283 147.6 +L 766.552283 147.6 +L 764.365762 147.6 +L 764.365762 147.6 +L 762.179242 147.6 +L 762.179242 147.6 +L 759.992721 147.6 +L 759.992721 147.6 +L 757.806201 147.6 +L 757.806201 147.6 +L 755.619681 147.6 +L 755.619681 147.6 +L 753.43316 147.6 +L 753.43316 147.6 +L 751.24664 147.6 +L 751.24664 147.6 +L 749.06012 147.6 +L 749.06012 147.6 +L 746.873599 147.6 +L 746.873599 147.6 +L 744.687079 147.6 +L 744.687079 147.6 +L 742.500558 147.6 +L 742.500558 147.6 +L 740.314038 147.6 +L 740.314038 147.6 +L 738.127518 147.6 +L 738.127518 147.6 +L 735.940997 147.6 +L 735.940997 147.6 +L 733.754477 147.6 +L 733.754477 147.6 +L 731.567957 147.6 +L 731.567957 147.6 +L 729.381436 147.6 +L 729.381436 147.6 +L 727.194916 147.6 +L 727.194916 147.6 +L 725.008395 147.6 +L 725.008395 147.6 +L 722.821875 147.6 +L 722.821875 147.6 +L 720.635355 147.6 +L 720.635355 147.6 +L 718.448834 147.6 +L 718.448834 147.6 +L 716.262314 147.6 +L 716.262314 147.6 +L 714.075793 147.6 +L 714.075793 147.6 +L 711.889273 147.6 +L 711.889273 147.6 +L 709.702753 147.6 +L 709.702753 147.6 +L 707.516232 147.6 +L 707.516232 147.6 +L 705.329712 147.6 +L 705.329712 147.6 +L 703.143192 147.6 +L 703.143192 147.6 +L 700.956671 147.6 +L 700.956671 147.6 +L 698.770151 147.6 +L 698.770151 147.6 +L 696.58363 147.6 +L 696.58363 147.6 +L 694.39711 147.6 +L 694.39711 147.6 +L 692.21059 147.6 +L 692.21059 147.6 +L 690.024069 147.6 +L 690.024069 147.6 +L 687.837549 147.6 +L 687.837549 147.6 +L 685.651029 147.6 +L 685.651029 147.6 +L 683.464508 147.6 +L 683.464508 147.6 +L 681.277988 147.6 +L 681.277988 147.6 +L 679.091467 147.6 +L 679.091467 147.6 +L 676.904947 147.6 +L 676.904947 147.6 +L 674.718427 147.6 +L 674.718427 147.6 +L 672.531906 147.6 +L 672.531906 147.6 +L 670.345386 147.6 +L 670.345386 147.6 +L 668.158866 147.6 +L 668.158866 147.6 +L 665.972345 147.6 +L 665.972345 147.6 +L 663.785825 147.6 +L 663.785825 147.6 +L 661.599304 147.6 +L 661.599304 147.6 +L 659.412784 147.6 +L 659.412784 147.6 +L 657.226264 147.6 +L 657.226264 147.6 +L 655.039743 147.6 +L 655.039743 147.6 +L 652.853223 147.6 +L 652.853223 147.6 +L 650.666703 147.6 +L 650.666703 147.6 +L 648.480182 147.6 +L 648.480182 147.6 +L 646.293662 147.6 +L 646.293662 147.6 +L 644.107141 147.6 +L 644.107141 147.6 +L 641.920621 147.6 +L 641.920621 147.6 +L 639.734101 147.6 +L 639.734101 147.6 +L 637.54758 147.6 +L 637.54758 147.6 +L 635.36106 147.6 +L 635.36106 147.6 +L 633.17454 147.6 +L 633.17454 147.6 +L 630.988019 147.6 +L 630.988019 147.6 +L 628.801499 147.6 +L 628.801499 147.6 +L 626.614978 147.6 +L 626.614978 147.6 +L 624.428458 147.6 +L 624.428458 147.6 +L 622.241938 147.6 +L 622.241938 147.6 +L 620.055417 147.6 +L 620.055417 147.6 +L 617.868897 147.6 +L 617.868897 147.6 +L 615.682377 147.6 +L 615.682377 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_30"> + <path clip-path="url(#pcc1ec40c25)" d="M 694.258888 147.6 +L 694.258888 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_25"> + <path d="M 602.563254 147.6 +L 602.563254 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_26"> + <path d="M 843.080496 147.6 +L 843.080496 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_27"> + <path d="M 602.563254 147.6 +L 843.080496 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_28"> + <path d="M 602.563254 38.88 +L 843.080496 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_33"> + <!-- 4% --> + <g style="fill:#262626;" transform="translate(710.81625 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-52"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + <g id="legend_1"> + <g id="patch_29"> + <path d="M 779.058621 89.315938 +L 836.080496 89.315938 +Q 838.080496 89.315938 838.080496 87.315938 +L 838.080496 45.88 +Q 838.080496 43.88 836.080496 43.88 +L 779.058621 43.88 +Q 777.058621 43.88 777.058621 45.88 +L 777.058621 87.315938 +Q 777.058621 89.315938 779.058621 89.315938 +z +" style="fill:#ffffff;opacity:0.1;stroke:#cccccc;stroke-linejoin:miter;"/> + </g> + <g id="patch_30"> + <path d="M 781.058621 55.037813 +L 801.058621 55.037813 +L 801.058621 48.037813 +L 781.058621 48.037813 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_34"> + <!-- 0.004 --> + <g style="fill:#262626;" transform="translate(809.058621 55.037813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + <g id="patch_31"> + <path d="M 781.058621 69.183125 +L 801.058621 69.183125 +L 801.058621 62.183125 +L 781.058621 62.183125 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_35"> + <!-- 0.009 --> + <g style="fill:#262626;" transform="translate(809.058621 69.183125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-57"/> + </g> + </g> + <g id="patch_32"> + <path d="M 781.058621 83.328438 +L 801.058621 83.328438 +L 801.058621 76.328438 +L 781.058621 76.328438 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_36"> + <!-- 0.014 --> + <g style="fill:#262626;" transform="translate(809.058621 83.328438)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + </g> + <g id="axes_4"> + <g id="patch_33"> + <path d="M 891.183944 147.6 +L 1131.701185 147.6 +L 1131.701185 38.88 +L 891.183944 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_7"> + <g id="xtick_17"> + <g id="line2d_31"> + <path clip-path="url(#pfc7ac01873)" d="M 896.314611 147.6 +L 896.314611 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_37"> + <!-- 0.294 --> + <g style="fill:#262626;" transform="translate(883.803674 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_18"> + <g id="line2d_32"> + <path clip-path="url(#pfc7ac01873)" d="M 931.676996 147.6 +L 931.676996 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_38"> + <!-- 0.296 --> + <g style="fill:#262626;" transform="translate(919.166059 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_19"> + <g id="line2d_33"> + <path clip-path="url(#pfc7ac01873)" d="M 967.039381 147.6 +L 967.039381 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_39"> + <!-- 0.298 --> + <g style="fill:#262626;" transform="translate(954.528443 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_20"> + <g id="line2d_34"> + <path clip-path="url(#pfc7ac01873)" d="M 1002.401766 147.6 +L 1002.401766 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_40"> + <!-- 0.300 --> + <g style="fill:#262626;" transform="translate(989.890828 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_21"> + <g id="line2d_35"> + <path clip-path="url(#pfc7ac01873)" d="M 1037.76415 147.6 +L 1037.76415 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_41"> + <!-- 0.302 --> + <g style="fill:#262626;" transform="translate(1025.253213 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_22"> + <g id="line2d_36"> + <path clip-path="url(#pfc7ac01873)" d="M 1073.126535 147.6 +L 1073.126535 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_42"> + <!-- 0.304 --> + <g style="fill:#262626;" transform="translate(1060.615598 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_23"> + <g id="line2d_37"> + <path clip-path="url(#pfc7ac01873)" d="M 1108.48892 147.6 +L 1108.48892 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_43"> + <!-- 0.306 --> + <g style="fill:#262626;" transform="translate(1095.977982 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="text_44"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(992.825377 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_8"> + <g id="ytick_12"> + <g id="line2d_38"> + <path clip-path="url(#pfc7ac01873)" d="M 891.183944 147.6 +L 1131.701185 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_45"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(878.623006 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_13"> + <g id="line2d_39"> + <path clip-path="url(#pfc7ac01873)" d="M 891.183944 113.085714 +L 1131.701185 113.085714 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_46"> + <!-- 2 --> + <g style="fill:#262626;" transform="translate(878.623006 116.664621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_14"> + <g id="line2d_40"> + <path clip-path="url(#pfc7ac01873)" d="M 891.183944 78.571429 +L 1131.701185 78.571429 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_47"> + <!-- 4 --> + <g style="fill:#262626;" transform="translate(878.623006 82.150335)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="ytick_15"> + <g id="line2d_41"> + <path clip-path="url(#pfc7ac01873)" d="M 891.183944 44.057143 +L 1131.701185 44.057143 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_48"> + <!-- 6 --> + <g style="fill:#262626;" transform="translate(878.623006 47.636049)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + </g> + <g id="patch_34"> + <path clip-path="url(#pfc7ac01873)" d="M 902.116546 147.6 +L 902.116546 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 926.16827 147.6 +L 926.16827 130.342857 +L 928.35479 130.342857 +L 928.35479 147.6 +L 930.541311 147.6 +L 930.541311 95.828571 +L 932.727831 95.828571 +L 932.727831 95.828571 +L 934.914351 95.828571 +L 934.914351 78.571429 +L 937.100872 78.571429 +L 937.100872 78.571429 +L 939.287392 78.571429 +L 939.287392 78.571429 +L 941.473913 78.571429 +L 941.473913 147.6 +L 943.660433 147.6 +L 943.660433 113.085714 +L 945.846953 113.085714 +L 945.846953 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 952.406514 147.6 +L 952.406514 113.085714 +L 954.593035 113.085714 +L 954.593035 113.085714 +L 956.779555 113.085714 +L 956.779555 113.085714 +L 958.966076 113.085714 +L 958.966076 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 998.323442 147.6 +L 998.323442 130.342857 +L 1000.509963 130.342857 +L 1000.509963 130.342857 +L 1002.696483 130.342857 +L 1002.696483 78.571429 +L 1004.883004 78.571429 +L 1004.883004 95.828571 +L 1007.069524 95.828571 +L 1007.069524 78.571429 +L 1009.256044 78.571429 +L 1009.256044 113.085714 +L 1011.442565 113.085714 +L 1011.442565 78.571429 +L 1013.629085 78.571429 +L 1013.629085 113.085714 +L 1015.815605 113.085714 +L 1015.815605 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1022.375167 147.6 +L 1022.375167 113.085714 +L 1024.561687 113.085714 +L 1024.561687 147.6 +L 1026.748207 147.6 +L 1026.748207 113.085714 +L 1028.934728 113.085714 +L 1028.934728 147.6 +L 1031.121248 147.6 +L 1031.121248 113.085714 +L 1033.307768 113.085714 +L 1033.307768 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1057.359493 147.6 +L 1057.359493 130.342857 +L 1059.546013 130.342857 +L 1059.546013 147.6 +L 1061.732533 147.6 +L 1061.732533 95.828571 +L 1063.919054 95.828571 +L 1063.919054 113.085714 +L 1066.105574 113.085714 +L 1066.105574 113.085714 +L 1068.292094 113.085714 +L 1068.292094 61.314286 +L 1070.478615 61.314286 +L 1070.478615 147.6 +L 1072.665135 147.6 +L 1072.665135 44.057143 +L 1074.851656 44.057143 +L 1074.851656 147.6 +L 1077.038176 147.6 +L 1077.038176 113.085714 +L 1079.224696 113.085714 +L 1079.224696 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1083.597737 147.6 +L 1083.597737 113.085714 +L 1085.784257 113.085714 +L 1085.784257 147.6 +L 1087.970778 147.6 +L 1087.970778 113.085714 +L 1090.157298 113.085714 +L 1090.157298 147.6 +L 1092.343819 147.6 +L 1092.343819 113.085714 +L 1094.530339 113.085714 +L 1094.530339 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1120.768583 147.6 +L 1120.768583 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1070.478615 147.6 +L 1070.478615 147.6 +L 1068.292094 147.6 +L 1068.292094 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1009.256044 147.6 +L 1009.256044 147.6 +L 1007.069524 147.6 +L 1007.069524 147.6 +L 1004.883004 147.6 +L 1004.883004 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 939.287392 147.6 +L 939.287392 147.6 +L 937.100872 147.6 +L 937.100872 147.6 +L 934.914351 147.6 +L 934.914351 147.6 +L 932.727831 147.6 +L 932.727831 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_35"> + <path clip-path="url(#pfc7ac01873)" d="M 902.116546 147.6 +L 902.116546 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 932.727831 147.6 +L 932.727831 130.342857 +L 934.914351 130.342857 +L 934.914351 147.6 +L 937.100872 147.6 +L 937.100872 113.085714 +L 939.287392 113.085714 +L 939.287392 113.085714 +L 941.473913 113.085714 +L 941.473913 147.6 +L 943.660433 147.6 +L 943.660433 113.085714 +L 945.846953 113.085714 +L 945.846953 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 956.779555 147.6 +L 956.779555 113.085714 +L 958.966076 113.085714 +L 958.966076 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1004.883004 147.6 +L 1004.883004 130.342857 +L 1007.069524 130.342857 +L 1007.069524 147.6 +L 1009.256044 147.6 +L 1009.256044 113.085714 +L 1011.442565 113.085714 +L 1011.442565 113.085714 +L 1013.629085 113.085714 +L 1013.629085 113.085714 +L 1015.815605 113.085714 +L 1015.815605 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1031.121248 147.6 +L 1031.121248 113.085714 +L 1033.307768 113.085714 +L 1033.307768 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1068.292094 147.6 +L 1068.292094 130.342857 +L 1070.478615 130.342857 +L 1070.478615 147.6 +L 1072.665135 147.6 +L 1072.665135 78.571429 +L 1074.851656 78.571429 +L 1074.851656 147.6 +L 1077.038176 147.6 +L 1077.038176 113.085714 +L 1079.224696 113.085714 +L 1079.224696 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1092.343819 147.6 +L 1092.343819 113.085714 +L 1094.530339 113.085714 +L 1094.530339 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1120.768583 147.6 +L 1120.768583 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1070.478615 147.6 +L 1070.478615 147.6 +L 1068.292094 147.6 +L 1068.292094 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1009.256044 147.6 +L 1009.256044 147.6 +L 1007.069524 147.6 +L 1007.069524 147.6 +L 1004.883004 147.6 +L 1004.883004 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 939.287392 147.6 +L 939.287392 147.6 +L 937.100872 147.6 +L 937.100872 147.6 +L 934.914351 147.6 +L 934.914351 147.6 +L 932.727831 147.6 +L 932.727831 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_36"> + <path clip-path="url(#pfc7ac01873)" d="M 902.116546 147.6 +L 902.116546 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 930.541311 147.6 +L 930.541311 130.342857 +L 932.727831 130.342857 +L 932.727831 147.6 +L 934.914351 147.6 +L 934.914351 78.571429 +L 937.100872 78.571429 +L 937.100872 147.6 +L 939.287392 147.6 +L 939.287392 113.085714 +L 941.473913 113.085714 +L 941.473913 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 954.593035 147.6 +L 954.593035 113.085714 +L 956.779555 113.085714 +L 956.779555 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 1000.509963 147.6 +L 1000.509963 130.342857 +L 1002.696483 130.342857 +L 1002.696483 147.6 +L 1004.883004 147.6 +L 1004.883004 113.085714 +L 1007.069524 113.085714 +L 1007.069524 113.085714 +L 1009.256044 113.085714 +L 1009.256044 147.6 +L 1011.442565 147.6 +L 1011.442565 113.085714 +L 1013.629085 113.085714 +L 1013.629085 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1026.748207 147.6 +L 1026.748207 113.085714 +L 1028.934728 113.085714 +L 1028.934728 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1061.732533 147.6 +L 1061.732533 130.342857 +L 1063.919054 130.342857 +L 1063.919054 147.6 +L 1066.105574 147.6 +L 1066.105574 113.085714 +L 1068.292094 113.085714 +L 1068.292094 113.085714 +L 1070.478615 113.085714 +L 1070.478615 147.6 +L 1072.665135 147.6 +L 1072.665135 113.085714 +L 1074.851656 113.085714 +L 1074.851656 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1087.970778 147.6 +L 1087.970778 113.085714 +L 1090.157298 113.085714 +L 1090.157298 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1120.768583 147.6 +L 1120.768583 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1070.478615 147.6 +L 1070.478615 147.6 +L 1068.292094 147.6 +L 1068.292094 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1009.256044 147.6 +L 1009.256044 147.6 +L 1007.069524 147.6 +L 1007.069524 147.6 +L 1004.883004 147.6 +L 1004.883004 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 939.287392 147.6 +L 939.287392 147.6 +L 937.100872 147.6 +L 937.100872 147.6 +L 934.914351 147.6 +L 934.914351 147.6 +L 932.727831 147.6 +L 932.727831 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_37"> + <path clip-path="url(#pfc7ac01873)" d="M 902.116546 147.6 +L 902.116546 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 926.16827 147.6 +L 926.16827 130.342857 +L 928.35479 130.342857 +L 928.35479 147.6 +L 930.541311 147.6 +L 930.541311 113.085714 +L 932.727831 113.085714 +L 932.727831 113.085714 +L 934.914351 113.085714 +L 934.914351 147.6 +L 937.100872 147.6 +L 937.100872 113.085714 +L 939.287392 113.085714 +L 939.287392 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 952.406514 147.6 +L 952.406514 113.085714 +L 954.593035 113.085714 +L 954.593035 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 998.323442 147.6 +L 998.323442 130.342857 +L 1000.509963 130.342857 +L 1000.509963 147.6 +L 1002.696483 147.6 +L 1002.696483 78.571429 +L 1004.883004 78.571429 +L 1004.883004 147.6 +L 1007.069524 147.6 +L 1007.069524 113.085714 +L 1009.256044 113.085714 +L 1009.256044 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1022.375167 147.6 +L 1022.375167 113.085714 +L 1024.561687 113.085714 +L 1024.561687 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1057.359493 147.6 +L 1057.359493 130.342857 +L 1059.546013 130.342857 +L 1059.546013 147.6 +L 1061.732533 147.6 +L 1061.732533 113.085714 +L 1063.919054 113.085714 +L 1063.919054 113.085714 +L 1066.105574 113.085714 +L 1066.105574 147.6 +L 1068.292094 147.6 +L 1068.292094 113.085714 +L 1070.478615 113.085714 +L 1070.478615 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1083.597737 147.6 +L 1083.597737 113.085714 +L 1085.784257 113.085714 +L 1085.784257 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1120.768583 147.6 +L 1120.768583 147.6 +L 1118.582063 147.6 +L 1118.582063 147.6 +L 1116.395543 147.6 +L 1116.395543 147.6 +L 1114.209022 147.6 +L 1114.209022 147.6 +L 1112.022502 147.6 +L 1112.022502 147.6 +L 1109.835982 147.6 +L 1109.835982 147.6 +L 1107.649461 147.6 +L 1107.649461 147.6 +L 1105.462941 147.6 +L 1105.462941 147.6 +L 1103.27642 147.6 +L 1103.27642 147.6 +L 1101.0899 147.6 +L 1101.0899 147.6 +L 1098.90338 147.6 +L 1098.90338 147.6 +L 1096.716859 147.6 +L 1096.716859 147.6 +L 1094.530339 147.6 +L 1094.530339 147.6 +L 1092.343819 147.6 +L 1092.343819 147.6 +L 1090.157298 147.6 +L 1090.157298 147.6 +L 1087.970778 147.6 +L 1087.970778 147.6 +L 1085.784257 147.6 +L 1085.784257 147.6 +L 1083.597737 147.6 +L 1083.597737 147.6 +L 1081.411217 147.6 +L 1081.411217 147.6 +L 1079.224696 147.6 +L 1079.224696 147.6 +L 1077.038176 147.6 +L 1077.038176 147.6 +L 1074.851656 147.6 +L 1074.851656 147.6 +L 1072.665135 147.6 +L 1072.665135 147.6 +L 1070.478615 147.6 +L 1070.478615 147.6 +L 1068.292094 147.6 +L 1068.292094 147.6 +L 1066.105574 147.6 +L 1066.105574 147.6 +L 1063.919054 147.6 +L 1063.919054 147.6 +L 1061.732533 147.6 +L 1061.732533 147.6 +L 1059.546013 147.6 +L 1059.546013 147.6 +L 1057.359493 147.6 +L 1057.359493 147.6 +L 1055.172972 147.6 +L 1055.172972 147.6 +L 1052.986452 147.6 +L 1052.986452 147.6 +L 1050.799931 147.6 +L 1050.799931 147.6 +L 1048.613411 147.6 +L 1048.613411 147.6 +L 1046.426891 147.6 +L 1046.426891 147.6 +L 1044.24037 147.6 +L 1044.24037 147.6 +L 1042.05385 147.6 +L 1042.05385 147.6 +L 1039.86733 147.6 +L 1039.86733 147.6 +L 1037.680809 147.6 +L 1037.680809 147.6 +L 1035.494289 147.6 +L 1035.494289 147.6 +L 1033.307768 147.6 +L 1033.307768 147.6 +L 1031.121248 147.6 +L 1031.121248 147.6 +L 1028.934728 147.6 +L 1028.934728 147.6 +L 1026.748207 147.6 +L 1026.748207 147.6 +L 1024.561687 147.6 +L 1024.561687 147.6 +L 1022.375167 147.6 +L 1022.375167 147.6 +L 1020.188646 147.6 +L 1020.188646 147.6 +L 1018.002126 147.6 +L 1018.002126 147.6 +L 1015.815605 147.6 +L 1015.815605 147.6 +L 1013.629085 147.6 +L 1013.629085 147.6 +L 1011.442565 147.6 +L 1011.442565 147.6 +L 1009.256044 147.6 +L 1009.256044 147.6 +L 1007.069524 147.6 +L 1007.069524 147.6 +L 1004.883004 147.6 +L 1004.883004 147.6 +L 1002.696483 147.6 +L 1002.696483 147.6 +L 1000.509963 147.6 +L 1000.509963 147.6 +L 998.323442 147.6 +L 998.323442 147.6 +L 996.136922 147.6 +L 996.136922 147.6 +L 993.950402 147.6 +L 993.950402 147.6 +L 991.763881 147.6 +L 991.763881 147.6 +L 989.577361 147.6 +L 989.577361 147.6 +L 987.390841 147.6 +L 987.390841 147.6 +L 985.20432 147.6 +L 985.20432 147.6 +L 983.0178 147.6 +L 983.0178 147.6 +L 980.831279 147.6 +L 980.831279 147.6 +L 978.644759 147.6 +L 978.644759 147.6 +L 976.458239 147.6 +L 976.458239 147.6 +L 974.271718 147.6 +L 974.271718 147.6 +L 972.085198 147.6 +L 972.085198 147.6 +L 969.898678 147.6 +L 969.898678 147.6 +L 967.712157 147.6 +L 967.712157 147.6 +L 965.525637 147.6 +L 965.525637 147.6 +L 963.339116 147.6 +L 963.339116 147.6 +L 961.152596 147.6 +L 961.152596 147.6 +L 958.966076 147.6 +L 958.966076 147.6 +L 956.779555 147.6 +L 956.779555 147.6 +L 954.593035 147.6 +L 954.593035 147.6 +L 952.406514 147.6 +L 952.406514 147.6 +L 950.219994 147.6 +L 950.219994 147.6 +L 948.033474 147.6 +L 948.033474 147.6 +L 945.846953 147.6 +L 945.846953 147.6 +L 943.660433 147.6 +L 943.660433 147.6 +L 941.473913 147.6 +L 941.473913 147.6 +L 939.287392 147.6 +L 939.287392 147.6 +L 937.100872 147.6 +L 937.100872 147.6 +L 934.914351 147.6 +L 934.914351 147.6 +L 932.727831 147.6 +L 932.727831 147.6 +L 930.541311 147.6 +L 930.541311 147.6 +L 928.35479 147.6 +L 928.35479 147.6 +L 926.16827 147.6 +L 926.16827 147.6 +L 923.98175 147.6 +L 923.98175 147.6 +L 921.795229 147.6 +L 921.795229 147.6 +L 919.608709 147.6 +L 919.608709 147.6 +L 917.422188 147.6 +L 917.422188 147.6 +L 915.235668 147.6 +L 915.235668 147.6 +L 913.049148 147.6 +L 913.049148 147.6 +L 910.862627 147.6 +L 910.862627 147.6 +L 908.676107 147.6 +L 908.676107 147.6 +L 906.489587 147.6 +L 906.489587 147.6 +L 904.303066 147.6 +L 904.303066 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_42"> + <path clip-path="url(#pfc7ac01873)" d="M 1002.401766 147.6 +L 1002.401766 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_38"> + <path d="M 891.183944 147.6 +L 891.183944 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_39"> + <path d="M 1131.701185 147.6 +L 1131.701185 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_40"> + <path d="M 891.183944 147.6 +L 1131.701185 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_41"> + <path d="M 891.183944 38.88 +L 1131.701185 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_49"> + <!-- 5% --> + <g style="fill:#262626;" transform="translate(999.43694 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-53"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_5"> + <g id="patch_42"> + <path d="M 1179.804634 147.6 +L 1420.321875 147.6 +L 1420.321875 38.88 +L 1179.804634 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_9"> + <g id="xtick_24"> + <g id="line2d_43"> + <path clip-path="url(#p5a3363b7b3)" d="M 1181.800157 147.6 +L 1181.800157 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_50"> + <!-- 0.440 --> + <g style="fill:#262626;" transform="translate(1169.289219 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_25"> + <g id="line2d_44"> + <path clip-path="url(#p5a3363b7b3)" d="M 1238.567848 147.6 +L 1238.567848 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_51"> + <!-- 0.445 --> + <g style="fill:#262626;" transform="translate(1226.056911 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_26"> + <g id="line2d_45"> + <path clip-path="url(#p5a3363b7b3)" d="M 1295.33554 147.6 +L 1295.33554 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_52"> + <!-- 0.450 --> + <g style="fill:#262626;" transform="translate(1282.824603 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_27"> + <g id="line2d_46"> + <path clip-path="url(#p5a3363b7b3)" d="M 1352.103232 147.6 +L 1352.103232 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_53"> + <!-- 0.455 --> + <g style="fill:#262626;" transform="translate(1339.592294 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_28"> + <g id="line2d_47"> + <path clip-path="url(#p5a3363b7b3)" d="M 1408.870924 147.6 +L 1408.870924 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_54"> + <!-- 0.460 --> + <g style="fill:#262626;" transform="translate(1396.359986 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-54"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="text_55"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1281.446067 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_10"> + <g id="ytick_16"> + <g id="line2d_48"> + <path clip-path="url(#p5a3363b7b3)" d="M 1179.804634 147.6 +L 1420.321875 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_56"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(1167.243696 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_17"> + <g id="line2d_49"> + <path clip-path="url(#p5a3363b7b3)" d="M 1179.804634 118.016327 +L 1420.321875 118.016327 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_57"> + <!-- 2 --> + <g style="fill:#262626;" transform="translate(1167.243696 121.595233)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_18"> + <g id="line2d_50"> + <path clip-path="url(#p5a3363b7b3)" d="M 1179.804634 88.432653 +L 1420.321875 88.432653 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_58"> + <!-- 4 --> + <g style="fill:#262626;" transform="translate(1167.243696 92.011559)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="ytick_19"> + <g id="line2d_51"> + <path clip-path="url(#p5a3363b7b3)" d="M 1179.804634 58.84898 +L 1420.321875 58.84898 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_59"> + <!-- 6 --> + <g style="fill:#262626;" transform="translate(1167.243696 62.427886)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + </g> + <g id="patch_43"> + <path clip-path="url(#p5a3363b7b3)" d="M 1190.737236 147.6 +L 1190.737236 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1214.78896 147.6 +L 1214.78896 132.808163 +L 1216.97548 132.808163 +L 1216.97548 118.016327 +L 1219.162 118.016327 +L 1219.162 103.22449 +L 1221.348521 103.22449 +L 1221.348521 73.640816 +L 1223.535041 73.640816 +L 1223.535041 88.432653 +L 1225.721562 88.432653 +L 1225.721562 88.432653 +L 1227.908082 88.432653 +L 1227.908082 118.016327 +L 1230.094602 118.016327 +L 1230.094602 118.016327 +L 1232.281123 118.016327 +L 1232.281123 147.6 +L 1234.467643 147.6 +L 1234.467643 118.016327 +L 1236.654163 118.016327 +L 1236.654163 118.016327 +L 1238.840684 118.016327 +L 1238.840684 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1289.130652 147.6 +L 1289.130652 132.808163 +L 1291.317173 132.808163 +L 1291.317173 147.6 +L 1293.503693 147.6 +L 1293.503693 73.640816 +L 1295.690214 73.640816 +L 1295.690214 147.6 +L 1297.876734 147.6 +L 1297.876734 44.057143 +L 1300.063254 44.057143 +L 1300.063254 147.6 +L 1302.249775 147.6 +L 1302.249775 58.84898 +L 1304.436295 58.84898 +L 1304.436295 147.6 +L 1306.622815 147.6 +L 1306.622815 88.432653 +L 1308.809336 88.432653 +L 1308.809336 147.6 +L 1310.995856 147.6 +L 1310.995856 118.016327 +L 1313.182377 118.016327 +L 1313.182377 147.6 +L 1315.368897 147.6 +L 1315.368897 118.016327 +L 1317.555417 118.016327 +L 1317.555417 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1354.726264 147.6 +L 1354.726264 132.808163 +L 1356.912784 132.808163 +L 1356.912784 147.6 +L 1359.099304 147.6 +L 1359.099304 88.432653 +L 1361.285825 88.432653 +L 1361.285825 132.808163 +L 1363.472345 132.808163 +L 1363.472345 88.432653 +L 1365.658866 88.432653 +L 1365.658866 103.22449 +L 1367.845386 103.22449 +L 1367.845386 88.432653 +L 1370.031906 88.432653 +L 1370.031906 118.016327 +L 1372.218427 118.016327 +L 1372.218427 88.432653 +L 1374.404947 88.432653 +L 1374.404947 147.6 +L 1376.591467 147.6 +L 1376.591467 118.016327 +L 1378.777988 118.016327 +L 1378.777988 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1383.151029 147.6 +L 1383.151029 118.016327 +L 1385.337549 118.016327 +L 1385.337549 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1409.389273 147.6 +L 1409.389273 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1365.658866 147.6 +L 1365.658866 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1300.063254 147.6 +L 1300.063254 147.6 +L 1297.876734 147.6 +L 1297.876734 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1223.535041 147.6 +L 1223.535041 147.6 +L 1221.348521 147.6 +L 1221.348521 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_44"> + <path clip-path="url(#p5a3363b7b3)" d="M 1190.737236 147.6 +L 1190.737236 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1221.348521 147.6 +L 1221.348521 132.808163 +L 1223.535041 132.808163 +L 1223.535041 118.016327 +L 1225.721562 118.016327 +L 1225.721562 118.016327 +L 1227.908082 118.016327 +L 1227.908082 118.016327 +L 1230.094602 118.016327 +L 1230.094602 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1236.654163 147.6 +L 1236.654163 118.016327 +L 1238.840684 118.016327 +L 1238.840684 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1297.876734 147.6 +L 1297.876734 132.808163 +L 1300.063254 132.808163 +L 1300.063254 147.6 +L 1302.249775 147.6 +L 1302.249775 88.432653 +L 1304.436295 88.432653 +L 1304.436295 147.6 +L 1306.622815 147.6 +L 1306.622815 118.016327 +L 1308.809336 118.016327 +L 1308.809336 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1315.368897 147.6 +L 1315.368897 118.016327 +L 1317.555417 118.016327 +L 1317.555417 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1365.658866 147.6 +L 1365.658866 132.808163 +L 1367.845386 132.808163 +L 1367.845386 118.016327 +L 1370.031906 118.016327 +L 1370.031906 118.016327 +L 1372.218427 118.016327 +L 1372.218427 118.016327 +L 1374.404947 118.016327 +L 1374.404947 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1383.151029 147.6 +L 1383.151029 118.016327 +L 1385.337549 118.016327 +L 1385.337549 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1409.389273 147.6 +L 1409.389273 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1365.658866 147.6 +L 1365.658866 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1300.063254 147.6 +L 1300.063254 147.6 +L 1297.876734 147.6 +L 1297.876734 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1223.535041 147.6 +L 1223.535041 147.6 +L 1221.348521 147.6 +L 1221.348521 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_45"> + <path clip-path="url(#p5a3363b7b3)" d="M 1190.737236 147.6 +L 1190.737236 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1219.162 147.6 +L 1219.162 132.808163 +L 1221.348521 132.808163 +L 1221.348521 118.016327 +L 1223.535041 118.016327 +L 1223.535041 118.016327 +L 1225.721562 118.016327 +L 1225.721562 118.016327 +L 1227.908082 118.016327 +L 1227.908082 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1234.467643 147.6 +L 1234.467643 118.016327 +L 1236.654163 118.016327 +L 1236.654163 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1293.503693 147.6 +L 1293.503693 132.808163 +L 1295.690214 132.808163 +L 1295.690214 147.6 +L 1297.876734 147.6 +L 1297.876734 88.432653 +L 1300.063254 88.432653 +L 1300.063254 147.6 +L 1302.249775 147.6 +L 1302.249775 118.016327 +L 1304.436295 118.016327 +L 1304.436295 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1310.995856 147.6 +L 1310.995856 118.016327 +L 1313.182377 118.016327 +L 1313.182377 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1361.285825 147.6 +L 1361.285825 132.808163 +L 1363.472345 132.808163 +L 1363.472345 118.016327 +L 1365.658866 118.016327 +L 1365.658866 118.016327 +L 1367.845386 118.016327 +L 1367.845386 118.016327 +L 1370.031906 118.016327 +L 1370.031906 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1376.591467 147.6 +L 1376.591467 118.016327 +L 1378.777988 118.016327 +L 1378.777988 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1409.389273 147.6 +L 1409.389273 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1365.658866 147.6 +L 1365.658866 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1300.063254 147.6 +L 1300.063254 147.6 +L 1297.876734 147.6 +L 1297.876734 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1223.535041 147.6 +L 1223.535041 147.6 +L 1221.348521 147.6 +L 1221.348521 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_46"> + <path clip-path="url(#p5a3363b7b3)" d="M 1190.737236 147.6 +L 1190.737236 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1214.78896 147.6 +L 1214.78896 132.808163 +L 1216.97548 132.808163 +L 1216.97548 118.016327 +L 1219.162 118.016327 +L 1219.162 118.016327 +L 1221.348521 118.016327 +L 1221.348521 118.016327 +L 1223.535041 118.016327 +L 1223.535041 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1230.094602 147.6 +L 1230.094602 118.016327 +L 1232.281123 118.016327 +L 1232.281123 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1289.130652 147.6 +L 1289.130652 132.808163 +L 1291.317173 132.808163 +L 1291.317173 147.6 +L 1293.503693 147.6 +L 1293.503693 88.432653 +L 1295.690214 88.432653 +L 1295.690214 147.6 +L 1297.876734 147.6 +L 1297.876734 118.016327 +L 1300.063254 118.016327 +L 1300.063254 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1306.622815 147.6 +L 1306.622815 118.016327 +L 1308.809336 118.016327 +L 1308.809336 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1354.726264 147.6 +L 1354.726264 132.808163 +L 1356.912784 132.808163 +L 1356.912784 147.6 +L 1359.099304 147.6 +L 1359.099304 88.432653 +L 1361.285825 88.432653 +L 1361.285825 147.6 +L 1363.472345 147.6 +L 1363.472345 118.016327 +L 1365.658866 118.016327 +L 1365.658866 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1372.218427 147.6 +L 1372.218427 118.016327 +L 1374.404947 118.016327 +L 1374.404947 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1409.389273 147.6 +L 1409.389273 147.6 +L 1407.202753 147.6 +L 1407.202753 147.6 +L 1405.016232 147.6 +L 1405.016232 147.6 +L 1402.829712 147.6 +L 1402.829712 147.6 +L 1400.643192 147.6 +L 1400.643192 147.6 +L 1398.456671 147.6 +L 1398.456671 147.6 +L 1396.270151 147.6 +L 1396.270151 147.6 +L 1394.08363 147.6 +L 1394.08363 147.6 +L 1391.89711 147.6 +L 1391.89711 147.6 +L 1389.71059 147.6 +L 1389.71059 147.6 +L 1387.524069 147.6 +L 1387.524069 147.6 +L 1385.337549 147.6 +L 1385.337549 147.6 +L 1383.151029 147.6 +L 1383.151029 147.6 +L 1380.964508 147.6 +L 1380.964508 147.6 +L 1378.777988 147.6 +L 1378.777988 147.6 +L 1376.591467 147.6 +L 1376.591467 147.6 +L 1374.404947 147.6 +L 1374.404947 147.6 +L 1372.218427 147.6 +L 1372.218427 147.6 +L 1370.031906 147.6 +L 1370.031906 147.6 +L 1367.845386 147.6 +L 1367.845386 147.6 +L 1365.658866 147.6 +L 1365.658866 147.6 +L 1363.472345 147.6 +L 1363.472345 147.6 +L 1361.285825 147.6 +L 1361.285825 147.6 +L 1359.099304 147.6 +L 1359.099304 147.6 +L 1356.912784 147.6 +L 1356.912784 147.6 +L 1354.726264 147.6 +L 1354.726264 147.6 +L 1352.539743 147.6 +L 1352.539743 147.6 +L 1350.353223 147.6 +L 1350.353223 147.6 +L 1348.166703 147.6 +L 1348.166703 147.6 +L 1345.980182 147.6 +L 1345.980182 147.6 +L 1343.793662 147.6 +L 1343.793662 147.6 +L 1341.607141 147.6 +L 1341.607141 147.6 +L 1339.420621 147.6 +L 1339.420621 147.6 +L 1337.234101 147.6 +L 1337.234101 147.6 +L 1335.04758 147.6 +L 1335.04758 147.6 +L 1332.86106 147.6 +L 1332.86106 147.6 +L 1330.67454 147.6 +L 1330.67454 147.6 +L 1328.488019 147.6 +L 1328.488019 147.6 +L 1326.301499 147.6 +L 1326.301499 147.6 +L 1324.114978 147.6 +L 1324.114978 147.6 +L 1321.928458 147.6 +L 1321.928458 147.6 +L 1319.741938 147.6 +L 1319.741938 147.6 +L 1317.555417 147.6 +L 1317.555417 147.6 +L 1315.368897 147.6 +L 1315.368897 147.6 +L 1313.182377 147.6 +L 1313.182377 147.6 +L 1310.995856 147.6 +L 1310.995856 147.6 +L 1308.809336 147.6 +L 1308.809336 147.6 +L 1306.622815 147.6 +L 1306.622815 147.6 +L 1304.436295 147.6 +L 1304.436295 147.6 +L 1302.249775 147.6 +L 1302.249775 147.6 +L 1300.063254 147.6 +L 1300.063254 147.6 +L 1297.876734 147.6 +L 1297.876734 147.6 +L 1295.690214 147.6 +L 1295.690214 147.6 +L 1293.503693 147.6 +L 1293.503693 147.6 +L 1291.317173 147.6 +L 1291.317173 147.6 +L 1289.130652 147.6 +L 1289.130652 147.6 +L 1286.944132 147.6 +L 1286.944132 147.6 +L 1284.757612 147.6 +L 1284.757612 147.6 +L 1282.571091 147.6 +L 1282.571091 147.6 +L 1280.384571 147.6 +L 1280.384571 147.6 +L 1278.198051 147.6 +L 1278.198051 147.6 +L 1276.01153 147.6 +L 1276.01153 147.6 +L 1273.82501 147.6 +L 1273.82501 147.6 +L 1271.638489 147.6 +L 1271.638489 147.6 +L 1269.451969 147.6 +L 1269.451969 147.6 +L 1267.265449 147.6 +L 1267.265449 147.6 +L 1265.078928 147.6 +L 1265.078928 147.6 +L 1262.892408 147.6 +L 1262.892408 147.6 +L 1260.705888 147.6 +L 1260.705888 147.6 +L 1258.519367 147.6 +L 1258.519367 147.6 +L 1256.332847 147.6 +L 1256.332847 147.6 +L 1254.146326 147.6 +L 1254.146326 147.6 +L 1251.959806 147.6 +L 1251.959806 147.6 +L 1249.773286 147.6 +L 1249.773286 147.6 +L 1247.586765 147.6 +L 1247.586765 147.6 +L 1245.400245 147.6 +L 1245.400245 147.6 +L 1243.213725 147.6 +L 1243.213725 147.6 +L 1241.027204 147.6 +L 1241.027204 147.6 +L 1238.840684 147.6 +L 1238.840684 147.6 +L 1236.654163 147.6 +L 1236.654163 147.6 +L 1234.467643 147.6 +L 1234.467643 147.6 +L 1232.281123 147.6 +L 1232.281123 147.6 +L 1230.094602 147.6 +L 1230.094602 147.6 +L 1227.908082 147.6 +L 1227.908082 147.6 +L 1225.721562 147.6 +L 1225.721562 147.6 +L 1223.535041 147.6 +L 1223.535041 147.6 +L 1221.348521 147.6 +L 1221.348521 147.6 +L 1219.162 147.6 +L 1219.162 147.6 +L 1216.97548 147.6 +L 1216.97548 147.6 +L 1214.78896 147.6 +L 1214.78896 147.6 +L 1212.602439 147.6 +L 1212.602439 147.6 +L 1210.415919 147.6 +L 1210.415919 147.6 +L 1208.229399 147.6 +L 1208.229399 147.6 +L 1206.042878 147.6 +L 1206.042878 147.6 +L 1203.856358 147.6 +L 1203.856358 147.6 +L 1201.669837 147.6 +L 1201.669837 147.6 +L 1199.483317 147.6 +L 1199.483317 147.6 +L 1197.296797 147.6 +L 1197.296797 147.6 +L 1195.110276 147.6 +L 1195.110276 147.6 +L 1192.923756 147.6 +L 1192.923756 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_52"> + <path clip-path="url(#p5a3363b7b3)" d="M 1295.33554 147.6 +L 1295.33554 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_47"> + <path d="M 1179.804634 147.6 +L 1179.804634 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_48"> + <path d="M 1420.321875 147.6 +L 1420.321875 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_49"> + <path d="M 1179.804634 147.6 +L 1420.321875 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_50"> + <path d="M 1179.804634 38.88 +L 1420.321875 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_60"> + <!-- 5% --> + <g style="fill:#262626;" transform="translate(1288.057629 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-53"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="text_61"> + <!-- PollyXT Lacros Limassol with linear polarizer before receiver - LDRCal error contribution --> + <defs> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 34.71875 71.578125 +Q 41.84375 71.578125 45.609375 70.90625 +Q 50.875 70.015625 54.4375 67.546875 +Q 58.015625 65.09375 60.1875 60.640625 +Q 62.359375 56.203125 62.359375 50.875 +Q 62.359375 41.75 56.546875 35.421875 +Q 50.734375 29.109375 35.546875 29.109375 +L 17.1875 29.109375 +L 17.1875 0 +z +M 17.1875 37.546875 +L 35.6875 37.546875 +Q 44.875 37.546875 48.734375 40.96875 +Q 52.59375 44.390625 52.59375 50.59375 +Q 52.59375 55.078125 50.3125 58.265625 +Q 48.046875 61.46875 44.34375 62.5 +Q 41.9375 63.140625 35.5 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-80"/> + <path d="M 3.328125 25.921875 +Q 3.328125 40.328125 11.328125 47.265625 +Q 18.015625 53.03125 27.640625 53.03125 +Q 38.328125 53.03125 45.109375 46.015625 +Q 51.90625 39.015625 51.90625 26.65625 +Q 51.90625 16.65625 48.90625 10.90625 +Q 45.90625 5.171875 40.15625 2 +Q 34.421875 -1.171875 27.640625 -1.171875 +Q 16.75 -1.171875 10.03125 5.8125 +Q 3.328125 12.796875 3.328125 25.921875 +z +M 12.359375 25.921875 +Q 12.359375 15.96875 16.703125 11.015625 +Q 21.046875 6.0625 27.640625 6.0625 +Q 34.1875 6.0625 38.53125 11.03125 +Q 42.875 16.015625 42.875 26.21875 +Q 42.875 35.84375 38.5 40.796875 +Q 34.125 45.75 27.640625 45.75 +Q 21.046875 45.75 16.703125 40.8125 +Q 12.359375 35.890625 12.359375 25.921875 +z +" id="ArialMT-111"/> + <path d="M 6.390625 0 +L 6.390625 71.578125 +L 15.1875 71.578125 +L 15.1875 0 +z +" id="ArialMT-108"/> + <path d="M 6.203125 -19.96875 +L 5.21875 -11.71875 +Q 8.109375 -12.5 10.25 -12.5 +Q 13.1875 -12.5 14.9375 -11.515625 +Q 16.703125 -10.546875 17.828125 -8.796875 +Q 18.65625 -7.46875 20.515625 -2.25 +Q 20.75 -1.515625 21.296875 -0.09375 +L 1.609375 51.859375 +L 11.078125 51.859375 +L 21.875 21.828125 +Q 23.96875 16.109375 25.640625 9.8125 +Q 27.15625 15.875 29.25 21.625 +L 40.328125 51.859375 +L 49.125 51.859375 +L 29.390625 -0.875 +Q 26.21875 -9.421875 24.46875 -12.640625 +Q 22.125 -17 19.09375 -19.015625 +Q 16.0625 -21.046875 11.859375 -21.046875 +Q 9.328125 -21.046875 6.203125 -19.96875 +z +" id="ArialMT-121"/> + <path d="M 0.4375 0 +L 28.125 37.3125 +L 3.71875 71.578125 +L 14.984375 71.578125 +L 27.984375 53.21875 +Q 32.03125 47.515625 33.734375 44.4375 +Q 36.140625 48.34375 39.40625 52.59375 +L 53.8125 71.578125 +L 64.109375 71.578125 +L 38.96875 37.84375 +L 66.0625 0 +L 54.34375 0 +L 36.328125 25.53125 +Q 34.8125 27.734375 33.203125 30.328125 +Q 30.8125 26.421875 29.78125 24.953125 +L 11.8125 0 +z +" id="ArialMT-88"/> + <path d="M 25.921875 0 +L 25.921875 63.140625 +L 2.34375 63.140625 +L 2.34375 71.578125 +L 59.078125 71.578125 +L 59.078125 63.140625 +L 35.40625 63.140625 +L 35.40625 0 +z +" id="ArialMT-84"/> + <path d="M 40.4375 6.390625 +Q 35.546875 2.25 31.03125 0.53125 +Q 26.515625 -1.171875 21.34375 -1.171875 +Q 12.796875 -1.171875 8.203125 3 +Q 3.609375 7.171875 3.609375 13.671875 +Q 3.609375 17.484375 5.34375 20.625 +Q 7.078125 23.78125 9.890625 25.6875 +Q 12.703125 27.59375 16.21875 28.5625 +Q 18.796875 29.25 24.03125 29.890625 +Q 34.671875 31.15625 39.703125 32.90625 +Q 39.75 34.71875 39.75 35.203125 +Q 39.75 40.578125 37.25 42.78125 +Q 33.890625 45.75 27.25 45.75 +Q 21.046875 45.75 18.09375 43.578125 +Q 15.140625 41.40625 13.71875 35.890625 +L 5.125 37.0625 +Q 6.296875 42.578125 8.984375 45.96875 +Q 11.671875 49.359375 16.75 51.1875 +Q 21.828125 53.03125 28.515625 53.03125 +Q 35.15625 53.03125 39.296875 51.46875 +Q 43.453125 49.90625 45.40625 47.53125 +Q 47.359375 45.171875 48.140625 41.546875 +Q 48.578125 39.3125 48.578125 33.453125 +L 48.578125 21.734375 +Q 48.578125 9.46875 49.140625 6.21875 +Q 49.703125 2.984375 51.375 0 +L 42.1875 0 +Q 40.828125 2.734375 40.4375 6.390625 +z +M 39.703125 26.03125 +Q 34.90625 24.078125 25.34375 22.703125 +Q 19.921875 21.921875 17.671875 20.9375 +Q 15.4375 19.96875 14.203125 18.09375 +Q 12.984375 16.21875 12.984375 13.921875 +Q 12.984375 10.40625 15.640625 8.0625 +Q 18.3125 5.71875 23.4375 5.71875 +Q 28.515625 5.71875 32.46875 7.9375 +Q 36.421875 10.15625 38.28125 14.015625 +Q 39.703125 17 39.703125 22.796875 +z +" id="ArialMT-97"/> + <path d="M 40.4375 19 +L 49.078125 17.875 +Q 47.65625 8.9375 41.8125 3.875 +Q 35.984375 -1.171875 27.484375 -1.171875 +Q 16.84375 -1.171875 10.375 5.78125 +Q 3.90625 12.75 3.90625 25.734375 +Q 3.90625 34.125 6.6875 40.421875 +Q 9.46875 46.734375 15.15625 49.875 +Q 20.84375 53.03125 27.546875 53.03125 +Q 35.984375 53.03125 41.359375 48.75 +Q 46.734375 44.484375 48.25 36.625 +L 39.703125 35.296875 +Q 38.484375 40.53125 35.375 43.15625 +Q 32.28125 45.796875 27.875 45.796875 +Q 21.234375 45.796875 17.078125 41.03125 +Q 12.9375 36.28125 12.9375 25.984375 +Q 12.9375 15.53125 16.9375 10.796875 +Q 20.953125 6.0625 27.390625 6.0625 +Q 32.5625 6.0625 36.03125 9.234375 +Q 39.5 12.40625 40.4375 19 +z +" id="ArialMT-99"/> + <path d="M 3.078125 15.484375 +L 11.765625 16.84375 +Q 12.5 11.625 15.84375 8.84375 +Q 19.1875 6.0625 25.203125 6.0625 +Q 31.25 6.0625 34.171875 8.515625 +Q 37.109375 10.984375 37.109375 14.3125 +Q 37.109375 17.28125 34.515625 19 +Q 32.71875 20.171875 25.53125 21.96875 +Q 15.875 24.421875 12.140625 26.203125 +Q 8.40625 27.984375 6.46875 31.125 +Q 4.546875 34.28125 4.546875 38.09375 +Q 4.546875 41.546875 6.125 44.5 +Q 7.71875 47.46875 10.453125 49.421875 +Q 12.5 50.921875 16.03125 51.96875 +Q 19.578125 53.03125 23.640625 53.03125 +Q 29.734375 53.03125 34.34375 51.265625 +Q 38.96875 49.515625 41.15625 46.5 +Q 43.359375 43.5 44.1875 38.484375 +L 35.59375 37.3125 +Q 35.015625 41.3125 32.203125 43.546875 +Q 29.390625 45.796875 24.265625 45.796875 +Q 18.21875 45.796875 15.625 43.796875 +Q 13.03125 41.796875 13.03125 39.109375 +Q 13.03125 37.40625 14.109375 36.03125 +Q 15.1875 34.625 17.484375 33.6875 +Q 18.796875 33.203125 25.25 31.453125 +Q 34.578125 28.953125 38.25 27.359375 +Q 41.9375 25.78125 44.03125 22.75 +Q 46.140625 19.734375 46.140625 15.234375 +Q 46.140625 10.84375 43.578125 6.953125 +Q 41.015625 3.078125 36.171875 0.953125 +Q 31.34375 -1.171875 25.25 -1.171875 +Q 15.140625 -1.171875 9.84375 3.03125 +Q 4.546875 7.234375 3.078125 15.484375 +z +" id="ArialMT-115"/> + <path d="M 6.640625 61.46875 +L 6.640625 71.578125 +L 15.4375 71.578125 +L 15.4375 61.46875 +z +M 6.640625 0 +L 6.640625 51.859375 +L 15.4375 51.859375 +L 15.4375 0 +z +" id="ArialMT-105"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.453125 51.859375 +L 14.453125 44.578125 +Q 16.890625 48.390625 20.9375 50.703125 +Q 25 53.03125 30.171875 53.03125 +Q 35.9375 53.03125 39.625 50.640625 +Q 43.3125 48.25 44.828125 43.953125 +Q 50.984375 53.03125 60.84375 53.03125 +Q 68.5625 53.03125 72.703125 48.75 +Q 76.859375 44.484375 76.859375 35.59375 +L 76.859375 0 +L 68.109375 0 +L 68.109375 32.671875 +Q 68.109375 37.9375 67.25 40.25 +Q 66.40625 42.578125 64.15625 43.984375 +Q 61.921875 45.40625 58.890625 45.40625 +Q 53.421875 45.40625 49.796875 41.765625 +Q 46.1875 38.140625 46.1875 30.125 +L 46.1875 0 +L 37.40625 0 +L 37.40625 33.6875 +Q 37.40625 39.546875 35.25 42.46875 +Q 33.109375 45.40625 28.21875 45.40625 +Q 24.515625 45.40625 21.359375 43.453125 +Q 18.21875 41.5 16.796875 37.734375 +Q 15.375 33.984375 15.375 26.90625 +L 15.375 0 +z +" id="ArialMT-109"/> + <path d="M 16.15625 0 +L 0.296875 51.859375 +L 9.375 51.859375 +L 17.625 21.921875 +L 20.703125 10.796875 +Q 20.90625 11.625 23.390625 21.484375 +L 31.640625 51.859375 +L 40.671875 51.859375 +L 48.4375 21.78125 +L 51.03125 11.859375 +L 54 21.875 +L 62.890625 51.859375 +L 71.4375 51.859375 +L 55.21875 0 +L 46.09375 0 +L 37.84375 31.0625 +L 35.84375 39.890625 +L 25.34375 0 +z +" id="ArialMT-119"/> + <path d="M 6.59375 0 +L 6.59375 71.578125 +L 15.375 71.578125 +L 15.375 45.90625 +Q 21.53125 53.03125 30.90625 53.03125 +Q 36.671875 53.03125 40.921875 50.75 +Q 45.171875 48.484375 47 44.484375 +Q 48.828125 40.484375 48.828125 32.859375 +L 48.828125 0 +L 40.046875 0 +L 40.046875 32.859375 +Q 40.046875 39.453125 37.1875 42.453125 +Q 34.328125 45.453125 29.109375 45.453125 +Q 25.203125 45.453125 21.75 43.421875 +Q 18.3125 41.40625 16.84375 37.9375 +Q 15.375 34.46875 15.375 28.375 +L 15.375 0 +z +" id="ArialMT-104"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.5 51.859375 +L 14.5 44.484375 +Q 20.21875 53.03125 31 53.03125 +Q 35.6875 53.03125 39.625 51.34375 +Q 43.5625 49.65625 45.515625 46.921875 +Q 47.46875 44.1875 48.25 40.4375 +Q 48.734375 37.984375 48.734375 31.890625 +L 48.734375 0 +L 39.9375 0 +L 39.9375 31.546875 +Q 39.9375 36.921875 38.90625 39.578125 +Q 37.890625 42.234375 35.28125 43.8125 +Q 32.671875 45.40625 29.15625 45.40625 +Q 23.53125 45.40625 19.453125 41.84375 +Q 15.375 38.28125 15.375 28.328125 +L 15.375 0 +z +" id="ArialMT-110"/> + <path d="M 6.59375 -19.875 +L 6.59375 51.859375 +L 14.59375 51.859375 +L 14.59375 45.125 +Q 17.4375 49.078125 21 51.046875 +Q 24.5625 53.03125 29.640625 53.03125 +Q 36.28125 53.03125 41.359375 49.609375 +Q 46.4375 46.1875 49.015625 39.953125 +Q 51.609375 33.734375 51.609375 26.3125 +Q 51.609375 18.359375 48.75 11.984375 +Q 45.90625 5.609375 40.453125 2.21875 +Q 35.015625 -1.171875 29 -1.171875 +Q 24.609375 -1.171875 21.109375 0.6875 +Q 17.625 2.546875 15.375 5.375 +L 15.375 -19.875 +z +M 14.546875 25.640625 +Q 14.546875 15.625 18.59375 10.84375 +Q 22.65625 6.0625 28.421875 6.0625 +Q 34.28125 6.0625 38.453125 11.015625 +Q 42.625 15.96875 42.625 26.375 +Q 42.625 36.28125 38.546875 41.203125 +Q 34.46875 46.140625 28.8125 46.140625 +Q 23.1875 46.140625 18.859375 40.890625 +Q 14.546875 35.640625 14.546875 25.640625 +z +" id="ArialMT-112"/> + <path d="M 1.953125 0 +L 1.953125 7.125 +L 34.96875 45.015625 +Q 29.34375 44.734375 25.046875 44.734375 +L 3.90625 44.734375 +L 3.90625 51.859375 +L 46.296875 51.859375 +L 46.296875 46.046875 +L 18.21875 13.140625 +L 12.796875 7.125 +Q 18.703125 7.5625 23.875 7.5625 +L 47.859375 7.5625 +L 47.859375 0 +z +" id="ArialMT-122"/> + <path d="M 14.703125 0 +L 6.546875 0 +L 6.546875 71.578125 +L 15.328125 71.578125 +L 15.328125 46.046875 +Q 20.90625 53.03125 29.546875 53.03125 +Q 34.328125 53.03125 38.59375 51.09375 +Q 42.875 49.171875 45.625 45.671875 +Q 48.390625 42.1875 49.953125 37.25 +Q 51.515625 32.328125 51.515625 26.703125 +Q 51.515625 13.375 44.921875 6.09375 +Q 38.328125 -1.171875 29.109375 -1.171875 +Q 19.921875 -1.171875 14.703125 6.5 +z +M 14.59375 26.3125 +Q 14.59375 17 17.140625 12.84375 +Q 21.296875 6.0625 28.375 6.0625 +Q 34.125 6.0625 38.328125 11.0625 +Q 42.53125 16.0625 42.53125 25.984375 +Q 42.53125 36.140625 38.5 40.96875 +Q 34.46875 45.796875 28.765625 45.796875 +Q 23 45.796875 18.796875 40.796875 +Q 14.59375 35.796875 14.59375 26.3125 +z +" id="ArialMT-98"/> + <path d="M 8.6875 0 +L 8.6875 45.015625 +L 0.921875 45.015625 +L 0.921875 51.859375 +L 8.6875 51.859375 +L 8.6875 57.375 +Q 8.6875 62.59375 9.625 65.140625 +Q 10.890625 68.5625 14.078125 70.671875 +Q 17.28125 72.796875 23.046875 72.796875 +Q 26.765625 72.796875 31.25 71.921875 +L 29.9375 64.265625 +Q 27.203125 64.75 24.75 64.75 +Q 20.75 64.75 19.09375 63.03125 +Q 17.4375 61.328125 17.4375 56.640625 +L 17.4375 51.859375 +L 27.546875 51.859375 +L 27.546875 45.015625 +L 17.4375 45.015625 +L 17.4375 0 +z +" id="ArialMT-102"/> + <path d="M 21 0 +L 1.265625 51.859375 +L 10.546875 51.859375 +L 21.6875 20.796875 +Q 23.484375 15.765625 25 10.359375 +Q 26.171875 14.453125 28.265625 20.21875 +L 39.796875 51.859375 +L 48.828125 51.859375 +L 29.203125 0 +z +" id="ArialMT-118"/> + <path d="M 3.171875 21.484375 +L 3.171875 30.328125 +L 30.171875 30.328125 +L 30.171875 21.484375 +z +" id="ArialMT-45"/> + <path d="M 58.796875 25.09375 +L 68.265625 22.703125 +Q 65.28125 11.03125 57.546875 4.90625 +Q 49.8125 -1.21875 38.625 -1.21875 +Q 27.046875 -1.21875 19.796875 3.484375 +Q 12.546875 8.203125 8.765625 17.140625 +Q 4.984375 26.078125 4.984375 36.328125 +Q 4.984375 47.515625 9.25 55.828125 +Q 13.53125 64.15625 21.40625 68.46875 +Q 29.296875 72.796875 38.765625 72.796875 +Q 49.515625 72.796875 56.828125 67.328125 +Q 64.15625 61.859375 67.046875 51.953125 +L 57.71875 49.75 +Q 55.21875 57.5625 50.484375 61.125 +Q 45.75 64.703125 38.578125 64.703125 +Q 30.328125 64.703125 24.78125 60.734375 +Q 19.234375 56.78125 16.984375 50.109375 +Q 14.75 43.453125 14.75 36.375 +Q 14.75 27.25 17.40625 20.4375 +Q 20.0625 13.625 25.671875 10.25 +Q 31.296875 6.890625 37.84375 6.890625 +Q 45.796875 6.890625 51.3125 11.46875 +Q 56.84375 16.0625 58.796875 25.09375 +z +" id="ArialMT-67"/> + </defs> + <g style="fill:#262626;" transform="translate(427.233281 17.391563)scale(0.14 -0.14)"> + <use xlink:href="#ArialMT-80"/> + <use x="66.699219" xlink:href="#ArialMT-111"/> + <use x="122.314453" xlink:href="#ArialMT-108"/> + <use x="144.53125" xlink:href="#ArialMT-108"/> + <use x="166.748047" xlink:href="#ArialMT-121"/> + <use x="216.748047" xlink:href="#ArialMT-88"/> + <use x="283.447266" xlink:href="#ArialMT-84"/> + <use x="344.515625" xlink:href="#ArialMT-32"/> + <use x="372.298828" xlink:href="#ArialMT-76"/> + <use x="427.914062" xlink:href="#ArialMT-97"/> + <use x="483.529297" xlink:href="#ArialMT-99"/> + <use x="533.529297" xlink:href="#ArialMT-114"/> + <use x="566.830078" xlink:href="#ArialMT-111"/> + <use x="622.445312" xlink:href="#ArialMT-115"/> + <use x="672.445312" xlink:href="#ArialMT-32"/> + <use x="700.228516" xlink:href="#ArialMT-76"/> + <use x="755.84375" xlink:href="#ArialMT-105"/> + <use x="778.060547" xlink:href="#ArialMT-109"/> + <use x="861.361328" xlink:href="#ArialMT-97"/> + <use x="916.976562" xlink:href="#ArialMT-115"/> + <use x="966.976562" xlink:href="#ArialMT-115"/> + <use x="1016.976562" xlink:href="#ArialMT-111"/> + <use x="1072.591797" xlink:href="#ArialMT-108"/> + <use x="1094.808594" xlink:href="#ArialMT-32"/> + <use x="1122.591797" xlink:href="#ArialMT-119"/> + <use x="1194.808594" xlink:href="#ArialMT-105"/> + <use x="1217.025391" xlink:href="#ArialMT-116"/> + <use x="1244.808594" xlink:href="#ArialMT-104"/> + <use x="1300.423828" xlink:href="#ArialMT-32"/> + <use x="1328.207031" xlink:href="#ArialMT-108"/> + <use x="1350.423828" xlink:href="#ArialMT-105"/> + <use x="1372.640625" xlink:href="#ArialMT-110"/> + <use x="1428.255859" xlink:href="#ArialMT-101"/> + <use x="1483.871094" xlink:href="#ArialMT-97"/> + <use x="1539.486328" xlink:href="#ArialMT-114"/> + <use x="1572.787109" xlink:href="#ArialMT-32"/> + <use x="1600.570312" xlink:href="#ArialMT-112"/> + <use x="1656.185547" xlink:href="#ArialMT-111"/> + <use x="1711.800781" xlink:href="#ArialMT-108"/> + <use x="1734.017578" xlink:href="#ArialMT-97"/> + <use x="1789.632812" xlink:href="#ArialMT-114"/> + <use x="1822.933594" xlink:href="#ArialMT-105"/> + <use x="1845.150391" xlink:href="#ArialMT-122"/> + <use x="1895.150391" xlink:href="#ArialMT-101"/> + <use x="1950.765625" xlink:href="#ArialMT-114"/> + <use x="1984.066406" xlink:href="#ArialMT-32"/> + <use x="2011.849609" xlink:href="#ArialMT-98"/> + <use x="2067.464844" xlink:href="#ArialMT-101"/> + <use x="2123.080078" xlink:href="#ArialMT-102"/> + <use x="2150.863281" xlink:href="#ArialMT-111"/> + <use x="2206.478516" xlink:href="#ArialMT-114"/> + <use x="2239.779297" xlink:href="#ArialMT-101"/> + <use x="2295.394531" xlink:href="#ArialMT-32"/> + <use x="2323.177734" xlink:href="#ArialMT-114"/> + <use x="2356.478516" xlink:href="#ArialMT-101"/> + <use x="2412.09375" xlink:href="#ArialMT-99"/> + <use x="2462.09375" xlink:href="#ArialMT-101"/> + <use x="2517.708984" xlink:href="#ArialMT-105"/> + <use x="2539.925781" xlink:href="#ArialMT-118"/> + <use x="2589.925781" xlink:href="#ArialMT-101"/> + <use x="2645.541016" xlink:href="#ArialMT-114"/> + <use x="2678.841797" xlink:href="#ArialMT-32"/> + <use x="2706.625" xlink:href="#ArialMT-45"/> + <use x="2739.925781" xlink:href="#ArialMT-32"/> + <use x="2767.708984" xlink:href="#ArialMT-76"/> + <use x="2823.324219" xlink:href="#ArialMT-68"/> + <use x="2895.541016" xlink:href="#ArialMT-82"/> + <use x="2967.757812" xlink:href="#ArialMT-67"/> + <use x="3039.974609" xlink:href="#ArialMT-97"/> + <use x="3095.589844" xlink:href="#ArialMT-108"/> + <use x="3117.806641" xlink:href="#ArialMT-32"/> + <use x="3145.589844" xlink:href="#ArialMT-101"/> + <use x="3201.205078" xlink:href="#ArialMT-114"/> + <use x="3234.505859" xlink:href="#ArialMT-114"/> + <use x="3267.806641" xlink:href="#ArialMT-111"/> + <use x="3323.421875" xlink:href="#ArialMT-114"/> + <use x="3356.722656" xlink:href="#ArialMT-32"/> + <use x="3384.505859" xlink:href="#ArialMT-99"/> + <use x="3434.505859" xlink:href="#ArialMT-111"/> + <use x="3490.121094" xlink:href="#ArialMT-110"/> + <use x="3545.736328" xlink:href="#ArialMT-116"/> + <use x="3573.519531" xlink:href="#ArialMT-114"/> + <use x="3606.820312" xlink:href="#ArialMT-105"/> + <use x="3629.037109" xlink:href="#ArialMT-98"/> + <use x="3684.652344" xlink:href="#ArialMT-117"/> + <use x="3740.267578" xlink:href="#ArialMT-116"/> + <use x="3768.050781" xlink:href="#ArialMT-105"/> + <use x="3790.267578" xlink:href="#ArialMT-111"/> + <use x="3845.882812" xlink:href="#ArialMT-110"/> + </g> + </g> + </g> + <defs> + <clipPath id="p9b7ca11509"> + <rect height="108.72" width="240.517241" x="25.321875" y="38.88"/> + </clipPath> + <clipPath id="pf121253d51"> + <rect height="108.72" width="240.517241" x="313.942565" y="38.88"/> + </clipPath> + <clipPath id="pcc1ec40c25"> + <rect height="108.72" width="240.517241" x="602.563254" y="38.88"/> + </clipPath> + <clipPath id="pfc7ac01873"> + <rect height="108.72" width="240.517241" x="891.183944" y="38.88"/> + </clipPath> + <clipPath id="p5a3363b7b3"> + <rect height="108.72" width="240.517241" x="1179.804634" y="38.88"/> + </clipPath> + </defs> +</svg> +</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><svg height="287.550312pt" version="1.1" viewBox="0 0 459.554062 287.550312" width="459.554062pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 287.550312 +L 459.554062 287.550312 +L 459.554062 0 +L 0 0 +z +" style="fill:#ffffff;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 62.377031 243.743437 +L 397.177031 243.743437 +L 397.177031 26.303437 +L 62.377031 26.303437 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <path clip-path="url(#pa341394606)" d="M 74.865494 243.743437 +L 74.865494 26.303437 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_1"> + <!-- 0.0 --> + <defs> + <path d="M 4.15625 35.296875 +Q 4.15625 48 6.765625 55.734375 +Q 9.375 63.484375 14.515625 67.671875 +Q 19.671875 71.875 27.484375 71.875 +Q 33.25 71.875 37.59375 69.546875 +Q 41.9375 67.234375 44.765625 62.859375 +Q 47.609375 58.5 49.21875 52.21875 +Q 50.828125 45.953125 50.828125 35.296875 +Q 50.828125 22.703125 48.234375 14.96875 +Q 45.65625 7.234375 40.5 3 +Q 35.359375 -1.21875 27.484375 -1.21875 +Q 17.140625 -1.21875 11.234375 6.203125 +Q 4.15625 15.140625 4.15625 35.296875 +z +M 13.1875 35.296875 +Q 13.1875 17.671875 17.3125 11.828125 +Q 21.4375 6 27.484375 6 +Q 33.546875 6 37.671875 11.859375 +Q 41.796875 17.71875 41.796875 35.296875 +Q 41.796875 52.984375 37.671875 58.78125 +Q 33.546875 64.59375 27.390625 64.59375 +Q 21.34375 64.59375 17.71875 59.46875 +Q 13.1875 52.9375 13.1875 35.296875 +z +" id="ArialMT-48"/> + <path d="M 9.078125 0 +L 9.078125 10.015625 +L 19.09375 10.015625 +L 19.09375 0 +z +" id="ArialMT-46"/> + </defs> + <g style="fill:#262626;" transform="translate(67.915494 257.90125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <path clip-path="url(#pa341394606)" d="M 143.108462 243.743437 +L 143.108462 26.303437 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_2"> + <!-- 0.1 --> + <defs> + <path d="M 37.25 0 +L 28.46875 0 +L 28.46875 56 +Q 25.296875 52.984375 20.140625 49.953125 +Q 14.984375 46.921875 10.890625 45.40625 +L 10.890625 53.90625 +Q 18.265625 57.375 23.78125 62.296875 +Q 29.296875 67.234375 31.59375 71.875 +L 37.25 71.875 +z +" id="ArialMT-49"/> + </defs> + <g style="fill:#262626;" transform="translate(136.158462 257.90125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <path clip-path="url(#pa341394606)" d="M 211.35143 243.743437 +L 211.35143 26.303437 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_3"> + <!-- 0.2 --> + <defs> + <path d="M 50.34375 8.453125 +L 50.34375 0 +L 3.03125 0 +Q 2.9375 3.171875 4.046875 6.109375 +Q 5.859375 10.9375 9.828125 15.625 +Q 13.8125 20.3125 21.34375 26.46875 +Q 33.015625 36.03125 37.109375 41.625 +Q 41.21875 47.21875 41.21875 52.203125 +Q 41.21875 57.421875 37.46875 61 +Q 33.734375 64.59375 27.734375 64.59375 +Q 21.390625 64.59375 17.578125 60.78125 +Q 13.765625 56.984375 13.71875 50.25 +L 4.6875 51.171875 +Q 5.609375 61.28125 11.65625 66.578125 +Q 17.71875 71.875 27.9375 71.875 +Q 38.234375 71.875 44.234375 66.15625 +Q 50.25 60.453125 50.25 52 +Q 50.25 47.703125 48.484375 43.546875 +Q 46.734375 39.40625 42.65625 34.8125 +Q 38.578125 30.21875 29.109375 22.21875 +Q 21.1875 15.578125 18.9375 13.203125 +Q 16.703125 10.84375 15.234375 8.453125 +z +" id="ArialMT-50"/> + </defs> + <g style="fill:#262626;" transform="translate(204.40143 257.90125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <path clip-path="url(#pa341394606)" d="M 279.594398 243.743437 +L 279.594398 26.303437 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_4"> + <!-- 0.3 --> + <defs> + <path d="M 4.203125 18.890625 +L 12.984375 20.0625 +Q 14.5 12.59375 18.140625 9.296875 +Q 21.78125 6 27 6 +Q 33.203125 6 37.46875 10.296875 +Q 41.75 14.59375 41.75 20.953125 +Q 41.75 27 37.796875 30.921875 +Q 33.84375 34.859375 27.734375 34.859375 +Q 25.25 34.859375 21.53125 33.890625 +L 22.515625 41.609375 +Q 23.390625 41.5 23.921875 41.5 +Q 29.546875 41.5 34.03125 44.421875 +Q 38.53125 47.359375 38.53125 53.46875 +Q 38.53125 58.296875 35.25 61.46875 +Q 31.984375 64.65625 26.8125 64.65625 +Q 21.6875 64.65625 18.265625 61.421875 +Q 14.84375 58.203125 13.875 51.765625 +L 5.078125 53.328125 +Q 6.6875 62.15625 12.390625 67.015625 +Q 18.109375 71.875 26.609375 71.875 +Q 32.46875 71.875 37.390625 69.359375 +Q 42.328125 66.84375 44.9375 62.5 +Q 47.5625 58.15625 47.5625 53.265625 +Q 47.5625 48.640625 45.0625 44.828125 +Q 42.578125 41.015625 37.703125 38.765625 +Q 44.046875 37.3125 47.5625 32.6875 +Q 51.078125 28.078125 51.078125 21.140625 +Q 51.078125 11.765625 44.234375 5.25 +Q 37.40625 -1.265625 26.953125 -1.265625 +Q 17.53125 -1.265625 11.296875 4.34375 +Q 5.078125 9.96875 4.203125 18.890625 +z +" id="ArialMT-51"/> + </defs> + <g style="fill:#262626;" transform="translate(272.644398 257.90125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + </g> + </g> + </g> + <g id="xtick_5"> + <g id="line2d_5"> + <path clip-path="url(#pa341394606)" d="M 347.837366 243.743437 +L 347.837366 26.303437 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_5"> + <!-- 0.4 --> + <defs> + <path d="M 32.328125 0 +L 32.328125 17.140625 +L 1.265625 17.140625 +L 1.265625 25.203125 +L 33.9375 71.578125 +L 41.109375 71.578125 +L 41.109375 25.203125 +L 50.78125 25.203125 +L 50.78125 17.140625 +L 41.109375 17.140625 +L 41.109375 0 +z +M 32.328125 25.203125 +L 32.328125 57.46875 +L 9.90625 25.203125 +z +" id="ArialMT-52"/> + </defs> + <g style="fill:#262626;" transform="translate(340.887366 257.90125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="text_6"> + <!-- LDRtrue --> + <defs> + <path d="M 7.328125 0 +L 7.328125 71.578125 +L 16.796875 71.578125 +L 16.796875 8.453125 +L 52.046875 8.453125 +L 52.046875 0 +z +" id="ArialMT-76"/> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 32.375 71.578125 +Q 40.71875 71.578125 45.125 70.5625 +Q 51.265625 69.140625 55.609375 65.4375 +Q 61.28125 60.640625 64.078125 53.1875 +Q 66.890625 45.75 66.890625 36.1875 +Q 66.890625 28.03125 64.984375 21.734375 +Q 63.09375 15.4375 60.109375 11.296875 +Q 57.125 7.171875 53.578125 4.796875 +Q 50.046875 2.4375 45.046875 1.21875 +Q 40.046875 0 33.546875 0 +z +M 17.1875 8.453125 +L 32.46875 8.453125 +Q 39.546875 8.453125 43.578125 9.765625 +Q 47.609375 11.078125 50 13.484375 +Q 53.375 16.84375 55.25 22.53125 +Q 57.125 28.21875 57.125 36.328125 +Q 57.125 47.5625 53.4375 53.59375 +Q 49.75 59.625 44.484375 61.671875 +Q 40.671875 63.140625 32.234375 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-68"/> + <path d="M 7.859375 0 +L 7.859375 71.578125 +L 39.59375 71.578125 +Q 49.171875 71.578125 54.140625 69.640625 +Q 59.125 67.71875 62.109375 62.828125 +Q 65.09375 57.953125 65.09375 52.046875 +Q 65.09375 44.4375 60.15625 39.203125 +Q 55.21875 33.984375 44.921875 32.5625 +Q 48.6875 30.765625 50.640625 29 +Q 54.78125 25.203125 58.5 19.484375 +L 70.953125 0 +L 59.03125 0 +L 49.5625 14.890625 +Q 45.40625 21.34375 42.71875 24.75 +Q 40.046875 28.171875 37.921875 29.53125 +Q 35.796875 30.90625 33.59375 31.453125 +Q 31.984375 31.78125 28.328125 31.78125 +L 17.328125 31.78125 +L 17.328125 0 +z +M 17.328125 39.984375 +L 37.703125 39.984375 +Q 44.1875 39.984375 47.84375 41.328125 +Q 51.515625 42.671875 53.421875 45.625 +Q 55.328125 48.578125 55.328125 52.046875 +Q 55.328125 57.125 51.640625 60.390625 +Q 47.953125 63.671875 39.984375 63.671875 +L 17.328125 63.671875 +z +" id="ArialMT-82"/> + <path d="M 25.78125 7.859375 +L 27.046875 0.09375 +Q 23.34375 -0.6875 20.40625 -0.6875 +Q 15.625 -0.6875 12.984375 0.828125 +Q 10.359375 2.34375 9.28125 4.8125 +Q 8.203125 7.28125 8.203125 15.1875 +L 8.203125 45.015625 +L 1.765625 45.015625 +L 1.765625 51.859375 +L 8.203125 51.859375 +L 8.203125 64.703125 +L 16.9375 69.96875 +L 16.9375 51.859375 +L 25.78125 51.859375 +L 25.78125 45.015625 +L 16.9375 45.015625 +L 16.9375 14.703125 +Q 16.9375 10.9375 17.40625 9.859375 +Q 17.875 8.796875 18.921875 8.15625 +Q 19.96875 7.515625 21.921875 7.515625 +Q 23.390625 7.515625 25.78125 7.859375 +z +" id="ArialMT-116"/> + <path d="M 6.5 0 +L 6.5 51.859375 +L 14.40625 51.859375 +L 14.40625 44 +Q 17.4375 49.515625 20 51.265625 +Q 22.5625 53.03125 25.640625 53.03125 +Q 30.078125 53.03125 34.671875 50.203125 +L 31.640625 42.046875 +Q 28.421875 43.953125 25.203125 43.953125 +Q 22.3125 43.953125 20.015625 42.21875 +Q 17.71875 40.484375 16.75 37.40625 +Q 15.28125 32.71875 15.28125 27.15625 +L 15.28125 0 +z +" id="ArialMT-114"/> + <path d="M 40.578125 0 +L 40.578125 7.625 +Q 34.515625 -1.171875 24.125 -1.171875 +Q 19.53125 -1.171875 15.546875 0.578125 +Q 11.578125 2.34375 9.640625 5 +Q 7.71875 7.671875 6.9375 11.53125 +Q 6.390625 14.109375 6.390625 19.734375 +L 6.390625 51.859375 +L 15.1875 51.859375 +L 15.1875 23.09375 +Q 15.1875 16.21875 15.71875 13.8125 +Q 16.546875 10.359375 19.234375 8.375 +Q 21.921875 6.390625 25.875 6.390625 +Q 29.828125 6.390625 33.296875 8.421875 +Q 36.765625 10.453125 38.203125 13.9375 +Q 39.65625 17.4375 39.65625 24.078125 +L 39.65625 51.859375 +L 48.4375 51.859375 +L 48.4375 0 +z +" id="ArialMT-117"/> + <path d="M 42.09375 16.703125 +L 51.171875 15.578125 +Q 49.03125 7.625 43.21875 3.21875 +Q 37.40625 -1.171875 28.375 -1.171875 +Q 17 -1.171875 10.328125 5.828125 +Q 3.65625 12.84375 3.65625 25.484375 +Q 3.65625 38.578125 10.390625 45.796875 +Q 17.140625 53.03125 27.875 53.03125 +Q 38.28125 53.03125 44.875 45.953125 +Q 51.46875 38.875 51.46875 26.03125 +Q 51.46875 25.25 51.421875 23.6875 +L 12.75 23.6875 +Q 13.234375 15.140625 17.578125 10.59375 +Q 21.921875 6.0625 28.421875 6.0625 +Q 33.25 6.0625 36.671875 8.59375 +Q 40.09375 11.140625 42.09375 16.703125 +z +M 13.234375 30.90625 +L 42.1875 30.90625 +Q 41.609375 37.453125 38.875 40.71875 +Q 34.671875 45.796875 27.984375 45.796875 +Q 21.921875 45.796875 17.796875 41.75 +Q 13.671875 37.703125 13.234375 30.90625 +z +" id="ArialMT-101"/> + </defs> + <g style="fill:#262626;" transform="translate(196.266094 276.772812)scale(0.18 -0.18)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_6"> + <path clip-path="url(#pa341394606)" d="M 62.377031 220.491643 +L 397.177031 220.491643 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_7"> + <!-- −0.006 --> + <defs> + <path d="M 52.828125 31.203125 +L 5.5625 31.203125 +L 5.5625 39.40625 +L 52.828125 39.40625 +z +" id="ArialMT-8722"/> + <path d="M 49.75 54.046875 +L 41.015625 53.375 +Q 39.84375 58.546875 37.703125 60.890625 +Q 34.125 64.65625 28.90625 64.65625 +Q 24.703125 64.65625 21.53125 62.3125 +Q 17.390625 59.28125 14.984375 53.46875 +Q 12.59375 47.65625 12.5 36.921875 +Q 15.671875 41.75 20.265625 44.09375 +Q 24.859375 46.4375 29.890625 46.4375 +Q 38.671875 46.4375 44.84375 39.96875 +Q 51.03125 33.5 51.03125 23.25 +Q 51.03125 16.5 48.125 10.71875 +Q 45.21875 4.9375 40.140625 1.859375 +Q 35.0625 -1.21875 28.609375 -1.21875 +Q 17.625 -1.21875 10.6875 6.859375 +Q 3.765625 14.9375 3.765625 33.5 +Q 3.765625 54.25 11.421875 63.671875 +Q 18.109375 71.875 29.4375 71.875 +Q 37.890625 71.875 43.28125 67.140625 +Q 48.6875 62.40625 49.75 54.046875 +z +M 13.875 23.1875 +Q 13.875 18.65625 15.796875 14.5 +Q 17.71875 10.359375 21.1875 8.171875 +Q 24.65625 6 28.46875 6 +Q 34.03125 6 38.03125 10.484375 +Q 42.046875 14.984375 42.046875 22.703125 +Q 42.046875 30.125 38.078125 34.390625 +Q 34.125 38.671875 28.125 38.671875 +Q 22.171875 38.671875 18.015625 34.390625 +Q 13.875 30.125 13.875 23.1875 +z +" id="ArialMT-54"/> + </defs> + <g style="fill:#262626;" transform="translate(24.514531 224.07055)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-8722"/> + <use x="58.398438" xlink:href="#ArialMT-48"/> + <use x="114.013672" xlink:href="#ArialMT-46"/> + <use x="141.796875" xlink:href="#ArialMT-48"/> + <use x="197.412109" xlink:href="#ArialMT-48"/> + <use x="253.027344" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_7"> + <path clip-path="url(#pa341394606)" d="M 62.377031 193.697095 +L 397.177031 193.697095 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_8"> + <!-- −0.004 --> + <g style="fill:#262626;" transform="translate(24.514531 197.276002)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-8722"/> + <use x="58.398438" xlink:href="#ArialMT-48"/> + <use x="114.013672" xlink:href="#ArialMT-46"/> + <use x="141.796875" xlink:href="#ArialMT-48"/> + <use x="197.412109" xlink:href="#ArialMT-48"/> + <use x="253.027344" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_8"> + <path clip-path="url(#pa341394606)" d="M 62.377031 166.902547 +L 397.177031 166.902547 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_9"> + <!-- −0.002 --> + <g style="fill:#262626;" transform="translate(24.514531 170.481454)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-8722"/> + <use x="58.398438" xlink:href="#ArialMT-48"/> + <use x="114.013672" xlink:href="#ArialMT-46"/> + <use x="141.796875" xlink:href="#ArialMT-48"/> + <use x="197.412109" xlink:href="#ArialMT-48"/> + <use x="253.027344" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_9"> + <path clip-path="url(#pa341394606)" d="M 62.377031 140.108 +L 397.177031 140.108 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_10"> + <!-- 0.000 --> + <g style="fill:#262626;" transform="translate(30.355156 143.686906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_10"> + <path clip-path="url(#pa341394606)" d="M 62.377031 113.313452 +L 397.177031 113.313452 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_11"> + <!-- 0.002 --> + <g style="fill:#262626;" transform="translate(30.355156 116.892358)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_6"> + <g id="line2d_11"> + <path clip-path="url(#pa341394606)" d="M 62.377031 86.518904 +L 397.177031 86.518904 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_12"> + <!-- 0.004 --> + <g style="fill:#262626;" transform="translate(30.355156 90.09781)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_12"> + <path clip-path="url(#pa341394606)" d="M 62.377031 59.724356 +L 397.177031 59.724356 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_13"> + <!-- 0.006 --> + <g style="fill:#262626;" transform="translate(30.355156 63.303262)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="ytick_8"> + <g id="line2d_13"> + <path clip-path="url(#pa341394606)" d="M 62.377031 32.929808 +L 397.177031 32.929808 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_14"> + <!-- 0.008 --> + <defs> + <path d="M 17.671875 38.8125 +Q 12.203125 40.828125 9.5625 44.53125 +Q 6.9375 48.25 6.9375 53.421875 +Q 6.9375 61.234375 12.546875 66.546875 +Q 18.171875 71.875 27.484375 71.875 +Q 36.859375 71.875 42.578125 66.421875 +Q 48.296875 60.984375 48.296875 53.171875 +Q 48.296875 48.1875 45.671875 44.5 +Q 43.0625 40.828125 37.75 38.8125 +Q 44.34375 36.671875 47.78125 31.875 +Q 51.21875 27.09375 51.21875 20.453125 +Q 51.21875 11.28125 44.71875 5.03125 +Q 38.234375 -1.21875 27.640625 -1.21875 +Q 17.046875 -1.21875 10.546875 5.046875 +Q 4.046875 11.328125 4.046875 20.703125 +Q 4.046875 27.6875 7.59375 32.390625 +Q 11.140625 37.109375 17.671875 38.8125 +z +M 15.921875 53.71875 +Q 15.921875 48.640625 19.1875 45.40625 +Q 22.46875 42.1875 27.6875 42.1875 +Q 32.765625 42.1875 36.015625 45.375 +Q 39.265625 48.578125 39.265625 53.21875 +Q 39.265625 58.0625 35.90625 61.359375 +Q 32.5625 64.65625 27.59375 64.65625 +Q 22.5625 64.65625 19.234375 61.421875 +Q 15.921875 58.203125 15.921875 53.71875 +z +M 13.09375 20.65625 +Q 13.09375 16.890625 14.875 13.375 +Q 16.65625 9.859375 20.171875 7.921875 +Q 23.6875 6 27.734375 6 +Q 34.03125 6 38.125 10.046875 +Q 42.234375 14.109375 42.234375 20.359375 +Q 42.234375 26.703125 38.015625 30.859375 +Q 33.796875 35.015625 27.4375 35.015625 +Q 21.234375 35.015625 17.15625 30.90625 +Q 13.09375 26.8125 13.09375 20.65625 +z +" id="ArialMT-56"/> + </defs> + <g style="fill:#262626;" transform="translate(30.355156 36.508714)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="text_15"> + <!-- LDRTrue-LDRmin, LDRTrue-LDRmax --> + <defs> + <path d="M 25.921875 0 +L 25.921875 63.140625 +L 2.34375 63.140625 +L 2.34375 71.578125 +L 59.078125 71.578125 +L 59.078125 63.140625 +L 35.40625 63.140625 +L 35.40625 0 +z +" id="ArialMT-84"/> + <path d="M 3.171875 21.484375 +L 3.171875 30.328125 +L 30.171875 30.328125 +L 30.171875 21.484375 +z +" id="ArialMT-45"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.453125 51.859375 +L 14.453125 44.578125 +Q 16.890625 48.390625 20.9375 50.703125 +Q 25 53.03125 30.171875 53.03125 +Q 35.9375 53.03125 39.625 50.640625 +Q 43.3125 48.25 44.828125 43.953125 +Q 50.984375 53.03125 60.84375 53.03125 +Q 68.5625 53.03125 72.703125 48.75 +Q 76.859375 44.484375 76.859375 35.59375 +L 76.859375 0 +L 68.109375 0 +L 68.109375 32.671875 +Q 68.109375 37.9375 67.25 40.25 +Q 66.40625 42.578125 64.15625 43.984375 +Q 61.921875 45.40625 58.890625 45.40625 +Q 53.421875 45.40625 49.796875 41.765625 +Q 46.1875 38.140625 46.1875 30.125 +L 46.1875 0 +L 37.40625 0 +L 37.40625 33.6875 +Q 37.40625 39.546875 35.25 42.46875 +Q 33.109375 45.40625 28.21875 45.40625 +Q 24.515625 45.40625 21.359375 43.453125 +Q 18.21875 41.5 16.796875 37.734375 +Q 15.375 33.984375 15.375 26.90625 +L 15.375 0 +z +" id="ArialMT-109"/> + <path d="M 6.640625 61.46875 +L 6.640625 71.578125 +L 15.4375 71.578125 +L 15.4375 61.46875 +z +M 6.640625 0 +L 6.640625 51.859375 +L 15.4375 51.859375 +L 15.4375 0 +z +" id="ArialMT-105"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.5 51.859375 +L 14.5 44.484375 +Q 20.21875 53.03125 31 53.03125 +Q 35.6875 53.03125 39.625 51.34375 +Q 43.5625 49.65625 45.515625 46.921875 +Q 47.46875 44.1875 48.25 40.4375 +Q 48.734375 37.984375 48.734375 31.890625 +L 48.734375 0 +L 39.9375 0 +L 39.9375 31.546875 +Q 39.9375 36.921875 38.90625 39.578125 +Q 37.890625 42.234375 35.28125 43.8125 +Q 32.671875 45.40625 29.15625 45.40625 +Q 23.53125 45.40625 19.453125 41.84375 +Q 15.375 38.28125 15.375 28.328125 +L 15.375 0 +z +" id="ArialMT-110"/> + <path d="M 8.890625 0 +L 8.890625 10.015625 +L 18.890625 10.015625 +L 18.890625 0 +Q 18.890625 -5.515625 16.9375 -8.90625 +Q 14.984375 -12.3125 10.75 -14.15625 +L 8.296875 -10.40625 +Q 11.078125 -9.1875 12.390625 -6.8125 +Q 13.71875 -4.4375 13.875 0 +z +" id="ArialMT-44"/> + <path id="ArialMT-32"/> + <path d="M 40.4375 6.390625 +Q 35.546875 2.25 31.03125 0.53125 +Q 26.515625 -1.171875 21.34375 -1.171875 +Q 12.796875 -1.171875 8.203125 3 +Q 3.609375 7.171875 3.609375 13.671875 +Q 3.609375 17.484375 5.34375 20.625 +Q 7.078125 23.78125 9.890625 25.6875 +Q 12.703125 27.59375 16.21875 28.5625 +Q 18.796875 29.25 24.03125 29.890625 +Q 34.671875 31.15625 39.703125 32.90625 +Q 39.75 34.71875 39.75 35.203125 +Q 39.75 40.578125 37.25 42.78125 +Q 33.890625 45.75 27.25 45.75 +Q 21.046875 45.75 18.09375 43.578125 +Q 15.140625 41.40625 13.71875 35.890625 +L 5.125 37.0625 +Q 6.296875 42.578125 8.984375 45.96875 +Q 11.671875 49.359375 16.75 51.1875 +Q 21.828125 53.03125 28.515625 53.03125 +Q 35.15625 53.03125 39.296875 51.46875 +Q 43.453125 49.90625 45.40625 47.53125 +Q 47.359375 45.171875 48.140625 41.546875 +Q 48.578125 39.3125 48.578125 33.453125 +L 48.578125 21.734375 +Q 48.578125 9.46875 49.140625 6.21875 +Q 49.703125 2.984375 51.375 0 +L 42.1875 0 +Q 40.828125 2.734375 40.4375 6.390625 +z +M 39.703125 26.03125 +Q 34.90625 24.078125 25.34375 22.703125 +Q 19.921875 21.921875 17.671875 20.9375 +Q 15.4375 19.96875 14.203125 18.09375 +Q 12.984375 16.21875 12.984375 13.921875 +Q 12.984375 10.40625 15.640625 8.0625 +Q 18.3125 5.71875 23.4375 5.71875 +Q 28.515625 5.71875 32.46875 7.9375 +Q 36.421875 10.15625 38.28125 14.015625 +Q 39.703125 17 39.703125 22.796875 +z +" id="ArialMT-97"/> + <path d="M 0.734375 0 +L 19.671875 26.953125 +L 2.15625 51.859375 +L 13.140625 51.859375 +L 21.09375 39.703125 +Q 23.34375 36.234375 24.703125 33.890625 +Q 26.859375 37.109375 28.65625 39.59375 +L 37.40625 51.859375 +L 47.90625 51.859375 +L 29.984375 27.4375 +L 49.265625 0 +L 38.484375 0 +L 27.828125 16.109375 +L 25 20.453125 +L 11.375 0 +z +" id="ArialMT-120"/> + </defs> + <g style="fill:#262626;" transform="translate(17.732031 252.864062)rotate(-90)scale(0.14 -0.14)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.033203" xlink:href="#ArialMT-84"/> + <use x="261.070312" xlink:href="#ArialMT-114"/> + <use x="294.371094" xlink:href="#ArialMT-117"/> + <use x="349.986328" xlink:href="#ArialMT-101"/> + <use x="405.601562" xlink:href="#ArialMT-45"/> + <use x="438.902344" xlink:href="#ArialMT-76"/> + <use x="494.517578" xlink:href="#ArialMT-68"/> + <use x="566.734375" xlink:href="#ArialMT-82"/> + <use x="638.951172" xlink:href="#ArialMT-109"/> + <use x="722.251953" xlink:href="#ArialMT-105"/> + <use x="744.46875" xlink:href="#ArialMT-110"/> + <use x="800.083984" xlink:href="#ArialMT-44"/> + <use x="827.867188" xlink:href="#ArialMT-32"/> + <use x="855.650391" xlink:href="#ArialMT-76"/> + <use x="911.265625" xlink:href="#ArialMT-68"/> + <use x="983.482422" xlink:href="#ArialMT-82"/> + <use x="1055.683594" xlink:href="#ArialMT-84"/> + <use x="1116.720703" xlink:href="#ArialMT-114"/> + <use x="1150.021484" xlink:href="#ArialMT-117"/> + <use x="1205.636719" xlink:href="#ArialMT-101"/> + <use x="1261.251953" xlink:href="#ArialMT-45"/> + <use x="1294.552734" xlink:href="#ArialMT-76"/> + <use x="1350.167969" xlink:href="#ArialMT-68"/> + <use x="1422.384766" xlink:href="#ArialMT-82"/> + <use x="1494.601562" xlink:href="#ArialMT-109"/> + <use x="1577.902344" xlink:href="#ArialMT-97"/> + <use x="1633.517578" xlink:href="#ArialMT-120"/> + </g> + </g> + </g> + <g id="line2d_14"> + <path clip-path="url(#pa341394606)" d="M 77.595213 122.942531 +L 88.514088 120.679865 +L 143.108462 108.421124 +L 279.594398 70.862032 +L 381.958849 36.187074 +" style="fill:none;stroke:#0000ff;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="line2d_15"> + <path clip-path="url(#pa341394606)" d="M 77.595213 140.795356 +L 88.514088 143.157988 +L 143.108462 156.064739 +L 279.594398 196.280392 +L 381.958849 233.859801 +" style="fill:none;stroke:#008000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_3"> + <path d="M 62.377031 243.743437 +L 62.377031 26.303437 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_4"> + <path d="M 397.177031 243.743437 +L 397.177031 26.303437 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_5"> + <path d="M 62.377031 243.743437 +L 397.177031 243.743437 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_6"> + <path d="M 62.377031 26.303437 +L 397.177031 26.303437 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_16"> + <!-- PollyXT Lacros Limassol linear polarizer before receiver --> + <defs> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 34.71875 71.578125 +Q 41.84375 71.578125 45.609375 70.90625 +Q 50.875 70.015625 54.4375 67.546875 +Q 58.015625 65.09375 60.1875 60.640625 +Q 62.359375 56.203125 62.359375 50.875 +Q 62.359375 41.75 56.546875 35.421875 +Q 50.734375 29.109375 35.546875 29.109375 +L 17.1875 29.109375 +L 17.1875 0 +z +M 17.1875 37.546875 +L 35.6875 37.546875 +Q 44.875 37.546875 48.734375 40.96875 +Q 52.59375 44.390625 52.59375 50.59375 +Q 52.59375 55.078125 50.3125 58.265625 +Q 48.046875 61.46875 44.34375 62.5 +Q 41.9375 63.140625 35.5 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-80"/> + <path d="M 3.328125 25.921875 +Q 3.328125 40.328125 11.328125 47.265625 +Q 18.015625 53.03125 27.640625 53.03125 +Q 38.328125 53.03125 45.109375 46.015625 +Q 51.90625 39.015625 51.90625 26.65625 +Q 51.90625 16.65625 48.90625 10.90625 +Q 45.90625 5.171875 40.15625 2 +Q 34.421875 -1.171875 27.640625 -1.171875 +Q 16.75 -1.171875 10.03125 5.8125 +Q 3.328125 12.796875 3.328125 25.921875 +z +M 12.359375 25.921875 +Q 12.359375 15.96875 16.703125 11.015625 +Q 21.046875 6.0625 27.640625 6.0625 +Q 34.1875 6.0625 38.53125 11.03125 +Q 42.875 16.015625 42.875 26.21875 +Q 42.875 35.84375 38.5 40.796875 +Q 34.125 45.75 27.640625 45.75 +Q 21.046875 45.75 16.703125 40.8125 +Q 12.359375 35.890625 12.359375 25.921875 +z +" id="ArialMT-111"/> + <path d="M 6.390625 0 +L 6.390625 71.578125 +L 15.1875 71.578125 +L 15.1875 0 +z +" id="ArialMT-108"/> + <path d="M 6.203125 -19.96875 +L 5.21875 -11.71875 +Q 8.109375 -12.5 10.25 -12.5 +Q 13.1875 -12.5 14.9375 -11.515625 +Q 16.703125 -10.546875 17.828125 -8.796875 +Q 18.65625 -7.46875 20.515625 -2.25 +Q 20.75 -1.515625 21.296875 -0.09375 +L 1.609375 51.859375 +L 11.078125 51.859375 +L 21.875 21.828125 +Q 23.96875 16.109375 25.640625 9.8125 +Q 27.15625 15.875 29.25 21.625 +L 40.328125 51.859375 +L 49.125 51.859375 +L 29.390625 -0.875 +Q 26.21875 -9.421875 24.46875 -12.640625 +Q 22.125 -17 19.09375 -19.015625 +Q 16.0625 -21.046875 11.859375 -21.046875 +Q 9.328125 -21.046875 6.203125 -19.96875 +z +" id="ArialMT-121"/> + <path d="M 0.4375 0 +L 28.125 37.3125 +L 3.71875 71.578125 +L 14.984375 71.578125 +L 27.984375 53.21875 +Q 32.03125 47.515625 33.734375 44.4375 +Q 36.140625 48.34375 39.40625 52.59375 +L 53.8125 71.578125 +L 64.109375 71.578125 +L 38.96875 37.84375 +L 66.0625 0 +L 54.34375 0 +L 36.328125 25.53125 +Q 34.8125 27.734375 33.203125 30.328125 +Q 30.8125 26.421875 29.78125 24.953125 +L 11.8125 0 +z +" id="ArialMT-88"/> + <path d="M 40.4375 19 +L 49.078125 17.875 +Q 47.65625 8.9375 41.8125 3.875 +Q 35.984375 -1.171875 27.484375 -1.171875 +Q 16.84375 -1.171875 10.375 5.78125 +Q 3.90625 12.75 3.90625 25.734375 +Q 3.90625 34.125 6.6875 40.421875 +Q 9.46875 46.734375 15.15625 49.875 +Q 20.84375 53.03125 27.546875 53.03125 +Q 35.984375 53.03125 41.359375 48.75 +Q 46.734375 44.484375 48.25 36.625 +L 39.703125 35.296875 +Q 38.484375 40.53125 35.375 43.15625 +Q 32.28125 45.796875 27.875 45.796875 +Q 21.234375 45.796875 17.078125 41.03125 +Q 12.9375 36.28125 12.9375 25.984375 +Q 12.9375 15.53125 16.9375 10.796875 +Q 20.953125 6.0625 27.390625 6.0625 +Q 32.5625 6.0625 36.03125 9.234375 +Q 39.5 12.40625 40.4375 19 +z +" id="ArialMT-99"/> + <path d="M 3.078125 15.484375 +L 11.765625 16.84375 +Q 12.5 11.625 15.84375 8.84375 +Q 19.1875 6.0625 25.203125 6.0625 +Q 31.25 6.0625 34.171875 8.515625 +Q 37.109375 10.984375 37.109375 14.3125 +Q 37.109375 17.28125 34.515625 19 +Q 32.71875 20.171875 25.53125 21.96875 +Q 15.875 24.421875 12.140625 26.203125 +Q 8.40625 27.984375 6.46875 31.125 +Q 4.546875 34.28125 4.546875 38.09375 +Q 4.546875 41.546875 6.125 44.5 +Q 7.71875 47.46875 10.453125 49.421875 +Q 12.5 50.921875 16.03125 51.96875 +Q 19.578125 53.03125 23.640625 53.03125 +Q 29.734375 53.03125 34.34375 51.265625 +Q 38.96875 49.515625 41.15625 46.5 +Q 43.359375 43.5 44.1875 38.484375 +L 35.59375 37.3125 +Q 35.015625 41.3125 32.203125 43.546875 +Q 29.390625 45.796875 24.265625 45.796875 +Q 18.21875 45.796875 15.625 43.796875 +Q 13.03125 41.796875 13.03125 39.109375 +Q 13.03125 37.40625 14.109375 36.03125 +Q 15.1875 34.625 17.484375 33.6875 +Q 18.796875 33.203125 25.25 31.453125 +Q 34.578125 28.953125 38.25 27.359375 +Q 41.9375 25.78125 44.03125 22.75 +Q 46.140625 19.734375 46.140625 15.234375 +Q 46.140625 10.84375 43.578125 6.953125 +Q 41.015625 3.078125 36.171875 0.953125 +Q 31.34375 -1.171875 25.25 -1.171875 +Q 15.140625 -1.171875 9.84375 3.03125 +Q 4.546875 7.234375 3.078125 15.484375 +z +" id="ArialMT-115"/> + <path d="M 6.59375 -19.875 +L 6.59375 51.859375 +L 14.59375 51.859375 +L 14.59375 45.125 +Q 17.4375 49.078125 21 51.046875 +Q 24.5625 53.03125 29.640625 53.03125 +Q 36.28125 53.03125 41.359375 49.609375 +Q 46.4375 46.1875 49.015625 39.953125 +Q 51.609375 33.734375 51.609375 26.3125 +Q 51.609375 18.359375 48.75 11.984375 +Q 45.90625 5.609375 40.453125 2.21875 +Q 35.015625 -1.171875 29 -1.171875 +Q 24.609375 -1.171875 21.109375 0.6875 +Q 17.625 2.546875 15.375 5.375 +L 15.375 -19.875 +z +M 14.546875 25.640625 +Q 14.546875 15.625 18.59375 10.84375 +Q 22.65625 6.0625 28.421875 6.0625 +Q 34.28125 6.0625 38.453125 11.015625 +Q 42.625 15.96875 42.625 26.375 +Q 42.625 36.28125 38.546875 41.203125 +Q 34.46875 46.140625 28.8125 46.140625 +Q 23.1875 46.140625 18.859375 40.890625 +Q 14.546875 35.640625 14.546875 25.640625 +z +" id="ArialMT-112"/> + <path d="M 1.953125 0 +L 1.953125 7.125 +L 34.96875 45.015625 +Q 29.34375 44.734375 25.046875 44.734375 +L 3.90625 44.734375 +L 3.90625 51.859375 +L 46.296875 51.859375 +L 46.296875 46.046875 +L 18.21875 13.140625 +L 12.796875 7.125 +Q 18.703125 7.5625 23.875 7.5625 +L 47.859375 7.5625 +L 47.859375 0 +z +" id="ArialMT-122"/> + <path d="M 14.703125 0 +L 6.546875 0 +L 6.546875 71.578125 +L 15.328125 71.578125 +L 15.328125 46.046875 +Q 20.90625 53.03125 29.546875 53.03125 +Q 34.328125 53.03125 38.59375 51.09375 +Q 42.875 49.171875 45.625 45.671875 +Q 48.390625 42.1875 49.953125 37.25 +Q 51.515625 32.328125 51.515625 26.703125 +Q 51.515625 13.375 44.921875 6.09375 +Q 38.328125 -1.171875 29.109375 -1.171875 +Q 19.921875 -1.171875 14.703125 6.5 +z +M 14.59375 26.3125 +Q 14.59375 17 17.140625 12.84375 +Q 21.296875 6.0625 28.375 6.0625 +Q 34.125 6.0625 38.328125 11.0625 +Q 42.53125 16.0625 42.53125 25.984375 +Q 42.53125 36.140625 38.5 40.96875 +Q 34.46875 45.796875 28.765625 45.796875 +Q 23 45.796875 18.796875 40.796875 +Q 14.59375 35.796875 14.59375 26.3125 +z +" id="ArialMT-98"/> + <path d="M 8.6875 0 +L 8.6875 45.015625 +L 0.921875 45.015625 +L 0.921875 51.859375 +L 8.6875 51.859375 +L 8.6875 57.375 +Q 8.6875 62.59375 9.625 65.140625 +Q 10.890625 68.5625 14.078125 70.671875 +Q 17.28125 72.796875 23.046875 72.796875 +Q 26.765625 72.796875 31.25 71.921875 +L 29.9375 64.265625 +Q 27.203125 64.75 24.75 64.75 +Q 20.75 64.75 19.09375 63.03125 +Q 17.4375 61.328125 17.4375 56.640625 +L 17.4375 51.859375 +L 27.546875 51.859375 +L 27.546875 45.015625 +L 17.4375 45.015625 +L 17.4375 0 +z +" id="ArialMT-102"/> + <path d="M 21 0 +L 1.265625 51.859375 +L 10.546875 51.859375 +L 21.6875 20.796875 +Q 23.484375 15.765625 25 10.359375 +Q 26.171875 14.453125 28.265625 20.21875 +L 39.796875 51.859375 +L 48.828125 51.859375 +L 29.203125 0 +z +" id="ArialMT-118"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 20.303437)scale(0.18 -0.18)"> + <use xlink:href="#ArialMT-80"/> + <use x="66.699219" xlink:href="#ArialMT-111"/> + <use x="122.314453" xlink:href="#ArialMT-108"/> + <use x="144.53125" xlink:href="#ArialMT-108"/> + <use x="166.748047" xlink:href="#ArialMT-121"/> + <use x="216.748047" xlink:href="#ArialMT-88"/> + <use x="283.447266" xlink:href="#ArialMT-84"/> + <use x="344.515625" xlink:href="#ArialMT-32"/> + <use x="372.298828" xlink:href="#ArialMT-76"/> + <use x="427.914062" xlink:href="#ArialMT-97"/> + <use x="483.529297" xlink:href="#ArialMT-99"/> + <use x="533.529297" xlink:href="#ArialMT-114"/> + <use x="566.830078" xlink:href="#ArialMT-111"/> + <use x="622.445312" xlink:href="#ArialMT-115"/> + <use x="672.445312" xlink:href="#ArialMT-32"/> + <use x="700.228516" xlink:href="#ArialMT-76"/> + <use x="755.84375" xlink:href="#ArialMT-105"/> + <use x="778.060547" xlink:href="#ArialMT-109"/> + <use x="861.361328" xlink:href="#ArialMT-97"/> + <use x="916.976562" xlink:href="#ArialMT-115"/> + <use x="966.976562" xlink:href="#ArialMT-115"/> + <use x="1016.976562" xlink:href="#ArialMT-111"/> + <use x="1072.591797" xlink:href="#ArialMT-108"/> + <use x="1094.808594" xlink:href="#ArialMT-32"/> + <use x="1122.591797" xlink:href="#ArialMT-108"/> + <use x="1144.808594" xlink:href="#ArialMT-105"/> + <use x="1167.025391" xlink:href="#ArialMT-110"/> + <use x="1222.640625" xlink:href="#ArialMT-101"/> + <use x="1278.255859" xlink:href="#ArialMT-97"/> + <use x="1333.871094" xlink:href="#ArialMT-114"/> + <use x="1367.171875" xlink:href="#ArialMT-32"/> + <use x="1394.955078" xlink:href="#ArialMT-112"/> + <use x="1450.570312" xlink:href="#ArialMT-111"/> + <use x="1506.185547" xlink:href="#ArialMT-108"/> + <use x="1528.402344" xlink:href="#ArialMT-97"/> + <use x="1584.017578" xlink:href="#ArialMT-114"/> + <use x="1617.318359" xlink:href="#ArialMT-105"/> + <use x="1639.535156" xlink:href="#ArialMT-122"/> + <use x="1689.535156" xlink:href="#ArialMT-101"/> + <use x="1745.150391" xlink:href="#ArialMT-114"/> + <use x="1778.451172" xlink:href="#ArialMT-32"/> + <use x="1806.234375" xlink:href="#ArialMT-98"/> + <use x="1861.849609" xlink:href="#ArialMT-101"/> + <use x="1917.464844" xlink:href="#ArialMT-102"/> + <use x="1945.248047" xlink:href="#ArialMT-111"/> + <use x="2000.863281" xlink:href="#ArialMT-114"/> + <use x="2034.164062" xlink:href="#ArialMT-101"/> + <use x="2089.779297" xlink:href="#ArialMT-32"/> + <use x="2117.5625" xlink:href="#ArialMT-114"/> + <use x="2150.863281" xlink:href="#ArialMT-101"/> + <use x="2206.478516" xlink:href="#ArialMT-99"/> + <use x="2256.478516" xlink:href="#ArialMT-101"/> + <use x="2312.09375" xlink:href="#ArialMT-105"/> + <use x="2334.310547" xlink:href="#ArialMT-118"/> + <use x="2384.310547" xlink:href="#ArialMT-101"/> + <use x="2439.925781" xlink:href="#ArialMT-114"/> + </g> + </g> + </g> + </g> + <defs> + <clipPath id="pa341394606"> + <rect height="217.44" width="334.8" x="62.377031" y="26.303437"/> + </clipPath> + </defs> +</svg> +</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LDRtrue , mean , median, max-mean, min-mean, std, excess_kurtosis, skewness</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.00400, 0.00441, 0.00430, 0.00128,-0.00005, 0.00046, -0.44466, 1.04221</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.02000, 0.02041, 0.02029, 0.00145,-0.00023, 0.00049, -0.32789, 0.88212</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.10000, 0.10040, 0.10031, 0.00237,-0.00119, 0.00099, -0.89643, 0.06395</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.30000, 0.30036, 0.30046, 0.00517,-0.00419, 0.00311, -1.43313,-0.07744</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.45000, 0.45032, 0.45064, 0.00776,-0.00700, 0.00516, -1.47974,-0.08196</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000080;">In [</span><span style=" font-weight:600; color:#000080;">15</span><span style=" color:#000080;">]:</span> </p></body></html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/output_files/output_optic_input_example_lidar_ver0.9.8e_GHK_0.9.8e4_Py3.7.dat Fri May 29 23:37:07 2020 +0200 @@ -0,0 +1,174 @@ +From C:\Projects\Earlinet-Asos\Lidarsystems\calc_lidar_correction_parameters +Running GHK_0.9.8e4_Py3.7.py +Reading input file optic_input_example_lidar_ver0.9.8e.py +for Lidar system: xx , example lidar + --- Input parameters: value ±error / ±steps ---------------------- +Laser: Qin = 0.9950± 0.0050/ 1 + Vin = 0.0000± 0.0000/ 0 + Rotation alpha = 0.0000± 2.0000/ 1 + => DOP 0.9950 (degree of polarisation) +Optic: Diatt., Tunpol, Retard., Rotation (deg) +Emitter 0.0000 ± 0.1000 / 0, 1.0000, 0±180/ 0, 0.0000± 1.0000/ 0 +Receiver 0.0000 ± 0.2000 / 1, 1.0000, 0±180/ 0, 0.0000± 0.1000/ 0 +Calibrator 0.999800± 0.000190/ 1, 0.4000, 0±180/ 3, 0.0000± 0.1000/ 0 + Pol.-filter ------ +ERT, RotT : 0.0010± 0.0010/ 0, 0.0000± 1.0000/ 0 +ERR, RotR : 0.0010± 0.0010/ 1, 90.0000± 1.0000/ 1 + PBS ------ +TP,TS : 0.9500± 0.0100/ 1, 0.0050± 0.0010/ 1 +RP,RS : 0.0500± 0.0000/ 0, 0.9950± 0.0000/ 0 +DT,TT,DR,TR,Y : 0.9895, 0.4775, -0.9043, 0.5225, 1 + Combined PBS + Pol.-filter ------ +DT,TT,DR,TR : 1.0000, 0.4750, -0.9999, 0.4975 +LDRCal during calibration in calibration range: 0.200± 0.150/ 1 + --- Additional ND filter attenuation (transmission) during the calibration --- +TCalT,TCalR : 1.0000± 0.0100/ 0, 0.1000± 0.0010/ 0 + +Rotation Error Epsilon For Normal Measurements = False +linear polarizer before receiver +PBS incidence plane is parallel to reference plane and polarisation in reference plane is finally transmitted +Parallel laser polarisation is detected in transmitted channel +RS_RP_depend_on_TS_TP = True + +=========================================================================================================== + GR , GT , HR , HT , K(0.000), K(0.004), K(0.02) , K(0.1) , K(0.2) , K(0.3) , K(0.45) + 1.00000, 1.00000,-0.99490, 0.99499, 0.96098, 0.96129, 0.96248, 0.96796, 0.97382, 0.97880, 0.98502 +=========================================================================================================== + +Errors from neglecting GHK corrections and/or calibration: + LDRtrue, LDRunCorr,1/LDRunCorr, LDRsimx, 1/LDRsimx, LDRCorr + 0.00400, 0.00673, 148.53471, 0.00687, 145.62357, 0.00400 + 0.02000, 0.02316, 43.17641, 0.02362, 42.33019, 0.02000 + 0.10000, 0.10528, 9.49823, 0.10739, 9.31207, 0.10000 + 0.30000, 0.31044, 3.22120, 0.31665, 3.15806, 0.30000 + 0.45000, 0.46418, 2.15434, 0.47346, 2.11212, 0.45000 +LDRsimx = LDR of the nominal system directly from measured signals without calibration and GHK-corrections +LDRunCorr = LDR of the nominal system directly from measured signals with calibration but without GHK-corrections; electronic amplifications = 1 assumed +LDRCorr = LDR calibrated and GHK-corrected + +Errors from signal noise: +Signal counts: NI, NCalT, NCalR, NILfac, nNCal, nNI, stdev(NI)/NI = 100000, 50000, 50000, 2, 0, 0, 0.00316 + + +Lidar ID: example lidar + +minimum and maximum values of the distributions of possibly measured LDR for different LDRtrue +LDRtrue , LDRmin, LDRmax + 0.0040, 0.0011, 0.0085 + 0.0200, 0.0160, 0.0249 + 0.1000, 0.0901, 0.1067 + 0.3000, 0.2754, 0.3111 + 0.4500, 0.4145, 0.4642 + +LDRtrue , mean , median, max-mean, min-mean, std, excess_kurtosis, skewness + 0.00400, 0.00461, 0.00479, 0.00452,-0.00285, 0.00208, -1.26193, 0.00235 + 0.02000, 0.02015, 0.02021, 0.00489,-0.00404, 0.00213, -1.15133, 0.02018 + 0.10000, 0.09780, 0.09779, 0.00672,-0.00995, 0.00294, -0.34059, 0.06304 + 0.30000, 0.29187, 0.29180, 0.01110,-0.02461, 0.00646, -0.13664, 0.07559 + 0.45000, 0.43739, 0.43739, 0.01418,-0.03548, 0.00939, -0.14466, 0.07811 + +minimum and maximum values of the distributions of signal ratios and calibration factors for different LDRtrue +LDRtrue , LDRsim, (max-min)/2, relerr + 0.00400, 0.00816, 0.00702, 0.86085 + 0.02000, 0.02584, 0.01421, 0.54972 + 0.10000, 0.11424, 0.05009, 0.43846 + 0.30000, 0.33503, 0.13953, 0.41647 + 0.45000, 0.50042, 0.20635, 0.41235 +LDRtrue , Etax , (max-min)/2, relerr + 0.00400, 1.10946, 0.50801, 0.45789 + 0.02000, 1.10946, 0.50801, 0.45789 + 0.10000, 1.10946, 0.50801, 0.45789 + 0.30000, 1.10946, 0.50801, 0.45789 + 0.45000, 1.10946, 0.50801, 0.45789 +LDRtrue , Etapx , (max-min)/2, relerr + 0.00400, 1.10948, 0.52005, 0.46873 + 0.02000, 1.10948, 0.52005, 0.46873 + 0.10000, 1.10948, 0.52005, 0.46873 + 0.30000, 1.10948, 0.52005, 0.46873 + 0.45000, 1.10948, 0.52005, 0.46873 +LDRtrue , Etamx , (max-min)/2, relerr + 0.00400, 1.10948, 0.52005, 0.46873 + 0.02000, 1.10948, 0.52005, 0.46873 + 0.10000, 1.10948, 0.52005, 0.46873 + 0.30000, 1.10948, 0.52005, 0.46873 + 0.45000, 1.10948, 0.52005, 0.46873 + +LDRCorr: contribution to the total error (per mill) + of individual parameter errors of combined parameter errors + at LDRtrue 0.004 0.020 0.100 0.300 0.450 0.004 0.020 0.100 0.300 0.450 + +Qin 662 546 290 125 79 33 26 11 2 1 +RotL 161 133 70 30 19 109 89 45 17 10 +DiO 7 5 3 1 1 19 15 8 3 2 +DiC 4 11 25 34 37 28 73 173 237 254 +RetC 46 121 287 394 423 0 0 0 0 0 +TP 3 3 1 1 0 9 7 4 1 1 +TS 0 0 0 0 0 0 0 0 0 0 +ERaR 14 11 6 2 1 9 7 4 1 1 +RotaR 2 2 1 1 0 53 43 22 8 5 +LDRCal 2 5 11 15 16 27 68 161 220 237 +Sum 901 837 694 602 577 287 330 426 490 510 + +LDRsim: contribution to the total error (per mill) + of individual parameter errors of combined parameter errors + at LDRtrue 0.004 0.020 0.100 0.300 0.450 0.004 0.020 0.100 0.300 0.450 + +Qin 395 195 55 18 11 161 80 22 7 4 +RotL 96 47 13 4 3 119 59 16 5 2 +DiO 455 716 900 948 957 244 127 45 24 20 +DiC 0 0 0 0 0 0 0 0 0 0 +RetC 0 0 0 0 0 0 0 0 0 0 +TP 14 20 24 25 26 15 12 11 11 10 +TS 1 2 2 2 2 1 1 1 1 1 +ERaR 8 4 1 0 0 2 1 0 0 0 +RotaR 1 0 0 0 0 28 13 3 1 0 +LDRCal 0 0 0 0 0 0 0 0 0 0 +Sum 970 985 996 999 999 569 293 99 48 38 + +EtaX, D90: contribution to the total error (per mill) + of individual parameter errors of combined parameter errors + at LDRtrue 0.004 0.020 0.100 0.300 0.450 0.004 0.020 0.100 0.300 0.450 + +Qin 0 0 0 0 0 1 1 1 1 1 +RotL 0 0 0 0 0 0 0 0 0 0 +DiO 862 862 862 862 862 64 64 64 64 64 +DiC 5 5 5 5 5 33 33 33 33 33 +RetC 52 52 52 52 52 51 51 51 51 51 +TP 23 23 23 23 23 10 10 10 10 10 +TS 2 2 2 2 2 1 1 1 1 1 +ERaR 0 0 0 0 0 0 0 0 0 0 +RotaR 0 0 0 0 0 0 0 0 0 0 +LDRCal 3 3 3 3 3 31 31 31 31 31 +Sum 948 948 948 948 948 191 191 191 191 191 + +Etapx, +45°: contribution to the total error (per mill) + of individual parameter errors of combined parameter errors + at LDRtrue 0.004 0.020 0.100 0.300 0.450 0.004 0.020 0.100 0.300 0.450 + +Qin 0 0 0 0 0 1 1 1 1 1 +RotL 0 0 0 0 0 7 7 7 7 7 +DiO 842 842 842 842 842 69 69 69 69 69 +DiC 5 5 5 5 5 34 34 34 34 34 +RetC 51 51 51 51 51 54 54 54 54 54 +TP 22 22 22 22 22 12 12 12 12 12 +TS 2 2 2 2 2 1 1 1 1 1 +ERaR 0 0 0 0 0 0 0 0 0 0 +RotaR 16 16 16 16 16 5 5 5 5 5 +LDRCal 3 3 3 3 3 33 33 33 33 33 +Sum 942 942 942 942 942 217 217 217 217 217 + +Etamx -45°: contribution to the total error (per mill) + of individual parameter errors of combined parameter errors + at LDRtrue 0.004 0.020 0.100 0.300 0.450 0.004 0.020 0.100 0.300 0.450 + +Qin 0 0 0 0 0 1 1 1 1 1 +RotL 0 0 0 0 0 7 7 7 7 7 +DiO 842 842 842 842 842 69 69 69 69 69 +DiC 5 5 5 5 5 34 34 34 34 34 +RetC 51 51 51 51 51 54 54 54 54 54 +TP 22 22 22 22 22 12 12 12 12 12 +TS 2 2 2 2 2 1 1 1 1 1 +ERaR 0 0 0 0 0 0 0 0 0 0 +RotaR 16 16 16 16 16 5 5 5 5 5 +LDRCal 3 3 3 3 3 33 33 33 33 33 +Sum 942 942 942 942 942 217 217 217 217 217
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/output_files/output_optic_input_example_lidar_ver0.9.8e_GHK_0.9.8e4_Py3.7.xhtml Fri May 29 23:37:07 2020 +0200 @@ -0,0 +1,111169 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'DejaVu Sans Mono'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000080;">In [</span><span style=" font-weight:600; color:#000080;">12</span><span style=" color:#000080;">]:</span> runfile('C:/Projects/Earlinet-Asos/Lidarsystems/calc_lidar_correction_parameters/GHK_0.9.8e4_Py3.7.py', wdir='C:/Projects/Earlinet-Asos/Lidarsystems/calc_lidar_correction_parameters')</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Lidar system : xx , example lidar</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">From C:\Projects\Earlinet-Asos\Lidarsystems\calc_lidar_correction_parameters</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Running GHK_0.9.8e4_Py3.7.py</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Reading input file optic_input_example_lidar_ver0.9.8e.py</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">for Lidar system: xx , example lidar</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> --- Input parameters: value ±error / ±steps ----------------------</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Laser: Qin = 0.9950± 0.0050/ 1</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Vin = 0.0000± 0.0000/ 0</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Rotation alpha = 0.0000± 2.0000/ 1</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> => DOP 0.9950 (degree of polarisation)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Optic: Diatt., Tunpol, Retard., Rotation (deg)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Emitter 0.0000 ± 0.1000 / 0, 1.0000, 0±180/ 0, 0.0000± 1.0000/ 0</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Receiver 0.0000 ± 0.2000 / 1, 1.0000, 0±180/ 0, 0.0000± 0.1000/ 0</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Calibrator 0.999800± 0.000190/ 1, 0.4000, 0±180/ 3, 0.0000± 0.1000/ 0</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Pol.-filter ------ </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ERT, RotT : 0.0010± 0.0010/ 0, 0.0000± 1.0000/ 0</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ERR, RotR : 0.0010± 0.0010/ 1, 90.0000± 1.0000/ 1</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> PBS ------ </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">TP,TS : 0.9500± 0.0100/ 1, 0.0050± 0.0010/ 1</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">RP,RS : 0.0500± 0.0000/ 0, 0.9950± 0.0000/ 0</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">DT,TT,DR,TR,Y : 0.9895, 0.4775, -0.9043, 0.5225, 1</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Combined PBS + Pol.-filter ------ </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">DT,TT,DR,TR : 1.0000, 0.4750, -0.9999, 0.4975</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LDRCal during calibration in calibration range: 0.200± 0.150/ 1</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> --- Additional ND filter attenuation (transmission) during the calibration ---</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">TCalT,TCalR : 1.0000± 0.0100/ 0, 0.1000± 0.0010/ 0</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Rotation Error Epsilon For Normal Measurements = False</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">linear polarizer before receiver</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">PBS incidence plane is parallel to reference plane and polarisation in reference plane is finally transmitted</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Parallel laser polarisation is detected in transmitted channel</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">RS_RP_depend_on_TS_TP = True</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">===========================================================================================================</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> GR , GT , HR , HT , K(0.000), K(0.004), K(0.02) , K(0.1) , K(0.2) , K(0.3) , K(0.45)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 1.00000, 1.00000,-0.99490, 0.99499, 0.96098, 0.96129, 0.96248, 0.96796, 0.97382, 0.97880, 0.98502</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">===========================================================================================================</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Errors from neglecting GHK corrections and/or calibration:</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> LDRtrue, LDRunCorr,1/LDRunCorr, LDRsimx, 1/LDRsimx, LDRCorr</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.00400, 0.00673, 148.53471, 0.00687, 145.62357, 0.00400</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.02000, 0.02316, 43.17641, 0.02362, 42.33019, 0.02000</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.10000, 0.10528, 9.49823, 0.10739, 9.31207, 0.10000</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.30000, 0.31044, 3.22120, 0.31665, 3.15806, 0.30000</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.45000, 0.46418, 2.15434, 0.47346, 2.11212, 0.45000</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LDRsimx = LDR of the nominal system directly from measured signals without calibration and GHK-corrections</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LDRunCorr = LDR of the nominal system directly from measured signals with calibration but without GHK-corrections; electronic amplifications = 1 assumed</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LDRCorr = LDR calibrated and GHK-corrected</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Errors from signal noise:</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Signal counts: NI, NCalT, NCalR, NILfac, nNCal, nNI, stdev(NI)/NI = 100000, 50000, 50000, 2, 0, 0, 0.00316</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">number of system variations N = 137781 estimated time 29.78 sec </p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> elapsed time 20 sec done in 28 sec. => producing plots now .... some more seconds ...</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Errors from GHK correction uncertainties:</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><svg height="184.090625pt" version="1.1" viewBox="0 0 1438.64375 184.090625" width="1438.64375pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 184.090625 +L 1438.64375 184.090625 +L 1438.64375 0 +L 0 0 +z +" style="fill:#ffffff;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +L 276.960991 38.88 +L 36.44375 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <path clip-path="url(#p9b5f073402)" d="M 72.690303 147.6 +L 72.690303 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_1"> + <!-- 0.002 --> + <defs> + <path d="M 4.15625 35.296875 +Q 4.15625 48 6.765625 55.734375 +Q 9.375 63.484375 14.515625 67.671875 +Q 19.671875 71.875 27.484375 71.875 +Q 33.25 71.875 37.59375 69.546875 +Q 41.9375 67.234375 44.765625 62.859375 +Q 47.609375 58.5 49.21875 52.21875 +Q 50.828125 45.953125 50.828125 35.296875 +Q 50.828125 22.703125 48.234375 14.96875 +Q 45.65625 7.234375 40.5 3 +Q 35.359375 -1.21875 27.484375 -1.21875 +Q 17.140625 -1.21875 11.234375 6.203125 +Q 4.15625 15.140625 4.15625 35.296875 +z +M 13.1875 35.296875 +Q 13.1875 17.671875 17.3125 11.828125 +Q 21.4375 6 27.484375 6 +Q 33.546875 6 37.671875 11.859375 +Q 41.796875 17.71875 41.796875 35.296875 +Q 41.796875 52.984375 37.671875 58.78125 +Q 33.546875 64.59375 27.390625 64.59375 +Q 21.34375 64.59375 17.71875 59.46875 +Q 13.1875 52.9375 13.1875 35.296875 +z +" id="ArialMT-48"/> + <path d="M 9.078125 0 +L 9.078125 10.015625 +L 19.09375 10.015625 +L 19.09375 0 +z +" id="ArialMT-46"/> + <path d="M 50.34375 8.453125 +L 50.34375 0 +L 3.03125 0 +Q 2.9375 3.171875 4.046875 6.109375 +Q 5.859375 10.9375 9.828125 15.625 +Q 13.8125 20.3125 21.34375 26.46875 +Q 33.015625 36.03125 37.109375 41.625 +Q 41.21875 47.21875 41.21875 52.203125 +Q 41.21875 57.421875 37.46875 61 +Q 33.734375 64.59375 27.734375 64.59375 +Q 21.390625 64.59375 17.578125 60.78125 +Q 13.765625 56.984375 13.71875 50.25 +L 4.6875 51.171875 +Q 5.609375 61.28125 11.65625 66.578125 +Q 17.71875 71.875 27.9375 71.875 +Q 38.234375 71.875 44.234375 66.15625 +Q 50.25 60.453125 50.25 52 +Q 50.25 47.703125 48.484375 43.546875 +Q 46.734375 39.40625 42.65625 34.8125 +Q 38.578125 30.21875 29.109375 22.21875 +Q 21.1875 15.578125 18.9375 13.203125 +Q 16.703125 10.84375 15.234375 8.453125 +z +" id="ArialMT-50"/> + </defs> + <g style="fill:#262626;" transform="translate(60.179366 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <path clip-path="url(#p9b5f073402)" d="M 131.643407 147.6 +L 131.643407 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_2"> + <!-- 0.004 --> + <defs> + <path d="M 32.328125 0 +L 32.328125 17.140625 +L 1.265625 17.140625 +L 1.265625 25.203125 +L 33.9375 71.578125 +L 41.109375 71.578125 +L 41.109375 25.203125 +L 50.78125 25.203125 +L 50.78125 17.140625 +L 41.109375 17.140625 +L 41.109375 0 +z +M 32.328125 25.203125 +L 32.328125 57.46875 +L 9.90625 25.203125 +z +" id="ArialMT-52"/> + </defs> + <g style="fill:#262626;" transform="translate(119.13247 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <path clip-path="url(#p9b5f073402)" d="M 190.596512 147.6 +L 190.596512 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_3"> + <!-- 0.006 --> + <defs> + <path d="M 49.75 54.046875 +L 41.015625 53.375 +Q 39.84375 58.546875 37.703125 60.890625 +Q 34.125 64.65625 28.90625 64.65625 +Q 24.703125 64.65625 21.53125 62.3125 +Q 17.390625 59.28125 14.984375 53.46875 +Q 12.59375 47.65625 12.5 36.921875 +Q 15.671875 41.75 20.265625 44.09375 +Q 24.859375 46.4375 29.890625 46.4375 +Q 38.671875 46.4375 44.84375 39.96875 +Q 51.03125 33.5 51.03125 23.25 +Q 51.03125 16.5 48.125 10.71875 +Q 45.21875 4.9375 40.140625 1.859375 +Q 35.0625 -1.21875 28.609375 -1.21875 +Q 17.625 -1.21875 10.6875 6.859375 +Q 3.765625 14.9375 3.765625 33.5 +Q 3.765625 54.25 11.421875 63.671875 +Q 18.109375 71.875 29.4375 71.875 +Q 37.890625 71.875 43.28125 67.140625 +Q 48.6875 62.40625 49.75 54.046875 +z +M 13.875 23.1875 +Q 13.875 18.65625 15.796875 14.5 +Q 17.71875 10.359375 21.1875 8.171875 +Q 24.65625 6 28.46875 6 +Q 34.03125 6 38.03125 10.484375 +Q 42.046875 14.984375 42.046875 22.703125 +Q 42.046875 30.125 38.078125 34.390625 +Q 34.125 38.671875 28.125 38.671875 +Q 22.171875 38.671875 18.015625 34.390625 +Q 13.875 30.125 13.875 23.1875 +z +" id="ArialMT-54"/> + </defs> + <g style="fill:#262626;" transform="translate(178.085574 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <path clip-path="url(#p9b5f073402)" d="M 249.549616 147.6 +L 249.549616 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_4"> + <!-- 0.008 --> + <defs> + <path d="M 17.671875 38.8125 +Q 12.203125 40.828125 9.5625 44.53125 +Q 6.9375 48.25 6.9375 53.421875 +Q 6.9375 61.234375 12.546875 66.546875 +Q 18.171875 71.875 27.484375 71.875 +Q 36.859375 71.875 42.578125 66.421875 +Q 48.296875 60.984375 48.296875 53.171875 +Q 48.296875 48.1875 45.671875 44.5 +Q 43.0625 40.828125 37.75 38.8125 +Q 44.34375 36.671875 47.78125 31.875 +Q 51.21875 27.09375 51.21875 20.453125 +Q 51.21875 11.28125 44.71875 5.03125 +Q 38.234375 -1.21875 27.640625 -1.21875 +Q 17.046875 -1.21875 10.546875 5.046875 +Q 4.046875 11.328125 4.046875 20.703125 +Q 4.046875 27.6875 7.59375 32.390625 +Q 11.140625 37.109375 17.671875 38.8125 +z +M 15.921875 53.71875 +Q 15.921875 48.640625 19.1875 45.40625 +Q 22.46875 42.1875 27.6875 42.1875 +Q 32.765625 42.1875 36.015625 45.375 +Q 39.265625 48.578125 39.265625 53.21875 +Q 39.265625 58.0625 35.90625 61.359375 +Q 32.5625 64.65625 27.59375 64.65625 +Q 22.5625 64.65625 19.234375 61.421875 +Q 15.921875 58.203125 15.921875 53.71875 +z +M 13.09375 20.65625 +Q 13.09375 16.890625 14.875 13.375 +Q 16.65625 9.859375 20.171875 7.921875 +Q 23.6875 6 27.734375 6 +Q 34.03125 6 38.125 10.046875 +Q 42.234375 14.109375 42.234375 20.359375 +Q 42.234375 26.703125 38.015625 30.859375 +Q 33.796875 35.015625 27.4375 35.015625 +Q 21.234375 35.015625 17.15625 30.90625 +Q 13.09375 26.8125 13.09375 20.65625 +z +" id="ArialMT-56"/> + </defs> + <g style="fill:#262626;" transform="translate(237.038679 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="text_5"> + <!-- LDRtrue --> + <defs> + <path d="M 7.328125 0 +L 7.328125 71.578125 +L 16.796875 71.578125 +L 16.796875 8.453125 +L 52.046875 8.453125 +L 52.046875 0 +z +" id="ArialMT-76"/> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 32.375 71.578125 +Q 40.71875 71.578125 45.125 70.5625 +Q 51.265625 69.140625 55.609375 65.4375 +Q 61.28125 60.640625 64.078125 53.1875 +Q 66.890625 45.75 66.890625 36.1875 +Q 66.890625 28.03125 64.984375 21.734375 +Q 63.09375 15.4375 60.109375 11.296875 +Q 57.125 7.171875 53.578125 4.796875 +Q 50.046875 2.4375 45.046875 1.21875 +Q 40.046875 0 33.546875 0 +z +M 17.1875 8.453125 +L 32.46875 8.453125 +Q 39.546875 8.453125 43.578125 9.765625 +Q 47.609375 11.078125 50 13.484375 +Q 53.375 16.84375 55.25 22.53125 +Q 57.125 28.21875 57.125 36.328125 +Q 57.125 47.5625 53.4375 53.59375 +Q 49.75 59.625 44.484375 61.671875 +Q 40.671875 63.140625 32.234375 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-68"/> + <path d="M 7.859375 0 +L 7.859375 71.578125 +L 39.59375 71.578125 +Q 49.171875 71.578125 54.140625 69.640625 +Q 59.125 67.71875 62.109375 62.828125 +Q 65.09375 57.953125 65.09375 52.046875 +Q 65.09375 44.4375 60.15625 39.203125 +Q 55.21875 33.984375 44.921875 32.5625 +Q 48.6875 30.765625 50.640625 29 +Q 54.78125 25.203125 58.5 19.484375 +L 70.953125 0 +L 59.03125 0 +L 49.5625 14.890625 +Q 45.40625 21.34375 42.71875 24.75 +Q 40.046875 28.171875 37.921875 29.53125 +Q 35.796875 30.90625 33.59375 31.453125 +Q 31.984375 31.78125 28.328125 31.78125 +L 17.328125 31.78125 +L 17.328125 0 +z +M 17.328125 39.984375 +L 37.703125 39.984375 +Q 44.1875 39.984375 47.84375 41.328125 +Q 51.515625 42.671875 53.421875 45.625 +Q 55.328125 48.578125 55.328125 52.046875 +Q 55.328125 57.125 51.640625 60.390625 +Q 47.953125 63.671875 39.984375 63.671875 +L 17.328125 63.671875 +z +" id="ArialMT-82"/> + <path d="M 25.78125 7.859375 +L 27.046875 0.09375 +Q 23.34375 -0.6875 20.40625 -0.6875 +Q 15.625 -0.6875 12.984375 0.828125 +Q 10.359375 2.34375 9.28125 4.8125 +Q 8.203125 7.28125 8.203125 15.1875 +L 8.203125 45.015625 +L 1.765625 45.015625 +L 1.765625 51.859375 +L 8.203125 51.859375 +L 8.203125 64.703125 +L 16.9375 69.96875 +L 16.9375 51.859375 +L 25.78125 51.859375 +L 25.78125 45.015625 +L 16.9375 45.015625 +L 16.9375 14.703125 +Q 16.9375 10.9375 17.40625 9.859375 +Q 17.875 8.796875 18.921875 8.15625 +Q 19.96875 7.515625 21.921875 7.515625 +Q 23.390625 7.515625 25.78125 7.859375 +z +" id="ArialMT-116"/> + <path d="M 6.5 0 +L 6.5 51.859375 +L 14.40625 51.859375 +L 14.40625 44 +Q 17.4375 49.515625 20 51.265625 +Q 22.5625 53.03125 25.640625 53.03125 +Q 30.078125 53.03125 34.671875 50.203125 +L 31.640625 42.046875 +Q 28.421875 43.953125 25.203125 43.953125 +Q 22.3125 43.953125 20.015625 42.21875 +Q 17.71875 40.484375 16.75 37.40625 +Q 15.28125 32.71875 15.28125 27.15625 +L 15.28125 0 +z +" id="ArialMT-114"/> + <path d="M 40.578125 0 +L 40.578125 7.625 +Q 34.515625 -1.171875 24.125 -1.171875 +Q 19.53125 -1.171875 15.546875 0.578125 +Q 11.578125 2.34375 9.640625 5 +Q 7.71875 7.671875 6.9375 11.53125 +Q 6.390625 14.109375 6.390625 19.734375 +L 6.390625 51.859375 +L 15.1875 51.859375 +L 15.1875 23.09375 +Q 15.1875 16.21875 15.71875 13.8125 +Q 16.546875 10.359375 19.234375 8.375 +Q 21.921875 6.390625 25.875 6.390625 +Q 29.828125 6.390625 33.296875 8.421875 +Q 36.765625 10.453125 38.203125 13.9375 +Q 39.65625 17.4375 39.65625 24.078125 +L 39.65625 51.859375 +L 48.4375 51.859375 +L 48.4375 0 +z +" id="ArialMT-117"/> + <path d="M 42.09375 16.703125 +L 51.171875 15.578125 +Q 49.03125 7.625 43.21875 3.21875 +Q 37.40625 -1.171875 28.375 -1.171875 +Q 17 -1.171875 10.328125 5.828125 +Q 3.65625 12.84375 3.65625 25.484375 +Q 3.65625 38.578125 10.390625 45.796875 +Q 17.140625 53.03125 27.875 53.03125 +Q 38.28125 53.03125 44.875 45.953125 +Q 51.46875 38.875 51.46875 26.03125 +Q 51.46875 25.25 51.421875 23.6875 +L 12.75 23.6875 +Q 13.234375 15.140625 17.578125 10.59375 +Q 21.921875 6.0625 28.421875 6.0625 +Q 33.25 6.0625 36.671875 8.59375 +Q 40.09375 11.140625 42.09375 16.703125 +z +M 13.234375 30.90625 +L 42.1875 30.90625 +Q 41.609375 37.453125 38.875 40.71875 +Q 34.671875 45.796875 27.984375 45.796875 +Q 21.921875 45.796875 17.796875 41.75 +Q 13.671875 37.703125 13.234375 30.90625 +z +" id="ArialMT-101"/> + </defs> + <g style="fill:#ff0000;" transform="translate(138.085183 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_5"> + <path clip-path="url(#p9b5f073402)" d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_6"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(23.882813 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_6"> + <path clip-path="url(#p9b5f073402)" d="M 36.44375 124.07288 +L 276.960991 124.07288 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_7"> + <!-- 1000 --> + <defs> + <path d="M 37.25 0 +L 28.46875 0 +L 28.46875 56 +Q 25.296875 52.984375 20.140625 49.953125 +Q 14.984375 46.921875 10.890625 45.40625 +L 10.890625 53.90625 +Q 18.265625 57.375 23.78125 62.296875 +Q 29.296875 67.234375 31.59375 71.875 +L 37.25 71.875 +z +" id="ArialMT-49"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 127.651786)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_7"> + <path clip-path="url(#p9b5f073402)" d="M 36.44375 100.545759 +L 276.960991 100.545759 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_8"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(7.2 104.124665)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_8"> + <path clip-path="url(#p9b5f073402)" d="M 36.44375 77.018639 +L 276.960991 77.018639 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_9"> + <!-- 3000 --> + <defs> + <path d="M 4.203125 18.890625 +L 12.984375 20.0625 +Q 14.5 12.59375 18.140625 9.296875 +Q 21.78125 6 27 6 +Q 33.203125 6 37.46875 10.296875 +Q 41.75 14.59375 41.75 20.953125 +Q 41.75 27 37.796875 30.921875 +Q 33.84375 34.859375 27.734375 34.859375 +Q 25.25 34.859375 21.53125 33.890625 +L 22.515625 41.609375 +Q 23.390625 41.5 23.921875 41.5 +Q 29.546875 41.5 34.03125 44.421875 +Q 38.53125 47.359375 38.53125 53.46875 +Q 38.53125 58.296875 35.25 61.46875 +Q 31.984375 64.65625 26.8125 64.65625 +Q 21.6875 64.65625 18.265625 61.421875 +Q 14.84375 58.203125 13.875 51.765625 +L 5.078125 53.328125 +Q 6.6875 62.15625 12.390625 67.015625 +Q 18.109375 71.875 26.609375 71.875 +Q 32.46875 71.875 37.390625 69.359375 +Q 42.328125 66.84375 44.9375 62.5 +Q 47.5625 58.15625 47.5625 53.265625 +Q 47.5625 48.640625 45.0625 44.828125 +Q 42.578125 41.015625 37.703125 38.765625 +Q 44.046875 37.3125 47.5625 32.6875 +Q 51.078125 28.078125 51.078125 21.140625 +Q 51.078125 11.765625 44.234375 5.25 +Q 37.40625 -1.265625 26.953125 -1.265625 +Q 17.53125 -1.265625 11.296875 4.34375 +Q 5.078125 9.96875 4.203125 18.890625 +z +" id="ArialMT-51"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 80.597545)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_9"> + <path clip-path="url(#p9b5f073402)" d="M 36.44375 53.491518 +L 276.960991 53.491518 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_10"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(7.2 57.070424)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_3"> + <path clip-path="url(#p9b5f073402)" d="M 47.376352 147.6 +L 47.376352 134.895355 +L 49.562872 134.895355 +L 49.562872 102.286766 +L 51.749393 102.286766 +L 51.749393 56.408881 +L 53.935913 56.408881 +L 53.935913 44.057143 +L 56.122433 44.057143 +L 56.122433 77.606817 +L 58.308954 77.606817 +L 58.308954 119.202766 +L 60.495474 119.202766 +L 60.495474 140.118376 +L 62.681995 140.118376 +L 62.681995 146.188373 +L 64.868515 146.188373 +L 64.868515 147.458837 +L 67.055035 147.458837 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 145.906047 +L 73.614596 145.906047 +L 73.614596 140.259538 +L 75.801117 140.259538 +L 75.801117 126.143266 +L 77.987637 126.143266 +L 77.987637 102.569091 +L 80.174158 102.569091 +L 80.174158 83.935612 +L 82.360678 83.935612 +L 82.360678 72.642594 +L 84.547198 72.642594 +L 84.547198 82.523985 +L 86.733719 82.523985 +L 86.733719 72.642594 +L 88.920239 72.642594 +L 88.920239 78.194995 +L 91.106759 78.194995 +L 91.106759 84.406154 +L 93.29328 84.406154 +L 93.29328 86.805921 +L 95.4798 86.805921 +L 95.4798 92.075996 +L 97.666321 92.075996 +L 97.666321 99.22824 +L 99.852841 99.22824 +L 99.852841 113.626838 +L 102.039361 113.626838 +L 102.039361 127.931327 +L 104.225882 127.931327 +L 104.225882 138.28326 +L 106.412402 138.28326 +L 106.412402 143.647444 +L 108.598922 143.647444 +L 108.598922 146.04721 +L 110.785443 146.04721 +L 110.785443 147.317675 +L 112.971963 147.317675 +L 112.971963 147.458837 +L 115.158484 147.458837 +L 115.158484 142.659305 +L 117.345004 142.659305 +L 117.345004 133.483728 +L 119.531524 133.483728 +L 119.531524 119.226293 +L 121.718045 119.226293 +L 121.718045 94.805142 +L 123.904565 94.805142 +L 123.904565 74.171857 +L 126.091085 74.171857 +L 126.091085 77.324491 +L 128.277606 77.324491 +L 128.277606 90.217353 +L 130.464126 90.217353 +L 130.464126 113.932691 +L 132.650647 113.932691 +L 132.650647 131.977992 +L 134.837167 131.977992 +L 134.837167 141.059461 +L 137.023687 141.059461 +L 137.023687 144.98849 +L 139.210208 144.98849 +L 139.210208 146.611861 +L 141.396728 146.611861 +L 141.396728 143.929769 +L 143.583248 143.929769 +L 143.583248 138.565586 +L 145.769769 138.565586 +L 145.769769 131.225124 +L 147.956289 131.225124 +L 147.956289 116.826526 +L 150.14281 116.826526 +L 150.14281 101.016301 +L 152.32933 101.016301 +L 152.32933 91.464291 +L 154.51585 91.464291 +L 154.51585 82.900419 +L 156.702371 82.900419 +L 156.702371 80.971195 +L 158.888891 80.971195 +L 158.888891 76.312825 +L 161.075411 76.312825 +L 161.075411 78.8067 +L 163.261932 78.8067 +L 163.261932 89.01747 +L 165.448452 89.01747 +L 165.448452 89.582121 +L 167.634973 89.582121 +L 167.634973 95.699172 +L 169.821493 95.699172 +L 169.821493 104.921803 +L 172.008013 104.921803 +L 172.008013 117.155906 +L 174.194534 117.155906 +L 174.194534 126.990242 +L 176.381054 126.990242 +L 176.381054 136.165819 +L 178.567574 136.165819 +L 178.567574 140.965352 +L 180.754095 140.965352 +L 180.754095 144.306203 +L 182.940615 144.306203 +L 182.940615 144.259149 +L 185.127136 144.259149 +L 185.127136 140.683027 +L 187.313656 140.683027 +L 187.313656 135.17768 +L 189.500176 135.17768 +L 189.500176 124.590476 +L 191.686697 124.590476 +L 191.686697 115.273736 +L 193.873217 115.273736 +L 193.873217 104.121881 +L 196.059737 104.121881 +L 196.059737 90.89964 +L 198.246258 90.89964 +L 198.246258 91.393709 +L 200.432778 91.393709 +L 200.432778 101.933859 +L 202.619299 101.933859 +L 202.619299 111.65056 +L 204.805819 111.65056 +L 204.805819 125.155127 +L 206.992339 125.155127 +L 206.992339 134.824774 +L 209.17886 134.824774 +L 209.17886 139.906632 +L 211.36538 139.906632 +L 211.36538 139.741942 +L 213.5519 139.741942 +L 213.5519 139.083182 +L 215.738421 139.083182 +L 215.738421 133.977797 +L 217.924941 133.977797 +L 217.924941 126.425592 +L 220.111462 126.425592 +L 220.111462 113.720947 +L 222.297982 113.720947 +L 222.297982 107.650949 +L 224.484502 107.650949 +L 224.484502 94.475762 +L 226.671023 94.475762 +L 226.671023 83.606232 +L 228.857543 83.606232 +L 228.857543 90.429097 +L 231.044063 90.429097 +L 231.044063 79.183134 +L 233.230584 79.183134 +L 233.230584 80.594761 +L 235.417104 80.594761 +L 235.417104 93.534677 +L 237.603625 93.534677 +L 237.603625 90.382043 +L 239.790145 90.382043 +L 239.790145 100.075217 +L 241.976665 100.075217 +L 241.976665 106.427539 +L 244.163186 106.427539 +L 244.163186 118.049937 +L 246.349706 118.049937 +L 246.349706 126.002103 +L 248.536226 126.002103 +L 248.536226 130.660473 +L 250.722747 130.660473 +L 250.722747 138.28326 +L 252.909267 138.28326 +L 252.909267 141.953491 +L 255.095788 141.953491 +L 255.095788 144.353257 +L 257.282308 144.353257 +L 257.282308 145.906047 +L 259.468828 145.906047 +L 259.468828 146.894186 +L 261.655349 146.894186 +L 261.655349 147.317675 +L 263.841869 147.317675 +L 263.841869 147.458837 +L 266.028389 147.458837 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_4"> + <path clip-path="url(#p9b5f073402)" d="M 47.376352 147.6 +L 47.376352 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 182.940615 147.6 +L 182.940615 145.764885 +L 185.127136 145.764885 +L 185.127136 141.247677 +L 187.313656 141.247677 +L 187.313656 135.318843 +L 189.500176 135.318843 +L 189.500176 124.590476 +L 191.686697 124.590476 +L 191.686697 115.273736 +L 193.873217 115.273736 +L 193.873217 104.121881 +L 196.059737 104.121881 +L 196.059737 90.89964 +L 198.246258 90.89964 +L 198.246258 91.393709 +L 200.432778 91.393709 +L 200.432778 101.933859 +L 202.619299 101.933859 +L 202.619299 111.65056 +L 204.805819 111.65056 +L 204.805819 125.155127 +L 206.992339 125.155127 +L 206.992339 134.824774 +L 209.17886 134.824774 +L 209.17886 139.906632 +L 211.36538 139.906632 +L 211.36538 139.741942 +L 213.5519 139.741942 +L 213.5519 139.083182 +L 215.738421 139.083182 +L 215.738421 133.977797 +L 217.924941 133.977797 +L 217.924941 126.425592 +L 220.111462 126.425592 +L 220.111462 113.720947 +L 222.297982 113.720947 +L 222.297982 107.650949 +L 224.484502 107.650949 +L 224.484502 94.475762 +L 226.671023 94.475762 +L 226.671023 83.606232 +L 228.857543 83.606232 +L 228.857543 90.429097 +L 231.044063 90.429097 +L 231.044063 79.183134 +L 233.230584 79.183134 +L 233.230584 80.594761 +L 235.417104 80.594761 +L 235.417104 93.534677 +L 237.603625 93.534677 +L 237.603625 90.382043 +L 239.790145 90.382043 +L 239.790145 100.075217 +L 241.976665 100.075217 +L 241.976665 106.427539 +L 244.163186 106.427539 +L 244.163186 118.049937 +L 246.349706 118.049937 +L 246.349706 126.002103 +L 248.536226 126.002103 +L 248.536226 130.660473 +L 250.722747 130.660473 +L 250.722747 138.28326 +L 252.909267 138.28326 +L 252.909267 141.953491 +L 255.095788 141.953491 +L 255.095788 144.353257 +L 257.282308 144.353257 +L 257.282308 145.906047 +L 259.468828 145.906047 +L 259.468828 146.894186 +L 261.655349 146.894186 +L 261.655349 147.317675 +L 263.841869 147.317675 +L 263.841869 147.458837 +L 266.028389 147.458837 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_5"> + <path clip-path="url(#p9b5f073402)" d="M 47.376352 147.6 +L 47.376352 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 142.659305 +L 117.345004 142.659305 +L 117.345004 133.483728 +L 119.531524 133.483728 +L 119.531524 119.226293 +L 121.718045 119.226293 +L 121.718045 94.805142 +L 123.904565 94.805142 +L 123.904565 74.171857 +L 126.091085 74.171857 +L 126.091085 77.324491 +L 128.277606 77.324491 +L 128.277606 90.217353 +L 130.464126 90.217353 +L 130.464126 113.932691 +L 132.650647 113.932691 +L 132.650647 131.977992 +L 134.837167 131.977992 +L 134.837167 141.059461 +L 137.023687 141.059461 +L 137.023687 144.98849 +L 139.210208 144.98849 +L 139.210208 146.611861 +L 141.396728 146.611861 +L 141.396728 143.929769 +L 143.583248 143.929769 +L 143.583248 138.565586 +L 145.769769 138.565586 +L 145.769769 131.225124 +L 147.956289 131.225124 +L 147.956289 116.826526 +L 150.14281 116.826526 +L 150.14281 101.016301 +L 152.32933 101.016301 +L 152.32933 91.464291 +L 154.51585 91.464291 +L 154.51585 82.900419 +L 156.702371 82.900419 +L 156.702371 80.971195 +L 158.888891 80.971195 +L 158.888891 76.312825 +L 161.075411 76.312825 +L 161.075411 78.8067 +L 163.261932 78.8067 +L 163.261932 89.01747 +L 165.448452 89.01747 +L 165.448452 89.582121 +L 167.634973 89.582121 +L 167.634973 95.699172 +L 169.821493 95.699172 +L 169.821493 104.921803 +L 172.008013 104.921803 +L 172.008013 117.155906 +L 174.194534 117.155906 +L 174.194534 126.990242 +L 176.381054 126.990242 +L 176.381054 136.165819 +L 178.567574 136.165819 +L 178.567574 140.965352 +L 180.754095 140.965352 +L 180.754095 144.306203 +L 182.940615 144.306203 +L 182.940615 146.094264 +L 185.127136 146.094264 +L 185.127136 147.035349 +L 187.313656 147.035349 +L 187.313656 147.458837 +L 189.500176 147.458837 +L 189.500176 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_6"> + <path clip-path="url(#p9b5f073402)" d="M 47.376352 147.6 +L 47.376352 134.895355 +L 49.562872 134.895355 +L 49.562872 102.286766 +L 51.749393 102.286766 +L 51.749393 56.408881 +L 53.935913 56.408881 +L 53.935913 44.057143 +L 56.122433 44.057143 +L 56.122433 77.606817 +L 58.308954 77.606817 +L 58.308954 119.202766 +L 60.495474 119.202766 +L 60.495474 140.118376 +L 62.681995 140.118376 +L 62.681995 146.188373 +L 64.868515 146.188373 +L 64.868515 147.458837 +L 67.055035 147.458837 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 145.906047 +L 73.614596 145.906047 +L 73.614596 140.259538 +L 75.801117 140.259538 +L 75.801117 126.143266 +L 77.987637 126.143266 +L 77.987637 102.569091 +L 80.174158 102.569091 +L 80.174158 83.935612 +L 82.360678 83.935612 +L 82.360678 72.642594 +L 84.547198 72.642594 +L 84.547198 82.523985 +L 86.733719 82.523985 +L 86.733719 72.642594 +L 88.920239 72.642594 +L 88.920239 78.194995 +L 91.106759 78.194995 +L 91.106759 84.406154 +L 93.29328 84.406154 +L 93.29328 86.805921 +L 95.4798 86.805921 +L 95.4798 92.075996 +L 97.666321 92.075996 +L 97.666321 99.22824 +L 99.852841 99.22824 +L 99.852841 113.626838 +L 102.039361 113.626838 +L 102.039361 127.931327 +L 104.225882 127.931327 +L 104.225882 138.28326 +L 106.412402 138.28326 +L 106.412402 143.647444 +L 108.598922 143.647444 +L 108.598922 146.04721 +L 110.785443 146.04721 +L 110.785443 147.317675 +L 112.971963 147.317675 +L 112.971963 147.458837 +L 115.158484 147.458837 +L 115.158484 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_10"> + <path clip-path="url(#p9b5f073402)" d="M 131.643407 147.6 +L 131.643407 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_7"> + <path d="M 36.44375 147.6 +L 36.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_8"> + <path d="M 276.960991 147.6 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_9"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_10"> + <path d="M 36.44375 38.88 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_11"> + <!-- 66% --> + <defs> + <path id="ArialMT-32"/> + <path d="M 5.8125 54.390625 +Q 5.8125 62.0625 9.671875 67.421875 +Q 13.53125 72.796875 20.84375 72.796875 +Q 27.59375 72.796875 32 67.984375 +Q 36.421875 63.1875 36.421875 53.859375 +Q 36.421875 44.78125 31.953125 39.875 +Q 27.484375 34.96875 20.953125 34.96875 +Q 14.453125 34.96875 10.125 39.796875 +Q 5.8125 44.625 5.8125 54.390625 +z +M 21.09375 66.75 +Q 17.828125 66.75 15.65625 63.90625 +Q 13.484375 61.078125 13.484375 53.515625 +Q 13.484375 46.625 15.671875 43.8125 +Q 17.875 41.015625 21.09375 41.015625 +Q 24.421875 41.015625 26.59375 43.84375 +Q 28.765625 46.6875 28.765625 54.203125 +Q 28.765625 61.140625 26.5625 63.9375 +Q 24.359375 66.75 21.09375 66.75 +z +M 21.140625 -2.640625 +L 60.296875 72.796875 +L 67.4375 72.796875 +L 28.421875 -2.640625 +z +M 52.09375 16.796875 +Q 52.09375 24.515625 55.953125 29.859375 +Q 59.8125 35.203125 67.1875 35.203125 +Q 73.921875 35.203125 78.34375 30.390625 +Q 82.765625 25.59375 82.765625 16.265625 +Q 82.765625 7.171875 78.296875 2.265625 +Q 73.828125 -2.640625 67.234375 -2.640625 +Q 60.75 -2.640625 56.421875 2.21875 +Q 52.09375 7.078125 52.09375 16.796875 +z +M 67.4375 29.15625 +Q 64.109375 29.15625 61.9375 26.3125 +Q 59.765625 23.484375 59.765625 15.921875 +Q 59.765625 9.078125 61.953125 6.25 +Q 64.15625 3.421875 67.390625 3.421875 +Q 70.75 3.421875 72.921875 6.25 +Q 75.09375 9.078125 75.09375 16.609375 +Q 75.09375 23.53125 72.890625 26.34375 +Q 70.703125 29.15625 67.4375 29.15625 +z +" id="ArialMT-37"/> + </defs> + <g style="fill:#262626;" transform="translate(143.027058 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-54"/> + <use x="83.398438" xlink:href="#ArialMT-54"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_2"> + <g id="patch_11"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +L 565.581681 38.88 +L 325.06444 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_3"> + <g id="xtick_5"> + <g id="line2d_11"> + <path clip-path="url(#p550c79e2fe)" d="M 338.829451 147.6 +L 338.829451 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_12"> + <!-- 0.016 --> + <g style="fill:#262626;" transform="translate(326.318513 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_12"> + <path clip-path="url(#p550c79e2fe)" d="M 386.717717 147.6 +L 386.717717 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_13"> + <!-- 0.018 --> + <g style="fill:#262626;" transform="translate(374.20678 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_13"> + <path clip-path="url(#p550c79e2fe)" d="M 434.605984 147.6 +L 434.605984 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_14"> + <!-- 0.020 --> + <g style="fill:#262626;" transform="translate(422.095047 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_8"> + <g id="line2d_14"> + <path clip-path="url(#p550c79e2fe)" d="M 482.494251 147.6 +L 482.494251 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_15"> + <!-- 0.022 --> + <g style="fill:#262626;" transform="translate(469.983314 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_9"> + <g id="line2d_15"> + <path clip-path="url(#p550c79e2fe)" d="M 530.382518 147.6 +L 530.382518 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_16"> + <!-- 0.024 --> + <g style="fill:#262626;" transform="translate(517.87158 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="text_17"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(426.705873 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_4"> + <g id="ytick_6"> + <g id="line2d_16"> + <path clip-path="url(#p550c79e2fe)" d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_18"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(312.503502 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_17"> + <path clip-path="url(#p550c79e2fe)" d="M 325.06444 108.600807 +L 565.581681 108.600807 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_19"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(295.82069 112.179713)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_8"> + <g id="line2d_18"> + <path clip-path="url(#p550c79e2fe)" d="M 325.06444 69.601614 +L 565.581681 69.601614 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_20"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(295.82069 73.18052)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_12"> + <path clip-path="url(#p550c79e2fe)" d="M 335.997042 147.6 +L 335.997042 144.558063 +L 338.183562 144.558063 +L 338.183562 135.432252 +L 340.370082 135.432252 +L 340.370082 143.856077 +L 342.556603 143.856077 +L 342.556603 134.496271 +L 344.743123 134.496271 +L 344.743123 127.476416 +L 346.929643 127.476416 +L 346.929643 131.688329 +L 349.116164 131.688329 +L 349.116164 112.500726 +L 351.302684 112.500726 +L 351.302684 109.458789 +L 353.489205 109.458789 +L 353.489205 106.260856 +L 355.675725 106.260856 +L 355.675725 107.97682 +L 357.862245 107.97682 +L 357.862245 85.357288 +L 360.048766 85.357288 +L 360.048766 84.265311 +L 362.235286 84.265311 +L 362.235286 92.02615 +L 364.421806 92.02615 +L 364.421806 91.480161 +L 366.608327 91.480161 +L 366.608327 90.037191 +L 368.794847 90.037191 +L 368.794847 97.447038 +L 370.981368 97.447038 +L 370.981368 72.019564 +L 373.167888 72.019564 +L 373.167888 92.104149 +L 375.354408 92.104149 +L 375.354408 82.432349 +L 377.540929 82.432349 +L 377.540929 80.560387 +L 379.727449 80.560387 +L 379.727449 71.785569 +L 381.913969 71.785569 +L 381.913969 59.500823 +L 384.10049 59.500823 +L 384.10049 69.913608 +L 386.28701 69.913608 +L 386.28701 44.057143 +L 388.473531 44.057143 +L 388.473531 64.765714 +L 390.660051 64.765714 +L 390.660051 62.893753 +L 392.846571 62.893753 +L 392.846571 53.923939 +L 395.033092 53.923939 +L 395.033092 71.863567 +L 397.219612 71.863567 +L 397.219612 74.827506 +L 399.406132 74.827506 +L 399.406132 82.783341 +L 401.592653 82.783341 +L 401.592653 85.825278 +L 403.779173 85.825278 +L 403.779173 96.823051 +L 405.965694 96.823051 +L 405.965694 86.761259 +L 408.152214 86.761259 +L 408.152214 92.377143 +L 410.338734 92.377143 +L 410.338734 97.447038 +L 412.525255 97.447038 +L 412.525255 100.488975 +L 414.711775 100.488975 +L 414.711775 95.575077 +L 416.898295 95.575077 +L 416.898295 74.125521 +L 419.084816 74.125521 +L 419.084816 96.589056 +L 421.271336 96.589056 +L 421.271336 77.635448 +L 423.457857 77.635448 +L 423.457857 97.252042 +L 425.644377 97.252042 +L 425.644377 96.511057 +L 427.830897 96.511057 +L 427.830897 67.612655 +L 430.017418 67.612655 +L 430.017418 99.474996 +L 432.203938 99.474996 +L 432.203938 67.339661 +L 434.390458 67.339661 +L 434.390458 87.463245 +L 436.576979 87.463245 +L 436.576979 85.942276 +L 438.763499 85.942276 +L 438.763499 56.692881 +L 440.95002 56.692881 +L 440.95002 66.052688 +L 443.13654 66.052688 +L 443.13654 76.816465 +L 445.32306 76.816465 +L 445.32306 49.439031 +L 447.509581 49.439031 +L 447.509581 75.1395 +L 449.696101 75.1395 +L 449.696101 48.464052 +L 451.882621 48.464052 +L 451.882621 74.515513 +L 454.069142 74.515513 +L 454.069142 78.649427 +L 456.255662 78.649427 +L 456.255662 63.439742 +L 458.442183 63.439742 +L 458.442183 83.251332 +L 460.628703 83.251332 +L 460.628703 106.416852 +L 462.815223 106.416852 +L 462.815223 67.105666 +L 465.001744 67.105666 +L 465.001744 109.458789 +L 467.188264 109.458789 +L 467.188264 85.123293 +L 469.374784 85.123293 +L 469.374784 91.441162 +L 471.561305 91.441162 +L 471.561305 95.341082 +L 473.747825 95.341082 +L 473.747825 103.218918 +L 475.934346 103.218918 +L 475.934346 69.367619 +L 478.120866 69.367619 +L 478.120866 92.923132 +L 480.307386 92.923132 +L 480.307386 83.79732 +L 482.493907 83.79732 +L 482.493907 99.981985 +L 484.680427 99.981985 +L 484.680427 78.142437 +L 486.866947 78.142437 +L 486.866947 93.664116 +L 489.053468 93.664116 +L 489.053468 77.986441 +L 491.239988 77.986441 +L 491.239988 74.086521 +L 493.426509 74.086521 +L 493.426509 76.738467 +L 495.613029 76.738467 +L 495.613029 80.91138 +L 497.799549 80.91138 +L 497.799549 72.370557 +L 499.98607 72.370557 +L 499.98607 64.063729 +L 502.17259 64.063729 +L 502.17259 70.342599 +L 504.359111 70.342599 +L 504.359111 66.559677 +L 506.545631 66.559677 +L 506.545631 83.875319 +L 508.732151 83.875319 +L 508.732151 65.428701 +L 510.918672 65.428701 +L 510.918672 76.699467 +L 513.105192 76.699467 +L 513.105192 84.421308 +L 515.291712 84.421308 +L 515.291712 99.630993 +L 517.478233 99.630993 +L 517.478233 86.293269 +L 519.664753 86.293269 +L 519.664753 120.222567 +L 521.851274 120.222567 +L 521.851274 105.948862 +L 524.037794 105.948862 +L 524.037794 115.074673 +L 526.224314 115.074673 +L 526.224314 131.922324 +L 528.410835 131.922324 +L 528.410835 127.710412 +L 530.597355 127.710412 +L 530.597355 132.858305 +L 532.783875 132.858305 +L 532.783875 137.850202 +L 534.970396 137.850202 +L 534.970396 141.906118 +L 537.156916 141.906118 +L 537.156916 139.87816 +L 539.343437 139.87816 +L 539.343437 143.856077 +L 541.529957 143.856077 +L 541.529957 146.196029 +L 543.716477 146.196029 +L 543.716477 145.260048 +L 545.902998 145.260048 +L 545.902998 145.728039 +L 548.089518 145.728039 +L 548.089518 146.430024 +L 550.276038 146.430024 +L 550.276038 147.366005 +L 552.462559 147.366005 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_13"> + <path clip-path="url(#p550c79e2fe)" d="M 335.997042 147.6 +L 335.997042 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 447.509581 147.6 +L 447.509581 145.494044 +L 449.696101 145.494044 +L 449.696101 134.496271 +L 451.882621 134.496271 +L 451.882621 144.324068 +L 454.069142 144.324068 +L 454.069142 147.13201 +L 456.255662 147.13201 +L 456.255662 128.646392 +L 458.442183 128.646392 +L 458.442183 131.220339 +L 460.628703 131.220339 +L 460.628703 142.920097 +L 462.815223 142.920097 +L 462.815223 109.458789 +L 465.001744 109.458789 +L 465.001744 130.986344 +L 467.188264 130.986344 +L 467.188264 107.118838 +L 469.374784 107.118838 +L 469.374784 111.096755 +L 471.561305 111.096755 +L 471.561305 105.714867 +L 473.747825 105.714867 +L 473.747825 109.458789 +L 475.934346 109.458789 +L 475.934346 78.337433 +L 478.120866 78.337433 +L 478.120866 96.823051 +L 480.307386 96.823051 +L 480.307386 85.591283 +L 482.493907 85.591283 +L 482.493907 102.867926 +L 484.680427 102.867926 +L 484.680427 80.014399 +L 486.866947 80.014399 +L 486.866947 94.132107 +L 489.053468 94.132107 +L 489.053468 78.220436 +L 491.239988 78.220436 +L 491.239988 74.086521 +L 493.426509 74.086521 +L 493.426509 76.738467 +L 495.613029 76.738467 +L 495.613029 80.91138 +L 497.799549 80.91138 +L 497.799549 72.370557 +L 499.98607 72.370557 +L 499.98607 64.063729 +L 502.17259 64.063729 +L 502.17259 70.342599 +L 504.359111 70.342599 +L 504.359111 66.559677 +L 506.545631 66.559677 +L 506.545631 83.875319 +L 508.732151 83.875319 +L 508.732151 65.428701 +L 510.918672 65.428701 +L 510.918672 76.699467 +L 513.105192 76.699467 +L 513.105192 84.421308 +L 515.291712 84.421308 +L 515.291712 99.630993 +L 517.478233 99.630993 +L 517.478233 86.293269 +L 519.664753 86.293269 +L 519.664753 120.222567 +L 521.851274 120.222567 +L 521.851274 105.948862 +L 524.037794 105.948862 +L 524.037794 115.074673 +L 526.224314 115.074673 +L 526.224314 131.922324 +L 528.410835 131.922324 +L 528.410835 127.710412 +L 530.597355 127.710412 +L 530.597355 132.858305 +L 532.783875 132.858305 +L 532.783875 137.850202 +L 534.970396 137.850202 +L 534.970396 141.906118 +L 537.156916 141.906118 +L 537.156916 139.87816 +L 539.343437 139.87816 +L 539.343437 143.856077 +L 541.529957 143.856077 +L 541.529957 146.196029 +L 543.716477 146.196029 +L 543.716477 145.260048 +L 545.902998 145.260048 +L 545.902998 145.728039 +L 548.089518 145.728039 +L 548.089518 146.430024 +L 550.276038 146.430024 +L 550.276038 147.366005 +L 552.462559 147.366005 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_14"> + <path clip-path="url(#p550c79e2fe)" d="M 335.997042 147.6 +L 335.997042 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 392.846571 147.6 +L 392.846571 136.446231 +L 395.033092 136.446231 +L 395.033092 140.970137 +L 397.219612 140.970137 +L 397.219612 146.430024 +L 399.406132 146.430024 +L 399.406132 130.284358 +L 401.592653 130.284358 +L 401.592653 130.518354 +L 403.779173 130.518354 +L 403.779173 134.262276 +L 405.965694 134.262276 +L 405.965694 112.266731 +L 408.152214 112.266731 +L 408.152214 117.64862 +L 410.338734 117.64862 +L 410.338734 112.266731 +L 412.525255 112.266731 +L 412.525255 107.586828 +L 414.711775 107.586828 +L 414.711775 105.714867 +L 416.898295 105.714867 +L 416.898295 78.337433 +L 419.084816 78.337433 +L 419.084816 99.163002 +L 421.271336 99.163002 +L 421.271336 80.44339 +L 423.457857 80.44339 +L 423.457857 99.124003 +L 425.644377 99.124003 +L 425.644377 96.979048 +L 427.830897 96.979048 +L 427.830897 67.846651 +L 430.017418 67.846651 +L 430.017418 99.474996 +L 432.203938 99.474996 +L 432.203938 67.339661 +L 434.390458 67.339661 +L 434.390458 87.463245 +L 436.576979 87.463245 +L 436.576979 85.942276 +L 438.763499 85.942276 +L 438.763499 56.692881 +L 440.95002 56.692881 +L 440.95002 66.052688 +L 443.13654 66.052688 +L 443.13654 76.816465 +L 445.32306 76.816465 +L 445.32306 49.439031 +L 447.509581 49.439031 +L 447.509581 77.245456 +L 449.696101 77.245456 +L 449.696101 61.56778 +L 451.882621 61.56778 +L 451.882621 77.791445 +L 454.069142 77.791445 +L 454.069142 79.117417 +L 456.255662 79.117417 +L 456.255662 82.393349 +L 458.442183 82.393349 +L 458.442183 99.630993 +L 460.628703 99.630993 +L 460.628703 111.096755 +L 462.815223 111.096755 +L 462.815223 105.246877 +L 465.001744 105.246877 +L 465.001744 126.072446 +L 467.188264 126.072446 +L 467.188264 125.604455 +L 469.374784 125.604455 +L 469.374784 127.944407 +L 471.561305 127.944407 +L 471.561305 137.226215 +L 473.747825 137.226215 +L 473.747825 141.360129 +L 475.934346 141.360129 +L 475.934346 138.630186 +L 478.120866 138.630186 +L 478.120866 143.700081 +L 480.307386 143.700081 +L 480.307386 145.806037 +L 482.493907 145.806037 +L 482.493907 144.71406 +L 484.680427 144.71406 +L 484.680427 145.728039 +L 486.866947 145.728039 +L 486.866947 147.13201 +L 489.053468 147.13201 +L 489.053468 147.366005 +L 491.239988 147.366005 +L 491.239988 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_15"> + <path clip-path="url(#p550c79e2fe)" d="M 335.997042 147.6 +L 335.997042 144.558063 +L 338.183562 144.558063 +L 338.183562 135.432252 +L 340.370082 135.432252 +L 340.370082 143.856077 +L 342.556603 143.856077 +L 342.556603 134.496271 +L 344.743123 134.496271 +L 344.743123 127.476416 +L 346.929643 127.476416 +L 346.929643 131.688329 +L 349.116164 131.688329 +L 349.116164 112.500726 +L 351.302684 112.500726 +L 351.302684 109.458789 +L 353.489205 109.458789 +L 353.489205 106.260856 +L 355.675725 106.260856 +L 355.675725 107.97682 +L 357.862245 107.97682 +L 357.862245 85.357288 +L 360.048766 85.357288 +L 360.048766 84.265311 +L 362.235286 84.265311 +L 362.235286 92.02615 +L 364.421806 92.02615 +L 364.421806 91.480161 +L 366.608327 91.480161 +L 366.608327 90.037191 +L 368.794847 90.037191 +L 368.794847 97.447038 +L 370.981368 97.447038 +L 370.981368 72.019564 +L 373.167888 72.019564 +L 373.167888 92.104149 +L 375.354408 92.104149 +L 375.354408 82.432349 +L 377.540929 82.432349 +L 377.540929 80.560387 +L 379.727449 80.560387 +L 379.727449 71.785569 +L 381.913969 71.785569 +L 381.913969 59.500823 +L 384.10049 59.500823 +L 384.10049 69.913608 +L 386.28701 69.913608 +L 386.28701 44.057143 +L 388.473531 44.057143 +L 388.473531 64.765714 +L 390.660051 64.765714 +L 390.660051 62.893753 +L 392.846571 62.893753 +L 392.846571 65.077708 +L 395.033092 65.077708 +L 395.033092 78.49343 +L 397.219612 78.49343 +L 397.219612 75.997482 +L 399.406132 75.997482 +L 399.406132 100.098983 +L 401.592653 100.098983 +L 401.592653 102.906925 +L 403.779173 102.906925 +L 403.779173 110.160775 +L 405.965694 110.160775 +L 405.965694 122.094528 +L 408.152214 122.094528 +L 408.152214 122.328523 +L 410.338734 122.328523 +L 410.338734 132.780307 +L 412.525255 132.780307 +L 412.525255 140.502147 +L 414.711775 140.502147 +L 414.711775 137.46021 +L 416.898295 137.46021 +L 416.898295 143.388087 +L 419.084816 143.388087 +L 419.084816 145.026053 +L 421.271336 145.026053 +L 421.271336 144.792058 +L 423.457857 144.792058 +L 423.457857 145.728039 +L 425.644377 145.728039 +L 425.644377 147.13201 +L 427.830897 147.13201 +L 427.830897 147.366005 +L 430.017418 147.366005 +L 430.017418 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_19"> + <path clip-path="url(#p550c79e2fe)" d="M 434.605984 147.6 +L 434.605984 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_16"> + <path d="M 325.06444 147.6 +L 325.06444 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_17"> + <path d="M 565.581681 147.6 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_18"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_19"> + <path d="M 325.06444 38.88 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_21"> + <!-- 55% --> + <defs> + <path d="M 4.15625 18.75 +L 13.375 19.53125 +Q 14.40625 12.796875 18.140625 9.390625 +Q 21.875 6 27.15625 6 +Q 33.5 6 37.890625 10.78125 +Q 42.28125 15.578125 42.28125 23.484375 +Q 42.28125 31 38.0625 35.34375 +Q 33.84375 39.703125 27 39.703125 +Q 22.75 39.703125 19.328125 37.765625 +Q 15.921875 35.84375 13.96875 32.765625 +L 5.71875 33.84375 +L 12.640625 70.609375 +L 48.25 70.609375 +L 48.25 62.203125 +L 19.671875 62.203125 +L 15.828125 42.96875 +Q 22.265625 47.46875 29.34375 47.46875 +Q 38.71875 47.46875 45.15625 40.96875 +Q 51.609375 34.46875 51.609375 24.265625 +Q 51.609375 14.546875 45.953125 7.46875 +Q 39.0625 -1.21875 27.15625 -1.21875 +Q 17.390625 -1.21875 11.203125 4.25 +Q 5.03125 9.71875 4.15625 18.75 +z +" id="ArialMT-53"/> + </defs> + <g style="fill:#262626;" transform="translate(431.647748 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-53"/> + <use x="83.398438" xlink:href="#ArialMT-53"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_3"> + <g id="patch_20"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +L 854.202371 38.88 +L 613.685129 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_5"> + <g id="xtick_10"> + <g id="line2d_20"> + <path clip-path="url(#p0c96c78647)" d="M 629.563979 147.6 +L 629.563979 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_22"> + <!-- 0.0900 --> + <defs> + <path d="M 5.46875 16.546875 +L 13.921875 17.328125 +Q 14.984375 11.375 18.015625 8.6875 +Q 21.046875 6 25.78125 6 +Q 29.828125 6 32.875 7.859375 +Q 35.9375 9.71875 37.890625 12.8125 +Q 39.84375 15.921875 41.15625 21.1875 +Q 42.484375 26.46875 42.484375 31.9375 +Q 42.484375 32.515625 42.4375 33.6875 +Q 39.796875 29.5 35.234375 26.875 +Q 30.671875 24.265625 25.34375 24.265625 +Q 16.453125 24.265625 10.296875 30.703125 +Q 4.15625 37.15625 4.15625 47.703125 +Q 4.15625 58.59375 10.578125 65.234375 +Q 17 71.875 26.65625 71.875 +Q 33.640625 71.875 39.421875 68.109375 +Q 45.21875 64.359375 48.21875 57.390625 +Q 51.21875 50.4375 51.21875 37.25 +Q 51.21875 23.53125 48.234375 15.40625 +Q 45.265625 7.28125 39.375 3.03125 +Q 33.5 -1.21875 25.59375 -1.21875 +Q 17.1875 -1.21875 11.859375 3.4375 +Q 6.546875 8.109375 5.46875 16.546875 +z +M 41.453125 48.140625 +Q 41.453125 55.71875 37.421875 60.15625 +Q 33.40625 64.59375 27.734375 64.59375 +Q 21.875 64.59375 17.53125 59.8125 +Q 13.1875 55.03125 13.1875 47.40625 +Q 13.1875 40.578125 17.3125 36.296875 +Q 21.4375 32.03125 27.484375 32.03125 +Q 33.59375 32.03125 37.515625 36.296875 +Q 41.453125 40.578125 41.453125 48.140625 +z +" id="ArialMT-57"/> + </defs> + <g style="fill:#262626;" transform="translate(614.272573 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_11"> + <g id="line2d_21"> + <path clip-path="url(#p0c96c78647)" d="M 660.524135 147.6 +L 660.524135 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_23"> + <!-- 0.0925 --> + <g style="fill:#262626;" transform="translate(645.232729 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_12"> + <g id="line2d_22"> + <path clip-path="url(#p0c96c78647)" d="M 691.484291 147.6 +L 691.484291 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_24"> + <!-- 0.0950 --> + <g style="fill:#262626;" transform="translate(676.192885 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_13"> + <g id="line2d_23"> + <path clip-path="url(#p0c96c78647)" d="M 722.444447 147.6 +L 722.444447 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_25"> + <!-- 0.0975 --> + <defs> + <path d="M 4.734375 62.203125 +L 4.734375 70.65625 +L 51.078125 70.65625 +L 51.078125 63.8125 +Q 44.234375 56.546875 37.515625 44.484375 +Q 30.8125 32.421875 27.15625 19.671875 +Q 24.515625 10.6875 23.78125 0 +L 14.75 0 +Q 14.890625 8.453125 18.0625 20.40625 +Q 21.234375 32.375 27.171875 43.484375 +Q 33.109375 54.59375 39.796875 62.203125 +z +" id="ArialMT-55"/> + </defs> + <g style="fill:#262626;" transform="translate(707.153041 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_14"> + <g id="line2d_24"> + <path clip-path="url(#p0c96c78647)" d="M 753.404603 147.6 +L 753.404603 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_26"> + <!-- 0.1000 --> + <g style="fill:#262626;" transform="translate(738.113197 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_15"> + <g id="line2d_25"> + <path clip-path="url(#p0c96c78647)" d="M 784.364759 147.6 +L 784.364759 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_27"> + <!-- 0.1025 --> + <g style="fill:#262626;" transform="translate(769.073353 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_16"> + <g id="line2d_26"> + <path clip-path="url(#p0c96c78647)" d="M 815.324915 147.6 +L 815.324915 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_28"> + <!-- 0.1050 --> + <g style="fill:#262626;" transform="translate(800.033508 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_17"> + <g id="line2d_27"> + <path clip-path="url(#p0c96c78647)" d="M 846.285071 147.6 +L 846.285071 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_29"> + <!-- 0.1075 --> + <g style="fill:#262626;" transform="translate(830.993664 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="text_30"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(715.326563 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_6"> + <g id="ytick_9"> + <g id="line2d_28"> + <path clip-path="url(#p0c96c78647)" d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_31"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(601.124192 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_10"> + <g id="line2d_29"> + <path clip-path="url(#p0c96c78647)" d="M 613.685129 119.232094 +L 854.202371 119.232094 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_32"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(584.441379 122.811)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_11"> + <g id="line2d_30"> + <path clip-path="url(#p0c96c78647)" d="M 613.685129 90.864188 +L 854.202371 90.864188 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_33"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(584.441379 94.443094)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_12"> + <g id="line2d_31"> + <path clip-path="url(#p0c96c78647)" d="M 613.685129 62.496282 +L 854.202371 62.496282 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_34"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(584.441379 66.075188)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_21"> + <path clip-path="url(#p0c96c78647)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 137.727969 +L 631.177292 137.727969 +L 631.177292 143.685229 +L 633.363813 143.685229 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 142.153362 +L 642.109894 142.153362 +L 642.109894 140.451288 +L 644.296415 140.451288 +L 644.296415 131.089879 +L 646.482935 131.089879 +L 646.482935 123.090129 +L 648.669455 123.090129 +L 648.669455 146.068133 +L 650.855976 146.068133 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 143.174607 +L 657.415537 143.174607 +L 657.415537 98.410051 +L 659.602057 98.410051 +L 659.602057 111.345816 +L 661.788578 111.345816 +L 661.788578 134.664235 +L 663.975098 134.664235 +L 663.975098 140.451288 +L 666.161618 140.451288 +L 666.161618 120.196603 +L 668.348139 120.196603 +L 668.348139 111.856438 +L 670.534659 111.856438 +L 670.534659 117.416548 +L 672.721179 117.416548 +L 672.721179 95.062638 +L 674.9077 95.062638 +L 674.9077 98.239843 +L 677.09422 98.239843 +L 677.09422 115.09038 +L 679.280741 115.09038 +L 679.280741 110.324571 +L 681.467261 110.324571 +L 681.467261 111.345816 +L 683.653781 111.345816 +L 683.653781 93.644243 +L 685.840302 93.644243 +L 685.840302 63.006904 +L 688.026822 63.006904 +L 688.026822 76.793706 +L 690.213342 76.793706 +L 690.213342 105.899178 +L 692.399863 105.899178 +L 692.399863 89.048642 +L 694.586383 89.048642 +L 694.586383 92.622998 +L 696.772904 92.622998 +L 696.772904 60.453793 +L 698.959424 60.453793 +L 698.959424 73.21935 +L 701.145944 73.21935 +L 701.145944 64.510403 +L 703.332465 64.510403 +L 703.332465 48.822951 +L 705.518985 48.822951 +L 705.518985 66.921675 +L 707.705505 66.921675 +L 707.705505 77.474536 +L 709.892026 77.474536 +L 709.892026 82.921174 +L 712.078546 82.921174 +L 712.078546 63.716102 +L 714.265067 63.716102 +L 714.265067 50.638497 +L 716.451587 50.638497 +L 716.451587 44.057143 +L 718.638107 44.057143 +L 718.638107 76.680235 +L 720.824628 76.680235 +L 720.824628 70.496031 +L 723.011148 70.496031 +L 723.011148 56.624125 +L 725.197668 56.624125 +L 725.197668 53.049769 +L 727.384189 53.049769 +L 727.384189 53.475288 +L 729.570709 53.475288 +L 729.570709 64.113252 +L 731.75723 64.113252 +L 731.75723 57.900681 +L 733.94375 57.900681 +L 733.94375 69.219476 +L 736.13027 69.219476 +L 736.13027 54.581636 +L 738.316791 54.581636 +L 738.316791 68.283335 +L 740.503311 68.283335 +L 740.503311 74.694481 +L 742.689832 74.694481 +L 742.689832 52.879562 +L 744.876352 52.879562 +L 744.876352 80.424798 +L 747.062872 80.424798 +L 747.062872 83.091382 +L 749.249393 83.091382 +L 749.249393 93.303828 +L 751.435913 93.303828 +L 751.435913 70.042145 +L 753.622433 70.042145 +L 753.622433 52.482411 +L 755.808954 52.482411 +L 755.808954 77.985159 +L 757.995474 77.985159 +L 757.995474 88.197605 +L 760.181995 88.197605 +L 760.181995 90.495405 +L 762.368515 90.495405 +L 762.368515 101.587256 +L 764.555035 101.587256 +L 764.555035 87.431671 +L 766.741556 87.431671 +L 766.741556 76.254716 +L 768.928076 76.254716 +L 768.928076 104.877933 +L 771.114596 104.877933 +L 771.114596 102.721973 +L 773.301117 102.721973 +L 773.301117 101.161738 +L 775.487637 101.161738 +L 775.487637 131.430294 +L 777.674158 131.430294 +L 777.674158 114.579757 +L 779.860678 114.579757 +L 779.860678 118.778207 +L 782.047198 118.778207 +L 782.047198 110.296204 +L 784.233719 110.296204 +L 784.233719 101.303577 +L 786.420239 101.303577 +L 786.420239 128.536767 +L 788.606759 128.536767 +L 788.606759 132.621746 +L 790.79328 132.621746 +L 790.79328 132.621746 +L 792.9798 132.621746 +L 792.9798 134.834442 +L 795.166321 134.834442 +L 795.166321 121.898677 +L 797.352841 121.898677 +L 797.352841 126.153863 +L 799.539361 126.153863 +L 799.539361 133.302575 +L 801.725882 133.302575 +L 801.725882 137.217346 +L 803.912402 137.217346 +L 803.912402 146.068133 +L 806.098922 146.068133 +L 806.098922 146.748963 +L 808.285443 146.748963 +L 808.285443 140.96191 +L 810.471963 140.96191 +L 810.471963 139.940665 +L 812.658484 139.940665 +L 812.658484 140.195977 +L 814.845004 140.195977 +L 814.845004 137.047139 +L 817.031524 137.047139 +L 817.031524 146.238341 +L 819.218045 146.238341 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 144.876681 +L 827.964126 144.876681 +L 827.964126 144.195851 +L 830.150647 144.195851 +L 830.150647 144.536266 +L 832.337167 144.536266 +L 832.337167 144.195851 +L 834.523687 144.195851 +L 834.523687 146.408548 +L 836.710208 146.408548 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_22"> + <path clip-path="url(#p0c96c78647)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 685.840302 147.6 +L 685.840302 144.706474 +L 688.026822 144.706474 +L 688.026822 136.706724 +L 690.213342 136.706724 +L 690.213342 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 696.772904 147.6 +L 696.772904 146.238341 +L 698.959424 146.238341 +L 698.959424 139.770458 +L 701.145944 139.770458 +L 701.145944 138.749213 +L 703.332465 138.749213 +L 703.332465 122.239092 +L 705.518985 122.239092 +L 705.518985 135.855687 +L 707.705505 135.855687 +L 707.705505 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 714.265067 147.6 +L 714.265067 135.515272 +L 716.451587 135.515272 +L 716.451587 104.367311 +L 718.638107 104.367311 +L 718.638107 122.749714 +L 720.824628 122.749714 +L 720.824628 135.345065 +L 723.011148 135.345065 +L 723.011148 143.515022 +L 725.197668 143.515022 +L 725.197668 121.72847 +L 727.384189 121.72847 +L 727.384189 113.04789 +L 729.570709 113.04789 +L 729.570709 124.111374 +L 731.75723 124.111374 +L 731.75723 108.962912 +L 733.94375 108.962912 +L 733.94375 123.260337 +L 736.13027 123.260337 +L 736.13027 127.345315 +L 738.316791 127.345315 +L 738.316791 107.601252 +L 740.503311 107.601252 +L 740.503311 115.430795 +L 742.689832 115.430795 +L 742.689832 103.799953 +L 744.876352 103.799953 +L 744.876352 96.764712 +L 747.062872 96.764712 +L 747.062872 113.218098 +L 749.249393 113.218098 +L 749.249393 124.792204 +L 751.435913 124.792204 +L 751.435913 110.835194 +L 753.622433 110.835194 +L 753.622433 94.325072 +L 755.808954 94.325072 +L 755.808954 99.431295 +L 757.995474 99.431295 +L 757.995474 102.835444 +L 760.181995 102.835444 +L 760.181995 105.814074 +L 762.368515 105.814074 +L 762.368515 115.884681 +L 764.555035 115.884681 +L 764.555035 115.260587 +L 766.741556 115.260587 +L 766.741556 96.25409 +L 768.928076 96.25409 +L 768.928076 119.175358 +L 771.114596 119.175358 +L 771.114596 111.913174 +L 773.301117 111.913174 +L 773.301117 102.35319 +L 775.487637 102.35319 +L 775.487637 133.472783 +L 777.674158 133.472783 +L 777.674158 121.72847 +L 779.860678 121.72847 +L 779.860678 126.097127 +L 782.047198 126.097127 +L 782.047198 119.742716 +L 784.233719 119.742716 +L 784.233719 109.133119 +L 786.420239 109.133119 +L 786.420239 129.217597 +L 788.606759 129.217597 +L 788.606759 132.621746 +L 790.79328 132.621746 +L 790.79328 132.621746 +L 792.9798 132.621746 +L 792.9798 135.00465 +L 795.166321 135.00465 +L 795.166321 126.32407 +L 797.352841 126.32407 +L 797.352841 129.047389 +L 799.539361 129.047389 +L 799.539361 135.515272 +L 801.725882 135.515272 +L 801.725882 140.791703 +L 803.912402 140.791703 +L 803.912402 146.578755 +L 806.098922 146.578755 +L 806.098922 146.748963 +L 808.285443 146.748963 +L 808.285443 140.96191 +L 810.471963 140.96191 +L 810.471963 139.940665 +L 812.658484 139.940665 +L 812.658484 140.195977 +L 814.845004 140.195977 +L 814.845004 137.047139 +L 817.031524 137.047139 +L 817.031524 146.238341 +L 819.218045 146.238341 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 144.876681 +L 827.964126 144.876681 +L 827.964126 144.195851 +L 830.150647 144.195851 +L 830.150647 144.536266 +L 832.337167 144.536266 +L 832.337167 144.195851 +L 834.523687 144.195851 +L 834.523687 146.408548 +L 836.710208 146.408548 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_23"> + <path clip-path="url(#p0c96c78647)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 657.415537 147.6 +L 657.415537 140.28108 +L 659.602057 140.28108 +L 659.602057 141.132117 +L 661.788578 141.132117 +L 661.788578 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 668.348139 147.6 +L 668.348139 143.855436 +L 670.534659 143.855436 +L 670.534659 139.089628 +L 672.721179 139.089628 +L 672.721179 137.047139 +L 674.9077 137.047139 +L 674.9077 120.026395 +L 677.09422 120.026395 +L 677.09422 142.834192 +L 679.280741 142.834192 +L 679.280741 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 683.653781 147.6 +L 683.653781 146.238341 +L 685.840302 146.238341 +L 685.840302 114.920172 +L 688.026822 114.920172 +L 688.026822 111.345816 +L 690.213342 111.345816 +L 690.213342 133.302575 +L 692.399863 133.302575 +L 692.399863 137.047139 +L 694.586383 137.047139 +L 694.586383 138.919421 +L 696.772904 138.919421 +L 696.772904 109.473534 +L 698.959424 109.473534 +L 698.959424 127.855937 +L 701.145944 127.855937 +L 701.145944 117.870434 +L 703.332465 117.870434 +L 703.332465 104.821198 +L 705.518985 104.821198 +L 705.518985 133.302575 +L 707.705505 133.302575 +L 707.705505 107.431045 +L 709.892026 107.431045 +L 709.892026 113.898928 +L 712.078546 113.898928 +L 712.078546 116.792454 +L 714.265067 116.792454 +L 714.265067 80.53827 +L 716.451587 80.53827 +L 716.451587 107.714724 +L 718.638107 107.714724 +L 718.638107 127.231843 +L 720.824628 127.231843 +L 720.824628 114.239342 +L 723.011148 114.239342 +L 723.011148 96.963288 +L 725.197668 96.963288 +L 725.197668 99.686607 +L 727.384189 99.686607 +L 727.384189 104.197104 +L 729.570709 104.197104 +L 729.570709 103.260963 +L 731.75723 103.260963 +L 731.75723 110.664986 +L 733.94375 110.664986 +L 733.94375 117.983906 +L 736.13027 117.983906 +L 736.13027 90.580509 +L 738.316791 90.580509 +L 738.316791 120.196603 +L 740.503311 120.196603 +L 740.503311 113.501777 +L 742.689832 113.501777 +L 742.689832 97.700853 +L 744.876352 97.700853 +L 744.876352 133.64299 +L 747.062872 133.64299 +L 747.062872 124.281581 +L 749.249393 124.281581 +L 749.249393 123.941166 +L 751.435913 123.941166 +L 751.435913 118.409425 +L 753.622433 118.409425 +L 753.622433 110.920297 +L 755.808954 110.920297 +L 755.808954 126.834693 +L 757.995474 126.834693 +L 757.995474 132.96216 +L 760.181995 132.96216 +L 760.181995 132.281331 +L 762.368515 132.281331 +L 762.368515 133.983405 +L 764.555035 133.983405 +L 764.555035 123.685855 +L 766.741556 123.685855 +L 766.741556 131.515397 +L 768.928076 131.515397 +L 768.928076 135.855687 +L 771.114596 135.855687 +L 771.114596 140.791703 +L 773.301117 140.791703 +L 773.301117 146.748963 +L 775.487637 146.748963 +L 775.487637 145.557511 +L 777.674158 145.557511 +L 777.674158 140.451288 +L 779.860678 140.451288 +L 779.860678 140.28108 +L 782.047198 140.28108 +L 782.047198 138.153487 +L 784.233719 138.153487 +L 784.233719 139.770458 +L 786.420239 139.770458 +L 786.420239 146.91917 +L 788.606759 146.91917 +L 788.606759 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 792.9798 147.6 +L 792.9798 147.429793 +L 795.166321 147.429793 +L 795.166321 143.174607 +L 797.352841 143.174607 +L 797.352841 144.706474 +L 799.539361 144.706474 +L 799.539361 145.387303 +L 801.725882 145.387303 +L 801.725882 144.025644 +L 803.912402 144.025644 +L 803.912402 147.089378 +L 806.098922 147.089378 +L 806.098922 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_24"> + <path clip-path="url(#p0c96c78647)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 137.727969 +L 631.177292 137.727969 +L 631.177292 143.685229 +L 633.363813 143.685229 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 142.153362 +L 642.109894 142.153362 +L 642.109894 140.451288 +L 644.296415 140.451288 +L 644.296415 131.089879 +L 646.482935 131.089879 +L 646.482935 123.090129 +L 648.669455 123.090129 +L 648.669455 146.068133 +L 650.855976 146.068133 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 143.174607 +L 657.415537 143.174607 +L 657.415537 105.728971 +L 659.602057 105.728971 +L 659.602057 117.813699 +L 661.788578 117.813699 +L 661.788578 134.664235 +L 663.975098 134.664235 +L 663.975098 140.451288 +L 666.161618 140.451288 +L 666.161618 120.196603 +L 668.348139 120.196603 +L 668.348139 115.601002 +L 670.534659 115.601002 +L 670.534659 125.92692 +L 672.721179 125.92692 +L 672.721179 105.615499 +L 674.9077 105.615499 +L 674.9077 125.813448 +L 677.09422 125.813448 +L 677.09422 119.856188 +L 679.280741 119.856188 +L 679.280741 110.324571 +L 681.467261 110.324571 +L 681.467261 111.345816 +L 683.653781 111.345816 +L 683.653781 95.005902 +L 685.840302 95.005902 +L 685.840302 98.580258 +L 688.026822 98.580258 +L 688.026822 123.941166 +L 690.213342 123.941166 +L 690.213342 120.196603 +L 692.399863 120.196603 +L 692.399863 99.601503 +L 694.586383 99.601503 +L 694.586383 101.303577 +L 696.772904 101.303577 +L 696.772904 99.941918 +L 698.959424 99.941918 +L 698.959424 100.792955 +L 701.145944 100.792955 +L 701.145944 103.090755 +L 703.332465 103.090755 +L 703.332465 116.962661 +L 705.518985 116.962661 +L 705.518985 92.963413 +L 707.705505 92.963413 +L 707.705505 117.643491 +L 709.892026 117.643491 +L 709.892026 116.622247 +L 712.078546 116.622247 +L 712.078546 94.523648 +L 714.265067 94.523648 +L 714.265067 129.784955 +L 716.451587 129.784955 +L 716.451587 127.175108 +L 718.638107 127.175108 +L 718.638107 121.898677 +L 720.824628 121.898677 +L 720.824628 116.111624 +L 723.011148 116.111624 +L 723.011148 111.345816 +L 725.197668 111.345816 +L 725.197668 126.834693 +L 727.384189 126.834693 +L 727.384189 131.430294 +L 729.570709 131.430294 +L 729.570709 131.940916 +L 731.75723 131.940916 +L 731.75723 133.472783 +L 733.94375 133.472783 +L 733.94375 123.175233 +L 736.13027 123.175233 +L 736.13027 131.855812 +L 738.316791 131.855812 +L 738.316791 135.685479 +L 740.503311 135.685479 +L 740.503311 140.96191 +L 742.689832 140.96191 +L 742.689832 146.578755 +L 744.876352 146.578755 +L 744.876352 145.217096 +L 747.062872 145.217096 +L 747.062872 140.791703 +L 749.249393 140.791703 +L 749.249393 139.770458 +L 751.435913 139.770458 +L 751.435913 135.997526 +L 753.622433 135.997526 +L 753.622433 142.437041 +L 755.808954 142.437041 +L 755.808954 146.91917 +L 757.995474 146.91917 +L 757.995474 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 762.368515 147.6 +L 762.368515 146.91917 +L 764.555035 146.91917 +L 764.555035 143.685229 +L 766.741556 143.685229 +L 766.741556 143.685229 +L 768.928076 143.685229 +L 768.928076 145.046888 +L 771.114596 145.046888 +L 771.114596 145.217096 +L 773.301117 145.217096 +L 773.301117 147.259585 +L 775.487637 147.259585 +L 775.487637 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_32"> + <path clip-path="url(#p0c96c78647)" d="M 753.404603 147.6 +L 753.404603 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_25"> + <path d="M 613.685129 147.6 +L 613.685129 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_26"> + <path d="M 854.202371 147.6 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_27"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_28"> + <path d="M 613.685129 38.88 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_35"> + <!-- 29% --> + <g style="fill:#262626;" transform="translate(720.268438 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-50"/> + <use x="83.398438" xlink:href="#ArialMT-57"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + <g id="legend_1"> + <g id="patch_29"> + <path d="M 790.180496 89.315938 +L 847.202371 89.315938 +Q 849.202371 89.315938 849.202371 87.315938 +L 849.202371 45.88 +Q 849.202371 43.88 847.202371 43.88 +L 790.180496 43.88 +Q 788.180496 43.88 788.180496 45.88 +L 788.180496 87.315938 +Q 788.180496 89.315938 790.180496 89.315938 +z +" style="fill:#ffffff;opacity:0.1;stroke:#cccccc;stroke-linejoin:miter;"/> + </g> + <g id="patch_30"> + <path d="M 792.180496 55.037813 +L 812.180496 55.037813 +L 812.180496 48.037813 +L 792.180496 48.037813 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_36"> + <!-- 0.99 --> + <g style="fill:#262626;" transform="translate(820.180496 55.037813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-57"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + </g> + </g> + <g id="patch_31"> + <path d="M 792.180496 69.183125 +L 812.180496 69.183125 +L 812.180496 62.183125 +L 792.180496 62.183125 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_37"> + <!-- 0.995 --> + <g style="fill:#262626;" transform="translate(820.180496 69.183125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-57"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + </g> + </g> + <g id="patch_32"> + <path d="M 792.180496 83.328438 +L 812.180496 83.328438 +L 812.180496 76.328438 +L 792.180496 76.328438 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_38"> + <!-- 1.0 --> + <g style="fill:#262626;" transform="translate(820.180496 83.328438)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="axes_4"> + <g id="patch_33"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +L 1142.82306 38.88 +L 902.305819 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_7"> + <g id="xtick_18"> + <g id="line2d_33"> + <path clip-path="url(#p95515b24ea)" d="M 947.094664 147.6 +L 947.094664 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_39"> + <!-- 0.28 --> + <g style="fill:#262626;" transform="translate(937.364196 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_19"> + <g id="line2d_34"> + <path clip-path="url(#p95515b24ea)" d="M 1003.68917 147.6 +L 1003.68917 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_40"> + <!-- 0.29 --> + <g style="fill:#262626;" transform="translate(993.958702 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + </g> + </g> + </g> + <g id="xtick_20"> + <g id="line2d_35"> + <path clip-path="url(#p95515b24ea)" d="M 1060.283676 147.6 +L 1060.283676 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_41"> + <!-- 0.30 --> + <g style="fill:#262626;" transform="translate(1050.553208 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_21"> + <g id="line2d_36"> + <path clip-path="url(#p95515b24ea)" d="M 1116.878182 147.6 +L 1116.878182 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_42"> + <!-- 0.31 --> + <g style="fill:#262626;" transform="translate(1107.147714 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="text_43"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1003.947252 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_8"> + <g id="ytick_13"> + <g id="line2d_37"> + <path clip-path="url(#p95515b24ea)" d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_44"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(889.744881 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_14"> + <g id="line2d_38"> + <path clip-path="url(#p95515b24ea)" d="M 902.305819 124.788179 +L 1142.82306 124.788179 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_45"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(873.062069 128.367085)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_15"> + <g id="line2d_39"> + <path clip-path="url(#p95515b24ea)" d="M 902.305819 101.976357 +L 1142.82306 101.976357 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_46"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(873.062069 105.555264)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_16"> + <g id="line2d_40"> + <path clip-path="url(#p95515b24ea)" d="M 902.305819 79.164536 +L 1142.82306 79.164536 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_47"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(873.062069 82.743442)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_17"> + <g id="line2d_41"> + <path clip-path="url(#p95515b24ea)" d="M 902.305819 56.352715 +L 1142.82306 56.352715 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_48"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(873.062069 59.931621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_34"> + <path clip-path="url(#p95515b24ea)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 136.513455 +L 921.984502 136.513455 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 140.20897 +L 926.357543 140.20897 +L 926.357543 133.639165 +L 928.544063 133.639165 +L 928.544063 146.778774 +L 930.730584 146.778774 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 136.513455 +L 935.103625 136.513455 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 133.912907 +L 939.476665 133.912907 +L 939.476665 139.114002 +L 941.663186 139.114002 +L 941.663186 135.007875 +L 943.849706 135.007875 +L 943.849706 132.31608 +L 946.036226 132.31608 +L 946.036226 131.084241 +L 948.222747 131.084241 +L 948.222747 121.229535 +L 950.409267 121.229535 +L 950.409267 123.601964 +L 952.595788 123.601964 +L 952.595788 136.695949 +L 954.782308 136.695949 +L 954.782308 131.586101 +L 956.968828 131.586101 +L 956.968828 136.650326 +L 959.155349 136.650326 +L 959.155349 115.709074 +L 961.341869 115.709074 +L 961.341869 114.477235 +L 963.528389 114.477235 +L 963.528389 115.572203 +L 965.71491 115.572203 +L 965.71491 107.77056 +L 967.90143 107.77056 +L 967.90143 128.848683 +L 970.087951 128.848683 +L 970.087951 105.991238 +L 972.274471 105.991238 +L 972.274471 95.452176 +L 974.460991 95.452176 +L 974.460991 117.077783 +L 976.647512 117.077783 +L 976.647512 76.427117 +L 978.834032 76.427117 +L 978.834032 86.418695 +L 981.020553 86.418695 +L 981.020553 138.155906 +L 983.207073 138.155906 +L 983.207073 103.527561 +L 985.393593 103.527561 +L 985.393593 83.772524 +L 987.580114 83.772524 +L 987.580114 94.813445 +L 989.766634 94.813445 +L 989.766634 67.119894 +L 991.953154 67.119894 +L 991.953154 71.636635 +L 994.139675 71.636635 +L 994.139675 103.664432 +L 996.326195 103.664432 +L 996.326195 85.049986 +L 998.512716 85.049986 +L 998.512716 76.427117 +L 1000.699236 76.427117 +L 1000.699236 75.469021 +L 1002.885756 75.469021 +L 1002.885756 67.119894 +L 1005.072277 67.119894 +L 1005.072277 59.728864 +L 1007.258797 59.728864 +L 1007.258797 95.771542 +L 1009.445317 95.771542 +L 1009.445317 90.273893 +L 1011.631838 90.273893 +L 1011.631838 44.057143 +L 1013.818358 44.057143 +L 1013.818358 64.245605 +L 1016.004879 64.245605 +L 1016.004879 75.948069 +L 1018.191399 75.948069 +L 1018.191399 80.898234 +L 1020.377919 80.898234 +L 1020.377919 84.890303 +L 1022.56444 84.890303 +L 1022.56444 88.471759 +L 1024.75096 88.471759 +L 1024.75096 49.075744 +L 1026.93748 49.075744 +L 1026.93748 76.267435 +L 1029.124001 76.267435 +L 1029.124001 79.71202 +L 1031.310521 79.71202 +L 1031.310521 71.089151 +L 1033.497042 71.089151 +L 1033.497042 105.649061 +L 1035.683562 105.649061 +L 1035.683562 103.664432 +L 1037.870082 103.664432 +L 1037.870082 68.488604 +L 1040.056603 68.488604 +L 1040.056603 86.487131 +L 1042.243123 86.487131 +L 1042.243123 93.809725 +L 1044.429643 93.809725 +L 1044.429643 99.193315 +L 1046.616164 99.193315 +L 1046.616164 116.005627 +L 1048.802684 116.005627 +L 1048.802684 99.284562 +L 1050.989205 99.284562 +L 1050.989205 86.509942 +L 1053.175725 86.509942 +L 1053.175725 112.880408 +L 1055.362245 112.880408 +L 1055.362245 112.834784 +L 1057.548766 112.834784 +L 1057.548766 103.253819 +L 1059.735286 103.253819 +L 1059.735286 130.285828 +L 1061.921806 130.285828 +L 1061.921806 125.769087 +L 1064.108327 125.769087 +L 1064.108327 88.540195 +L 1066.294847 88.540195 +L 1066.294847 118.720234 +L 1068.481368 118.720234 +L 1068.481368 133.776036 +L 1070.667888 133.776036 +L 1070.667888 129.738344 +L 1072.854408 129.738344 +L 1072.854408 133.844472 +L 1075.040929 133.844472 +L 1075.040929 127.959022 +L 1077.227449 127.959022 +L 1077.227449 123.168539 +L 1079.413969 123.168539 +L 1079.413969 136.239713 +L 1081.60049 136.239713 +L 1081.60049 138.292777 +L 1083.78701 138.292777 +L 1083.78701 136.239713 +L 1085.973531 136.239713 +L 1085.973531 146.09442 +L 1088.160051 146.09442 +L 1088.160051 136.513455 +L 1090.346571 136.513455 +L 1090.346571 142.056727 +L 1092.533092 142.056727 +L 1092.533092 142.672647 +L 1094.719612 142.672647 +L 1094.719612 129.669908 +L 1096.906132 129.669908 +L 1096.906132 138.019035 +L 1099.092653 138.019035 +L 1099.092653 146.505033 +L 1101.279173 146.505033 +L 1101.279173 142.330469 +L 1103.465694 142.330469 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 143.904485 +L 1107.838734 143.904485 +L 1107.838734 140.345841 +L 1110.025255 140.345841 +L 1110.025255 147.463129 +L 1112.211775 147.463129 +L 1112.211775 144.451969 +L 1114.398295 144.451969 +L 1114.398295 145.204759 +L 1116.584816 145.204759 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 141.303937 +L 1120.957857 141.303937 +L 1120.957857 142.809518 +L 1123.144377 142.809518 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_35"> + <path clip-path="url(#p95515b24ea)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 943.849706 147.6 +L 943.849706 141.897045 +L 946.036226 141.897045 +L 946.036226 142.21641 +L 948.222747 142.21641 +L 948.222747 147.326258 +L 950.409267 147.326258 +L 950.409267 130.719252 +L 952.595788 130.719252 +L 952.595788 142.581399 +L 954.782308 142.581399 +L 954.782308 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 965.71491 147.6 +L 965.71491 136.513455 +L 967.90143 136.513455 +L 967.90143 136.513455 +L 970.087951 136.513455 +L 970.087951 143.22013 +L 972.274471 143.22013 +L 972.274471 124.0582 +L 974.460991 124.0582 +L 974.460991 131.44923 +L 976.647512 131.44923 +L 976.647512 147.326258 +L 978.834032 147.326258 +L 978.834032 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 983.207073 147.6 +L 983.207073 125.42691 +L 985.393593 125.42691 +L 985.393593 136.513455 +L 987.580114 136.513455 +L 987.580114 130.354263 +L 989.766634 130.354263 +L 989.766634 113.65601 +L 991.953154 113.65601 +L 991.953154 132.81794 +L 994.139675 132.81794 +L 994.139675 141.851421 +L 996.326195 141.851421 +L 996.326195 121.183911 +L 998.512716 121.183911 +L 998.512716 145.957549 +L 1000.699236 145.957549 +L 1000.699236 124.879426 +L 1002.885756 124.879426 +L 1002.885756 109.823624 +L 1005.072277 109.823624 +L 1005.072277 119.404589 +L 1007.258797 119.404589 +L 1007.258797 147.6 +L 1009.445317 147.6 +L 1009.445317 132.81794 +L 1011.631838 132.81794 +L 1011.631838 107.77056 +L 1013.818358 107.77056 +L 1013.818358 135.692229 +L 1016.004879 135.692229 +L 1016.004879 130.764876 +L 1018.191399 130.764876 +L 1018.191399 123.784459 +L 1020.377919 123.784459 +L 1020.377919 110.918591 +L 1022.56444 110.918591 +L 1022.56444 112.287301 +L 1024.75096 112.287301 +L 1024.75096 120.317062 +L 1026.93748 120.317062 +L 1026.93748 111.64857 +L 1029.124001 111.64857 +L 1029.124001 119.404589 +L 1031.310521 119.404589 +L 1031.310521 119.54146 +L 1033.497042 119.54146 +L 1033.497042 130.628005 +L 1035.683562 130.628005 +L 1035.683562 132.81794 +L 1037.870082 132.81794 +L 1037.870082 112.971655 +L 1040.056603 112.971655 +L 1040.056603 113.587574 +L 1042.243123 113.587574 +L 1042.243123 125.700651 +L 1044.429643 125.700651 +L 1044.429643 141.030195 +L 1046.616164 141.030195 +L 1046.616164 139.387744 +L 1048.802684 139.387744 +L 1048.802684 109.139269 +L 1050.989205 109.139269 +L 1050.989205 139.524615 +L 1053.175725 139.524615 +L 1053.175725 146.231291 +L 1055.362245 146.231291 +L 1055.362245 116.393428 +L 1057.548766 116.393428 +L 1057.548766 114.340364 +L 1059.735286 114.340364 +L 1059.735286 141.372373 +L 1061.921806 141.372373 +L 1061.921806 139.935228 +L 1064.108327 139.935228 +L 1064.108327 114.614106 +L 1066.294847 114.614106 +L 1066.294847 132.954811 +L 1068.481368 132.954811 +L 1068.481368 142.125163 +L 1070.667888 142.125163 +L 1070.667888 141.235502 +L 1072.854408 141.235502 +L 1072.854408 137.129374 +L 1075.040929 137.129374 +L 1075.040929 133.365423 +L 1077.227449 133.365423 +L 1077.227449 128.848683 +L 1079.413969 128.848683 +L 1079.413969 136.376584 +L 1081.60049 136.376584 +L 1081.60049 147.463129 +L 1083.78701 147.463129 +L 1083.78701 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1088.160051 147.6 +L 1088.160051 142.056727 +L 1090.346571 142.056727 +L 1090.346571 142.056727 +L 1092.533092 142.056727 +L 1092.533092 146.368162 +L 1094.719612 146.368162 +L 1094.719612 136.239713 +L 1096.906132 136.239713 +L 1096.906132 138.840261 +L 1099.092653 138.840261 +L 1099.092653 146.778774 +L 1101.279173 146.778774 +L 1101.279173 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 144.451969 +L 1114.398295 144.451969 +L 1114.398295 145.204759 +L 1116.584816 145.204759 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 141.303937 +L 1120.957857 141.303937 +L 1120.957857 142.809518 +L 1123.144377 142.809518 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_36"> + <path clip-path="url(#p95515b24ea)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 136.513455 +L 935.103625 136.513455 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 133.912907 +L 939.476665 133.912907 +L 939.476665 139.114002 +L 941.663186 139.114002 +L 941.663186 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 952.595788 147.6 +L 952.595788 141.71455 +L 954.782308 141.71455 +L 954.782308 131.586101 +L 956.968828 131.586101 +L 956.968828 147.326258 +L 959.155349 147.326258 +L 959.155349 128.43807 +L 961.341869 128.43807 +L 961.341869 124.331942 +L 963.528389 124.331942 +L 963.528389 145.683807 +L 965.71491 145.683807 +L 965.71491 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 970.087951 147.6 +L 970.087951 125.700651 +L 972.274471 125.700651 +L 972.274471 136.924068 +L 974.460991 136.924068 +L 974.460991 140.619583 +L 976.647512 140.619583 +L 976.647512 112.834784 +L 978.834032 112.834784 +L 978.834032 125.153168 +L 981.020553 125.153168 +L 981.020553 144.58884 +L 983.207073 144.58884 +L 983.207073 125.700651 +L 985.393593 125.700651 +L 985.393593 136.239713 +L 987.580114 136.239713 +L 987.580114 135.281616 +L 989.766634 135.281616 +L 989.766634 104.348787 +L 991.953154 104.348787 +L 991.953154 114.477235 +L 994.139675 114.477235 +L 994.139675 147.6 +L 996.326195 147.6 +L 996.326195 139.661486 +L 998.512716 139.661486 +L 998.512716 104.759399 +L 1000.699236 104.759399 +L 1000.699236 131.859843 +L 1002.885756 131.859843 +L 1002.885756 140.20897 +L 1005.072277 140.20897 +L 1005.072277 117.899009 +L 1007.258797 117.899009 +L 1007.258797 109.002398 +L 1009.445317 109.002398 +L 1009.445317 123.373846 +L 1011.631838 123.373846 +L 1011.631838 115.16159 +L 1013.818358 115.16159 +L 1013.818358 110.097366 +L 1016.004879 110.097366 +L 1016.004879 116.119687 +L 1018.191399 116.119687 +L 1018.191399 122.643867 +L 1020.377919 122.643867 +L 1020.377919 128.552129 +L 1022.56444 128.552129 +L 1022.56444 136.102842 +L 1024.75096 136.102842 +L 1024.75096 113.040091 +L 1026.93748 113.040091 +L 1026.93748 112.492607 +L 1029.124001 112.492607 +L 1029.124001 129.806779 +L 1031.310521 129.806779 +L 1031.310521 131.722972 +L 1033.497042 131.722972 +L 1033.497042 140.072099 +L 1035.683562 140.072099 +L 1035.683562 118.583363 +L 1037.870082 118.583363 +L 1037.870082 128.574941 +L 1040.056603 128.574941 +L 1040.056603 147.6 +L 1042.243123 147.6 +L 1042.243123 118.583363 +L 1044.429643 118.583363 +L 1044.429643 116.849665 +L 1046.616164 116.849665 +L 1046.616164 135.304428 +L 1048.802684 135.304428 +L 1048.802684 145.136323 +L 1050.989205 145.136323 +L 1050.989205 113.473515 +L 1053.175725 113.473515 +L 1053.175725 129.578661 +L 1055.362245 129.578661 +L 1055.362245 146.778774 +L 1057.548766 146.778774 +L 1057.548766 136.513455 +L 1059.735286 136.513455 +L 1059.735286 136.513455 +L 1061.921806 136.513455 +L 1061.921806 137.745293 +L 1064.108327 137.745293 +L 1064.108327 128.164328 +L 1066.294847 128.164328 +L 1066.294847 133.502294 +L 1068.481368 133.502294 +L 1068.481368 146.641904 +L 1070.667888 146.641904 +L 1070.667888 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1075.040929 147.6 +L 1075.040929 142.193598 +L 1077.227449 142.193598 +L 1077.227449 141.919856 +L 1079.413969 141.919856 +L 1079.413969 147.463129 +L 1081.60049 147.463129 +L 1081.60049 138.429648 +L 1083.78701 138.429648 +L 1083.78701 136.239713 +L 1085.973531 136.239713 +L 1085.973531 146.09442 +L 1088.160051 146.09442 +L 1088.160051 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1099.092653 147.6 +L 1099.092653 147.326258 +L 1101.279173 147.326258 +L 1101.279173 142.330469 +L 1103.465694 142.330469 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 143.904485 +L 1107.838734 143.904485 +L 1107.838734 140.345841 +L 1110.025255 140.345841 +L 1110.025255 147.463129 +L 1112.211775 147.463129 +L 1112.211775 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_37"> + <path clip-path="url(#p95515b24ea)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 136.513455 +L 921.984502 136.513455 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 140.20897 +L 926.357543 140.20897 +L 926.357543 133.639165 +L 928.544063 133.639165 +L 928.544063 146.778774 +L 930.730584 146.778774 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 941.663186 147.6 +L 941.663186 135.007875 +L 943.849706 135.007875 +L 943.849706 138.019035 +L 946.036226 138.019035 +L 946.036226 136.467831 +L 948.222747 136.467831 +L 948.222747 121.503276 +L 950.409267 121.503276 +L 950.409267 140.482712 +L 952.595788 140.482712 +L 952.595788 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 956.968828 147.6 +L 956.968828 136.924068 +L 959.155349 136.924068 +L 959.155349 134.871004 +L 961.341869 134.871004 +L 961.341869 137.745293 +L 963.528389 137.745293 +L 963.528389 117.488396 +L 965.71491 117.488396 +L 965.71491 118.857105 +L 967.90143 118.857105 +L 967.90143 139.935228 +L 970.087951 139.935228 +L 970.087951 132.270456 +L 972.274471 132.270456 +L 972.274471 129.669908 +L 974.460991 129.669908 +L 974.460991 140.20897 +L 976.647512 140.20897 +L 976.647512 111.466075 +L 978.834032 111.466075 +L 978.834032 108.865527 +L 981.020553 108.865527 +L 981.020553 141.167066 +L 983.207073 141.167066 +L 983.207073 147.6 +L 985.393593 147.6 +L 985.393593 106.219356 +L 987.580114 106.219356 +L 987.580114 124.377566 +L 989.766634 124.377566 +L 989.766634 144.315098 +L 991.953154 144.315098 +L 991.953154 119.54146 +L 994.139675 119.54146 +L 994.139675 109.413011 +L 996.326195 109.413011 +L 996.326195 119.404589 +L 998.512716 119.404589 +L 998.512716 120.910169 +L 1000.699236 120.910169 +L 1000.699236 113.929752 +L 1002.885756 113.929752 +L 1002.885756 112.287301 +L 1005.072277 112.287301 +L 1005.072277 117.625267 +L 1007.258797 117.625267 +L 1007.258797 134.369144 +L 1009.445317 134.369144 +L 1009.445317 129.282107 +L 1011.631838 129.282107 +L 1011.631838 116.324993 +L 1013.818358 116.324993 +L 1013.818358 113.65601 +L 1016.004879 113.65601 +L 1016.004879 124.263507 +L 1018.191399 124.263507 +L 1018.191399 129.669908 +L 1020.377919 129.669908 +L 1020.377919 140.619583 +L 1022.56444 140.619583 +L 1022.56444 135.281616 +L 1024.75096 135.281616 +L 1024.75096 110.918591 +L 1026.93748 110.918591 +L 1026.93748 147.326258 +L 1029.124001 147.326258 +L 1029.124001 125.700651 +L 1031.310521 125.700651 +L 1031.310521 115.024719 +L 1033.497042 115.024719 +L 1033.497042 130.148957 +L 1035.683562 130.148957 +L 1035.683562 147.463129 +L 1037.870082 147.463129 +L 1037.870082 122.142007 +L 1040.056603 122.142007 +L 1040.056603 120.499556 +L 1042.243123 120.499556 +L 1042.243123 144.725711 +L 1044.429643 144.725711 +L 1044.429643 136.513455 +L 1046.616164 136.513455 +L 1046.616164 136.513455 +L 1048.802684 136.513455 +L 1048.802684 140.20897 +L 1050.989205 140.20897 +L 1050.989205 128.711812 +L 1053.175725 128.711812 +L 1053.175725 132.270456 +L 1055.362245 132.270456 +L 1055.362245 144.862581 +L 1057.548766 144.862581 +L 1057.548766 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1061.921806 147.6 +L 1061.921806 143.288566 +L 1064.108327 143.288566 +L 1064.108327 140.96176 +L 1066.294847 140.96176 +L 1066.294847 147.463129 +L 1068.481368 147.463129 +L 1068.481368 140.20897 +L 1070.667888 140.20897 +L 1070.667888 136.102842 +L 1072.854408 136.102842 +L 1072.854408 144.315098 +L 1075.040929 144.315098 +L 1075.040929 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1088.160051 147.6 +L 1088.160051 142.056727 +L 1090.346571 142.056727 +L 1090.346571 147.6 +L 1092.533092 147.6 +L 1092.533092 143.904485 +L 1094.719612 143.904485 +L 1094.719612 141.030195 +L 1096.906132 141.030195 +L 1096.906132 146.778774 +L 1099.092653 146.778774 +L 1099.092653 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_42"> + <path clip-path="url(#p95515b24ea)" d="M 1060.283676 147.6 +L 1060.283676 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_38"> + <path d="M 902.305819 147.6 +L 902.305819 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_39"> + <path d="M 1142.82306 147.6 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_40"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_41"> + <path d="M 902.305819 38.88 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_49"> + <!-- 12% --> + <g style="fill:#262626;" transform="translate(1008.889127 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-49"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_5"> + <g id="patch_42"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +L 1431.44375 38.88 +L 1190.926509 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_9"> + <g id="xtick_22"> + <g id="line2d_43"> + <path clip-path="url(#pf18bdc8f23)" d="M 1191.977151 147.6 +L 1191.977151 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_50"> + <!-- 0.41 --> + <g style="fill:#262626;" transform="translate(1182.246682 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="xtick_23"> + <g id="line2d_44"> + <path clip-path="url(#pf18bdc8f23)" d="M 1232.424459 147.6 +L 1232.424459 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_51"> + <!-- 0.42 --> + <g style="fill:#262626;" transform="translate(1222.69399 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_24"> + <g id="line2d_45"> + <path clip-path="url(#pf18bdc8f23)" d="M 1272.871767 147.6 +L 1272.871767 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_52"> + <!-- 0.43 --> + <g style="fill:#262626;" transform="translate(1263.141298 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-51"/> + </g> + </g> + </g> + <g id="xtick_25"> + <g id="line2d_46"> + <path clip-path="url(#pf18bdc8f23)" d="M 1313.319075 147.6 +L 1313.319075 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_53"> + <!-- 0.44 --> + <g style="fill:#262626;" transform="translate(1303.588606 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_26"> + <g id="line2d_47"> + <path clip-path="url(#pf18bdc8f23)" d="M 1353.766383 147.6 +L 1353.766383 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_54"> + <!-- 0.45 --> + <g style="fill:#262626;" transform="translate(1344.035914 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_27"> + <g id="line2d_48"> + <path clip-path="url(#pf18bdc8f23)" d="M 1394.213691 147.6 +L 1394.213691 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_55"> + <!-- 0.46 --> + <g style="fill:#262626;" transform="translate(1384.483222 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="text_56"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1292.567942 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_10"> + <g id="ytick_18"> + <g id="line2d_49"> + <path clip-path="url(#pf18bdc8f23)" d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_57"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(1178.365571 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_19"> + <g id="line2d_50"> + <path clip-path="url(#pf18bdc8f23)" d="M 1190.926509 125.847299 +L 1431.44375 125.847299 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_58"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(1161.682759 129.426205)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_20"> + <g id="line2d_51"> + <path clip-path="url(#pf18bdc8f23)" d="M 1190.926509 104.094598 +L 1431.44375 104.094598 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_59"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(1161.682759 107.673504)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_21"> + <g id="line2d_52"> + <path clip-path="url(#pf18bdc8f23)" d="M 1190.926509 82.341897 +L 1431.44375 82.341897 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_60"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(1161.682759 85.920803)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_22"> + <g id="line2d_53"> + <path clip-path="url(#pf18bdc8f23)" d="M 1190.926509 60.589196 +L 1431.44375 60.589196 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_61"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(1161.682759 64.168102)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_43"> + <path clip-path="url(#pf18bdc8f23)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 137.680768 +L 1210.605192 137.680768 +L 1210.605192 146.947419 +L 1212.791712 146.947419 +L 1212.791712 126.717407 +L 1214.978233 126.717407 +L 1214.978233 147.338968 +L 1217.164753 147.338968 +L 1217.164753 137.028187 +L 1219.351274 137.028187 +L 1219.351274 140.552125 +L 1221.537794 140.552125 +L 1221.537794 133.50425 +L 1223.724314 133.50425 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 137.028187 +L 1228.097355 137.028187 +L 1228.097355 130.632893 +L 1230.283875 130.632893 +L 1230.283875 143.423481 +L 1232.470396 143.423481 +L 1232.470396 135.984058 +L 1234.656916 135.984058 +L 1234.656916 124.498631 +L 1236.843437 124.498631 +L 1236.843437 121.757791 +L 1239.029957 121.757791 +L 1239.029957 134.678896 +L 1241.216477 134.678896 +L 1241.216477 136.506122 +L 1243.402998 136.506122 +L 1243.402998 126.717407 +L 1245.589518 126.717407 +L 1245.589518 126.195342 +L 1247.776038 126.195342 +L 1247.776038 137.028187 +L 1249.962559 137.028187 +L 1249.962559 111.185978 +L 1252.149079 111.185978 +L 1252.149079 99.178487 +L 1254.3356 99.178487 +L 1254.3356 105.573782 +L 1256.52212 105.573782 +L 1256.52212 121.627275 +L 1258.70864 121.627275 +L 1258.70864 131.285474 +L 1260.895161 131.285474 +L 1260.895161 105.704298 +L 1263.081681 105.704298 +L 1263.081681 105.312749 +L 1265.268201 105.312749 +L 1265.268201 98.656423 +L 1267.454722 98.656423 +L 1267.454722 98.003842 +L 1269.641242 98.003842 +L 1269.641242 86.257383 +L 1271.827763 86.257383 +L 1271.827763 100.701176 +L 1274.014283 100.701176 +L 1274.014283 104.703673 +L 1276.200803 104.703673 +L 1276.200803 75.294022 +L 1278.387324 75.294022 +L 1278.387324 120.322113 +L 1280.573844 120.322113 +L 1280.573844 94.740936 +L 1282.760364 94.740936 +L 1282.760364 87.170996 +L 1284.946885 87.170996 +L 1284.946885 63.808595 +L 1287.133405 63.808595 +L 1287.133405 112.099592 +L 1289.319926 112.099592 +L 1289.319926 86.387899 +L 1291.506446 86.387899 +L 1291.506446 82.211381 +L 1293.692966 82.211381 +L 1293.692966 44.057143 +L 1295.879487 44.057143 +L 1295.879487 99.221993 +L 1298.066007 99.221993 +L 1298.066007 81.036735 +L 1300.252527 81.036735 +L 1300.252527 75.163505 +L 1302.439048 75.163505 +L 1302.439048 75.294022 +L 1304.625568 75.294022 +L 1304.625568 48.472941 +L 1306.812089 48.472941 +L 1306.812089 88.4109 +L 1308.998609 88.4109 +L 1308.998609 60.893733 +L 1311.185129 60.893733 +L 1311.185129 78.730948 +L 1313.37165 78.730948 +L 1313.37165 88.345642 +L 1315.55817 88.345642 +L 1315.55817 91.586795 +L 1317.74469 91.586795 +L 1317.74469 107.096471 +L 1319.931211 107.096471 +L 1319.931211 80.253637 +L 1322.117731 80.253637 +L 1322.117731 98.525906 +L 1324.304252 98.525906 +L 1324.304252 69.094502 +L 1326.490772 69.094502 +L 1326.490772 115.297239 +L 1328.677292 115.297239 +L 1328.677292 109.358752 +L 1330.863813 109.358752 +L 1330.863813 108.771429 +L 1333.050333 108.771429 +L 1333.050333 63.112509 +L 1335.236853 63.112509 +L 1335.236853 120.496134 +L 1337.423374 120.496134 +L 1337.423374 106.356879 +L 1339.609894 106.356879 +L 1339.609894 107.074718 +L 1341.796415 107.074718 +L 1341.796415 84.952221 +L 1343.982935 84.952221 +L 1343.982935 128.67515 +L 1346.169455 128.67515 +L 1346.169455 102.376134 +L 1348.355976 102.376134 +L 1348.355976 107.00946 +L 1350.542496 107.00946 +L 1350.542496 103.311501 +L 1352.729016 103.311501 +L 1352.729016 128.457623 +L 1354.915537 128.457623 +L 1354.915537 132.590636 +L 1357.102057 132.590636 +L 1357.102057 118.581897 +L 1359.288578 118.581897 +L 1359.288578 145.816279 +L 1361.475098 145.816279 +L 1361.475098 116.145594 +L 1363.661618 116.145594 +L 1363.661618 125.020696 +L 1365.848139 125.020696 +L 1365.848139 130.241345 +L 1368.034659 130.241345 +L 1368.034659 135.070444 +L 1370.221179 135.070444 +L 1370.221179 141.661513 +L 1372.4077 141.661513 +L 1372.4077 142.053061 +L 1374.59422 142.053061 +L 1374.59422 133.765282 +L 1376.780741 133.765282 +L 1376.780741 140.095318 +L 1378.967261 140.095318 +L 1378.967261 138.529124 +L 1381.153781 138.529124 +L 1381.153781 139.769028 +L 1383.340302 139.769028 +L 1383.340302 135.853541 +L 1385.526822 135.853541 +L 1385.526822 144.989676 +L 1387.713342 144.989676 +L 1387.713342 147.012677 +L 1389.899863 147.012677 +L 1389.899863 142.901417 +L 1392.086383 142.901417 +L 1392.086383 141.335222 +L 1394.272904 141.335222 +L 1394.272904 143.292965 +L 1396.459424 143.292965 +L 1396.459424 142.314094 +L 1398.645944 142.314094 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 137.419736 +L 1403.018985 137.419736 +L 1403.018985 147.208451 +L 1405.205505 147.208451 +L 1405.205505 142.314094 +L 1407.392026 142.314094 +L 1407.392026 144.076062 +L 1409.578546 144.076062 +L 1409.578546 140.552125 +L 1411.765067 140.552125 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_44"> + <path clip-path="url(#pf18bdc8f23)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 137.028187 +L 1228.097355 137.028187 +L 1228.097355 130.632893 +L 1230.283875 130.632893 +L 1230.283875 143.423481 +L 1232.470396 143.423481 +L 1232.470396 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1247.776038 147.6 +L 1247.776038 137.028187 +L 1249.962559 137.028187 +L 1249.962559 132.329604 +L 1252.149079 132.329604 +L 1252.149079 118.103337 +L 1254.3356 118.103337 +L 1254.3356 139.507995 +L 1256.52212 139.507995 +L 1256.52212 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1265.268201 147.6 +L 1265.268201 126.456375 +L 1267.454722 126.456375 +L 1267.454722 138.463866 +L 1269.641242 138.463866 +L 1269.641242 104.138103 +L 1271.827763 104.138103 +L 1271.827763 126.978439 +L 1274.014283 126.978439 +L 1274.014283 146.816903 +L 1276.200803 146.816903 +L 1276.200803 147.6 +L 1278.387324 147.6 +L 1278.387324 137.028187 +L 1280.573844 137.028187 +L 1280.573844 126.456375 +L 1282.760364 126.456375 +L 1282.760364 111.577527 +L 1284.946885 111.577527 +L 1284.946885 120.191597 +L 1287.133405 120.191597 +L 1287.133405 147.6 +L 1289.319926 147.6 +L 1289.319926 126.456375 +L 1291.506446 126.456375 +L 1291.506446 131.154958 +L 1293.692966 131.154958 +L 1293.692966 121.757791 +L 1295.879487 121.757791 +L 1295.879487 137.028187 +L 1298.066007 137.028187 +L 1298.066007 129.980312 +L 1300.252527 129.980312 +L 1300.252527 133.243217 +L 1302.439048 133.243217 +L 1302.439048 116.145594 +L 1304.625568 116.145594 +L 1304.625568 119.930564 +L 1306.812089 119.930564 +L 1306.812089 122.410372 +L 1308.998609 122.410372 +L 1308.998609 96.307131 +L 1311.185129 96.307131 +L 1311.185129 118.103337 +L 1313.37165 118.103337 +L 1313.37165 133.243217 +L 1315.55817 133.243217 +L 1315.55817 138.463866 +L 1317.74469 138.463866 +L 1317.74469 135.592509 +L 1319.931211 135.592509 +L 1319.931211 112.16485 +L 1322.117731 112.16485 +L 1322.117731 118.233854 +L 1324.304252 118.233854 +L 1324.304252 117.254982 +L 1326.490772 117.254982 +L 1326.490772 134.352605 +L 1328.677292 134.352605 +L 1328.677292 141.07419 +L 1330.863813 141.07419 +L 1330.863813 130.632893 +L 1333.050333 130.632893 +L 1333.050333 131.41599 +L 1335.236853 131.41599 +L 1335.236853 141.204706 +L 1337.423374 141.204706 +L 1337.423374 127.63102 +L 1339.609894 127.63102 +L 1339.609894 119.408499 +L 1341.796415 119.408499 +L 1341.796415 133.50425 +L 1343.982935 133.50425 +L 1343.982935 141.204706 +L 1346.169455 141.204706 +L 1346.169455 128.609892 +L 1348.355976 128.609892 +L 1348.355976 123.84605 +L 1350.542496 123.84605 +L 1350.542496 118.973445 +L 1352.729016 118.973445 +L 1352.729016 146.077311 +L 1354.915537 146.077311 +L 1354.915537 147.6 +L 1357.102057 147.6 +L 1357.102057 138.681393 +L 1359.288578 138.681393 +L 1359.288578 145.946795 +L 1361.475098 145.946795 +L 1361.475098 121.10521 +L 1363.661618 121.10521 +L 1363.661618 130.632893 +L 1365.848139 130.632893 +L 1365.848139 138.202833 +L 1368.034659 138.202833 +L 1368.034659 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1376.780741 147.6 +L 1376.780741 147.143193 +L 1378.967261 147.143193 +L 1378.967261 138.529124 +L 1381.153781 138.529124 +L 1381.153781 139.769028 +L 1383.340302 139.769028 +L 1383.340302 135.853541 +L 1385.526822 135.853541 +L 1385.526822 144.989676 +L 1387.713342 144.989676 +L 1387.713342 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1405.205505 147.6 +L 1405.205505 142.314094 +L 1407.392026 142.314094 +L 1407.392026 144.076062 +L 1409.578546 144.076062 +L 1409.578546 140.552125 +L 1411.765067 140.552125 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_45"> + <path clip-path="url(#pf18bdc8f23)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 137.028187 +L 1219.351274 137.028187 +L 1219.351274 140.552125 +L 1221.537794 140.552125 +L 1221.537794 133.50425 +L 1223.724314 133.50425 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1239.029957 147.6 +L 1239.029957 137.550252 +L 1241.216477 137.550252 +L 1241.216477 136.506122 +L 1243.402998 136.506122 +L 1243.402998 126.717407 +L 1245.589518 126.717407 +L 1245.589518 126.195342 +L 1247.776038 126.195342 +L 1247.776038 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1256.52212 147.6 +L 1256.52212 142.7709 +L 1258.70864 142.7709 +L 1258.70864 131.285474 +L 1260.895161 131.285474 +L 1260.895161 105.704298 +L 1263.081681 105.704298 +L 1263.081681 123.585018 +L 1265.268201 123.585018 +L 1265.268201 139.507995 +L 1267.454722 139.507995 +L 1267.454722 147.6 +L 1269.641242 147.6 +L 1269.641242 146.425354 +L 1271.827763 146.425354 +L 1271.827763 121.322737 +L 1274.014283 121.322737 +L 1274.014283 126.630396 +L 1276.200803 126.630396 +L 1276.200803 103.485522 +L 1278.387324 103.485522 +L 1278.387324 144.989676 +L 1280.573844 144.989676 +L 1280.573844 126.456375 +L 1282.760364 126.456375 +L 1282.760364 147.6 +L 1284.946885 147.6 +L 1284.946885 105.573782 +L 1287.133405 105.573782 +L 1287.133405 136.767155 +L 1289.319926 136.767155 +L 1289.319926 142.7709 +L 1291.506446 142.7709 +L 1291.506446 120.974694 +L 1293.692966 120.974694 +L 1293.692966 119.800048 +L 1295.879487 119.800048 +L 1295.879487 142.248836 +L 1298.066007 142.248836 +L 1298.066007 106.748427 +L 1300.252527 106.748427 +L 1300.252527 100.092101 +L 1302.439048 100.092101 +L 1302.439048 117.32024 +L 1304.625568 117.32024 +L 1304.625568 120.191597 +L 1306.812089 120.191597 +L 1306.812089 146.816903 +L 1308.998609 146.816903 +L 1308.998609 130.067323 +L 1311.185129 130.067323 +L 1311.185129 123.693782 +L 1313.37165 123.693782 +L 1313.37165 113.926819 +L 1315.55817 113.926819 +L 1315.55817 111.033709 +L 1317.74469 111.033709 +L 1317.74469 139.46449 +L 1319.931211 139.46449 +L 1319.931211 135.266218 +L 1322.117731 135.266218 +L 1322.117731 130.241345 +L 1324.304252 130.241345 +L 1324.304252 136.767155 +L 1326.490772 136.767155 +L 1326.490772 133.50425 +L 1328.677292 133.50425 +L 1328.677292 126.456375 +L 1330.863813 126.456375 +L 1330.863813 141.596255 +L 1333.050333 141.596255 +L 1333.050333 111.316495 +L 1335.236853 111.316495 +L 1335.236853 147.6 +L 1337.423374 147.6 +L 1337.423374 126.456375 +L 1339.609894 126.456375 +L 1339.609894 135.266218 +L 1341.796415 135.266218 +L 1341.796415 109.619784 +L 1343.982935 109.619784 +L 1343.982935 139.769028 +L 1346.169455 139.769028 +L 1346.169455 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1350.542496 147.6 +L 1350.542496 137.028187 +L 1352.729016 137.028187 +L 1352.729016 129.980312 +L 1354.915537 129.980312 +L 1354.915537 132.590636 +L 1357.102057 132.590636 +L 1357.102057 127.500504 +L 1359.288578 127.500504 +L 1359.288578 147.469484 +L 1361.475098 147.469484 +L 1361.475098 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1370.221179 147.6 +L 1370.221179 142.314094 +L 1372.4077 142.314094 +L 1372.4077 142.053061 +L 1374.59422 142.053061 +L 1374.59422 133.765282 +L 1376.780741 133.765282 +L 1376.780741 140.552125 +L 1378.967261 140.552125 +L 1378.967261 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1396.459424 147.6 +L 1396.459424 142.314094 +L 1398.645944 142.314094 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 137.419736 +L 1403.018985 137.419736 +L 1403.018985 147.208451 +L 1405.205505 147.208451 +L 1405.205505 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_46"> + <path clip-path="url(#pf18bdc8f23)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 137.680768 +L 1210.605192 137.680768 +L 1210.605192 146.947419 +L 1212.791712 146.947419 +L 1212.791712 126.717407 +L 1214.978233 126.717407 +L 1214.978233 147.338968 +L 1217.164753 147.338968 +L 1217.164753 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1232.470396 147.6 +L 1232.470396 135.984058 +L 1234.656916 135.984058 +L 1234.656916 124.498631 +L 1236.843437 124.498631 +L 1236.843437 121.757791 +L 1239.029957 121.757791 +L 1239.029957 144.728643 +L 1241.216477 144.728643 +L 1241.216477 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1249.962559 147.6 +L 1249.962559 126.456375 +L 1252.149079 126.456375 +L 1252.149079 128.67515 +L 1254.3356 128.67515 +L 1254.3356 113.665786 +L 1256.52212 113.665786 +L 1256.52212 126.456375 +L 1258.70864 126.456375 +L 1258.70864 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1263.081681 147.6 +L 1263.081681 129.327731 +L 1265.268201 129.327731 +L 1265.268201 127.892053 +L 1267.454722 127.892053 +L 1267.454722 107.139976 +L 1269.641242 107.139976 +L 1269.641242 130.893926 +L 1271.827763 130.893926 +L 1271.827763 147.6 +L 1274.014283 147.6 +L 1274.014283 126.456375 +L 1276.200803 126.456375 +L 1276.200803 119.408499 +L 1278.387324 119.408499 +L 1278.387324 133.50425 +L 1280.573844 133.50425 +L 1280.573844 137.028187 +L 1282.760364 137.028187 +L 1282.760364 123.193469 +L 1284.946885 123.193469 +L 1284.946885 133.243217 +L 1287.133405 133.243217 +L 1287.133405 122.932437 +L 1289.319926 122.932437 +L 1289.319926 112.360624 +L 1291.506446 112.360624 +L 1291.506446 125.281729 +L 1293.692966 125.281729 +L 1293.692966 97.699304 +L 1295.879487 97.699304 +L 1295.879487 115.14497 +L 1298.066007 115.14497 +L 1298.066007 139.507995 +L 1300.252527 139.507995 +L 1300.252527 137.028187 +L 1302.439048 137.028187 +L 1302.439048 137.028187 +L 1304.625568 137.028187 +L 1304.625568 103.55078 +L 1306.812089 103.55078 +L 1306.812089 114.383625 +L 1308.998609 114.383625 +L 1308.998609 129.71928 +L 1311.185129 129.71928 +L 1311.185129 132.13383 +L 1313.37165 132.13383 +L 1313.37165 136.375606 +L 1315.55817 136.375606 +L 1315.55817 137.28922 +L 1317.74469 137.28922 +L 1317.74469 127.239472 +L 1319.931211 127.239472 +L 1319.931211 128.022569 +L 1322.117731 128.022569 +L 1322.117731 145.250708 +L 1324.304252 145.250708 +L 1324.304252 110.272365 +L 1326.490772 110.272365 +L 1326.490772 142.640384 +L 1328.677292 142.640384 +L 1328.677292 137.028187 +L 1330.863813 137.028187 +L 1330.863813 131.742281 +L 1333.050333 131.742281 +L 1333.050333 115.580024 +L 1335.236853 115.580024 +L 1335.236853 126.891429 +L 1337.423374 126.891429 +L 1337.423374 147.469484 +L 1339.609894 147.469484 +L 1339.609894 147.6 +L 1341.796415 147.6 +L 1341.796415 137.028187 +L 1343.982935 137.028187 +L 1343.982935 142.901417 +L 1346.169455 142.901417 +L 1346.169455 121.366242 +L 1348.355976 121.366242 +L 1348.355976 130.763409 +L 1350.542496 130.763409 +L 1350.542496 142.509868 +L 1352.729016 142.509868 +L 1352.729016 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1361.475098 147.6 +L 1361.475098 142.640384 +L 1363.661618 142.640384 +L 1363.661618 141.987803 +L 1365.848139 141.987803 +L 1365.848139 139.638511 +L 1368.034659 139.638511 +L 1368.034659 135.070444 +L 1370.221179 135.070444 +L 1370.221179 146.947419 +L 1372.4077 146.947419 +L 1372.4077 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1387.713342 147.6 +L 1387.713342 147.012677 +L 1389.899863 147.012677 +L 1389.899863 142.901417 +L 1392.086383 142.901417 +L 1392.086383 141.335222 +L 1394.272904 141.335222 +L 1394.272904 143.292965 +L 1396.459424 143.292965 +L 1396.459424 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_54"> + <path clip-path="url(#pf18bdc8f23)" d="M 1353.766383 147.6 +L 1353.766383 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_47"> + <path d="M 1190.926509 147.6 +L 1190.926509 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_48"> + <path d="M 1431.44375 147.6 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_49"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_50"> + <path d="M 1190.926509 38.88 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_62"> + <!-- 8% --> + <g style="fill:#262626;" transform="translate(1299.179504 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-56"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="text_63"> + <!-- example lidar with linear polarizer before receiver - Qin error contribution --> + <defs> + <path d="M 0.734375 0 +L 19.671875 26.953125 +L 2.15625 51.859375 +L 13.140625 51.859375 +L 21.09375 39.703125 +Q 23.34375 36.234375 24.703125 33.890625 +Q 26.859375 37.109375 28.65625 39.59375 +L 37.40625 51.859375 +L 47.90625 51.859375 +L 29.984375 27.4375 +L 49.265625 0 +L 38.484375 0 +L 27.828125 16.109375 +L 25 20.453125 +L 11.375 0 +z +" id="ArialMT-120"/> + <path d="M 40.4375 6.390625 +Q 35.546875 2.25 31.03125 0.53125 +Q 26.515625 -1.171875 21.34375 -1.171875 +Q 12.796875 -1.171875 8.203125 3 +Q 3.609375 7.171875 3.609375 13.671875 +Q 3.609375 17.484375 5.34375 20.625 +Q 7.078125 23.78125 9.890625 25.6875 +Q 12.703125 27.59375 16.21875 28.5625 +Q 18.796875 29.25 24.03125 29.890625 +Q 34.671875 31.15625 39.703125 32.90625 +Q 39.75 34.71875 39.75 35.203125 +Q 39.75 40.578125 37.25 42.78125 +Q 33.890625 45.75 27.25 45.75 +Q 21.046875 45.75 18.09375 43.578125 +Q 15.140625 41.40625 13.71875 35.890625 +L 5.125 37.0625 +Q 6.296875 42.578125 8.984375 45.96875 +Q 11.671875 49.359375 16.75 51.1875 +Q 21.828125 53.03125 28.515625 53.03125 +Q 35.15625 53.03125 39.296875 51.46875 +Q 43.453125 49.90625 45.40625 47.53125 +Q 47.359375 45.171875 48.140625 41.546875 +Q 48.578125 39.3125 48.578125 33.453125 +L 48.578125 21.734375 +Q 48.578125 9.46875 49.140625 6.21875 +Q 49.703125 2.984375 51.375 0 +L 42.1875 0 +Q 40.828125 2.734375 40.4375 6.390625 +z +M 39.703125 26.03125 +Q 34.90625 24.078125 25.34375 22.703125 +Q 19.921875 21.921875 17.671875 20.9375 +Q 15.4375 19.96875 14.203125 18.09375 +Q 12.984375 16.21875 12.984375 13.921875 +Q 12.984375 10.40625 15.640625 8.0625 +Q 18.3125 5.71875 23.4375 5.71875 +Q 28.515625 5.71875 32.46875 7.9375 +Q 36.421875 10.15625 38.28125 14.015625 +Q 39.703125 17 39.703125 22.796875 +z +" id="ArialMT-97"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.453125 51.859375 +L 14.453125 44.578125 +Q 16.890625 48.390625 20.9375 50.703125 +Q 25 53.03125 30.171875 53.03125 +Q 35.9375 53.03125 39.625 50.640625 +Q 43.3125 48.25 44.828125 43.953125 +Q 50.984375 53.03125 60.84375 53.03125 +Q 68.5625 53.03125 72.703125 48.75 +Q 76.859375 44.484375 76.859375 35.59375 +L 76.859375 0 +L 68.109375 0 +L 68.109375 32.671875 +Q 68.109375 37.9375 67.25 40.25 +Q 66.40625 42.578125 64.15625 43.984375 +Q 61.921875 45.40625 58.890625 45.40625 +Q 53.421875 45.40625 49.796875 41.765625 +Q 46.1875 38.140625 46.1875 30.125 +L 46.1875 0 +L 37.40625 0 +L 37.40625 33.6875 +Q 37.40625 39.546875 35.25 42.46875 +Q 33.109375 45.40625 28.21875 45.40625 +Q 24.515625 45.40625 21.359375 43.453125 +Q 18.21875 41.5 16.796875 37.734375 +Q 15.375 33.984375 15.375 26.90625 +L 15.375 0 +z +" id="ArialMT-109"/> + <path d="M 6.59375 -19.875 +L 6.59375 51.859375 +L 14.59375 51.859375 +L 14.59375 45.125 +Q 17.4375 49.078125 21 51.046875 +Q 24.5625 53.03125 29.640625 53.03125 +Q 36.28125 53.03125 41.359375 49.609375 +Q 46.4375 46.1875 49.015625 39.953125 +Q 51.609375 33.734375 51.609375 26.3125 +Q 51.609375 18.359375 48.75 11.984375 +Q 45.90625 5.609375 40.453125 2.21875 +Q 35.015625 -1.171875 29 -1.171875 +Q 24.609375 -1.171875 21.109375 0.6875 +Q 17.625 2.546875 15.375 5.375 +L 15.375 -19.875 +z +M 14.546875 25.640625 +Q 14.546875 15.625 18.59375 10.84375 +Q 22.65625 6.0625 28.421875 6.0625 +Q 34.28125 6.0625 38.453125 11.015625 +Q 42.625 15.96875 42.625 26.375 +Q 42.625 36.28125 38.546875 41.203125 +Q 34.46875 46.140625 28.8125 46.140625 +Q 23.1875 46.140625 18.859375 40.890625 +Q 14.546875 35.640625 14.546875 25.640625 +z +" id="ArialMT-112"/> + <path d="M 6.390625 0 +L 6.390625 71.578125 +L 15.1875 71.578125 +L 15.1875 0 +z +" id="ArialMT-108"/> + <path d="M 6.640625 61.46875 +L 6.640625 71.578125 +L 15.4375 71.578125 +L 15.4375 61.46875 +z +M 6.640625 0 +L 6.640625 51.859375 +L 15.4375 51.859375 +L 15.4375 0 +z +" id="ArialMT-105"/> + <path d="M 40.234375 0 +L 40.234375 6.546875 +Q 35.296875 -1.171875 25.734375 -1.171875 +Q 19.53125 -1.171875 14.328125 2.25 +Q 9.125 5.671875 6.265625 11.796875 +Q 3.421875 17.921875 3.421875 25.875 +Q 3.421875 33.640625 6 39.96875 +Q 8.59375 46.296875 13.765625 49.65625 +Q 18.953125 53.03125 25.34375 53.03125 +Q 30.03125 53.03125 33.6875 51.046875 +Q 37.359375 49.078125 39.65625 45.90625 +L 39.65625 71.578125 +L 48.390625 71.578125 +L 48.390625 0 +z +M 12.453125 25.875 +Q 12.453125 15.921875 16.640625 10.984375 +Q 20.84375 6.0625 26.5625 6.0625 +Q 32.328125 6.0625 36.34375 10.765625 +Q 40.375 15.484375 40.375 25.140625 +Q 40.375 35.796875 36.265625 40.765625 +Q 32.171875 45.75 26.171875 45.75 +Q 20.3125 45.75 16.375 40.96875 +Q 12.453125 36.1875 12.453125 25.875 +z +" id="ArialMT-100"/> + <path d="M 16.15625 0 +L 0.296875 51.859375 +L 9.375 51.859375 +L 17.625 21.921875 +L 20.703125 10.796875 +Q 20.90625 11.625 23.390625 21.484375 +L 31.640625 51.859375 +L 40.671875 51.859375 +L 48.4375 21.78125 +L 51.03125 11.859375 +L 54 21.875 +L 62.890625 51.859375 +L 71.4375 51.859375 +L 55.21875 0 +L 46.09375 0 +L 37.84375 31.0625 +L 35.84375 39.890625 +L 25.34375 0 +z +" id="ArialMT-119"/> + <path d="M 6.59375 0 +L 6.59375 71.578125 +L 15.375 71.578125 +L 15.375 45.90625 +Q 21.53125 53.03125 30.90625 53.03125 +Q 36.671875 53.03125 40.921875 50.75 +Q 45.171875 48.484375 47 44.484375 +Q 48.828125 40.484375 48.828125 32.859375 +L 48.828125 0 +L 40.046875 0 +L 40.046875 32.859375 +Q 40.046875 39.453125 37.1875 42.453125 +Q 34.328125 45.453125 29.109375 45.453125 +Q 25.203125 45.453125 21.75 43.421875 +Q 18.3125 41.40625 16.84375 37.9375 +Q 15.375 34.46875 15.375 28.375 +L 15.375 0 +z +" id="ArialMT-104"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.5 51.859375 +L 14.5 44.484375 +Q 20.21875 53.03125 31 53.03125 +Q 35.6875 53.03125 39.625 51.34375 +Q 43.5625 49.65625 45.515625 46.921875 +Q 47.46875 44.1875 48.25 40.4375 +Q 48.734375 37.984375 48.734375 31.890625 +L 48.734375 0 +L 39.9375 0 +L 39.9375 31.546875 +Q 39.9375 36.921875 38.90625 39.578125 +Q 37.890625 42.234375 35.28125 43.8125 +Q 32.671875 45.40625 29.15625 45.40625 +Q 23.53125 45.40625 19.453125 41.84375 +Q 15.375 38.28125 15.375 28.328125 +L 15.375 0 +z +" id="ArialMT-110"/> + <path d="M 3.328125 25.921875 +Q 3.328125 40.328125 11.328125 47.265625 +Q 18.015625 53.03125 27.640625 53.03125 +Q 38.328125 53.03125 45.109375 46.015625 +Q 51.90625 39.015625 51.90625 26.65625 +Q 51.90625 16.65625 48.90625 10.90625 +Q 45.90625 5.171875 40.15625 2 +Q 34.421875 -1.171875 27.640625 -1.171875 +Q 16.75 -1.171875 10.03125 5.8125 +Q 3.328125 12.796875 3.328125 25.921875 +z +M 12.359375 25.921875 +Q 12.359375 15.96875 16.703125 11.015625 +Q 21.046875 6.0625 27.640625 6.0625 +Q 34.1875 6.0625 38.53125 11.03125 +Q 42.875 16.015625 42.875 26.21875 +Q 42.875 35.84375 38.5 40.796875 +Q 34.125 45.75 27.640625 45.75 +Q 21.046875 45.75 16.703125 40.8125 +Q 12.359375 35.890625 12.359375 25.921875 +z +" id="ArialMT-111"/> + <path d="M 1.953125 0 +L 1.953125 7.125 +L 34.96875 45.015625 +Q 29.34375 44.734375 25.046875 44.734375 +L 3.90625 44.734375 +L 3.90625 51.859375 +L 46.296875 51.859375 +L 46.296875 46.046875 +L 18.21875 13.140625 +L 12.796875 7.125 +Q 18.703125 7.5625 23.875 7.5625 +L 47.859375 7.5625 +L 47.859375 0 +z +" id="ArialMT-122"/> + <path d="M 14.703125 0 +L 6.546875 0 +L 6.546875 71.578125 +L 15.328125 71.578125 +L 15.328125 46.046875 +Q 20.90625 53.03125 29.546875 53.03125 +Q 34.328125 53.03125 38.59375 51.09375 +Q 42.875 49.171875 45.625 45.671875 +Q 48.390625 42.1875 49.953125 37.25 +Q 51.515625 32.328125 51.515625 26.703125 +Q 51.515625 13.375 44.921875 6.09375 +Q 38.328125 -1.171875 29.109375 -1.171875 +Q 19.921875 -1.171875 14.703125 6.5 +z +M 14.59375 26.3125 +Q 14.59375 17 17.140625 12.84375 +Q 21.296875 6.0625 28.375 6.0625 +Q 34.125 6.0625 38.328125 11.0625 +Q 42.53125 16.0625 42.53125 25.984375 +Q 42.53125 36.140625 38.5 40.96875 +Q 34.46875 45.796875 28.765625 45.796875 +Q 23 45.796875 18.796875 40.796875 +Q 14.59375 35.796875 14.59375 26.3125 +z +" id="ArialMT-98"/> + <path d="M 8.6875 0 +L 8.6875 45.015625 +L 0.921875 45.015625 +L 0.921875 51.859375 +L 8.6875 51.859375 +L 8.6875 57.375 +Q 8.6875 62.59375 9.625 65.140625 +Q 10.890625 68.5625 14.078125 70.671875 +Q 17.28125 72.796875 23.046875 72.796875 +Q 26.765625 72.796875 31.25 71.921875 +L 29.9375 64.265625 +Q 27.203125 64.75 24.75 64.75 +Q 20.75 64.75 19.09375 63.03125 +Q 17.4375 61.328125 17.4375 56.640625 +L 17.4375 51.859375 +L 27.546875 51.859375 +L 27.546875 45.015625 +L 17.4375 45.015625 +L 17.4375 0 +z +" id="ArialMT-102"/> + <path d="M 40.4375 19 +L 49.078125 17.875 +Q 47.65625 8.9375 41.8125 3.875 +Q 35.984375 -1.171875 27.484375 -1.171875 +Q 16.84375 -1.171875 10.375 5.78125 +Q 3.90625 12.75 3.90625 25.734375 +Q 3.90625 34.125 6.6875 40.421875 +Q 9.46875 46.734375 15.15625 49.875 +Q 20.84375 53.03125 27.546875 53.03125 +Q 35.984375 53.03125 41.359375 48.75 +Q 46.734375 44.484375 48.25 36.625 +L 39.703125 35.296875 +Q 38.484375 40.53125 35.375 43.15625 +Q 32.28125 45.796875 27.875 45.796875 +Q 21.234375 45.796875 17.078125 41.03125 +Q 12.9375 36.28125 12.9375 25.984375 +Q 12.9375 15.53125 16.9375 10.796875 +Q 20.953125 6.0625 27.390625 6.0625 +Q 32.5625 6.0625 36.03125 9.234375 +Q 39.5 12.40625 40.4375 19 +z +" id="ArialMT-99"/> + <path d="M 21 0 +L 1.265625 51.859375 +L 10.546875 51.859375 +L 21.6875 20.796875 +Q 23.484375 15.765625 25 10.359375 +Q 26.171875 14.453125 28.265625 20.21875 +L 39.796875 51.859375 +L 48.828125 51.859375 +L 29.203125 0 +z +" id="ArialMT-118"/> + <path d="M 3.171875 21.484375 +L 3.171875 30.328125 +L 30.171875 30.328125 +L 30.171875 21.484375 +z +" id="ArialMT-45"/> + <path d="M 61.96875 7.671875 +Q 68.5625 3.125 74.125 1.03125 +L 71.34375 -5.5625 +Q 63.625 -2.78125 55.953125 3.21875 +Q 48 -1.21875 38.375 -1.21875 +Q 28.65625 -1.21875 20.75 3.46875 +Q 12.84375 8.15625 8.5625 16.640625 +Q 4.296875 25.140625 4.296875 35.796875 +Q 4.296875 46.390625 8.59375 55.078125 +Q 12.890625 63.765625 20.828125 68.3125 +Q 28.765625 72.859375 38.578125 72.859375 +Q 48.484375 72.859375 56.4375 68.140625 +Q 64.40625 63.421875 68.578125 54.953125 +Q 72.75 46.484375 72.75 35.84375 +Q 72.75 27 70.0625 19.9375 +Q 67.390625 12.890625 61.96875 7.671875 +z +M 41.109375 19.78125 +Q 49.3125 17.484375 54.640625 12.9375 +Q 62.984375 20.5625 62.984375 35.84375 +Q 62.984375 44.53125 60.03125 51.015625 +Q 57.078125 57.515625 51.390625 61.109375 +Q 45.703125 64.703125 38.625 64.703125 +Q 28.03125 64.703125 21.046875 57.453125 +Q 14.0625 50.203125 14.0625 35.796875 +Q 14.0625 21.828125 20.96875 14.359375 +Q 27.875 6.890625 38.625 6.890625 +Q 43.703125 6.890625 48.1875 8.796875 +Q 43.75 11.671875 38.8125 12.890625 +z +" id="ArialMT-81"/> + </defs> + <g style="fill:#262626;" transform="translate(486.974531 17.400313)scale(0.14 -0.14)"> + <use xlink:href="#ArialMT-101"/> + <use x="55.615234" xlink:href="#ArialMT-120"/> + <use x="105.615234" xlink:href="#ArialMT-97"/> + <use x="161.230469" xlink:href="#ArialMT-109"/> + <use x="244.53125" xlink:href="#ArialMT-112"/> + <use x="300.146484" xlink:href="#ArialMT-108"/> + <use x="322.363281" xlink:href="#ArialMT-101"/> + <use x="377.978516" xlink:href="#ArialMT-32"/> + <use x="405.761719" xlink:href="#ArialMT-108"/> + <use x="427.978516" xlink:href="#ArialMT-105"/> + <use x="450.195312" xlink:href="#ArialMT-100"/> + <use x="505.810547" xlink:href="#ArialMT-97"/> + <use x="561.425781" xlink:href="#ArialMT-114"/> + <use x="594.726562" xlink:href="#ArialMT-32"/> + <use x="622.509766" xlink:href="#ArialMT-119"/> + <use x="694.726562" xlink:href="#ArialMT-105"/> + <use x="716.943359" xlink:href="#ArialMT-116"/> + <use x="744.726562" xlink:href="#ArialMT-104"/> + <use x="800.341797" xlink:href="#ArialMT-32"/> + <use x="828.125" xlink:href="#ArialMT-108"/> + <use x="850.341797" xlink:href="#ArialMT-105"/> + <use x="872.558594" xlink:href="#ArialMT-110"/> + <use x="928.173828" xlink:href="#ArialMT-101"/> + <use x="983.789062" xlink:href="#ArialMT-97"/> + <use x="1039.404297" xlink:href="#ArialMT-114"/> + <use x="1072.705078" xlink:href="#ArialMT-32"/> + <use x="1100.488281" xlink:href="#ArialMT-112"/> + <use x="1156.103516" xlink:href="#ArialMT-111"/> + <use x="1211.71875" xlink:href="#ArialMT-108"/> + <use x="1233.935547" xlink:href="#ArialMT-97"/> + <use x="1289.550781" xlink:href="#ArialMT-114"/> + <use x="1322.851562" xlink:href="#ArialMT-105"/> + <use x="1345.068359" xlink:href="#ArialMT-122"/> + <use x="1395.068359" xlink:href="#ArialMT-101"/> + <use x="1450.683594" xlink:href="#ArialMT-114"/> + <use x="1483.984375" xlink:href="#ArialMT-32"/> + <use x="1511.767578" xlink:href="#ArialMT-98"/> + <use x="1567.382812" xlink:href="#ArialMT-101"/> + <use x="1622.998047" xlink:href="#ArialMT-102"/> + <use x="1650.78125" xlink:href="#ArialMT-111"/> + <use x="1706.396484" xlink:href="#ArialMT-114"/> + <use x="1739.697266" xlink:href="#ArialMT-101"/> + <use x="1795.3125" xlink:href="#ArialMT-32"/> + <use x="1823.095703" xlink:href="#ArialMT-114"/> + <use x="1856.396484" xlink:href="#ArialMT-101"/> + <use x="1912.011719" xlink:href="#ArialMT-99"/> + <use x="1962.011719" xlink:href="#ArialMT-101"/> + <use x="2017.626953" xlink:href="#ArialMT-105"/> + <use x="2039.84375" xlink:href="#ArialMT-118"/> + <use x="2089.84375" xlink:href="#ArialMT-101"/> + <use x="2145.458984" xlink:href="#ArialMT-114"/> + <use x="2178.759766" xlink:href="#ArialMT-32"/> + <use x="2206.542969" xlink:href="#ArialMT-45"/> + <use x="2239.84375" xlink:href="#ArialMT-32"/> + <use x="2267.626953" xlink:href="#ArialMT-81"/> + <use x="2345.410156" xlink:href="#ArialMT-105"/> + <use x="2367.626953" xlink:href="#ArialMT-110"/> + <use x="2423.242188" xlink:href="#ArialMT-32"/> + <use x="2451.025391" xlink:href="#ArialMT-101"/> + <use x="2506.640625" xlink:href="#ArialMT-114"/> + <use x="2539.941406" xlink:href="#ArialMT-114"/> + <use x="2573.242188" xlink:href="#ArialMT-111"/> + <use x="2628.857422" xlink:href="#ArialMT-114"/> + <use x="2662.158203" xlink:href="#ArialMT-32"/> + <use x="2689.941406" xlink:href="#ArialMT-99"/> + <use x="2739.941406" xlink:href="#ArialMT-111"/> + <use x="2795.556641" xlink:href="#ArialMT-110"/> + <use x="2851.171875" xlink:href="#ArialMT-116"/> + <use x="2878.955078" xlink:href="#ArialMT-114"/> + <use x="2912.255859" xlink:href="#ArialMT-105"/> + <use x="2934.472656" xlink:href="#ArialMT-98"/> + <use x="2990.087891" xlink:href="#ArialMT-117"/> + <use x="3045.703125" xlink:href="#ArialMT-116"/> + <use x="3073.486328" xlink:href="#ArialMT-105"/> + <use x="3095.703125" xlink:href="#ArialMT-111"/> + <use x="3151.318359" xlink:href="#ArialMT-110"/> + </g> + </g> + </g> + <defs> + <clipPath id="p9b5f073402"> + <rect height="108.72" width="240.517241" x="36.44375" y="38.88"/> + </clipPath> + <clipPath id="p550c79e2fe"> + <rect height="108.72" width="240.517241" x="325.06444" y="38.88"/> + </clipPath> + <clipPath id="p0c96c78647"> + <rect height="108.72" width="240.517241" x="613.685129" y="38.88"/> + </clipPath> + <clipPath id="p95515b24ea"> + <rect height="108.72" width="240.517241" x="902.305819" y="38.88"/> + </clipPath> + <clipPath id="pf18bdc8f23"> + <rect height="108.72" width="240.517241" x="1190.926509" y="38.88"/> + </clipPath> + </defs> +</svg> +</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><svg height="184.090625pt" version="1.1" viewBox="0 0 1438.64375 184.090625" width="1438.64375pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 184.090625 +L 1438.64375 184.090625 +L 1438.64375 0 +L 0 0 +z +" style="fill:#ffffff;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +L 276.960991 38.88 +L 36.44375 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <path clip-path="url(#p115638731d)" d="M 72.690303 147.6 +L 72.690303 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_1"> + <!-- 0.002 --> + <defs> + <path d="M 4.15625 35.296875 +Q 4.15625 48 6.765625 55.734375 +Q 9.375 63.484375 14.515625 67.671875 +Q 19.671875 71.875 27.484375 71.875 +Q 33.25 71.875 37.59375 69.546875 +Q 41.9375 67.234375 44.765625 62.859375 +Q 47.609375 58.5 49.21875 52.21875 +Q 50.828125 45.953125 50.828125 35.296875 +Q 50.828125 22.703125 48.234375 14.96875 +Q 45.65625 7.234375 40.5 3 +Q 35.359375 -1.21875 27.484375 -1.21875 +Q 17.140625 -1.21875 11.234375 6.203125 +Q 4.15625 15.140625 4.15625 35.296875 +z +M 13.1875 35.296875 +Q 13.1875 17.671875 17.3125 11.828125 +Q 21.4375 6 27.484375 6 +Q 33.546875 6 37.671875 11.859375 +Q 41.796875 17.71875 41.796875 35.296875 +Q 41.796875 52.984375 37.671875 58.78125 +Q 33.546875 64.59375 27.390625 64.59375 +Q 21.34375 64.59375 17.71875 59.46875 +Q 13.1875 52.9375 13.1875 35.296875 +z +" id="ArialMT-48"/> + <path d="M 9.078125 0 +L 9.078125 10.015625 +L 19.09375 10.015625 +L 19.09375 0 +z +" id="ArialMT-46"/> + <path d="M 50.34375 8.453125 +L 50.34375 0 +L 3.03125 0 +Q 2.9375 3.171875 4.046875 6.109375 +Q 5.859375 10.9375 9.828125 15.625 +Q 13.8125 20.3125 21.34375 26.46875 +Q 33.015625 36.03125 37.109375 41.625 +Q 41.21875 47.21875 41.21875 52.203125 +Q 41.21875 57.421875 37.46875 61 +Q 33.734375 64.59375 27.734375 64.59375 +Q 21.390625 64.59375 17.578125 60.78125 +Q 13.765625 56.984375 13.71875 50.25 +L 4.6875 51.171875 +Q 5.609375 61.28125 11.65625 66.578125 +Q 17.71875 71.875 27.9375 71.875 +Q 38.234375 71.875 44.234375 66.15625 +Q 50.25 60.453125 50.25 52 +Q 50.25 47.703125 48.484375 43.546875 +Q 46.734375 39.40625 42.65625 34.8125 +Q 38.578125 30.21875 29.109375 22.21875 +Q 21.1875 15.578125 18.9375 13.203125 +Q 16.703125 10.84375 15.234375 8.453125 +z +" id="ArialMT-50"/> + </defs> + <g style="fill:#262626;" transform="translate(60.179366 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <path clip-path="url(#p115638731d)" d="M 131.643407 147.6 +L 131.643407 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_2"> + <!-- 0.004 --> + <defs> + <path d="M 32.328125 0 +L 32.328125 17.140625 +L 1.265625 17.140625 +L 1.265625 25.203125 +L 33.9375 71.578125 +L 41.109375 71.578125 +L 41.109375 25.203125 +L 50.78125 25.203125 +L 50.78125 17.140625 +L 41.109375 17.140625 +L 41.109375 0 +z +M 32.328125 25.203125 +L 32.328125 57.46875 +L 9.90625 25.203125 +z +" id="ArialMT-52"/> + </defs> + <g style="fill:#262626;" transform="translate(119.13247 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <path clip-path="url(#p115638731d)" d="M 190.596512 147.6 +L 190.596512 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_3"> + <!-- 0.006 --> + <defs> + <path d="M 49.75 54.046875 +L 41.015625 53.375 +Q 39.84375 58.546875 37.703125 60.890625 +Q 34.125 64.65625 28.90625 64.65625 +Q 24.703125 64.65625 21.53125 62.3125 +Q 17.390625 59.28125 14.984375 53.46875 +Q 12.59375 47.65625 12.5 36.921875 +Q 15.671875 41.75 20.265625 44.09375 +Q 24.859375 46.4375 29.890625 46.4375 +Q 38.671875 46.4375 44.84375 39.96875 +Q 51.03125 33.5 51.03125 23.25 +Q 51.03125 16.5 48.125 10.71875 +Q 45.21875 4.9375 40.140625 1.859375 +Q 35.0625 -1.21875 28.609375 -1.21875 +Q 17.625 -1.21875 10.6875 6.859375 +Q 3.765625 14.9375 3.765625 33.5 +Q 3.765625 54.25 11.421875 63.671875 +Q 18.109375 71.875 29.4375 71.875 +Q 37.890625 71.875 43.28125 67.140625 +Q 48.6875 62.40625 49.75 54.046875 +z +M 13.875 23.1875 +Q 13.875 18.65625 15.796875 14.5 +Q 17.71875 10.359375 21.1875 8.171875 +Q 24.65625 6 28.46875 6 +Q 34.03125 6 38.03125 10.484375 +Q 42.046875 14.984375 42.046875 22.703125 +Q 42.046875 30.125 38.078125 34.390625 +Q 34.125 38.671875 28.125 38.671875 +Q 22.171875 38.671875 18.015625 34.390625 +Q 13.875 30.125 13.875 23.1875 +z +" id="ArialMT-54"/> + </defs> + <g style="fill:#262626;" transform="translate(178.085574 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <path clip-path="url(#p115638731d)" d="M 249.549616 147.6 +L 249.549616 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_4"> + <!-- 0.008 --> + <defs> + <path d="M 17.671875 38.8125 +Q 12.203125 40.828125 9.5625 44.53125 +Q 6.9375 48.25 6.9375 53.421875 +Q 6.9375 61.234375 12.546875 66.546875 +Q 18.171875 71.875 27.484375 71.875 +Q 36.859375 71.875 42.578125 66.421875 +Q 48.296875 60.984375 48.296875 53.171875 +Q 48.296875 48.1875 45.671875 44.5 +Q 43.0625 40.828125 37.75 38.8125 +Q 44.34375 36.671875 47.78125 31.875 +Q 51.21875 27.09375 51.21875 20.453125 +Q 51.21875 11.28125 44.71875 5.03125 +Q 38.234375 -1.21875 27.640625 -1.21875 +Q 17.046875 -1.21875 10.546875 5.046875 +Q 4.046875 11.328125 4.046875 20.703125 +Q 4.046875 27.6875 7.59375 32.390625 +Q 11.140625 37.109375 17.671875 38.8125 +z +M 15.921875 53.71875 +Q 15.921875 48.640625 19.1875 45.40625 +Q 22.46875 42.1875 27.6875 42.1875 +Q 32.765625 42.1875 36.015625 45.375 +Q 39.265625 48.578125 39.265625 53.21875 +Q 39.265625 58.0625 35.90625 61.359375 +Q 32.5625 64.65625 27.59375 64.65625 +Q 22.5625 64.65625 19.234375 61.421875 +Q 15.921875 58.203125 15.921875 53.71875 +z +M 13.09375 20.65625 +Q 13.09375 16.890625 14.875 13.375 +Q 16.65625 9.859375 20.171875 7.921875 +Q 23.6875 6 27.734375 6 +Q 34.03125 6 38.125 10.046875 +Q 42.234375 14.109375 42.234375 20.359375 +Q 42.234375 26.703125 38.015625 30.859375 +Q 33.796875 35.015625 27.4375 35.015625 +Q 21.234375 35.015625 17.15625 30.90625 +Q 13.09375 26.8125 13.09375 20.65625 +z +" id="ArialMT-56"/> + </defs> + <g style="fill:#262626;" transform="translate(237.038679 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="text_5"> + <!-- LDRtrue --> + <defs> + <path d="M 7.328125 0 +L 7.328125 71.578125 +L 16.796875 71.578125 +L 16.796875 8.453125 +L 52.046875 8.453125 +L 52.046875 0 +z +" id="ArialMT-76"/> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 32.375 71.578125 +Q 40.71875 71.578125 45.125 70.5625 +Q 51.265625 69.140625 55.609375 65.4375 +Q 61.28125 60.640625 64.078125 53.1875 +Q 66.890625 45.75 66.890625 36.1875 +Q 66.890625 28.03125 64.984375 21.734375 +Q 63.09375 15.4375 60.109375 11.296875 +Q 57.125 7.171875 53.578125 4.796875 +Q 50.046875 2.4375 45.046875 1.21875 +Q 40.046875 0 33.546875 0 +z +M 17.1875 8.453125 +L 32.46875 8.453125 +Q 39.546875 8.453125 43.578125 9.765625 +Q 47.609375 11.078125 50 13.484375 +Q 53.375 16.84375 55.25 22.53125 +Q 57.125 28.21875 57.125 36.328125 +Q 57.125 47.5625 53.4375 53.59375 +Q 49.75 59.625 44.484375 61.671875 +Q 40.671875 63.140625 32.234375 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-68"/> + <path d="M 7.859375 0 +L 7.859375 71.578125 +L 39.59375 71.578125 +Q 49.171875 71.578125 54.140625 69.640625 +Q 59.125 67.71875 62.109375 62.828125 +Q 65.09375 57.953125 65.09375 52.046875 +Q 65.09375 44.4375 60.15625 39.203125 +Q 55.21875 33.984375 44.921875 32.5625 +Q 48.6875 30.765625 50.640625 29 +Q 54.78125 25.203125 58.5 19.484375 +L 70.953125 0 +L 59.03125 0 +L 49.5625 14.890625 +Q 45.40625 21.34375 42.71875 24.75 +Q 40.046875 28.171875 37.921875 29.53125 +Q 35.796875 30.90625 33.59375 31.453125 +Q 31.984375 31.78125 28.328125 31.78125 +L 17.328125 31.78125 +L 17.328125 0 +z +M 17.328125 39.984375 +L 37.703125 39.984375 +Q 44.1875 39.984375 47.84375 41.328125 +Q 51.515625 42.671875 53.421875 45.625 +Q 55.328125 48.578125 55.328125 52.046875 +Q 55.328125 57.125 51.640625 60.390625 +Q 47.953125 63.671875 39.984375 63.671875 +L 17.328125 63.671875 +z +" id="ArialMT-82"/> + <path d="M 25.78125 7.859375 +L 27.046875 0.09375 +Q 23.34375 -0.6875 20.40625 -0.6875 +Q 15.625 -0.6875 12.984375 0.828125 +Q 10.359375 2.34375 9.28125 4.8125 +Q 8.203125 7.28125 8.203125 15.1875 +L 8.203125 45.015625 +L 1.765625 45.015625 +L 1.765625 51.859375 +L 8.203125 51.859375 +L 8.203125 64.703125 +L 16.9375 69.96875 +L 16.9375 51.859375 +L 25.78125 51.859375 +L 25.78125 45.015625 +L 16.9375 45.015625 +L 16.9375 14.703125 +Q 16.9375 10.9375 17.40625 9.859375 +Q 17.875 8.796875 18.921875 8.15625 +Q 19.96875 7.515625 21.921875 7.515625 +Q 23.390625 7.515625 25.78125 7.859375 +z +" id="ArialMT-116"/> + <path d="M 6.5 0 +L 6.5 51.859375 +L 14.40625 51.859375 +L 14.40625 44 +Q 17.4375 49.515625 20 51.265625 +Q 22.5625 53.03125 25.640625 53.03125 +Q 30.078125 53.03125 34.671875 50.203125 +L 31.640625 42.046875 +Q 28.421875 43.953125 25.203125 43.953125 +Q 22.3125 43.953125 20.015625 42.21875 +Q 17.71875 40.484375 16.75 37.40625 +Q 15.28125 32.71875 15.28125 27.15625 +L 15.28125 0 +z +" id="ArialMT-114"/> + <path d="M 40.578125 0 +L 40.578125 7.625 +Q 34.515625 -1.171875 24.125 -1.171875 +Q 19.53125 -1.171875 15.546875 0.578125 +Q 11.578125 2.34375 9.640625 5 +Q 7.71875 7.671875 6.9375 11.53125 +Q 6.390625 14.109375 6.390625 19.734375 +L 6.390625 51.859375 +L 15.1875 51.859375 +L 15.1875 23.09375 +Q 15.1875 16.21875 15.71875 13.8125 +Q 16.546875 10.359375 19.234375 8.375 +Q 21.921875 6.390625 25.875 6.390625 +Q 29.828125 6.390625 33.296875 8.421875 +Q 36.765625 10.453125 38.203125 13.9375 +Q 39.65625 17.4375 39.65625 24.078125 +L 39.65625 51.859375 +L 48.4375 51.859375 +L 48.4375 0 +z +" id="ArialMT-117"/> + <path d="M 42.09375 16.703125 +L 51.171875 15.578125 +Q 49.03125 7.625 43.21875 3.21875 +Q 37.40625 -1.171875 28.375 -1.171875 +Q 17 -1.171875 10.328125 5.828125 +Q 3.65625 12.84375 3.65625 25.484375 +Q 3.65625 38.578125 10.390625 45.796875 +Q 17.140625 53.03125 27.875 53.03125 +Q 38.28125 53.03125 44.875 45.953125 +Q 51.46875 38.875 51.46875 26.03125 +Q 51.46875 25.25 51.421875 23.6875 +L 12.75 23.6875 +Q 13.234375 15.140625 17.578125 10.59375 +Q 21.921875 6.0625 28.421875 6.0625 +Q 33.25 6.0625 36.671875 8.59375 +Q 40.09375 11.140625 42.09375 16.703125 +z +M 13.234375 30.90625 +L 42.1875 30.90625 +Q 41.609375 37.453125 38.875 40.71875 +Q 34.671875 45.796875 27.984375 45.796875 +Q 21.921875 45.796875 17.796875 41.75 +Q 13.671875 37.703125 13.234375 30.90625 +z +" id="ArialMT-101"/> + </defs> + <g style="fill:#ff0000;" transform="translate(138.085183 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_5"> + <path clip-path="url(#p115638731d)" d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_6"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(23.882813 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_6"> + <path clip-path="url(#p115638731d)" d="M 36.44375 124.07288 +L 276.960991 124.07288 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_7"> + <!-- 1000 --> + <defs> + <path d="M 37.25 0 +L 28.46875 0 +L 28.46875 56 +Q 25.296875 52.984375 20.140625 49.953125 +Q 14.984375 46.921875 10.890625 45.40625 +L 10.890625 53.90625 +Q 18.265625 57.375 23.78125 62.296875 +Q 29.296875 67.234375 31.59375 71.875 +L 37.25 71.875 +z +" id="ArialMT-49"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 127.651786)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_7"> + <path clip-path="url(#p115638731d)" d="M 36.44375 100.545759 +L 276.960991 100.545759 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_8"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(7.2 104.124665)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_8"> + <path clip-path="url(#p115638731d)" d="M 36.44375 77.018639 +L 276.960991 77.018639 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_9"> + <!-- 3000 --> + <defs> + <path d="M 4.203125 18.890625 +L 12.984375 20.0625 +Q 14.5 12.59375 18.140625 9.296875 +Q 21.78125 6 27 6 +Q 33.203125 6 37.46875 10.296875 +Q 41.75 14.59375 41.75 20.953125 +Q 41.75 27 37.796875 30.921875 +Q 33.84375 34.859375 27.734375 34.859375 +Q 25.25 34.859375 21.53125 33.890625 +L 22.515625 41.609375 +Q 23.390625 41.5 23.921875 41.5 +Q 29.546875 41.5 34.03125 44.421875 +Q 38.53125 47.359375 38.53125 53.46875 +Q 38.53125 58.296875 35.25 61.46875 +Q 31.984375 64.65625 26.8125 64.65625 +Q 21.6875 64.65625 18.265625 61.421875 +Q 14.84375 58.203125 13.875 51.765625 +L 5.078125 53.328125 +Q 6.6875 62.15625 12.390625 67.015625 +Q 18.109375 71.875 26.609375 71.875 +Q 32.46875 71.875 37.390625 69.359375 +Q 42.328125 66.84375 44.9375 62.5 +Q 47.5625 58.15625 47.5625 53.265625 +Q 47.5625 48.640625 45.0625 44.828125 +Q 42.578125 41.015625 37.703125 38.765625 +Q 44.046875 37.3125 47.5625 32.6875 +Q 51.078125 28.078125 51.078125 21.140625 +Q 51.078125 11.765625 44.234375 5.25 +Q 37.40625 -1.265625 26.953125 -1.265625 +Q 17.53125 -1.265625 11.296875 4.34375 +Q 5.078125 9.96875 4.203125 18.890625 +z +" id="ArialMT-51"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 80.597545)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_9"> + <path clip-path="url(#p115638731d)" d="M 36.44375 53.491518 +L 276.960991 53.491518 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_10"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(7.2 57.070424)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_3"> + <path clip-path="url(#p115638731d)" d="M 47.376352 147.6 +L 47.376352 134.895355 +L 49.562872 134.895355 +L 49.562872 102.286766 +L 51.749393 102.286766 +L 51.749393 56.408881 +L 53.935913 56.408881 +L 53.935913 44.057143 +L 56.122433 44.057143 +L 56.122433 77.606817 +L 58.308954 77.606817 +L 58.308954 119.202766 +L 60.495474 119.202766 +L 60.495474 140.118376 +L 62.681995 140.118376 +L 62.681995 146.188373 +L 64.868515 146.188373 +L 64.868515 147.458837 +L 67.055035 147.458837 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 145.906047 +L 73.614596 145.906047 +L 73.614596 140.259538 +L 75.801117 140.259538 +L 75.801117 126.143266 +L 77.987637 126.143266 +L 77.987637 102.569091 +L 80.174158 102.569091 +L 80.174158 83.935612 +L 82.360678 83.935612 +L 82.360678 72.642594 +L 84.547198 72.642594 +L 84.547198 82.523985 +L 86.733719 82.523985 +L 86.733719 72.642594 +L 88.920239 72.642594 +L 88.920239 78.194995 +L 91.106759 78.194995 +L 91.106759 84.406154 +L 93.29328 84.406154 +L 93.29328 86.805921 +L 95.4798 86.805921 +L 95.4798 92.075996 +L 97.666321 92.075996 +L 97.666321 99.22824 +L 99.852841 99.22824 +L 99.852841 113.626838 +L 102.039361 113.626838 +L 102.039361 127.931327 +L 104.225882 127.931327 +L 104.225882 138.28326 +L 106.412402 138.28326 +L 106.412402 143.647444 +L 108.598922 143.647444 +L 108.598922 146.04721 +L 110.785443 146.04721 +L 110.785443 147.317675 +L 112.971963 147.317675 +L 112.971963 147.458837 +L 115.158484 147.458837 +L 115.158484 142.659305 +L 117.345004 142.659305 +L 117.345004 133.483728 +L 119.531524 133.483728 +L 119.531524 119.226293 +L 121.718045 119.226293 +L 121.718045 94.805142 +L 123.904565 94.805142 +L 123.904565 74.171857 +L 126.091085 74.171857 +L 126.091085 77.324491 +L 128.277606 77.324491 +L 128.277606 90.217353 +L 130.464126 90.217353 +L 130.464126 113.932691 +L 132.650647 113.932691 +L 132.650647 131.977992 +L 134.837167 131.977992 +L 134.837167 141.059461 +L 137.023687 141.059461 +L 137.023687 144.98849 +L 139.210208 144.98849 +L 139.210208 146.611861 +L 141.396728 146.611861 +L 141.396728 143.929769 +L 143.583248 143.929769 +L 143.583248 138.565586 +L 145.769769 138.565586 +L 145.769769 131.225124 +L 147.956289 131.225124 +L 147.956289 116.826526 +L 150.14281 116.826526 +L 150.14281 101.016301 +L 152.32933 101.016301 +L 152.32933 91.464291 +L 154.51585 91.464291 +L 154.51585 82.900419 +L 156.702371 82.900419 +L 156.702371 80.971195 +L 158.888891 80.971195 +L 158.888891 76.312825 +L 161.075411 76.312825 +L 161.075411 78.8067 +L 163.261932 78.8067 +L 163.261932 89.01747 +L 165.448452 89.01747 +L 165.448452 89.582121 +L 167.634973 89.582121 +L 167.634973 95.699172 +L 169.821493 95.699172 +L 169.821493 104.921803 +L 172.008013 104.921803 +L 172.008013 117.155906 +L 174.194534 117.155906 +L 174.194534 126.990242 +L 176.381054 126.990242 +L 176.381054 136.165819 +L 178.567574 136.165819 +L 178.567574 140.965352 +L 180.754095 140.965352 +L 180.754095 144.306203 +L 182.940615 144.306203 +L 182.940615 144.259149 +L 185.127136 144.259149 +L 185.127136 140.683027 +L 187.313656 140.683027 +L 187.313656 135.17768 +L 189.500176 135.17768 +L 189.500176 124.590476 +L 191.686697 124.590476 +L 191.686697 115.273736 +L 193.873217 115.273736 +L 193.873217 104.121881 +L 196.059737 104.121881 +L 196.059737 90.89964 +L 198.246258 90.89964 +L 198.246258 91.393709 +L 200.432778 91.393709 +L 200.432778 101.933859 +L 202.619299 101.933859 +L 202.619299 111.65056 +L 204.805819 111.65056 +L 204.805819 125.155127 +L 206.992339 125.155127 +L 206.992339 134.824774 +L 209.17886 134.824774 +L 209.17886 139.906632 +L 211.36538 139.906632 +L 211.36538 139.741942 +L 213.5519 139.741942 +L 213.5519 139.083182 +L 215.738421 139.083182 +L 215.738421 133.977797 +L 217.924941 133.977797 +L 217.924941 126.425592 +L 220.111462 126.425592 +L 220.111462 113.720947 +L 222.297982 113.720947 +L 222.297982 107.650949 +L 224.484502 107.650949 +L 224.484502 94.475762 +L 226.671023 94.475762 +L 226.671023 83.606232 +L 228.857543 83.606232 +L 228.857543 90.429097 +L 231.044063 90.429097 +L 231.044063 79.183134 +L 233.230584 79.183134 +L 233.230584 80.594761 +L 235.417104 80.594761 +L 235.417104 93.534677 +L 237.603625 93.534677 +L 237.603625 90.382043 +L 239.790145 90.382043 +L 239.790145 100.075217 +L 241.976665 100.075217 +L 241.976665 106.427539 +L 244.163186 106.427539 +L 244.163186 118.049937 +L 246.349706 118.049937 +L 246.349706 126.002103 +L 248.536226 126.002103 +L 248.536226 130.660473 +L 250.722747 130.660473 +L 250.722747 138.28326 +L 252.909267 138.28326 +L 252.909267 141.953491 +L 255.095788 141.953491 +L 255.095788 144.353257 +L 257.282308 144.353257 +L 257.282308 145.906047 +L 259.468828 145.906047 +L 259.468828 146.894186 +L 261.655349 146.894186 +L 261.655349 147.317675 +L 263.841869 147.317675 +L 263.841869 147.458837 +L 266.028389 147.458837 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_4"> + <path clip-path="url(#p115638731d)" d="M 47.376352 147.6 +L 47.376352 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 146.753024 +L 73.614596 146.753024 +L 73.614596 143.929769 +L 75.801117 143.929769 +L 75.801117 136.871633 +L 77.987637 136.871633 +L 77.987637 125.084546 +L 80.174158 125.084546 +L 80.174158 115.767806 +L 82.360678 115.767806 +L 82.360678 110.121297 +L 84.547198 110.121297 +L 84.547198 115.061992 +L 86.733719 115.061992 +L 86.733719 110.121297 +L 88.920239 110.121297 +L 88.920239 112.897497 +L 91.106759 112.897497 +L 91.106759 116.003077 +L 93.29328 116.003077 +L 93.29328 117.20296 +L 95.4798 117.20296 +L 95.4798 119.837998 +L 97.666321 119.837998 +L 97.666321 123.41412 +L 99.852841 123.41412 +L 99.852841 130.613419 +L 102.039361 130.613419 +L 102.039361 137.765664 +L 104.225882 137.765664 +L 104.225882 142.94163 +L 106.412402 142.94163 +L 106.412402 145.623722 +L 108.598922 145.623722 +L 108.598922 146.823605 +L 110.785443 146.823605 +L 110.785443 147.458837 +L 112.971963 147.458837 +L 112.971963 147.529419 +L 115.158484 147.529419 +L 115.158484 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 139.210208 147.6 +L 139.210208 147.317675 +L 141.396728 147.317675 +L 141.396728 145.764885 +L 143.583248 145.764885 +L 143.583248 143.082793 +L 145.769769 143.082793 +L 145.769769 139.412562 +L 147.956289 139.412562 +L 147.956289 132.213263 +L 150.14281 132.213263 +L 150.14281 124.308151 +L 152.32933 124.308151 +L 152.32933 119.532145 +L 154.51585 119.532145 +L 154.51585 115.250209 +L 156.702371 115.250209 +L 156.702371 114.285597 +L 158.888891 114.285597 +L 158.888891 111.956413 +L 161.075411 111.956413 +L 161.075411 113.20335 +L 163.261932 113.20335 +L 163.261932 118.308735 +L 165.448452 118.308735 +L 165.448452 118.59106 +L 167.634973 118.59106 +L 167.634973 121.649586 +L 169.821493 121.649586 +L 169.821493 126.260902 +L 172.008013 126.260902 +L 172.008013 132.377953 +L 174.194534 132.377953 +L 174.194534 137.295121 +L 176.381054 137.295121 +L 176.381054 141.88291 +L 178.567574 141.88291 +L 178.567574 144.282676 +L 180.754095 144.282676 +L 180.754095 145.953102 +L 182.940615 145.953102 +L 182.940615 146.847132 +L 185.127136 146.847132 +L 185.127136 147.317675 +L 187.313656 147.317675 +L 187.313656 147.529419 +L 189.500176 147.529419 +L 189.500176 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 206.992339 147.6 +L 206.992339 147.458837 +L 209.17886 147.458837 +L 209.17886 147.035349 +L 211.36538 147.035349 +L 211.36538 145.435505 +L 213.5519 145.435505 +L 213.5519 143.835661 +L 215.738421 143.835661 +L 215.738421 140.965352 +L 217.924941 140.965352 +L 217.924941 137.012796 +L 220.111462 137.012796 +L 220.111462 130.660473 +L 222.297982 130.660473 +L 222.297982 127.625475 +L 224.484502 127.625475 +L 224.484502 121.037881 +L 226.671023 121.037881 +L 226.671023 115.603116 +L 228.857543 115.603116 +L 228.857543 119.014549 +L 231.044063 119.014549 +L 231.044063 113.391567 +L 233.230584 113.391567 +L 233.230584 114.09738 +L 235.417104 114.09738 +L 235.417104 120.567339 +L 237.603625 120.567339 +L 237.603625 118.991022 +L 239.790145 118.991022 +L 239.790145 123.837608 +L 241.976665 123.837608 +L 241.976665 127.01377 +L 244.163186 127.01377 +L 244.163186 132.824968 +L 246.349706 132.824968 +L 246.349706 136.801052 +L 248.536226 136.801052 +L 248.536226 139.130237 +L 250.722747 139.130237 +L 250.722747 142.94163 +L 252.909267 142.94163 +L 252.909267 144.776746 +L 255.095788 144.776746 +L 255.095788 145.976629 +L 257.282308 145.976629 +L 257.282308 146.753024 +L 259.468828 146.753024 +L 259.468828 147.247093 +L 261.655349 147.247093 +L 261.655349 147.458837 +L 263.841869 147.458837 +L 263.841869 147.529419 +L 266.028389 147.529419 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_5"> + <path clip-path="url(#p115638731d)" d="M 47.376352 147.6 +L 47.376352 134.895355 +L 49.562872 134.895355 +L 49.562872 102.286766 +L 51.749393 102.286766 +L 51.749393 56.408881 +L 53.935913 56.408881 +L 53.935913 44.057143 +L 56.122433 44.057143 +L 56.122433 77.606817 +L 58.308954 77.606817 +L 58.308954 119.202766 +L 60.495474 119.202766 +L 60.495474 140.118376 +L 62.681995 140.118376 +L 62.681995 146.188373 +L 64.868515 146.188373 +L 64.868515 147.458837 +L 67.055035 147.458837 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 142.659305 +L 117.345004 142.659305 +L 117.345004 133.483728 +L 119.531524 133.483728 +L 119.531524 119.226293 +L 121.718045 119.226293 +L 121.718045 94.805142 +L 123.904565 94.805142 +L 123.904565 74.171857 +L 126.091085 74.171857 +L 126.091085 77.324491 +L 128.277606 77.324491 +L 128.277606 90.217353 +L 130.464126 90.217353 +L 130.464126 113.932691 +L 132.650647 113.932691 +L 132.650647 131.977992 +L 134.837167 131.977992 +L 134.837167 141.059461 +L 137.023687 141.059461 +L 137.023687 144.98849 +L 139.210208 144.98849 +L 139.210208 147.176512 +L 141.396728 147.176512 +L 141.396728 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 182.940615 147.6 +L 182.940615 145.764885 +L 185.127136 145.764885 +L 185.127136 141.247677 +L 187.313656 141.247677 +L 187.313656 135.318843 +L 189.500176 135.318843 +L 189.500176 124.590476 +L 191.686697 124.590476 +L 191.686697 115.273736 +L 193.873217 115.273736 +L 193.873217 104.121881 +L 196.059737 104.121881 +L 196.059737 90.89964 +L 198.246258 90.89964 +L 198.246258 91.393709 +L 200.432778 91.393709 +L 200.432778 101.933859 +L 202.619299 101.933859 +L 202.619299 111.65056 +L 204.805819 111.65056 +L 204.805819 125.155127 +L 206.992339 125.155127 +L 206.992339 135.107099 +L 209.17886 135.107099 +L 209.17886 141.035933 +L 211.36538 141.035933 +L 211.36538 144.070932 +L 213.5519 144.070932 +L 213.5519 146.611861 +L 215.738421 146.611861 +L 215.738421 147.247093 +L 217.924941 147.247093 +L 217.924941 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_6"> + <path clip-path="url(#p115638731d)" d="M 47.376352 147.6 +L 47.376352 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 146.753024 +L 73.614596 146.753024 +L 73.614596 143.929769 +L 75.801117 143.929769 +L 75.801117 136.871633 +L 77.987637 136.871633 +L 77.987637 125.084546 +L 80.174158 125.084546 +L 80.174158 115.767806 +L 82.360678 115.767806 +L 82.360678 110.121297 +L 84.547198 110.121297 +L 84.547198 115.061992 +L 86.733719 115.061992 +L 86.733719 110.121297 +L 88.920239 110.121297 +L 88.920239 112.897497 +L 91.106759 112.897497 +L 91.106759 116.003077 +L 93.29328 116.003077 +L 93.29328 117.20296 +L 95.4798 117.20296 +L 95.4798 119.837998 +L 97.666321 119.837998 +L 97.666321 123.41412 +L 99.852841 123.41412 +L 99.852841 130.613419 +L 102.039361 130.613419 +L 102.039361 137.765664 +L 104.225882 137.765664 +L 104.225882 142.94163 +L 106.412402 142.94163 +L 106.412402 145.623722 +L 108.598922 145.623722 +L 108.598922 146.823605 +L 110.785443 146.823605 +L 110.785443 147.458837 +L 112.971963 147.458837 +L 112.971963 147.529419 +L 115.158484 147.529419 +L 115.158484 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 139.210208 147.6 +L 139.210208 147.317675 +L 141.396728 147.317675 +L 141.396728 145.764885 +L 143.583248 145.764885 +L 143.583248 143.082793 +L 145.769769 143.082793 +L 145.769769 139.412562 +L 147.956289 139.412562 +L 147.956289 132.213263 +L 150.14281 132.213263 +L 150.14281 124.308151 +L 152.32933 124.308151 +L 152.32933 119.532145 +L 154.51585 119.532145 +L 154.51585 115.250209 +L 156.702371 115.250209 +L 156.702371 114.285597 +L 158.888891 114.285597 +L 158.888891 111.956413 +L 161.075411 111.956413 +L 161.075411 113.20335 +L 163.261932 113.20335 +L 163.261932 118.308735 +L 165.448452 118.308735 +L 165.448452 118.59106 +L 167.634973 118.59106 +L 167.634973 121.649586 +L 169.821493 121.649586 +L 169.821493 126.260902 +L 172.008013 126.260902 +L 172.008013 132.377953 +L 174.194534 132.377953 +L 174.194534 137.295121 +L 176.381054 137.295121 +L 176.381054 141.88291 +L 178.567574 141.88291 +L 178.567574 144.282676 +L 180.754095 144.282676 +L 180.754095 145.953102 +L 182.940615 145.953102 +L 182.940615 146.847132 +L 185.127136 146.847132 +L 185.127136 147.317675 +L 187.313656 147.317675 +L 187.313656 147.529419 +L 189.500176 147.529419 +L 189.500176 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 206.992339 147.6 +L 206.992339 147.458837 +L 209.17886 147.458837 +L 209.17886 147.035349 +L 211.36538 147.035349 +L 211.36538 145.435505 +L 213.5519 145.435505 +L 213.5519 143.835661 +L 215.738421 143.835661 +L 215.738421 140.965352 +L 217.924941 140.965352 +L 217.924941 137.012796 +L 220.111462 137.012796 +L 220.111462 130.660473 +L 222.297982 130.660473 +L 222.297982 127.625475 +L 224.484502 127.625475 +L 224.484502 121.037881 +L 226.671023 121.037881 +L 226.671023 115.603116 +L 228.857543 115.603116 +L 228.857543 119.014549 +L 231.044063 119.014549 +L 231.044063 113.391567 +L 233.230584 113.391567 +L 233.230584 114.09738 +L 235.417104 114.09738 +L 235.417104 120.567339 +L 237.603625 120.567339 +L 237.603625 118.991022 +L 239.790145 118.991022 +L 239.790145 123.837608 +L 241.976665 123.837608 +L 241.976665 127.01377 +L 244.163186 127.01377 +L 244.163186 132.824968 +L 246.349706 132.824968 +L 246.349706 136.801052 +L 248.536226 136.801052 +L 248.536226 139.130237 +L 250.722747 139.130237 +L 250.722747 142.94163 +L 252.909267 142.94163 +L 252.909267 144.776746 +L 255.095788 144.776746 +L 255.095788 145.976629 +L 257.282308 145.976629 +L 257.282308 146.753024 +L 259.468828 146.753024 +L 259.468828 147.247093 +L 261.655349 147.247093 +L 261.655349 147.458837 +L 263.841869 147.458837 +L 263.841869 147.529419 +L 266.028389 147.529419 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_10"> + <path clip-path="url(#p115638731d)" d="M 131.643407 147.6 +L 131.643407 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_7"> + <path d="M 36.44375 147.6 +L 36.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_8"> + <path d="M 276.960991 147.6 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_9"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_10"> + <path d="M 36.44375 38.88 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_11"> + <!-- 16% --> + <defs> + <path id="ArialMT-32"/> + <path d="M 5.8125 54.390625 +Q 5.8125 62.0625 9.671875 67.421875 +Q 13.53125 72.796875 20.84375 72.796875 +Q 27.59375 72.796875 32 67.984375 +Q 36.421875 63.1875 36.421875 53.859375 +Q 36.421875 44.78125 31.953125 39.875 +Q 27.484375 34.96875 20.953125 34.96875 +Q 14.453125 34.96875 10.125 39.796875 +Q 5.8125 44.625 5.8125 54.390625 +z +M 21.09375 66.75 +Q 17.828125 66.75 15.65625 63.90625 +Q 13.484375 61.078125 13.484375 53.515625 +Q 13.484375 46.625 15.671875 43.8125 +Q 17.875 41.015625 21.09375 41.015625 +Q 24.421875 41.015625 26.59375 43.84375 +Q 28.765625 46.6875 28.765625 54.203125 +Q 28.765625 61.140625 26.5625 63.9375 +Q 24.359375 66.75 21.09375 66.75 +z +M 21.140625 -2.640625 +L 60.296875 72.796875 +L 67.4375 72.796875 +L 28.421875 -2.640625 +z +M 52.09375 16.796875 +Q 52.09375 24.515625 55.953125 29.859375 +Q 59.8125 35.203125 67.1875 35.203125 +Q 73.921875 35.203125 78.34375 30.390625 +Q 82.765625 25.59375 82.765625 16.265625 +Q 82.765625 7.171875 78.296875 2.265625 +Q 73.828125 -2.640625 67.234375 -2.640625 +Q 60.75 -2.640625 56.421875 2.21875 +Q 52.09375 7.078125 52.09375 16.796875 +z +M 67.4375 29.15625 +Q 64.109375 29.15625 61.9375 26.3125 +Q 59.765625 23.484375 59.765625 15.921875 +Q 59.765625 9.078125 61.953125 6.25 +Q 64.15625 3.421875 67.390625 3.421875 +Q 70.75 3.421875 72.921875 6.25 +Q 75.09375 9.078125 75.09375 16.609375 +Q 75.09375 23.53125 72.890625 26.34375 +Q 70.703125 29.15625 67.4375 29.15625 +z +" id="ArialMT-37"/> + </defs> + <g style="fill:#262626;" transform="translate(143.027058 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-49"/> + <use x="83.398438" xlink:href="#ArialMT-54"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_2"> + <g id="patch_11"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +L 565.581681 38.88 +L 325.06444 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_3"> + <g id="xtick_5"> + <g id="line2d_11"> + <path clip-path="url(#pc36279ea86)" d="M 338.829451 147.6 +L 338.829451 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_12"> + <!-- 0.016 --> + <g style="fill:#262626;" transform="translate(326.318513 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_12"> + <path clip-path="url(#pc36279ea86)" d="M 386.717717 147.6 +L 386.717717 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_13"> + <!-- 0.018 --> + <g style="fill:#262626;" transform="translate(374.20678 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_13"> + <path clip-path="url(#pc36279ea86)" d="M 434.605984 147.6 +L 434.605984 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_14"> + <!-- 0.020 --> + <g style="fill:#262626;" transform="translate(422.095047 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_8"> + <g id="line2d_14"> + <path clip-path="url(#pc36279ea86)" d="M 482.494251 147.6 +L 482.494251 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_15"> + <!-- 0.022 --> + <g style="fill:#262626;" transform="translate(469.983314 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_9"> + <g id="line2d_15"> + <path clip-path="url(#pc36279ea86)" d="M 530.382518 147.6 +L 530.382518 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_16"> + <!-- 0.024 --> + <g style="fill:#262626;" transform="translate(517.87158 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="text_17"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(426.705873 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_4"> + <g id="ytick_6"> + <g id="line2d_16"> + <path clip-path="url(#pc36279ea86)" d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_18"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(312.503502 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_17"> + <path clip-path="url(#pc36279ea86)" d="M 325.06444 108.600807 +L 565.581681 108.600807 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_19"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(295.82069 112.179713)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_8"> + <g id="line2d_18"> + <path clip-path="url(#pc36279ea86)" d="M 325.06444 69.601614 +L 565.581681 69.601614 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_20"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(295.82069 73.18052)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_12"> + <path clip-path="url(#pc36279ea86)" d="M 335.997042 147.6 +L 335.997042 144.558063 +L 338.183562 144.558063 +L 338.183562 135.432252 +L 340.370082 135.432252 +L 340.370082 143.856077 +L 342.556603 143.856077 +L 342.556603 134.496271 +L 344.743123 134.496271 +L 344.743123 127.476416 +L 346.929643 127.476416 +L 346.929643 131.688329 +L 349.116164 131.688329 +L 349.116164 112.500726 +L 351.302684 112.500726 +L 351.302684 109.458789 +L 353.489205 109.458789 +L 353.489205 106.260856 +L 355.675725 106.260856 +L 355.675725 107.97682 +L 357.862245 107.97682 +L 357.862245 85.357288 +L 360.048766 85.357288 +L 360.048766 84.265311 +L 362.235286 84.265311 +L 362.235286 92.02615 +L 364.421806 92.02615 +L 364.421806 91.480161 +L 366.608327 91.480161 +L 366.608327 90.037191 +L 368.794847 90.037191 +L 368.794847 97.447038 +L 370.981368 97.447038 +L 370.981368 72.019564 +L 373.167888 72.019564 +L 373.167888 92.104149 +L 375.354408 92.104149 +L 375.354408 82.432349 +L 377.540929 82.432349 +L 377.540929 80.560387 +L 379.727449 80.560387 +L 379.727449 71.785569 +L 381.913969 71.785569 +L 381.913969 59.500823 +L 384.10049 59.500823 +L 384.10049 69.913608 +L 386.28701 69.913608 +L 386.28701 44.057143 +L 388.473531 44.057143 +L 388.473531 64.765714 +L 390.660051 64.765714 +L 390.660051 62.893753 +L 392.846571 62.893753 +L 392.846571 53.923939 +L 395.033092 53.923939 +L 395.033092 71.863567 +L 397.219612 71.863567 +L 397.219612 74.827506 +L 399.406132 74.827506 +L 399.406132 82.783341 +L 401.592653 82.783341 +L 401.592653 85.825278 +L 403.779173 85.825278 +L 403.779173 96.823051 +L 405.965694 96.823051 +L 405.965694 86.761259 +L 408.152214 86.761259 +L 408.152214 92.377143 +L 410.338734 92.377143 +L 410.338734 97.447038 +L 412.525255 97.447038 +L 412.525255 100.488975 +L 414.711775 100.488975 +L 414.711775 95.575077 +L 416.898295 95.575077 +L 416.898295 74.125521 +L 419.084816 74.125521 +L 419.084816 96.589056 +L 421.271336 96.589056 +L 421.271336 77.635448 +L 423.457857 77.635448 +L 423.457857 97.252042 +L 425.644377 97.252042 +L 425.644377 96.511057 +L 427.830897 96.511057 +L 427.830897 67.612655 +L 430.017418 67.612655 +L 430.017418 99.474996 +L 432.203938 99.474996 +L 432.203938 67.339661 +L 434.390458 67.339661 +L 434.390458 87.463245 +L 436.576979 87.463245 +L 436.576979 85.942276 +L 438.763499 85.942276 +L 438.763499 56.692881 +L 440.95002 56.692881 +L 440.95002 66.052688 +L 443.13654 66.052688 +L 443.13654 76.816465 +L 445.32306 76.816465 +L 445.32306 49.439031 +L 447.509581 49.439031 +L 447.509581 75.1395 +L 449.696101 75.1395 +L 449.696101 48.464052 +L 451.882621 48.464052 +L 451.882621 74.515513 +L 454.069142 74.515513 +L 454.069142 78.649427 +L 456.255662 78.649427 +L 456.255662 63.439742 +L 458.442183 63.439742 +L 458.442183 83.251332 +L 460.628703 83.251332 +L 460.628703 106.416852 +L 462.815223 106.416852 +L 462.815223 67.105666 +L 465.001744 67.105666 +L 465.001744 109.458789 +L 467.188264 109.458789 +L 467.188264 85.123293 +L 469.374784 85.123293 +L 469.374784 91.441162 +L 471.561305 91.441162 +L 471.561305 95.341082 +L 473.747825 95.341082 +L 473.747825 103.218918 +L 475.934346 103.218918 +L 475.934346 69.367619 +L 478.120866 69.367619 +L 478.120866 92.923132 +L 480.307386 92.923132 +L 480.307386 83.79732 +L 482.493907 83.79732 +L 482.493907 99.981985 +L 484.680427 99.981985 +L 484.680427 78.142437 +L 486.866947 78.142437 +L 486.866947 93.664116 +L 489.053468 93.664116 +L 489.053468 77.986441 +L 491.239988 77.986441 +L 491.239988 74.086521 +L 493.426509 74.086521 +L 493.426509 76.738467 +L 495.613029 76.738467 +L 495.613029 80.91138 +L 497.799549 80.91138 +L 497.799549 72.370557 +L 499.98607 72.370557 +L 499.98607 64.063729 +L 502.17259 64.063729 +L 502.17259 70.342599 +L 504.359111 70.342599 +L 504.359111 66.559677 +L 506.545631 66.559677 +L 506.545631 83.875319 +L 508.732151 83.875319 +L 508.732151 65.428701 +L 510.918672 65.428701 +L 510.918672 76.699467 +L 513.105192 76.699467 +L 513.105192 84.421308 +L 515.291712 84.421308 +L 515.291712 99.630993 +L 517.478233 99.630993 +L 517.478233 86.293269 +L 519.664753 86.293269 +L 519.664753 120.222567 +L 521.851274 120.222567 +L 521.851274 105.948862 +L 524.037794 105.948862 +L 524.037794 115.074673 +L 526.224314 115.074673 +L 526.224314 131.922324 +L 528.410835 131.922324 +L 528.410835 127.710412 +L 530.597355 127.710412 +L 530.597355 132.858305 +L 532.783875 132.858305 +L 532.783875 137.850202 +L 534.970396 137.850202 +L 534.970396 141.906118 +L 537.156916 141.906118 +L 537.156916 139.87816 +L 539.343437 139.87816 +L 539.343437 143.856077 +L 541.529957 143.856077 +L 541.529957 146.196029 +L 543.716477 146.196029 +L 543.716477 145.260048 +L 545.902998 145.260048 +L 545.902998 145.728039 +L 548.089518 145.728039 +L 548.089518 146.430024 +L 550.276038 146.430024 +L 550.276038 147.366005 +L 552.462559 147.366005 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_13"> + <path clip-path="url(#pc36279ea86)" d="M 335.997042 147.6 +L 335.997042 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 355.675725 147.6 +L 355.675725 147.366005 +L 357.862245 147.366005 +L 357.862245 145.728039 +L 360.048766 145.728039 +L 360.048766 143.388087 +L 362.235286 143.388087 +L 362.235286 146.898015 +L 364.421806 146.898015 +L 364.421806 138.942179 +L 366.608327 138.942179 +L 366.608327 137.772203 +L 368.794847 137.772203 +L 368.794847 142.29611 +L 370.981368 142.29611 +L 370.981368 122.48452 +L 373.167888 122.48452 +L 373.167888 133.0923 +L 375.354408 133.0923 +L 375.354408 119.754576 +L 377.540929 119.754576 +L 377.540929 119.754576 +L 379.727449 119.754576 +L 379.727449 113.670702 +L 381.913969 113.670702 +L 381.913969 104.193898 +L 384.10049 104.193898 +L 384.10049 110.86276 +L 386.28701 110.86276 +L 386.28701 98.110024 +L 388.473531 98.110024 +L 388.473531 106.53385 +L 390.660051 106.53385 +L 390.660051 105.246877 +L 392.846571 105.246877 +L 392.846571 106.338854 +L 395.033092 106.338854 +L 395.033092 113.046715 +L 397.219612 113.046715 +L 397.219612 111.798741 +L 399.406132 111.798741 +L 399.406132 123.849492 +L 401.592653 123.849492 +L 401.592653 125.253462 +L 403.779173 125.253462 +L 403.779173 128.880387 +L 405.965694 128.880387 +L 405.965694 134.847264 +L 408.152214 134.847264 +L 408.152214 134.964262 +L 410.338734 134.964262 +L 410.338734 140.190153 +L 412.525255 140.190153 +L 412.525255 143.115093 +L 414.711775 143.115093 +L 414.711775 139.488168 +L 416.898295 139.488168 +L 416.898295 143.154092 +L 419.084816 143.154092 +L 419.084816 143.27109 +L 421.271336 143.27109 +L 421.271336 137.070218 +L 423.457857 137.070218 +L 423.457857 139.410169 +L 425.644377 139.410169 +L 425.644377 138.942179 +L 427.830897 138.942179 +L 427.830897 124.785472 +L 430.017418 124.785472 +L 430.017418 136.602228 +L 432.203938 136.602228 +L 432.203938 119.520581 +L 434.390458 119.520581 +L 434.390458 125.37046 +L 436.576979 125.37046 +L 436.576979 119.052591 +L 438.763499 119.052591 +L 438.763499 108.288814 +L 440.95002 108.288814 +L 440.95002 109.224794 +L 443.13654 109.224794 +L 443.13654 112.617724 +L 445.32306 112.617724 +L 445.32306 100.566973 +L 447.509581 100.566973 +L 447.509581 114.528684 +L 449.696101 114.528684 +L 449.696101 105.168878 +L 451.882621 105.168878 +L 451.882621 112.695722 +L 454.069142 112.695722 +L 454.069142 113.358709 +L 456.255662 113.358709 +L 456.255662 114.996675 +L 458.442183 114.996675 +L 458.442183 123.615496 +L 460.628703 123.615496 +L 460.628703 129.348378 +L 462.815223 129.348378 +L 462.815223 126.423438 +L 465.001744 126.423438 +L 465.001744 136.836223 +L 467.188264 136.836223 +L 467.188264 136.368232 +L 469.374784 136.368232 +L 469.374784 135.900242 +L 471.561305 135.900242 +L 471.561305 138.201195 +L 473.747825 138.201195 +L 473.747825 144.480065 +L 475.934346 144.480065 +L 475.934346 137.967199 +L 478.120866 137.967199 +L 478.120866 138.162195 +L 480.307386 138.162195 +L 480.307386 138.747183 +L 482.493907 138.747183 +L 482.493907 139.37117 +L 484.680427 139.37117 +L 484.680427 127.710412 +L 486.866947 127.710412 +L 486.866947 134.262276 +L 489.053468 134.262276 +L 489.053468 129.465375 +L 491.239988 129.465375 +L 491.239988 118.350605 +L 493.426509 118.350605 +L 493.426509 124.200484 +L 495.613029 124.200484 +L 495.613029 118.350605 +L 497.799549 118.350605 +L 497.799549 112.500726 +L 499.98607 112.500726 +L 499.98607 111.564746 +L 502.17259 111.564746 +L 502.17259 110.550767 +L 504.359111 110.550767 +L 504.359111 107.196836 +L 506.545631 107.196836 +L 506.545631 117.375626 +L 508.732151 117.375626 +L 508.732151 109.029798 +L 510.918672 109.029798 +L 510.918672 112.734722 +L 513.105192 112.734722 +L 513.105192 116.010654 +L 515.291712 116.010654 +L 515.291712 123.615496 +L 517.478233 123.615496 +L 517.478233 116.946634 +L 519.664753 116.946634 +L 519.664753 133.911283 +L 521.851274 133.911283 +L 521.851274 126.774431 +L 524.037794 126.774431 +L 524.037794 131.337337 +L 526.224314 131.337337 +L 526.224314 139.761162 +L 528.410835 139.761162 +L 528.410835 137.655206 +L 530.597355 137.655206 +L 530.597355 140.229153 +L 532.783875 140.229153 +L 532.783875 142.725101 +L 534.970396 142.725101 +L 534.970396 144.753059 +L 537.156916 144.753059 +L 537.156916 143.73908 +L 539.343437 143.73908 +L 539.343437 145.728039 +L 541.529957 145.728039 +L 541.529957 146.898015 +L 543.716477 146.898015 +L 543.716477 146.430024 +L 545.902998 146.430024 +L 545.902998 146.664019 +L 548.089518 146.664019 +L 548.089518 147.015012 +L 550.276038 147.015012 +L 550.276038 147.483002 +L 552.462559 147.483002 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_14"> + <path clip-path="url(#pc36279ea86)" d="M 335.997042 147.6 +L 335.997042 144.558063 +L 338.183562 144.558063 +L 338.183562 135.432252 +L 340.370082 135.432252 +L 340.370082 143.856077 +L 342.556603 143.856077 +L 342.556603 134.496271 +L 344.743123 134.496271 +L 344.743123 127.476416 +L 346.929643 127.476416 +L 346.929643 131.688329 +L 349.116164 131.688329 +L 349.116164 112.500726 +L 351.302684 112.500726 +L 351.302684 109.458789 +L 353.489205 109.458789 +L 353.489205 106.260856 +L 355.675725 106.260856 +L 355.675725 108.44481 +L 357.862245 108.44481 +L 357.862245 89.101211 +L 360.048766 89.101211 +L 360.048766 92.689136 +L 362.235286 92.689136 +L 362.235286 93.430121 +L 364.421806 93.430121 +L 364.421806 108.795803 +L 366.608327 108.795803 +L 366.608327 109.692785 +L 368.794847 109.692785 +L 368.794847 108.054818 +L 370.981368 108.054818 +L 370.981368 122.250525 +L 373.167888 122.250525 +L 373.167888 121.119548 +L 375.354408 121.119548 +L 375.354408 138.123196 +L 377.540929 138.123196 +L 377.540929 136.251235 +L 379.727449 136.251235 +L 379.727449 139.644165 +L 381.913969 139.644165 +L 381.913969 146.313027 +L 384.10049 146.313027 +L 384.10049 143.388087 +L 386.28701 143.388087 +L 386.28701 143.037094 +L 388.473531 143.037094 +L 388.473531 146.898015 +L 390.660051 146.898015 +L 390.660051 147.6 +L 392.846571 147.6 +L 392.846571 136.446231 +L 395.033092 136.446231 +L 395.033092 140.970137 +L 397.219612 140.970137 +L 397.219612 146.430024 +L 399.406132 146.430024 +L 399.406132 130.284358 +L 401.592653 130.284358 +L 401.592653 130.518354 +L 403.779173 130.518354 +L 403.779173 134.262276 +L 405.965694 134.262276 +L 405.965694 112.266731 +L 408.152214 112.266731 +L 408.152214 117.64862 +L 410.338734 117.64862 +L 410.338734 112.266731 +L 412.525255 112.266731 +L 412.525255 109.458789 +L 414.711775 109.458789 +L 414.711775 111.798741 +L 416.898295 111.798741 +L 416.898295 83.017337 +L 419.084816 83.017337 +L 419.084816 105.246877 +L 421.271336 105.246877 +L 421.271336 98.695012 +L 423.457857 98.695012 +L 423.457857 113.631703 +L 425.644377 113.631703 +L 425.644377 113.826699 +L 427.830897 113.826699 +L 427.830897 113.241711 +L 430.017418 113.241711 +L 430.017418 121.470541 +L 432.203938 121.470541 +L 432.203938 123.498499 +L 434.390458 123.498499 +L 434.390458 131.922324 +L 436.576979 131.922324 +L 436.576979 143.037094 +L 438.763499 143.037094 +L 438.763499 135.315254 +L 440.95002 135.315254 +L 440.95002 142.803099 +L 443.13654 142.803099 +L 443.13654 146.781017 +L 445.32306 146.781017 +L 445.32306 143.505085 +L 447.509581 143.505085 +L 447.509581 141.282131 +L 449.696101 141.282131 +L 449.696101 133.326295 +L 451.882621 133.326295 +L 451.882621 144.324068 +L 454.069142 144.324068 +L 454.069142 147.13201 +L 456.255662 147.13201 +L 456.255662 128.646392 +L 458.442183 128.646392 +L 458.442183 131.220339 +L 460.628703 131.220339 +L 460.628703 142.920097 +L 462.815223 142.920097 +L 462.815223 109.458789 +L 465.001744 109.458789 +L 465.001744 130.986344 +L 467.188264 130.986344 +L 467.188264 107.586828 +L 469.374784 107.586828 +L 469.374784 114.840678 +L 471.561305 114.840678 +L 471.561305 114.138692 +L 473.747825 114.138692 +L 473.747825 109.458789 +L 475.934346 109.458789 +L 475.934346 88.63322 +L 478.120866 88.63322 +L 478.120866 111.798741 +L 480.307386 111.798741 +L 480.307386 101.502954 +L 482.493907 101.502954 +L 482.493907 116.439645 +L 484.680427 116.439645 +L 484.680427 117.921614 +L 486.866947 117.921614 +L 486.866947 120.339564 +L 489.053468 120.339564 +L 489.053468 114.25569 +L 491.239988 114.25569 +L 491.239988 132.585311 +L 493.426509 132.585311 +L 493.426509 123.537498 +L 495.613029 123.537498 +L 495.613029 139.410169 +L 497.799549 139.410169 +L 497.799549 142.569104 +L 499.98607 142.569104 +L 499.98607 136.134237 +L 502.17259 136.134237 +L 502.17259 144.441065 +L 504.359111 144.441065 +L 504.359111 147.366005 +L 506.545631 147.366005 +L 506.545631 144.324068 +L 508.732151 144.324068 +L 508.732151 142.569104 +L 510.918672 142.569104 +L 510.918672 146.430024 +L 513.105192 146.430024 +L 513.105192 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_15"> + <path clip-path="url(#pc36279ea86)" d="M 335.997042 147.6 +L 335.997042 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 355.675725 147.6 +L 355.675725 147.366005 +L 357.862245 147.366005 +L 357.862245 145.728039 +L 360.048766 145.728039 +L 360.048766 143.388087 +L 362.235286 143.388087 +L 362.235286 146.898015 +L 364.421806 146.898015 +L 364.421806 138.942179 +L 366.608327 138.942179 +L 366.608327 137.772203 +L 368.794847 137.772203 +L 368.794847 142.29611 +L 370.981368 142.29611 +L 370.981368 122.48452 +L 373.167888 122.48452 +L 373.167888 133.0923 +L 375.354408 133.0923 +L 375.354408 119.754576 +L 377.540929 119.754576 +L 377.540929 119.754576 +L 379.727449 119.754576 +L 379.727449 113.670702 +L 381.913969 113.670702 +L 381.913969 104.193898 +L 384.10049 104.193898 +L 384.10049 110.86276 +L 386.28701 110.86276 +L 386.28701 98.110024 +L 388.473531 98.110024 +L 388.473531 106.53385 +L 390.660051 106.53385 +L 390.660051 105.246877 +L 392.846571 105.246877 +L 392.846571 106.338854 +L 395.033092 106.338854 +L 395.033092 113.046715 +L 397.219612 113.046715 +L 397.219612 111.798741 +L 399.406132 111.798741 +L 399.406132 123.849492 +L 401.592653 123.849492 +L 401.592653 125.253462 +L 403.779173 125.253462 +L 403.779173 128.880387 +L 405.965694 128.880387 +L 405.965694 134.847264 +L 408.152214 134.847264 +L 408.152214 134.964262 +L 410.338734 134.964262 +L 410.338734 140.190153 +L 412.525255 140.190153 +L 412.525255 143.115093 +L 414.711775 143.115093 +L 414.711775 139.488168 +L 416.898295 139.488168 +L 416.898295 143.154092 +L 419.084816 143.154092 +L 419.084816 143.27109 +L 421.271336 143.27109 +L 421.271336 137.070218 +L 423.457857 137.070218 +L 423.457857 139.410169 +L 425.644377 139.410169 +L 425.644377 138.942179 +L 427.830897 138.942179 +L 427.830897 124.785472 +L 430.017418 124.785472 +L 430.017418 136.602228 +L 432.203938 136.602228 +L 432.203938 119.520581 +L 434.390458 119.520581 +L 434.390458 125.37046 +L 436.576979 125.37046 +L 436.576979 119.052591 +L 438.763499 119.052591 +L 438.763499 108.288814 +L 440.95002 108.288814 +L 440.95002 109.224794 +L 443.13654 109.224794 +L 443.13654 112.617724 +L 445.32306 112.617724 +L 445.32306 100.566973 +L 447.509581 100.566973 +L 447.509581 114.528684 +L 449.696101 114.528684 +L 449.696101 105.168878 +L 451.882621 105.168878 +L 451.882621 112.695722 +L 454.069142 112.695722 +L 454.069142 113.358709 +L 456.255662 113.358709 +L 456.255662 114.996675 +L 458.442183 114.996675 +L 458.442183 123.615496 +L 460.628703 123.615496 +L 460.628703 129.348378 +L 462.815223 129.348378 +L 462.815223 126.423438 +L 465.001744 126.423438 +L 465.001744 136.836223 +L 467.188264 136.836223 +L 467.188264 136.368232 +L 469.374784 136.368232 +L 469.374784 135.900242 +L 471.561305 135.900242 +L 471.561305 138.201195 +L 473.747825 138.201195 +L 473.747825 144.480065 +L 475.934346 144.480065 +L 475.934346 137.967199 +L 478.120866 137.967199 +L 478.120866 138.162195 +L 480.307386 138.162195 +L 480.307386 138.747183 +L 482.493907 138.747183 +L 482.493907 139.37117 +L 484.680427 139.37117 +L 484.680427 127.710412 +L 486.866947 127.710412 +L 486.866947 134.262276 +L 489.053468 134.262276 +L 489.053468 129.465375 +L 491.239988 129.465375 +L 491.239988 118.350605 +L 493.426509 118.350605 +L 493.426509 124.200484 +L 495.613029 124.200484 +L 495.613029 118.350605 +L 497.799549 118.350605 +L 497.799549 112.500726 +L 499.98607 112.500726 +L 499.98607 111.564746 +L 502.17259 111.564746 +L 502.17259 110.550767 +L 504.359111 110.550767 +L 504.359111 107.196836 +L 506.545631 107.196836 +L 506.545631 117.375626 +L 508.732151 117.375626 +L 508.732151 109.029798 +L 510.918672 109.029798 +L 510.918672 112.734722 +L 513.105192 112.734722 +L 513.105192 116.010654 +L 515.291712 116.010654 +L 515.291712 123.615496 +L 517.478233 123.615496 +L 517.478233 116.946634 +L 519.664753 116.946634 +L 519.664753 133.911283 +L 521.851274 133.911283 +L 521.851274 126.774431 +L 524.037794 126.774431 +L 524.037794 131.337337 +L 526.224314 131.337337 +L 526.224314 139.761162 +L 528.410835 139.761162 +L 528.410835 137.655206 +L 530.597355 137.655206 +L 530.597355 140.229153 +L 532.783875 140.229153 +L 532.783875 142.725101 +L 534.970396 142.725101 +L 534.970396 144.753059 +L 537.156916 144.753059 +L 537.156916 143.73908 +L 539.343437 143.73908 +L 539.343437 145.728039 +L 541.529957 145.728039 +L 541.529957 146.898015 +L 543.716477 146.898015 +L 543.716477 146.430024 +L 545.902998 146.430024 +L 545.902998 146.664019 +L 548.089518 146.664019 +L 548.089518 147.015012 +L 550.276038 147.015012 +L 550.276038 147.483002 +L 552.462559 147.483002 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_19"> + <path clip-path="url(#pc36279ea86)" d="M 434.605984 147.6 +L 434.605984 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_16"> + <path d="M 325.06444 147.6 +L 325.06444 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_17"> + <path d="M 565.581681 147.6 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_18"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_19"> + <path d="M 325.06444 38.88 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_21"> + <!-- 13% --> + <g style="fill:#262626;" transform="translate(431.647748 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-49"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_3"> + <g id="patch_20"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +L 854.202371 38.88 +L 613.685129 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_5"> + <g id="xtick_10"> + <g id="line2d_20"> + <path clip-path="url(#p7c806963f7)" d="M 629.563979 147.6 +L 629.563979 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_22"> + <!-- 0.0900 --> + <defs> + <path d="M 5.46875 16.546875 +L 13.921875 17.328125 +Q 14.984375 11.375 18.015625 8.6875 +Q 21.046875 6 25.78125 6 +Q 29.828125 6 32.875 7.859375 +Q 35.9375 9.71875 37.890625 12.8125 +Q 39.84375 15.921875 41.15625 21.1875 +Q 42.484375 26.46875 42.484375 31.9375 +Q 42.484375 32.515625 42.4375 33.6875 +Q 39.796875 29.5 35.234375 26.875 +Q 30.671875 24.265625 25.34375 24.265625 +Q 16.453125 24.265625 10.296875 30.703125 +Q 4.15625 37.15625 4.15625 47.703125 +Q 4.15625 58.59375 10.578125 65.234375 +Q 17 71.875 26.65625 71.875 +Q 33.640625 71.875 39.421875 68.109375 +Q 45.21875 64.359375 48.21875 57.390625 +Q 51.21875 50.4375 51.21875 37.25 +Q 51.21875 23.53125 48.234375 15.40625 +Q 45.265625 7.28125 39.375 3.03125 +Q 33.5 -1.21875 25.59375 -1.21875 +Q 17.1875 -1.21875 11.859375 3.4375 +Q 6.546875 8.109375 5.46875 16.546875 +z +M 41.453125 48.140625 +Q 41.453125 55.71875 37.421875 60.15625 +Q 33.40625 64.59375 27.734375 64.59375 +Q 21.875 64.59375 17.53125 59.8125 +Q 13.1875 55.03125 13.1875 47.40625 +Q 13.1875 40.578125 17.3125 36.296875 +Q 21.4375 32.03125 27.484375 32.03125 +Q 33.59375 32.03125 37.515625 36.296875 +Q 41.453125 40.578125 41.453125 48.140625 +z +" id="ArialMT-57"/> + </defs> + <g style="fill:#262626;" transform="translate(614.272573 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_11"> + <g id="line2d_21"> + <path clip-path="url(#p7c806963f7)" d="M 660.524135 147.6 +L 660.524135 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_23"> + <!-- 0.0925 --> + <defs> + <path d="M 4.15625 18.75 +L 13.375 19.53125 +Q 14.40625 12.796875 18.140625 9.390625 +Q 21.875 6 27.15625 6 +Q 33.5 6 37.890625 10.78125 +Q 42.28125 15.578125 42.28125 23.484375 +Q 42.28125 31 38.0625 35.34375 +Q 33.84375 39.703125 27 39.703125 +Q 22.75 39.703125 19.328125 37.765625 +Q 15.921875 35.84375 13.96875 32.765625 +L 5.71875 33.84375 +L 12.640625 70.609375 +L 48.25 70.609375 +L 48.25 62.203125 +L 19.671875 62.203125 +L 15.828125 42.96875 +Q 22.265625 47.46875 29.34375 47.46875 +Q 38.71875 47.46875 45.15625 40.96875 +Q 51.609375 34.46875 51.609375 24.265625 +Q 51.609375 14.546875 45.953125 7.46875 +Q 39.0625 -1.21875 27.15625 -1.21875 +Q 17.390625 -1.21875 11.203125 4.25 +Q 5.03125 9.71875 4.15625 18.75 +z +" id="ArialMT-53"/> + </defs> + <g style="fill:#262626;" transform="translate(645.232729 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_12"> + <g id="line2d_22"> + <path clip-path="url(#p7c806963f7)" d="M 691.484291 147.6 +L 691.484291 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_24"> + <!-- 0.0950 --> + <g style="fill:#262626;" transform="translate(676.192885 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_13"> + <g id="line2d_23"> + <path clip-path="url(#p7c806963f7)" d="M 722.444447 147.6 +L 722.444447 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_25"> + <!-- 0.0975 --> + <defs> + <path d="M 4.734375 62.203125 +L 4.734375 70.65625 +L 51.078125 70.65625 +L 51.078125 63.8125 +Q 44.234375 56.546875 37.515625 44.484375 +Q 30.8125 32.421875 27.15625 19.671875 +Q 24.515625 10.6875 23.78125 0 +L 14.75 0 +Q 14.890625 8.453125 18.0625 20.40625 +Q 21.234375 32.375 27.171875 43.484375 +Q 33.109375 54.59375 39.796875 62.203125 +z +" id="ArialMT-55"/> + </defs> + <g style="fill:#262626;" transform="translate(707.153041 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_14"> + <g id="line2d_24"> + <path clip-path="url(#p7c806963f7)" d="M 753.404603 147.6 +L 753.404603 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_26"> + <!-- 0.1000 --> + <g style="fill:#262626;" transform="translate(738.113197 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_15"> + <g id="line2d_25"> + <path clip-path="url(#p7c806963f7)" d="M 784.364759 147.6 +L 784.364759 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_27"> + <!-- 0.1025 --> + <g style="fill:#262626;" transform="translate(769.073353 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_16"> + <g id="line2d_26"> + <path clip-path="url(#p7c806963f7)" d="M 815.324915 147.6 +L 815.324915 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_28"> + <!-- 0.1050 --> + <g style="fill:#262626;" transform="translate(800.033508 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_17"> + <g id="line2d_27"> + <path clip-path="url(#p7c806963f7)" d="M 846.285071 147.6 +L 846.285071 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_29"> + <!-- 0.1075 --> + <g style="fill:#262626;" transform="translate(830.993664 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="text_30"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(715.326563 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_6"> + <g id="ytick_9"> + <g id="line2d_28"> + <path clip-path="url(#p7c806963f7)" d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_31"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(601.124192 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_10"> + <g id="line2d_29"> + <path clip-path="url(#p7c806963f7)" d="M 613.685129 119.232094 +L 854.202371 119.232094 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_32"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(584.441379 122.811)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_11"> + <g id="line2d_30"> + <path clip-path="url(#p7c806963f7)" d="M 613.685129 90.864188 +L 854.202371 90.864188 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_33"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(584.441379 94.443094)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_12"> + <g id="line2d_31"> + <path clip-path="url(#p7c806963f7)" d="M 613.685129 62.496282 +L 854.202371 62.496282 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_34"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(584.441379 66.075188)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_21"> + <path clip-path="url(#p7c806963f7)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 137.727969 +L 631.177292 137.727969 +L 631.177292 143.685229 +L 633.363813 143.685229 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 142.153362 +L 642.109894 142.153362 +L 642.109894 140.451288 +L 644.296415 140.451288 +L 644.296415 131.089879 +L 646.482935 131.089879 +L 646.482935 123.090129 +L 648.669455 123.090129 +L 648.669455 146.068133 +L 650.855976 146.068133 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 143.174607 +L 657.415537 143.174607 +L 657.415537 98.410051 +L 659.602057 98.410051 +L 659.602057 111.345816 +L 661.788578 111.345816 +L 661.788578 134.664235 +L 663.975098 134.664235 +L 663.975098 140.451288 +L 666.161618 140.451288 +L 666.161618 120.196603 +L 668.348139 120.196603 +L 668.348139 111.856438 +L 670.534659 111.856438 +L 670.534659 117.416548 +L 672.721179 117.416548 +L 672.721179 95.062638 +L 674.9077 95.062638 +L 674.9077 98.239843 +L 677.09422 98.239843 +L 677.09422 115.09038 +L 679.280741 115.09038 +L 679.280741 110.324571 +L 681.467261 110.324571 +L 681.467261 111.345816 +L 683.653781 111.345816 +L 683.653781 93.644243 +L 685.840302 93.644243 +L 685.840302 63.006904 +L 688.026822 63.006904 +L 688.026822 76.793706 +L 690.213342 76.793706 +L 690.213342 105.899178 +L 692.399863 105.899178 +L 692.399863 89.048642 +L 694.586383 89.048642 +L 694.586383 92.622998 +L 696.772904 92.622998 +L 696.772904 60.453793 +L 698.959424 60.453793 +L 698.959424 73.21935 +L 701.145944 73.21935 +L 701.145944 64.510403 +L 703.332465 64.510403 +L 703.332465 48.822951 +L 705.518985 48.822951 +L 705.518985 66.921675 +L 707.705505 66.921675 +L 707.705505 77.474536 +L 709.892026 77.474536 +L 709.892026 82.921174 +L 712.078546 82.921174 +L 712.078546 63.716102 +L 714.265067 63.716102 +L 714.265067 50.638497 +L 716.451587 50.638497 +L 716.451587 44.057143 +L 718.638107 44.057143 +L 718.638107 76.680235 +L 720.824628 76.680235 +L 720.824628 70.496031 +L 723.011148 70.496031 +L 723.011148 56.624125 +L 725.197668 56.624125 +L 725.197668 53.049769 +L 727.384189 53.049769 +L 727.384189 53.475288 +L 729.570709 53.475288 +L 729.570709 64.113252 +L 731.75723 64.113252 +L 731.75723 57.900681 +L 733.94375 57.900681 +L 733.94375 69.219476 +L 736.13027 69.219476 +L 736.13027 54.581636 +L 738.316791 54.581636 +L 738.316791 68.283335 +L 740.503311 68.283335 +L 740.503311 74.694481 +L 742.689832 74.694481 +L 742.689832 52.879562 +L 744.876352 52.879562 +L 744.876352 80.424798 +L 747.062872 80.424798 +L 747.062872 83.091382 +L 749.249393 83.091382 +L 749.249393 93.303828 +L 751.435913 93.303828 +L 751.435913 70.042145 +L 753.622433 70.042145 +L 753.622433 52.482411 +L 755.808954 52.482411 +L 755.808954 77.985159 +L 757.995474 77.985159 +L 757.995474 88.197605 +L 760.181995 88.197605 +L 760.181995 90.495405 +L 762.368515 90.495405 +L 762.368515 101.587256 +L 764.555035 101.587256 +L 764.555035 87.431671 +L 766.741556 87.431671 +L 766.741556 76.254716 +L 768.928076 76.254716 +L 768.928076 104.877933 +L 771.114596 104.877933 +L 771.114596 102.721973 +L 773.301117 102.721973 +L 773.301117 101.161738 +L 775.487637 101.161738 +L 775.487637 131.430294 +L 777.674158 131.430294 +L 777.674158 114.579757 +L 779.860678 114.579757 +L 779.860678 118.778207 +L 782.047198 118.778207 +L 782.047198 110.296204 +L 784.233719 110.296204 +L 784.233719 101.303577 +L 786.420239 101.303577 +L 786.420239 128.536767 +L 788.606759 128.536767 +L 788.606759 132.621746 +L 790.79328 132.621746 +L 790.79328 132.621746 +L 792.9798 132.621746 +L 792.9798 134.834442 +L 795.166321 134.834442 +L 795.166321 121.898677 +L 797.352841 121.898677 +L 797.352841 126.153863 +L 799.539361 126.153863 +L 799.539361 133.302575 +L 801.725882 133.302575 +L 801.725882 137.217346 +L 803.912402 137.217346 +L 803.912402 146.068133 +L 806.098922 146.068133 +L 806.098922 146.748963 +L 808.285443 146.748963 +L 808.285443 140.96191 +L 810.471963 140.96191 +L 810.471963 139.940665 +L 812.658484 139.940665 +L 812.658484 140.195977 +L 814.845004 140.195977 +L 814.845004 137.047139 +L 817.031524 137.047139 +L 817.031524 146.238341 +L 819.218045 146.238341 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 144.876681 +L 827.964126 144.876681 +L 827.964126 144.195851 +L 830.150647 144.195851 +L 830.150647 144.536266 +L 832.337167 144.536266 +L 832.337167 144.195851 +L 834.523687 144.195851 +L 834.523687 146.408548 +L 836.710208 146.408548 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_22"> + <path clip-path="url(#p7c806963f7)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 144.876681 +L 642.109894 144.876681 +L 642.109894 144.025644 +L 644.296415 144.025644 +L 644.296415 144.195851 +L 646.482935 144.195851 +L 646.482935 144.025644 +L 648.669455 144.025644 +L 648.669455 147.089378 +L 650.855976 147.089378 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 145.387303 +L 657.415537 145.387303 +L 657.415537 140.621495 +L 659.602057 140.621495 +L 659.602057 139.259836 +L 661.788578 139.259836 +L 661.788578 141.302325 +L 663.975098 141.302325 +L 663.975098 144.025644 +L 666.161618 144.025644 +L 666.161618 147.429793 +L 668.348139 147.429793 +L 668.348139 136.876932 +L 670.534659 136.876932 +L 670.534659 132.508274 +L 672.721179 132.508274 +L 672.721179 134.947914 +L 674.9077 134.947914 +L 674.9077 135.515272 +L 677.09422 135.515272 +L 677.09422 138.238591 +L 679.280741 138.238591 +L 679.280741 136.366309 +L 681.467261 136.366309 +L 681.467261 135.855687 +L 683.653781 135.855687 +L 683.653781 133.302575 +L 685.840302 133.302575 +L 685.840302 130.238841 +L 688.026822 130.238841 +L 688.026822 130.238841 +L 690.213342 130.238841 +L 690.213342 128.536767 +L 692.399863 128.536767 +L 692.399863 130.749464 +L 694.586383 130.749464 +L 694.586383 134.153613 +L 696.772904 134.153613 +L 696.772904 123.770959 +L 698.959424 123.770959 +L 698.959424 114.749965 +L 701.145944 114.749965 +L 701.145944 115.203851 +L 703.332465 115.203851 +L 703.332465 119.061886 +L 705.518985 119.061886 +L 705.518985 124.877307 +L 707.705505 124.877307 +L 707.705505 121.72847 +L 709.892026 121.72847 +L 709.892026 123.175233 +L 712.078546 123.175233 +L 712.078546 125.955288 +L 714.265067 125.955288 +L 714.265067 117.416548 +L 716.451587 117.416548 +L 716.451587 121.444791 +L 718.638107 121.444791 +L 718.638107 119.799452 +L 720.824628 119.799452 +L 720.824628 121.388055 +L 723.011148 121.388055 +L 723.011148 119.430669 +L 725.197668 119.430669 +L 725.197668 120.36681 +L 727.384189 120.36681 +L 727.384189 110.920297 +L 729.570709 110.920297 +L 729.570709 111.175609 +L 731.75723 111.175609 +L 731.75723 117.898802 +L 733.94375 117.898802 +L 733.94375 117.898802 +L 736.13027 117.898802 +L 736.13027 119.260462 +L 738.316791 119.260462 +L 738.316791 116.366935 +L 740.503311 116.366935 +L 740.503311 119.487405 +L 742.689832 119.487405 +L 742.689832 122.778082 +L 744.876352 122.778082 +L 744.876352 129.387804 +L 747.062872 129.387804 +L 747.062872 122.664611 +L 749.249393 122.664611 +L 749.249393 122.834818 +L 751.435913 122.834818 +L 751.435913 127.033268 +L 753.622433 127.033268 +L 753.622433 117.870434 +L 755.808954 117.870434 +L 755.808954 117.983906 +L 757.995474 117.983906 +L 757.995474 120.36681 +L 760.181995 120.36681 +L 760.181995 124.451789 +L 762.368515 124.451789 +L 762.368515 128.423295 +L 764.555035 128.423295 +L 764.555035 124.650364 +L 766.741556 124.650364 +L 766.741556 125.302826 +L 768.928076 125.302826 +L 768.928076 126.409174 +L 771.114596 126.409174 +L 771.114596 129.841691 +L 773.301117 129.841691 +L 773.301117 136.337941 +L 775.487637 136.337941 +L 775.487637 140.110873 +L 777.674158 140.110873 +L 777.674158 131.089879 +L 779.860678 131.089879 +L 779.860678 135.174857 +L 782.047198 135.174857 +L 782.047198 139.004524 +L 784.233719 139.004524 +L 784.233719 129.643115 +L 786.420239 129.643115 +L 786.420239 138.068384 +L 788.606759 138.068384 +L 788.606759 140.110873 +L 790.79328 140.110873 +L 790.79328 140.110873 +L 792.9798 140.110873 +L 792.9798 141.217221 +L 795.166321 141.217221 +L 795.166321 138.238591 +L 797.352841 138.238591 +L 797.352841 140.195977 +L 799.539361 140.195977 +L 799.539361 140.536391 +L 801.725882 140.536391 +L 801.725882 142.408673 +L 803.912402 142.408673 +L 803.912402 146.834067 +L 806.098922 146.834067 +L 806.098922 147.174481 +L 808.285443 147.174481 +L 808.285443 144.280955 +L 810.471963 144.280955 +L 810.471963 143.770333 +L 812.658484 143.770333 +L 812.658484 144.62137 +L 814.845004 144.62137 +L 814.845004 144.961785 +L 817.031524 144.961785 +L 817.031524 147.004274 +L 819.218045 147.004274 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 146.238341 +L 827.964126 146.238341 +L 827.964126 145.897926 +L 830.150647 145.897926 +L 830.150647 146.068133 +L 832.337167 146.068133 +L 832.337167 145.897926 +L 834.523687 145.897926 +L 834.523687 147.004274 +L 836.710208 147.004274 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_23"> + <path clip-path="url(#p7c806963f7)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 137.727969 +L 631.177292 137.727969 +L 631.177292 143.685229 +L 633.363813 143.685229 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 644.296415 147.6 +L 644.296415 137.898176 +L 646.482935 137.898176 +L 646.482935 130.238841 +L 648.669455 130.238841 +L 648.669455 147.089378 +L 650.855976 147.089378 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 657.415537 147.6 +L 657.415537 112.367061 +L 659.602057 112.367061 +L 659.602057 128.026145 +L 661.788578 128.026145 +L 661.788578 147.259585 +L 663.975098 147.259585 +L 663.975098 147.6 +L 666.161618 147.6 +L 666.161618 120.537018 +L 668.348139 120.537018 +L 668.348139 133.302575 +L 670.534659 133.302575 +L 670.534659 147.6 +L 672.721179 147.6 +L 672.721179 120.36681 +L 674.9077 120.36681 +L 674.9077 122.409299 +L 677.09422 122.409299 +L 677.09422 133.813198 +L 679.280741 133.813198 +L 679.280741 132.791953 +L 681.467261 132.791953 +L 681.467261 134.834442 +L 683.653781 134.834442 +L 683.653781 122.239092 +L 685.840302 122.239092 +L 685.840302 97.729221 +L 688.026822 97.729221 +L 688.026822 111.516023 +L 690.213342 111.516023 +L 690.213342 144.025644 +L 692.399863 144.025644 +L 692.399863 122.749714 +L 694.586383 122.749714 +L 694.586383 119.515773 +L 696.772904 119.515773 +L 696.772904 108.111875 +L 698.959424 108.111875 +L 698.959424 138.919421 +L 701.145944 138.919421 +L 701.145944 129.302701 +L 703.332465 129.302701 +L 703.332465 105.899178 +L 705.518985 105.899178 +L 705.518985 112.367061 +L 707.705505 112.367061 +L 707.705505 129.217597 +L 709.892026 129.217597 +L 709.892026 131.770708 +L 712.078546 131.770708 +L 712.078546 107.005526 +L 714.265067 107.005526 +L 714.265067 111.005401 +L 716.451587 111.005401 +L 716.451587 96.367562 +L 718.638107 96.367562 +L 718.638107 132.281331 +L 720.824628 132.281331 +L 720.824628 122.919922 +L 723.011148 122.919922 +L 723.011148 112.962787 +L 725.197668 112.962787 +L 725.197668 107.516149 +L 727.384189 107.516149 +L 727.384189 126.834693 +L 729.570709 126.834693 +L 729.570709 136.962035 +L 731.75723 136.962035 +L 731.75723 117.303076 +L 733.94375 117.303076 +L 733.94375 128.621871 +L 736.13027 128.621871 +L 736.13027 111.260712 +L 738.316791 111.260712 +L 738.316791 130.749464 +L 740.503311 130.749464 +L 740.503311 130.919671 +L 742.689832 130.919671 +L 742.689832 102.523397 +L 744.876352 102.523397 +L 744.876352 116.84919 +L 747.062872 116.84919 +L 747.062872 132.96216 +L 749.249393 132.96216 +L 749.249393 142.834192 +L 751.435913 142.834192 +L 751.435913 111.175609 +L 753.622433 111.175609 +L 753.622433 111.941542 +L 755.808954 111.941542 +L 755.808954 137.217346 +L 757.995474 137.217346 +L 757.995474 142.663984 +L 760.181995 142.663984 +L 760.181995 136.791828 +L 762.368515 136.791828 +L 762.368515 139.940665 +L 764.555035 139.940665 +L 764.555035 133.330943 +L 766.741556 133.330943 +L 766.741556 120.849065 +L 768.928076 120.849065 +L 768.928076 147.259585 +L 771.114596 147.259585 +L 771.114596 138.238591 +L 773.301117 138.238591 +L 773.301117 123.685855 +L 775.487637 123.685855 +L 775.487637 146.408548 +L 777.674158 146.408548 +L 777.674158 147.6 +L 779.860678 147.6 +L 779.860678 143.628493 +L 782.047198 143.628493 +L 782.047198 127.487155 +L 784.233719 127.487155 +L 784.233719 137.217346 +L 786.420239 137.217346 +L 786.420239 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 795.166321 147.6 +L 795.166321 140.621495 +L 797.352841 140.621495 +L 797.352841 140.96191 +L 799.539361 140.96191 +L 799.539361 147.429793 +L 801.725882 147.429793 +L 801.725882 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 812.658484 147.6 +L 812.658484 146.153237 +L 814.845004 146.153237 +L 814.845004 142.323569 +L 817.031524 142.323569 +L 817.031524 147.429793 +L 819.218045 147.429793 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_24"> + <path clip-path="url(#p7c806963f7)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 144.876681 +L 642.109894 144.876681 +L 642.109894 144.025644 +L 644.296415 144.025644 +L 644.296415 144.195851 +L 646.482935 144.195851 +L 646.482935 144.025644 +L 648.669455 144.025644 +L 648.669455 147.089378 +L 650.855976 147.089378 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 145.387303 +L 657.415537 145.387303 +L 657.415537 140.621495 +L 659.602057 140.621495 +L 659.602057 139.259836 +L 661.788578 139.259836 +L 661.788578 141.302325 +L 663.975098 141.302325 +L 663.975098 144.025644 +L 666.161618 144.025644 +L 666.161618 147.429793 +L 668.348139 147.429793 +L 668.348139 136.876932 +L 670.534659 136.876932 +L 670.534659 132.508274 +L 672.721179 132.508274 +L 672.721179 134.947914 +L 674.9077 134.947914 +L 674.9077 135.515272 +L 677.09422 135.515272 +L 677.09422 138.238591 +L 679.280741 138.238591 +L 679.280741 136.366309 +L 681.467261 136.366309 +L 681.467261 135.855687 +L 683.653781 135.855687 +L 683.653781 133.302575 +L 685.840302 133.302575 +L 685.840302 130.238841 +L 688.026822 130.238841 +L 688.026822 130.238841 +L 690.213342 130.238841 +L 690.213342 128.536767 +L 692.399863 128.536767 +L 692.399863 130.749464 +L 694.586383 130.749464 +L 694.586383 134.153613 +L 696.772904 134.153613 +L 696.772904 123.770959 +L 698.959424 123.770959 +L 698.959424 114.749965 +L 701.145944 114.749965 +L 701.145944 115.203851 +L 703.332465 115.203851 +L 703.332465 119.061886 +L 705.518985 119.061886 +L 705.518985 124.877307 +L 707.705505 124.877307 +L 707.705505 121.72847 +L 709.892026 121.72847 +L 709.892026 123.175233 +L 712.078546 123.175233 +L 712.078546 125.955288 +L 714.265067 125.955288 +L 714.265067 117.416548 +L 716.451587 117.416548 +L 716.451587 121.444791 +L 718.638107 121.444791 +L 718.638107 119.799452 +L 720.824628 119.799452 +L 720.824628 121.388055 +L 723.011148 121.388055 +L 723.011148 119.430669 +L 725.197668 119.430669 +L 725.197668 120.36681 +L 727.384189 120.36681 +L 727.384189 110.920297 +L 729.570709 110.920297 +L 729.570709 111.175609 +L 731.75723 111.175609 +L 731.75723 117.898802 +L 733.94375 117.898802 +L 733.94375 117.898802 +L 736.13027 117.898802 +L 736.13027 119.260462 +L 738.316791 119.260462 +L 738.316791 116.366935 +L 740.503311 116.366935 +L 740.503311 119.487405 +L 742.689832 119.487405 +L 742.689832 122.778082 +L 744.876352 122.778082 +L 744.876352 129.387804 +L 747.062872 129.387804 +L 747.062872 122.664611 +L 749.249393 122.664611 +L 749.249393 122.834818 +L 751.435913 122.834818 +L 751.435913 127.033268 +L 753.622433 127.033268 +L 753.622433 117.870434 +L 755.808954 117.870434 +L 755.808954 117.983906 +L 757.995474 117.983906 +L 757.995474 120.36681 +L 760.181995 120.36681 +L 760.181995 124.451789 +L 762.368515 124.451789 +L 762.368515 128.423295 +L 764.555035 128.423295 +L 764.555035 124.650364 +L 766.741556 124.650364 +L 766.741556 125.302826 +L 768.928076 125.302826 +L 768.928076 126.409174 +L 771.114596 126.409174 +L 771.114596 129.841691 +L 773.301117 129.841691 +L 773.301117 136.337941 +L 775.487637 136.337941 +L 775.487637 140.110873 +L 777.674158 140.110873 +L 777.674158 131.089879 +L 779.860678 131.089879 +L 779.860678 135.174857 +L 782.047198 135.174857 +L 782.047198 139.004524 +L 784.233719 139.004524 +L 784.233719 129.643115 +L 786.420239 129.643115 +L 786.420239 138.068384 +L 788.606759 138.068384 +L 788.606759 140.110873 +L 790.79328 140.110873 +L 790.79328 140.110873 +L 792.9798 140.110873 +L 792.9798 141.217221 +L 795.166321 141.217221 +L 795.166321 138.238591 +L 797.352841 138.238591 +L 797.352841 140.195977 +L 799.539361 140.195977 +L 799.539361 140.536391 +L 801.725882 140.536391 +L 801.725882 142.408673 +L 803.912402 142.408673 +L 803.912402 146.834067 +L 806.098922 146.834067 +L 806.098922 147.174481 +L 808.285443 147.174481 +L 808.285443 144.280955 +L 810.471963 144.280955 +L 810.471963 143.770333 +L 812.658484 143.770333 +L 812.658484 144.62137 +L 814.845004 144.62137 +L 814.845004 144.961785 +L 817.031524 144.961785 +L 817.031524 147.004274 +L 819.218045 147.004274 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 146.238341 +L 827.964126 146.238341 +L 827.964126 145.897926 +L 830.150647 145.897926 +L 830.150647 146.068133 +L 832.337167 146.068133 +L 832.337167 145.897926 +L 834.523687 145.897926 +L 834.523687 147.004274 +L 836.710208 147.004274 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_32"> + <path clip-path="url(#p7c806963f7)" d="M 753.404603 147.6 +L 753.404603 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_25"> + <path d="M 613.685129 147.6 +L 613.685129 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_26"> + <path d="M 854.202371 147.6 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_27"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_28"> + <path d="M 613.685129 38.88 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_35"> + <!-- 7% --> + <g style="fill:#262626;" transform="translate(721.938125 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-55"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + <g id="legend_1"> + <g id="patch_29"> + <path d="M 797.972683 89.315938 +L 847.202371 89.315938 +Q 849.202371 89.315938 849.202371 87.315938 +L 849.202371 45.88 +Q 849.202371 43.88 847.202371 43.88 +L 797.972683 43.88 +Q 795.972683 43.88 795.972683 45.88 +L 795.972683 87.315938 +Q 795.972683 89.315938 797.972683 89.315938 +z +" style="fill:#ffffff;opacity:0.1;stroke:#cccccc;stroke-linejoin:miter;"/> + </g> + <g id="patch_30"> + <path d="M 799.972683 55.037813 +L 819.972683 55.037813 +L 819.972683 48.037813 +L 799.972683 48.037813 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_36"> + <!-- -2.0 --> + <defs> + <path d="M 3.171875 21.484375 +L 3.171875 30.328125 +L 30.171875 30.328125 +L 30.171875 21.484375 +z +" id="ArialMT-45"/> + </defs> + <g style="fill:#262626;" transform="translate(827.972683 55.037813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-45"/> + <use x="33.300781" xlink:href="#ArialMT-50"/> + <use x="88.916016" xlink:href="#ArialMT-46"/> + <use x="116.699219" xlink:href="#ArialMT-48"/> + </g> + </g> + <g id="patch_31"> + <path d="M 799.972683 69.183125 +L 819.972683 69.183125 +L 819.972683 62.183125 +L 799.972683 62.183125 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_37"> + <!-- 0.0 --> + <g style="fill:#262626;" transform="translate(827.972683 69.183125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + </g> + </g> + <g id="patch_32"> + <path d="M 799.972683 83.328438 +L 819.972683 83.328438 +L 819.972683 76.328438 +L 799.972683 76.328438 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_38"> + <!-- 2.0 --> + <g style="fill:#262626;" transform="translate(827.972683 83.328438)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="axes_4"> + <g id="patch_33"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +L 1142.82306 38.88 +L 902.305819 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_7"> + <g id="xtick_18"> + <g id="line2d_33"> + <path clip-path="url(#p46ee2a2302)" d="M 947.094664 147.6 +L 947.094664 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_39"> + <!-- 0.28 --> + <g style="fill:#262626;" transform="translate(937.364196 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_19"> + <g id="line2d_34"> + <path clip-path="url(#p46ee2a2302)" d="M 1003.68917 147.6 +L 1003.68917 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_40"> + <!-- 0.29 --> + <g style="fill:#262626;" transform="translate(993.958702 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + </g> + </g> + </g> + <g id="xtick_20"> + <g id="line2d_35"> + <path clip-path="url(#p46ee2a2302)" d="M 1060.283676 147.6 +L 1060.283676 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_41"> + <!-- 0.30 --> + <g style="fill:#262626;" transform="translate(1050.553208 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_21"> + <g id="line2d_36"> + <path clip-path="url(#p46ee2a2302)" d="M 1116.878182 147.6 +L 1116.878182 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_42"> + <!-- 0.31 --> + <g style="fill:#262626;" transform="translate(1107.147714 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="text_43"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1003.947252 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_8"> + <g id="ytick_13"> + <g id="line2d_37"> + <path clip-path="url(#p46ee2a2302)" d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_44"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(889.744881 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_14"> + <g id="line2d_38"> + <path clip-path="url(#p46ee2a2302)" d="M 902.305819 124.788179 +L 1142.82306 124.788179 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_45"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(873.062069 128.367085)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_15"> + <g id="line2d_39"> + <path clip-path="url(#p46ee2a2302)" d="M 902.305819 101.976357 +L 1142.82306 101.976357 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_46"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(873.062069 105.555264)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_16"> + <g id="line2d_40"> + <path clip-path="url(#p46ee2a2302)" d="M 902.305819 79.164536 +L 1142.82306 79.164536 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_47"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(873.062069 82.743442)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_17"> + <g id="line2d_41"> + <path clip-path="url(#p46ee2a2302)" d="M 902.305819 56.352715 +L 1142.82306 56.352715 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_48"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(873.062069 59.931621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_34"> + <path clip-path="url(#p46ee2a2302)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 136.513455 +L 921.984502 136.513455 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 140.20897 +L 926.357543 140.20897 +L 926.357543 133.639165 +L 928.544063 133.639165 +L 928.544063 146.778774 +L 930.730584 146.778774 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 136.513455 +L 935.103625 136.513455 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 133.912907 +L 939.476665 133.912907 +L 939.476665 139.114002 +L 941.663186 139.114002 +L 941.663186 135.007875 +L 943.849706 135.007875 +L 943.849706 132.31608 +L 946.036226 132.31608 +L 946.036226 131.084241 +L 948.222747 131.084241 +L 948.222747 121.229535 +L 950.409267 121.229535 +L 950.409267 123.601964 +L 952.595788 123.601964 +L 952.595788 136.695949 +L 954.782308 136.695949 +L 954.782308 131.586101 +L 956.968828 131.586101 +L 956.968828 136.650326 +L 959.155349 136.650326 +L 959.155349 115.709074 +L 961.341869 115.709074 +L 961.341869 114.477235 +L 963.528389 114.477235 +L 963.528389 115.572203 +L 965.71491 115.572203 +L 965.71491 107.77056 +L 967.90143 107.77056 +L 967.90143 128.848683 +L 970.087951 128.848683 +L 970.087951 105.991238 +L 972.274471 105.991238 +L 972.274471 95.452176 +L 974.460991 95.452176 +L 974.460991 117.077783 +L 976.647512 117.077783 +L 976.647512 76.427117 +L 978.834032 76.427117 +L 978.834032 86.418695 +L 981.020553 86.418695 +L 981.020553 138.155906 +L 983.207073 138.155906 +L 983.207073 103.527561 +L 985.393593 103.527561 +L 985.393593 83.772524 +L 987.580114 83.772524 +L 987.580114 94.813445 +L 989.766634 94.813445 +L 989.766634 67.119894 +L 991.953154 67.119894 +L 991.953154 71.636635 +L 994.139675 71.636635 +L 994.139675 103.664432 +L 996.326195 103.664432 +L 996.326195 85.049986 +L 998.512716 85.049986 +L 998.512716 76.427117 +L 1000.699236 76.427117 +L 1000.699236 75.469021 +L 1002.885756 75.469021 +L 1002.885756 67.119894 +L 1005.072277 67.119894 +L 1005.072277 59.728864 +L 1007.258797 59.728864 +L 1007.258797 95.771542 +L 1009.445317 95.771542 +L 1009.445317 90.273893 +L 1011.631838 90.273893 +L 1011.631838 44.057143 +L 1013.818358 44.057143 +L 1013.818358 64.245605 +L 1016.004879 64.245605 +L 1016.004879 75.948069 +L 1018.191399 75.948069 +L 1018.191399 80.898234 +L 1020.377919 80.898234 +L 1020.377919 84.890303 +L 1022.56444 84.890303 +L 1022.56444 88.471759 +L 1024.75096 88.471759 +L 1024.75096 49.075744 +L 1026.93748 49.075744 +L 1026.93748 76.267435 +L 1029.124001 76.267435 +L 1029.124001 79.71202 +L 1031.310521 79.71202 +L 1031.310521 71.089151 +L 1033.497042 71.089151 +L 1033.497042 105.649061 +L 1035.683562 105.649061 +L 1035.683562 103.664432 +L 1037.870082 103.664432 +L 1037.870082 68.488604 +L 1040.056603 68.488604 +L 1040.056603 86.487131 +L 1042.243123 86.487131 +L 1042.243123 93.809725 +L 1044.429643 93.809725 +L 1044.429643 99.193315 +L 1046.616164 99.193315 +L 1046.616164 116.005627 +L 1048.802684 116.005627 +L 1048.802684 99.284562 +L 1050.989205 99.284562 +L 1050.989205 86.509942 +L 1053.175725 86.509942 +L 1053.175725 112.880408 +L 1055.362245 112.880408 +L 1055.362245 112.834784 +L 1057.548766 112.834784 +L 1057.548766 103.253819 +L 1059.735286 103.253819 +L 1059.735286 130.285828 +L 1061.921806 130.285828 +L 1061.921806 125.769087 +L 1064.108327 125.769087 +L 1064.108327 88.540195 +L 1066.294847 88.540195 +L 1066.294847 118.720234 +L 1068.481368 118.720234 +L 1068.481368 133.776036 +L 1070.667888 133.776036 +L 1070.667888 129.738344 +L 1072.854408 129.738344 +L 1072.854408 133.844472 +L 1075.040929 133.844472 +L 1075.040929 127.959022 +L 1077.227449 127.959022 +L 1077.227449 123.168539 +L 1079.413969 123.168539 +L 1079.413969 136.239713 +L 1081.60049 136.239713 +L 1081.60049 138.292777 +L 1083.78701 138.292777 +L 1083.78701 136.239713 +L 1085.973531 136.239713 +L 1085.973531 146.09442 +L 1088.160051 146.09442 +L 1088.160051 136.513455 +L 1090.346571 136.513455 +L 1090.346571 142.056727 +L 1092.533092 142.056727 +L 1092.533092 142.672647 +L 1094.719612 142.672647 +L 1094.719612 129.669908 +L 1096.906132 129.669908 +L 1096.906132 138.019035 +L 1099.092653 138.019035 +L 1099.092653 146.505033 +L 1101.279173 146.505033 +L 1101.279173 142.330469 +L 1103.465694 142.330469 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 143.904485 +L 1107.838734 143.904485 +L 1107.838734 140.345841 +L 1110.025255 140.345841 +L 1110.025255 147.463129 +L 1112.211775 147.463129 +L 1112.211775 144.451969 +L 1114.398295 144.451969 +L 1114.398295 145.204759 +L 1116.584816 145.204759 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 141.303937 +L 1120.957857 141.303937 +L 1120.957857 142.809518 +L 1123.144377 142.809518 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_35"> + <path clip-path="url(#p46ee2a2302)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 143.904485 +L 926.357543 143.904485 +L 926.357543 140.619583 +L 928.544063 140.619583 +L 928.544063 147.189387 +L 930.730584 147.189387 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 140.756454 +L 939.476665 140.756454 +L 939.476665 143.357001 +L 941.663186 143.357001 +L 941.663186 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 946.036226 147.6 +L 946.036226 142.033916 +L 948.222747 142.033916 +L 948.222747 134.414767 +L 950.409267 134.414767 +L 950.409267 135.600982 +L 952.595788 135.600982 +L 952.595788 145.0907 +L 954.782308 145.0907 +L 954.782308 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 959.155349 147.6 +L 959.155349 138.019035 +L 961.341869 138.019035 +L 961.341869 135.965971 +L 963.528389 135.965971 +L 963.528389 131.586101 +L 965.71491 131.586101 +L 965.71491 133.228553 +L 967.90143 133.228553 +L 967.90143 143.767614 +L 970.087951 143.767614 +L 970.087951 145.410065 +L 972.274471 145.410065 +L 972.274471 135.8291 +L 974.460991 135.8291 +L 974.460991 132.681069 +L 976.647512 132.681069 +L 976.647512 112.013559 +L 978.834032 112.013559 +L 978.834032 125.016297 +L 981.020553 125.016297 +L 981.020553 145.957549 +L 983.207073 145.957549 +L 983.207073 147.6 +L 985.393593 147.6 +L 985.393593 132.31608 +L 987.580114 132.31608 +L 987.580114 125.92877 +L 989.766634 125.92877 +L 989.766634 108.318044 +L 991.953154 108.318044 +L 991.953154 126.248135 +L 994.139675 126.248135 +L 994.139675 137.608422 +L 996.326195 137.608422 +L 996.326195 136.650326 +L 998.512716 136.650326 +L 998.512716 124.0582 +L 1000.699236 124.0582 +L 1000.699236 117.077783 +L 1002.885756 117.077783 +L 1002.885756 107.359947 +L 1005.072277 107.359947 +L 1005.072277 125.837522 +L 1007.258797 125.837522 +L 1007.258797 139.250873 +L 1009.445317 139.250873 +L 1009.445317 131.859843 +L 1011.631838 131.859843 +L 1011.631838 109.686753 +L 1013.818358 109.686753 +L 1013.818358 111.466075 +L 1016.004879 111.466075 +L 1016.004879 117.214654 +L 1018.191399 117.214654 +L 1018.191399 130.491134 +L 1020.377919 130.491134 +L 1020.377919 136.855632 +L 1022.56444 136.855632 +L 1022.56444 130.217392 +L 1024.75096 130.217392 +L 1024.75096 113.15415 +L 1026.93748 113.15415 +L 1026.93748 114.089434 +L 1029.124001 114.089434 +L 1029.124001 114.887848 +L 1031.310521 114.887848 +L 1031.310521 130.217392 +L 1033.497042 130.217392 +L 1033.497042 143.699179 +L 1035.683562 143.699179 +L 1035.683562 132.06515 +L 1037.870082 132.06515 +L 1037.870082 115.709074 +L 1040.056603 115.709074 +L 1040.056603 119.746766 +L 1042.243123 119.746766 +L 1042.243123 125.358474 +L 1044.429643 125.358474 +L 1044.429643 137.608422 +L 1046.616164 137.608422 +L 1046.616164 143.493872 +L 1048.802684 143.493872 +L 1048.802684 134.049778 +L 1050.989205 134.049778 +L 1050.989205 117.534019 +L 1053.175725 117.534019 +L 1053.175725 130.240204 +L 1055.362245 130.240204 +L 1055.362245 130.217392 +L 1057.548766 130.217392 +L 1057.548766 141.71455 +L 1059.735286 141.71455 +L 1059.735286 147.6 +L 1061.921806 147.6 +L 1061.921806 138.840261 +L 1064.108327 138.840261 +L 1064.108327 121.389217 +L 1066.294847 121.389217 +L 1066.294847 133.228553 +L 1068.481368 133.228553 +L 1068.481368 143.357001 +L 1070.667888 143.357001 +L 1070.667888 141.851421 +L 1072.854408 141.851421 +L 1072.854408 145.957549 +L 1075.040929 145.957549 +L 1075.040929 140.482712 +L 1077.227449 140.482712 +L 1077.227449 138.224341 +L 1079.413969 138.224341 +L 1079.413969 141.919856 +L 1081.60049 141.919856 +L 1081.60049 142.946388 +L 1083.78701 142.946388 +L 1083.78701 141.919856 +L 1085.973531 141.919856 +L 1085.973531 146.84721 +L 1088.160051 146.84721 +L 1088.160051 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1092.533092 147.6 +L 1092.533092 145.136323 +L 1094.719612 145.136323 +L 1094.719612 138.634954 +L 1096.906132 138.634954 +L 1096.906132 142.809518 +L 1099.092653 142.809518 +L 1099.092653 147.189387 +L 1101.279173 147.189387 +L 1101.279173 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 145.752242 +L 1107.838734 145.752242 +L 1107.838734 143.97292 +L 1110.025255 143.97292 +L 1110.025255 147.531565 +L 1112.211775 147.531565 +L 1112.211775 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 144.451969 +L 1120.957857 144.451969 +L 1120.957857 145.204759 +L 1123.144377 145.204759 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_36"> + <path clip-path="url(#p46ee2a2302)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 136.513455 +L 921.984502 136.513455 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 136.513455 +L 935.103625 136.513455 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 941.663186 147.6 +L 941.663186 135.007875 +L 943.849706 135.007875 +L 943.849706 132.31608 +L 946.036226 132.31608 +L 946.036226 142.21641 +L 948.222747 142.21641 +L 948.222747 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 952.595788 147.6 +L 952.595788 141.71455 +L 954.782308 141.71455 +L 954.782308 131.586101 +L 956.968828 131.586101 +L 956.968828 136.650326 +L 959.155349 136.650326 +L 959.155349 134.871004 +L 961.341869 134.871004 +L 961.341869 137.745293 +L 963.528389 137.745293 +L 963.528389 147.6 +L 965.71491 147.6 +L 965.71491 136.513455 +L 967.90143 136.513455 +L 967.90143 136.513455 +L 970.087951 136.513455 +L 970.087951 110.371108 +L 972.274471 110.371108 +L 972.274471 118.993976 +L 974.460991 118.993976 +L 974.460991 146.915645 +L 976.647512 146.915645 +L 976.647512 147.6 +L 978.834032 147.6 +L 978.834032 131.586101 +L 981.020553 131.586101 +L 981.020553 141.440808 +L 983.207073 141.440808 +L 983.207073 103.527561 +L 985.393593 103.527561 +L 985.393593 114.340364 +L 987.580114 114.340364 +L 987.580114 138.155906 +L 989.766634 138.155906 +L 989.766634 145.683807 +L 991.953154 145.683807 +L 991.953154 114.340364 +L 994.139675 114.340364 +L 994.139675 123.647588 +L 996.326195 123.647588 +L 996.326195 106.949334 +L 998.512716 106.949334 +L 998.512716 123.510717 +L 1000.699236 123.510717 +L 1000.699236 136.513455 +L 1002.885756 136.513455 +L 1002.885756 147.6 +L 1005.072277 147.6 +L 1005.072277 103.253819 +L 1007.258797 103.253819 +L 1007.258797 112.469795 +L 1009.445317 112.469795 +L 1009.445317 121.754206 +L 1011.631838 121.754206 +L 1011.631838 119.883637 +L 1013.818358 119.883637 +L 1013.818358 136.513455 +L 1016.004879 136.513455 +L 1016.004879 136.718761 +L 1018.191399 136.718761 +L 1018.191399 115.115966 +L 1020.377919 115.115966 +L 1020.377919 106.379039 +L 1022.56444 106.379039 +L 1022.56444 123.236975 +L 1024.75096 123.236975 +L 1024.75096 117.967444 +L 1026.93748 117.967444 +L 1026.93748 143.288566 +L 1029.124001 143.288566 +L 1029.124001 145.136323 +L 1031.310521 145.136323 +L 1031.310521 105.854367 +L 1033.497042 105.854367 +L 1033.497042 113.450703 +L 1035.683562 113.450703 +L 1035.683562 134.734133 +L 1037.870082 134.734133 +L 1037.870082 132.270456 +L 1040.056603 132.270456 +L 1040.056603 142.193598 +L 1042.243123 142.193598 +L 1042.243123 138.292777 +L 1044.429643 138.292777 +L 1044.429643 119.176471 +L 1046.616164 119.176471 +L 1046.616164 124.217883 +L 1048.802684 124.217883 +L 1048.802684 126.385006 +L 1050.989205 126.385006 +L 1050.989205 146.641904 +L 1053.175725 146.641904 +L 1053.175725 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1057.548766 147.6 +L 1057.548766 115.024719 +L 1059.735286 115.024719 +L 1059.735286 130.285828 +L 1061.921806 130.285828 +L 1061.921806 143.288566 +L 1064.108327 143.288566 +L 1064.108327 140.96176 +L 1066.294847 140.96176 +L 1066.294847 147.463129 +L 1068.481368 147.463129 +L 1068.481368 142.262034 +L 1070.667888 142.262034 +L 1070.667888 141.235502 +L 1072.854408 141.235502 +L 1072.854408 137.129374 +L 1075.040929 137.129374 +L 1075.040929 142.193598 +L 1077.227449 142.193598 +L 1077.227449 141.919856 +L 1079.413969 141.919856 +L 1079.413969 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1088.160051 147.6 +L 1088.160051 136.513455 +L 1090.346571 136.513455 +L 1090.346571 142.056727 +L 1092.533092 142.056727 +L 1092.533092 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1099.092653 147.6 +L 1099.092653 147.326258 +L 1101.279173 147.326258 +L 1101.279173 142.330469 +L 1103.465694 142.330469 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 144.451969 +L 1114.398295 144.451969 +L 1114.398295 145.204759 +L 1116.584816 145.204759 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_37"> + <path clip-path="url(#p46ee2a2302)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 143.904485 +L 926.357543 143.904485 +L 926.357543 140.619583 +L 928.544063 140.619583 +L 928.544063 147.189387 +L 930.730584 147.189387 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 140.756454 +L 939.476665 140.756454 +L 939.476665 143.357001 +L 941.663186 143.357001 +L 941.663186 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 946.036226 147.6 +L 946.036226 142.033916 +L 948.222747 142.033916 +L 948.222747 134.414767 +L 950.409267 134.414767 +L 950.409267 135.600982 +L 952.595788 135.600982 +L 952.595788 145.0907 +L 954.782308 145.0907 +L 954.782308 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 959.155349 147.6 +L 959.155349 138.019035 +L 961.341869 138.019035 +L 961.341869 135.965971 +L 963.528389 135.965971 +L 963.528389 131.586101 +L 965.71491 131.586101 +L 965.71491 133.228553 +L 967.90143 133.228553 +L 967.90143 143.767614 +L 970.087951 143.767614 +L 970.087951 145.410065 +L 972.274471 145.410065 +L 972.274471 135.8291 +L 974.460991 135.8291 +L 974.460991 132.681069 +L 976.647512 132.681069 +L 976.647512 112.013559 +L 978.834032 112.013559 +L 978.834032 125.016297 +L 981.020553 125.016297 +L 981.020553 145.957549 +L 983.207073 145.957549 +L 983.207073 147.6 +L 985.393593 147.6 +L 985.393593 132.31608 +L 987.580114 132.31608 +L 987.580114 125.92877 +L 989.766634 125.92877 +L 989.766634 108.318044 +L 991.953154 108.318044 +L 991.953154 126.248135 +L 994.139675 126.248135 +L 994.139675 137.608422 +L 996.326195 137.608422 +L 996.326195 136.650326 +L 998.512716 136.650326 +L 998.512716 124.0582 +L 1000.699236 124.0582 +L 1000.699236 117.077783 +L 1002.885756 117.077783 +L 1002.885756 107.359947 +L 1005.072277 107.359947 +L 1005.072277 125.837522 +L 1007.258797 125.837522 +L 1007.258797 139.250873 +L 1009.445317 139.250873 +L 1009.445317 131.859843 +L 1011.631838 131.859843 +L 1011.631838 109.686753 +L 1013.818358 109.686753 +L 1013.818358 111.466075 +L 1016.004879 111.466075 +L 1016.004879 117.214654 +L 1018.191399 117.214654 +L 1018.191399 130.491134 +L 1020.377919 130.491134 +L 1020.377919 136.855632 +L 1022.56444 136.855632 +L 1022.56444 130.217392 +L 1024.75096 130.217392 +L 1024.75096 113.15415 +L 1026.93748 113.15415 +L 1026.93748 114.089434 +L 1029.124001 114.089434 +L 1029.124001 114.887848 +L 1031.310521 114.887848 +L 1031.310521 130.217392 +L 1033.497042 130.217392 +L 1033.497042 143.699179 +L 1035.683562 143.699179 +L 1035.683562 132.06515 +L 1037.870082 132.06515 +L 1037.870082 115.709074 +L 1040.056603 115.709074 +L 1040.056603 119.746766 +L 1042.243123 119.746766 +L 1042.243123 125.358474 +L 1044.429643 125.358474 +L 1044.429643 137.608422 +L 1046.616164 137.608422 +L 1046.616164 143.493872 +L 1048.802684 143.493872 +L 1048.802684 134.049778 +L 1050.989205 134.049778 +L 1050.989205 117.534019 +L 1053.175725 117.534019 +L 1053.175725 130.240204 +L 1055.362245 130.240204 +L 1055.362245 130.217392 +L 1057.548766 130.217392 +L 1057.548766 141.71455 +L 1059.735286 141.71455 +L 1059.735286 147.6 +L 1061.921806 147.6 +L 1061.921806 138.840261 +L 1064.108327 138.840261 +L 1064.108327 121.389217 +L 1066.294847 121.389217 +L 1066.294847 133.228553 +L 1068.481368 133.228553 +L 1068.481368 143.357001 +L 1070.667888 143.357001 +L 1070.667888 141.851421 +L 1072.854408 141.851421 +L 1072.854408 145.957549 +L 1075.040929 145.957549 +L 1075.040929 140.482712 +L 1077.227449 140.482712 +L 1077.227449 138.224341 +L 1079.413969 138.224341 +L 1079.413969 141.919856 +L 1081.60049 141.919856 +L 1081.60049 142.946388 +L 1083.78701 142.946388 +L 1083.78701 141.919856 +L 1085.973531 141.919856 +L 1085.973531 146.84721 +L 1088.160051 146.84721 +L 1088.160051 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1092.533092 147.6 +L 1092.533092 145.136323 +L 1094.719612 145.136323 +L 1094.719612 138.634954 +L 1096.906132 138.634954 +L 1096.906132 142.809518 +L 1099.092653 142.809518 +L 1099.092653 147.189387 +L 1101.279173 147.189387 +L 1101.279173 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 145.752242 +L 1107.838734 145.752242 +L 1107.838734 143.97292 +L 1110.025255 143.97292 +L 1110.025255 147.531565 +L 1112.211775 147.531565 +L 1112.211775 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 144.451969 +L 1120.957857 144.451969 +L 1120.957857 145.204759 +L 1123.144377 145.204759 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_42"> + <path clip-path="url(#p46ee2a2302)" d="M 1060.283676 147.6 +L 1060.283676 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_38"> + <path d="M 902.305819 147.6 +L 902.305819 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_39"> + <path d="M 1142.82306 147.6 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_40"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_41"> + <path d="M 902.305819 38.88 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_49"> + <!-- 3% --> + <g style="fill:#262626;" transform="translate(1010.558815 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-51"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_5"> + <g id="patch_42"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +L 1431.44375 38.88 +L 1190.926509 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_9"> + <g id="xtick_22"> + <g id="line2d_43"> + <path clip-path="url(#p71fe2e8b28)" d="M 1191.977151 147.6 +L 1191.977151 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_50"> + <!-- 0.41 --> + <g style="fill:#262626;" transform="translate(1182.246682 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="xtick_23"> + <g id="line2d_44"> + <path clip-path="url(#p71fe2e8b28)" d="M 1232.424459 147.6 +L 1232.424459 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_51"> + <!-- 0.42 --> + <g style="fill:#262626;" transform="translate(1222.69399 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_24"> + <g id="line2d_45"> + <path clip-path="url(#p71fe2e8b28)" d="M 1272.871767 147.6 +L 1272.871767 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_52"> + <!-- 0.43 --> + <g style="fill:#262626;" transform="translate(1263.141298 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-51"/> + </g> + </g> + </g> + <g id="xtick_25"> + <g id="line2d_46"> + <path clip-path="url(#p71fe2e8b28)" d="M 1313.319075 147.6 +L 1313.319075 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_53"> + <!-- 0.44 --> + <g style="fill:#262626;" transform="translate(1303.588606 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_26"> + <g id="line2d_47"> + <path clip-path="url(#p71fe2e8b28)" d="M 1353.766383 147.6 +L 1353.766383 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_54"> + <!-- 0.45 --> + <g style="fill:#262626;" transform="translate(1344.035914 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_27"> + <g id="line2d_48"> + <path clip-path="url(#p71fe2e8b28)" d="M 1394.213691 147.6 +L 1394.213691 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_55"> + <!-- 0.46 --> + <g style="fill:#262626;" transform="translate(1384.483222 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="text_56"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1292.567942 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_10"> + <g id="ytick_18"> + <g id="line2d_49"> + <path clip-path="url(#p71fe2e8b28)" d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_57"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(1178.365571 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_19"> + <g id="line2d_50"> + <path clip-path="url(#p71fe2e8b28)" d="M 1190.926509 125.847299 +L 1431.44375 125.847299 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_58"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(1161.682759 129.426205)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_20"> + <g id="line2d_51"> + <path clip-path="url(#p71fe2e8b28)" d="M 1190.926509 104.094598 +L 1431.44375 104.094598 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_59"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(1161.682759 107.673504)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_21"> + <g id="line2d_52"> + <path clip-path="url(#p71fe2e8b28)" d="M 1190.926509 82.341897 +L 1431.44375 82.341897 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_60"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(1161.682759 85.920803)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_22"> + <g id="line2d_53"> + <path clip-path="url(#p71fe2e8b28)" d="M 1190.926509 60.589196 +L 1431.44375 60.589196 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_61"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(1161.682759 64.168102)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_43"> + <path clip-path="url(#p71fe2e8b28)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 137.680768 +L 1210.605192 137.680768 +L 1210.605192 146.947419 +L 1212.791712 146.947419 +L 1212.791712 126.717407 +L 1214.978233 126.717407 +L 1214.978233 147.338968 +L 1217.164753 147.338968 +L 1217.164753 137.028187 +L 1219.351274 137.028187 +L 1219.351274 140.552125 +L 1221.537794 140.552125 +L 1221.537794 133.50425 +L 1223.724314 133.50425 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 137.028187 +L 1228.097355 137.028187 +L 1228.097355 130.632893 +L 1230.283875 130.632893 +L 1230.283875 143.423481 +L 1232.470396 143.423481 +L 1232.470396 135.984058 +L 1234.656916 135.984058 +L 1234.656916 124.498631 +L 1236.843437 124.498631 +L 1236.843437 121.757791 +L 1239.029957 121.757791 +L 1239.029957 134.678896 +L 1241.216477 134.678896 +L 1241.216477 136.506122 +L 1243.402998 136.506122 +L 1243.402998 126.717407 +L 1245.589518 126.717407 +L 1245.589518 126.195342 +L 1247.776038 126.195342 +L 1247.776038 137.028187 +L 1249.962559 137.028187 +L 1249.962559 111.185978 +L 1252.149079 111.185978 +L 1252.149079 99.178487 +L 1254.3356 99.178487 +L 1254.3356 105.573782 +L 1256.52212 105.573782 +L 1256.52212 121.627275 +L 1258.70864 121.627275 +L 1258.70864 131.285474 +L 1260.895161 131.285474 +L 1260.895161 105.704298 +L 1263.081681 105.704298 +L 1263.081681 105.312749 +L 1265.268201 105.312749 +L 1265.268201 98.656423 +L 1267.454722 98.656423 +L 1267.454722 98.003842 +L 1269.641242 98.003842 +L 1269.641242 86.257383 +L 1271.827763 86.257383 +L 1271.827763 100.701176 +L 1274.014283 100.701176 +L 1274.014283 104.703673 +L 1276.200803 104.703673 +L 1276.200803 75.294022 +L 1278.387324 75.294022 +L 1278.387324 120.322113 +L 1280.573844 120.322113 +L 1280.573844 94.740936 +L 1282.760364 94.740936 +L 1282.760364 87.170996 +L 1284.946885 87.170996 +L 1284.946885 63.808595 +L 1287.133405 63.808595 +L 1287.133405 112.099592 +L 1289.319926 112.099592 +L 1289.319926 86.387899 +L 1291.506446 86.387899 +L 1291.506446 82.211381 +L 1293.692966 82.211381 +L 1293.692966 44.057143 +L 1295.879487 44.057143 +L 1295.879487 99.221993 +L 1298.066007 99.221993 +L 1298.066007 81.036735 +L 1300.252527 81.036735 +L 1300.252527 75.163505 +L 1302.439048 75.163505 +L 1302.439048 75.294022 +L 1304.625568 75.294022 +L 1304.625568 48.472941 +L 1306.812089 48.472941 +L 1306.812089 88.4109 +L 1308.998609 88.4109 +L 1308.998609 60.893733 +L 1311.185129 60.893733 +L 1311.185129 78.730948 +L 1313.37165 78.730948 +L 1313.37165 88.345642 +L 1315.55817 88.345642 +L 1315.55817 91.586795 +L 1317.74469 91.586795 +L 1317.74469 107.096471 +L 1319.931211 107.096471 +L 1319.931211 80.253637 +L 1322.117731 80.253637 +L 1322.117731 98.525906 +L 1324.304252 98.525906 +L 1324.304252 69.094502 +L 1326.490772 69.094502 +L 1326.490772 115.297239 +L 1328.677292 115.297239 +L 1328.677292 109.358752 +L 1330.863813 109.358752 +L 1330.863813 108.771429 +L 1333.050333 108.771429 +L 1333.050333 63.112509 +L 1335.236853 63.112509 +L 1335.236853 120.496134 +L 1337.423374 120.496134 +L 1337.423374 106.356879 +L 1339.609894 106.356879 +L 1339.609894 107.074718 +L 1341.796415 107.074718 +L 1341.796415 84.952221 +L 1343.982935 84.952221 +L 1343.982935 128.67515 +L 1346.169455 128.67515 +L 1346.169455 102.376134 +L 1348.355976 102.376134 +L 1348.355976 107.00946 +L 1350.542496 107.00946 +L 1350.542496 103.311501 +L 1352.729016 103.311501 +L 1352.729016 128.457623 +L 1354.915537 128.457623 +L 1354.915537 132.590636 +L 1357.102057 132.590636 +L 1357.102057 118.581897 +L 1359.288578 118.581897 +L 1359.288578 145.816279 +L 1361.475098 145.816279 +L 1361.475098 116.145594 +L 1363.661618 116.145594 +L 1363.661618 125.020696 +L 1365.848139 125.020696 +L 1365.848139 130.241345 +L 1368.034659 130.241345 +L 1368.034659 135.070444 +L 1370.221179 135.070444 +L 1370.221179 141.661513 +L 1372.4077 141.661513 +L 1372.4077 142.053061 +L 1374.59422 142.053061 +L 1374.59422 133.765282 +L 1376.780741 133.765282 +L 1376.780741 140.095318 +L 1378.967261 140.095318 +L 1378.967261 138.529124 +L 1381.153781 138.529124 +L 1381.153781 139.769028 +L 1383.340302 139.769028 +L 1383.340302 135.853541 +L 1385.526822 135.853541 +L 1385.526822 144.989676 +L 1387.713342 144.989676 +L 1387.713342 147.012677 +L 1389.899863 147.012677 +L 1389.899863 142.901417 +L 1392.086383 142.901417 +L 1392.086383 141.335222 +L 1394.272904 141.335222 +L 1394.272904 143.292965 +L 1396.459424 143.292965 +L 1396.459424 142.314094 +L 1398.645944 142.314094 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 137.419736 +L 1403.018985 137.419736 +L 1403.018985 147.208451 +L 1405.205505 147.208451 +L 1405.205505 142.314094 +L 1407.392026 142.314094 +L 1407.392026 144.076062 +L 1409.578546 144.076062 +L 1409.578546 140.552125 +L 1411.765067 140.552125 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_44"> + <path clip-path="url(#p71fe2e8b28)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1212.791712 147.6 +L 1212.791712 137.158703 +L 1214.978233 137.158703 +L 1214.978233 147.469484 +L 1217.164753 147.469484 +L 1217.164753 147.6 +L 1219.351274 147.6 +L 1219.351274 144.076062 +L 1221.537794 144.076062 +L 1221.537794 140.552125 +L 1223.724314 140.552125 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1228.097355 147.6 +L 1228.097355 139.116447 +L 1230.283875 139.116447 +L 1230.283875 145.511741 +L 1232.470396 145.511741 +L 1232.470396 147.6 +L 1234.656916 147.6 +L 1234.656916 140.813157 +L 1236.843437 140.813157 +L 1236.843437 134.678896 +L 1239.029957 134.678896 +L 1239.029957 146.164322 +L 1241.216477 146.164322 +L 1241.216477 147.6 +L 1243.402998 147.6 +L 1243.402998 137.158703 +L 1245.589518 137.158703 +L 1245.589518 136.897671 +L 1247.776038 136.897671 +L 1247.776038 147.6 +L 1249.962559 147.6 +L 1249.962559 145.250708 +L 1252.149079 145.250708 +L 1252.149079 128.67515 +L 1254.3356 128.67515 +L 1254.3356 126.586891 +L 1256.52212 126.586891 +L 1256.52212 137.028187 +L 1258.70864 137.028187 +L 1258.70864 147.6 +L 1260.895161 147.6 +L 1260.895161 131.938055 +L 1263.081681 131.938055 +L 1263.081681 135.592509 +L 1265.268201 135.592509 +L 1265.268201 140.421609 +L 1267.454722 140.421609 +L 1267.454722 127.369988 +L 1269.641242 127.369988 +L 1269.641242 118.233854 +L 1271.827763 118.233854 +L 1271.827763 137.28922 +L 1274.014283 137.28922 +L 1274.014283 138.855414 +L 1276.200803 138.855414 +L 1276.200803 111.447011 +L 1278.387324 111.447011 +L 1278.387324 139.246963 +L 1280.573844 139.246963 +L 1280.573844 147.6 +L 1282.760364 147.6 +L 1282.760364 122.671405 +L 1284.946885 122.671405 +L 1284.946885 105.704298 +L 1287.133405 105.704298 +L 1287.133405 140.421609 +L 1289.319926 140.421609 +L 1289.319926 140.552125 +L 1291.506446 140.552125 +L 1291.506446 123.062953 +L 1293.692966 123.062953 +L 1293.692966 106.400384 +L 1295.879487 106.400384 +L 1295.879487 129.284226 +L 1298.066007 129.284226 +L 1298.066007 129.588764 +L 1300.252527 129.588764 +L 1300.252527 127.239472 +L 1302.439048 127.239472 +L 1302.439048 122.018824 +L 1304.625568 122.018824 +L 1304.625568 116.27611 +L 1306.812089 116.27611 +L 1306.812089 126.195342 +L 1308.998609 126.195342 +L 1308.998609 118.299112 +L 1311.185129 118.299112 +L 1311.185129 123.062953 +L 1313.37165 123.062953 +L 1313.37165 125.738535 +L 1315.55817 125.738535 +L 1315.55817 126.804418 +L 1317.74469 126.804418 +L 1317.74469 133.351981 +L 1319.931211 133.351981 +L 1319.931211 133.895798 +L 1322.117731 133.895798 +L 1322.117731 130.502377 +L 1324.304252 130.502377 +L 1324.304252 110.011333 +L 1326.490772 110.011333 +L 1326.490772 134.091573 +L 1328.677292 134.091573 +L 1328.677292 146.294838 +L 1330.863813 146.294838 +L 1330.863813 139.442737 +L 1333.050333 139.442737 +L 1333.050333 105.356255 +L 1335.236853 105.356255 +L 1335.236853 134.63539 +L 1337.423374 134.63539 +L 1337.423374 147.534742 +L 1339.609894 147.534742 +L 1339.609894 129.980312 +L 1341.796415 129.980312 +L 1341.796415 121.562017 +L 1343.982935 121.562017 +L 1343.982935 143.684514 +L 1346.169455 143.684514 +L 1346.169455 137.419736 +L 1348.355976 137.419736 +L 1348.355976 127.826795 +L 1350.542496 127.826795 +L 1350.542496 130.741657 +L 1352.729016 130.741657 +L 1352.729016 143.314718 +L 1354.915537 143.314718 +L 1354.915537 140.095318 +L 1357.102057 140.095318 +L 1357.102057 137.550252 +L 1359.288578 137.550252 +L 1359.288578 147.534742 +L 1361.475098 147.534742 +L 1361.475098 139.638511 +L 1363.661618 139.638511 +L 1363.661618 139.116447 +L 1365.848139 139.116447 +L 1365.848139 138.920672 +L 1368.034659 138.920672 +L 1368.034659 141.335222 +L 1370.221179 141.335222 +L 1370.221179 147.273709 +L 1372.4077 147.273709 +L 1372.4077 147.469484 +L 1374.59422 147.469484 +L 1374.59422 140.682641 +L 1376.780741 140.682641 +L 1376.780741 144.076062 +L 1378.967261 144.076062 +L 1378.967261 147.6 +L 1381.153781 147.6 +L 1381.153781 144.206579 +L 1383.340302 144.206579 +L 1383.340302 141.726771 +L 1385.526822 141.726771 +L 1385.526822 146.294838 +L 1387.713342 146.294838 +L 1387.713342 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1392.086383 147.6 +L 1392.086383 144.467611 +L 1394.272904 144.467611 +L 1394.272904 145.446483 +L 1396.459424 145.446483 +L 1396.459424 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 142.509868 +L 1403.018985 142.509868 +L 1403.018985 147.404226 +L 1405.205505 147.404226 +L 1405.205505 147.6 +L 1407.392026 147.6 +L 1407.392026 145.838031 +L 1409.578546 145.838031 +L 1409.578546 144.076062 +L 1411.765067 144.076062 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_45"> + <path clip-path="url(#p71fe2e8b28)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 137.680768 +L 1210.605192 137.680768 +L 1210.605192 146.947419 +L 1212.791712 146.947419 +L 1212.791712 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 137.028187 +L 1219.351274 137.028187 +L 1219.351274 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 137.028187 +L 1228.097355 137.028187 +L 1228.097355 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1232.470396 147.6 +L 1232.470396 135.984058 +L 1234.656916 135.984058 +L 1234.656916 138.072317 +L 1236.843437 138.072317 +L 1236.843437 147.6 +L 1239.029957 147.6 +L 1239.029957 137.550252 +L 1241.216477 137.550252 +L 1241.216477 136.506122 +L 1243.402998 136.506122 +L 1243.402998 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1247.776038 147.6 +L 1247.776038 137.028187 +L 1249.962559 137.028187 +L 1249.962559 115.884562 +L 1252.149079 115.884562 +L 1252.149079 137.028187 +L 1254.3356 137.028187 +L 1254.3356 147.6 +L 1256.52212 147.6 +L 1256.52212 142.7709 +L 1258.70864 142.7709 +L 1258.70864 131.285474 +L 1260.895161 131.285474 +L 1260.895161 137.028187 +L 1263.081681 137.028187 +L 1263.081681 129.327731 +L 1265.268201 129.327731 +L 1265.268201 113.013205 +L 1267.454722 113.013205 +L 1267.454722 138.463866 +L 1269.641242 138.463866 +L 1269.641242 144.989676 +L 1271.827763 144.989676 +L 1271.827763 121.322737 +L 1274.014283 121.322737 +L 1274.014283 122.192845 +L 1276.200803 122.192845 +L 1276.200803 147.6 +L 1278.387324 147.6 +L 1278.387324 137.028187 +L 1280.573844 137.028187 +L 1280.573844 94.740936 +L 1282.760364 94.740936 +L 1282.760364 137.028187 +L 1284.946885 137.028187 +L 1284.946885 147.6 +L 1287.133405 147.6 +L 1287.133405 126.456375 +L 1289.319926 126.456375 +L 1289.319926 100.483649 +L 1291.506446 100.483649 +L 1291.506446 131.285474 +L 1293.692966 131.285474 +L 1293.692966 126.456375 +L 1295.879487 126.456375 +L 1295.879487 135.853541 +L 1298.066007 135.853541 +L 1298.066007 117.059208 +L 1300.252527 117.059208 +L 1300.252527 115.884562 +L 1302.439048 115.884562 +L 1302.439048 126.456375 +L 1304.625568 126.456375 +L 1304.625568 111.12072 +L 1306.812089 111.12072 +L 1306.812089 131.220216 +L 1308.998609 131.220216 +L 1308.998609 119.49551 +L 1311.185129 119.49551 +L 1311.185129 127.805042 +L 1313.37165 127.805042 +L 1313.37165 132.068571 +L 1315.55817 132.068571 +L 1315.55817 133.177959 +L 1317.74469 133.177959 +L 1317.74469 135.592509 +L 1319.931211 135.592509 +L 1319.931211 107.662041 +L 1322.117731 107.662041 +L 1322.117731 132.721152 +L 1324.304252 132.721152 +L 1324.304252 144.271837 +L 1326.490772 144.271837 +L 1326.490772 142.314094 +L 1328.677292 142.314094 +L 1328.677292 111.969076 +L 1330.863813 111.969076 +L 1330.863813 125.085954 +L 1333.050333 125.085954 +L 1333.050333 147.6 +L 1335.236853 147.6 +L 1335.236853 146.425354 +L 1337.423374 146.425354 +L 1337.423374 106.487395 +L 1339.609894 106.487395 +L 1339.609894 142.314094 +L 1341.796415 142.314094 +L 1341.796415 137.028187 +L 1343.982935 137.028187 +L 1343.982935 136.506122 +L 1346.169455 136.506122 +L 1346.169455 122.736663 +L 1348.355976 122.736663 +L 1348.355976 146.55587 +L 1350.542496 146.55587 +L 1350.542496 137.028187 +L 1352.729016 137.028187 +L 1352.729016 137.028187 +L 1354.915537 137.028187 +L 1354.915537 147.6 +L 1357.102057 147.6 +L 1357.102057 138.681393 +L 1359.288578 138.681393 +L 1359.288578 145.946795 +L 1361.475098 145.946795 +L 1361.475098 132.068571 +L 1363.661618 132.068571 +L 1363.661618 141.987803 +L 1365.848139 141.987803 +L 1365.848139 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1370.221179 147.6 +L 1370.221179 142.314094 +L 1372.4077 142.314094 +L 1372.4077 142.314094 +L 1374.59422 142.314094 +L 1374.59422 147.6 +L 1376.780741 147.6 +L 1376.780741 147.143193 +L 1378.967261 147.143193 +L 1378.967261 138.529124 +L 1381.153781 138.529124 +L 1381.153781 146.55587 +L 1383.340302 146.55587 +L 1383.340302 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1387.713342 147.6 +L 1387.713342 147.012677 +L 1389.899863 147.012677 +L 1389.899863 142.901417 +L 1392.086383 142.901417 +L 1392.086383 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1396.459424 147.6 +L 1396.459424 142.314094 +L 1398.645944 142.314094 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1405.205505 147.6 +L 1405.205505 142.314094 +L 1407.392026 142.314094 +L 1407.392026 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_46"> + <path clip-path="url(#p71fe2e8b28)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1212.791712 147.6 +L 1212.791712 137.158703 +L 1214.978233 137.158703 +L 1214.978233 147.469484 +L 1217.164753 147.469484 +L 1217.164753 147.6 +L 1219.351274 147.6 +L 1219.351274 144.076062 +L 1221.537794 144.076062 +L 1221.537794 140.552125 +L 1223.724314 140.552125 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1228.097355 147.6 +L 1228.097355 139.116447 +L 1230.283875 139.116447 +L 1230.283875 145.511741 +L 1232.470396 145.511741 +L 1232.470396 147.6 +L 1234.656916 147.6 +L 1234.656916 140.813157 +L 1236.843437 140.813157 +L 1236.843437 134.678896 +L 1239.029957 134.678896 +L 1239.029957 146.164322 +L 1241.216477 146.164322 +L 1241.216477 147.6 +L 1243.402998 147.6 +L 1243.402998 137.158703 +L 1245.589518 137.158703 +L 1245.589518 136.897671 +L 1247.776038 136.897671 +L 1247.776038 147.6 +L 1249.962559 147.6 +L 1249.962559 145.250708 +L 1252.149079 145.250708 +L 1252.149079 128.67515 +L 1254.3356 128.67515 +L 1254.3356 126.586891 +L 1256.52212 126.586891 +L 1256.52212 137.028187 +L 1258.70864 137.028187 +L 1258.70864 147.6 +L 1260.895161 147.6 +L 1260.895161 131.938055 +L 1263.081681 131.938055 +L 1263.081681 135.592509 +L 1265.268201 135.592509 +L 1265.268201 140.421609 +L 1267.454722 140.421609 +L 1267.454722 127.369988 +L 1269.641242 127.369988 +L 1269.641242 118.233854 +L 1271.827763 118.233854 +L 1271.827763 137.28922 +L 1274.014283 137.28922 +L 1274.014283 138.855414 +L 1276.200803 138.855414 +L 1276.200803 111.447011 +L 1278.387324 111.447011 +L 1278.387324 139.246963 +L 1280.573844 139.246963 +L 1280.573844 147.6 +L 1282.760364 147.6 +L 1282.760364 122.671405 +L 1284.946885 122.671405 +L 1284.946885 105.704298 +L 1287.133405 105.704298 +L 1287.133405 140.421609 +L 1289.319926 140.421609 +L 1289.319926 140.552125 +L 1291.506446 140.552125 +L 1291.506446 123.062953 +L 1293.692966 123.062953 +L 1293.692966 106.400384 +L 1295.879487 106.400384 +L 1295.879487 129.284226 +L 1298.066007 129.284226 +L 1298.066007 129.588764 +L 1300.252527 129.588764 +L 1300.252527 127.239472 +L 1302.439048 127.239472 +L 1302.439048 122.018824 +L 1304.625568 122.018824 +L 1304.625568 116.27611 +L 1306.812089 116.27611 +L 1306.812089 126.195342 +L 1308.998609 126.195342 +L 1308.998609 118.299112 +L 1311.185129 118.299112 +L 1311.185129 123.062953 +L 1313.37165 123.062953 +L 1313.37165 125.738535 +L 1315.55817 125.738535 +L 1315.55817 126.804418 +L 1317.74469 126.804418 +L 1317.74469 133.351981 +L 1319.931211 133.351981 +L 1319.931211 133.895798 +L 1322.117731 133.895798 +L 1322.117731 130.502377 +L 1324.304252 130.502377 +L 1324.304252 110.011333 +L 1326.490772 110.011333 +L 1326.490772 134.091573 +L 1328.677292 134.091573 +L 1328.677292 146.294838 +L 1330.863813 146.294838 +L 1330.863813 139.442737 +L 1333.050333 139.442737 +L 1333.050333 105.356255 +L 1335.236853 105.356255 +L 1335.236853 134.63539 +L 1337.423374 134.63539 +L 1337.423374 147.534742 +L 1339.609894 147.534742 +L 1339.609894 129.980312 +L 1341.796415 129.980312 +L 1341.796415 121.562017 +L 1343.982935 121.562017 +L 1343.982935 143.684514 +L 1346.169455 143.684514 +L 1346.169455 137.419736 +L 1348.355976 137.419736 +L 1348.355976 127.826795 +L 1350.542496 127.826795 +L 1350.542496 130.741657 +L 1352.729016 130.741657 +L 1352.729016 143.314718 +L 1354.915537 143.314718 +L 1354.915537 140.095318 +L 1357.102057 140.095318 +L 1357.102057 137.550252 +L 1359.288578 137.550252 +L 1359.288578 147.534742 +L 1361.475098 147.534742 +L 1361.475098 139.638511 +L 1363.661618 139.638511 +L 1363.661618 139.116447 +L 1365.848139 139.116447 +L 1365.848139 138.920672 +L 1368.034659 138.920672 +L 1368.034659 141.335222 +L 1370.221179 141.335222 +L 1370.221179 147.273709 +L 1372.4077 147.273709 +L 1372.4077 147.469484 +L 1374.59422 147.469484 +L 1374.59422 140.682641 +L 1376.780741 140.682641 +L 1376.780741 144.076062 +L 1378.967261 144.076062 +L 1378.967261 147.6 +L 1381.153781 147.6 +L 1381.153781 144.206579 +L 1383.340302 144.206579 +L 1383.340302 141.726771 +L 1385.526822 141.726771 +L 1385.526822 146.294838 +L 1387.713342 146.294838 +L 1387.713342 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1392.086383 147.6 +L 1392.086383 144.467611 +L 1394.272904 144.467611 +L 1394.272904 145.446483 +L 1396.459424 145.446483 +L 1396.459424 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 142.509868 +L 1403.018985 142.509868 +L 1403.018985 147.404226 +L 1405.205505 147.404226 +L 1405.205505 147.6 +L 1407.392026 147.6 +L 1407.392026 145.838031 +L 1409.578546 145.838031 +L 1409.578546 144.076062 +L 1411.765067 144.076062 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_54"> + <path clip-path="url(#p71fe2e8b28)" d="M 1353.766383 147.6 +L 1353.766383 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_47"> + <path d="M 1190.926509 147.6 +L 1190.926509 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_48"> + <path d="M 1431.44375 147.6 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_49"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_50"> + <path d="M 1190.926509 38.88 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_62"> + <!-- 2% --> + <g style="fill:#262626;" transform="translate(1299.179504 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-50"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="text_63"> + <!-- example lidar with linear polarizer before receiver - RotL error contribution --> + <defs> + <path d="M 0.734375 0 +L 19.671875 26.953125 +L 2.15625 51.859375 +L 13.140625 51.859375 +L 21.09375 39.703125 +Q 23.34375 36.234375 24.703125 33.890625 +Q 26.859375 37.109375 28.65625 39.59375 +L 37.40625 51.859375 +L 47.90625 51.859375 +L 29.984375 27.4375 +L 49.265625 0 +L 38.484375 0 +L 27.828125 16.109375 +L 25 20.453125 +L 11.375 0 +z +" id="ArialMT-120"/> + <path d="M 40.4375 6.390625 +Q 35.546875 2.25 31.03125 0.53125 +Q 26.515625 -1.171875 21.34375 -1.171875 +Q 12.796875 -1.171875 8.203125 3 +Q 3.609375 7.171875 3.609375 13.671875 +Q 3.609375 17.484375 5.34375 20.625 +Q 7.078125 23.78125 9.890625 25.6875 +Q 12.703125 27.59375 16.21875 28.5625 +Q 18.796875 29.25 24.03125 29.890625 +Q 34.671875 31.15625 39.703125 32.90625 +Q 39.75 34.71875 39.75 35.203125 +Q 39.75 40.578125 37.25 42.78125 +Q 33.890625 45.75 27.25 45.75 +Q 21.046875 45.75 18.09375 43.578125 +Q 15.140625 41.40625 13.71875 35.890625 +L 5.125 37.0625 +Q 6.296875 42.578125 8.984375 45.96875 +Q 11.671875 49.359375 16.75 51.1875 +Q 21.828125 53.03125 28.515625 53.03125 +Q 35.15625 53.03125 39.296875 51.46875 +Q 43.453125 49.90625 45.40625 47.53125 +Q 47.359375 45.171875 48.140625 41.546875 +Q 48.578125 39.3125 48.578125 33.453125 +L 48.578125 21.734375 +Q 48.578125 9.46875 49.140625 6.21875 +Q 49.703125 2.984375 51.375 0 +L 42.1875 0 +Q 40.828125 2.734375 40.4375 6.390625 +z +M 39.703125 26.03125 +Q 34.90625 24.078125 25.34375 22.703125 +Q 19.921875 21.921875 17.671875 20.9375 +Q 15.4375 19.96875 14.203125 18.09375 +Q 12.984375 16.21875 12.984375 13.921875 +Q 12.984375 10.40625 15.640625 8.0625 +Q 18.3125 5.71875 23.4375 5.71875 +Q 28.515625 5.71875 32.46875 7.9375 +Q 36.421875 10.15625 38.28125 14.015625 +Q 39.703125 17 39.703125 22.796875 +z +" id="ArialMT-97"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.453125 51.859375 +L 14.453125 44.578125 +Q 16.890625 48.390625 20.9375 50.703125 +Q 25 53.03125 30.171875 53.03125 +Q 35.9375 53.03125 39.625 50.640625 +Q 43.3125 48.25 44.828125 43.953125 +Q 50.984375 53.03125 60.84375 53.03125 +Q 68.5625 53.03125 72.703125 48.75 +Q 76.859375 44.484375 76.859375 35.59375 +L 76.859375 0 +L 68.109375 0 +L 68.109375 32.671875 +Q 68.109375 37.9375 67.25 40.25 +Q 66.40625 42.578125 64.15625 43.984375 +Q 61.921875 45.40625 58.890625 45.40625 +Q 53.421875 45.40625 49.796875 41.765625 +Q 46.1875 38.140625 46.1875 30.125 +L 46.1875 0 +L 37.40625 0 +L 37.40625 33.6875 +Q 37.40625 39.546875 35.25 42.46875 +Q 33.109375 45.40625 28.21875 45.40625 +Q 24.515625 45.40625 21.359375 43.453125 +Q 18.21875 41.5 16.796875 37.734375 +Q 15.375 33.984375 15.375 26.90625 +L 15.375 0 +z +" id="ArialMT-109"/> + <path d="M 6.59375 -19.875 +L 6.59375 51.859375 +L 14.59375 51.859375 +L 14.59375 45.125 +Q 17.4375 49.078125 21 51.046875 +Q 24.5625 53.03125 29.640625 53.03125 +Q 36.28125 53.03125 41.359375 49.609375 +Q 46.4375 46.1875 49.015625 39.953125 +Q 51.609375 33.734375 51.609375 26.3125 +Q 51.609375 18.359375 48.75 11.984375 +Q 45.90625 5.609375 40.453125 2.21875 +Q 35.015625 -1.171875 29 -1.171875 +Q 24.609375 -1.171875 21.109375 0.6875 +Q 17.625 2.546875 15.375 5.375 +L 15.375 -19.875 +z +M 14.546875 25.640625 +Q 14.546875 15.625 18.59375 10.84375 +Q 22.65625 6.0625 28.421875 6.0625 +Q 34.28125 6.0625 38.453125 11.015625 +Q 42.625 15.96875 42.625 26.375 +Q 42.625 36.28125 38.546875 41.203125 +Q 34.46875 46.140625 28.8125 46.140625 +Q 23.1875 46.140625 18.859375 40.890625 +Q 14.546875 35.640625 14.546875 25.640625 +z +" id="ArialMT-112"/> + <path d="M 6.390625 0 +L 6.390625 71.578125 +L 15.1875 71.578125 +L 15.1875 0 +z +" id="ArialMT-108"/> + <path d="M 6.640625 61.46875 +L 6.640625 71.578125 +L 15.4375 71.578125 +L 15.4375 61.46875 +z +M 6.640625 0 +L 6.640625 51.859375 +L 15.4375 51.859375 +L 15.4375 0 +z +" id="ArialMT-105"/> + <path d="M 40.234375 0 +L 40.234375 6.546875 +Q 35.296875 -1.171875 25.734375 -1.171875 +Q 19.53125 -1.171875 14.328125 2.25 +Q 9.125 5.671875 6.265625 11.796875 +Q 3.421875 17.921875 3.421875 25.875 +Q 3.421875 33.640625 6 39.96875 +Q 8.59375 46.296875 13.765625 49.65625 +Q 18.953125 53.03125 25.34375 53.03125 +Q 30.03125 53.03125 33.6875 51.046875 +Q 37.359375 49.078125 39.65625 45.90625 +L 39.65625 71.578125 +L 48.390625 71.578125 +L 48.390625 0 +z +M 12.453125 25.875 +Q 12.453125 15.921875 16.640625 10.984375 +Q 20.84375 6.0625 26.5625 6.0625 +Q 32.328125 6.0625 36.34375 10.765625 +Q 40.375 15.484375 40.375 25.140625 +Q 40.375 35.796875 36.265625 40.765625 +Q 32.171875 45.75 26.171875 45.75 +Q 20.3125 45.75 16.375 40.96875 +Q 12.453125 36.1875 12.453125 25.875 +z +" id="ArialMT-100"/> + <path d="M 16.15625 0 +L 0.296875 51.859375 +L 9.375 51.859375 +L 17.625 21.921875 +L 20.703125 10.796875 +Q 20.90625 11.625 23.390625 21.484375 +L 31.640625 51.859375 +L 40.671875 51.859375 +L 48.4375 21.78125 +L 51.03125 11.859375 +L 54 21.875 +L 62.890625 51.859375 +L 71.4375 51.859375 +L 55.21875 0 +L 46.09375 0 +L 37.84375 31.0625 +L 35.84375 39.890625 +L 25.34375 0 +z +" id="ArialMT-119"/> + <path d="M 6.59375 0 +L 6.59375 71.578125 +L 15.375 71.578125 +L 15.375 45.90625 +Q 21.53125 53.03125 30.90625 53.03125 +Q 36.671875 53.03125 40.921875 50.75 +Q 45.171875 48.484375 47 44.484375 +Q 48.828125 40.484375 48.828125 32.859375 +L 48.828125 0 +L 40.046875 0 +L 40.046875 32.859375 +Q 40.046875 39.453125 37.1875 42.453125 +Q 34.328125 45.453125 29.109375 45.453125 +Q 25.203125 45.453125 21.75 43.421875 +Q 18.3125 41.40625 16.84375 37.9375 +Q 15.375 34.46875 15.375 28.375 +L 15.375 0 +z +" id="ArialMT-104"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.5 51.859375 +L 14.5 44.484375 +Q 20.21875 53.03125 31 53.03125 +Q 35.6875 53.03125 39.625 51.34375 +Q 43.5625 49.65625 45.515625 46.921875 +Q 47.46875 44.1875 48.25 40.4375 +Q 48.734375 37.984375 48.734375 31.890625 +L 48.734375 0 +L 39.9375 0 +L 39.9375 31.546875 +Q 39.9375 36.921875 38.90625 39.578125 +Q 37.890625 42.234375 35.28125 43.8125 +Q 32.671875 45.40625 29.15625 45.40625 +Q 23.53125 45.40625 19.453125 41.84375 +Q 15.375 38.28125 15.375 28.328125 +L 15.375 0 +z +" id="ArialMT-110"/> + <path d="M 3.328125 25.921875 +Q 3.328125 40.328125 11.328125 47.265625 +Q 18.015625 53.03125 27.640625 53.03125 +Q 38.328125 53.03125 45.109375 46.015625 +Q 51.90625 39.015625 51.90625 26.65625 +Q 51.90625 16.65625 48.90625 10.90625 +Q 45.90625 5.171875 40.15625 2 +Q 34.421875 -1.171875 27.640625 -1.171875 +Q 16.75 -1.171875 10.03125 5.8125 +Q 3.328125 12.796875 3.328125 25.921875 +z +M 12.359375 25.921875 +Q 12.359375 15.96875 16.703125 11.015625 +Q 21.046875 6.0625 27.640625 6.0625 +Q 34.1875 6.0625 38.53125 11.03125 +Q 42.875 16.015625 42.875 26.21875 +Q 42.875 35.84375 38.5 40.796875 +Q 34.125 45.75 27.640625 45.75 +Q 21.046875 45.75 16.703125 40.8125 +Q 12.359375 35.890625 12.359375 25.921875 +z +" id="ArialMT-111"/> + <path d="M 1.953125 0 +L 1.953125 7.125 +L 34.96875 45.015625 +Q 29.34375 44.734375 25.046875 44.734375 +L 3.90625 44.734375 +L 3.90625 51.859375 +L 46.296875 51.859375 +L 46.296875 46.046875 +L 18.21875 13.140625 +L 12.796875 7.125 +Q 18.703125 7.5625 23.875 7.5625 +L 47.859375 7.5625 +L 47.859375 0 +z +" id="ArialMT-122"/> + <path d="M 14.703125 0 +L 6.546875 0 +L 6.546875 71.578125 +L 15.328125 71.578125 +L 15.328125 46.046875 +Q 20.90625 53.03125 29.546875 53.03125 +Q 34.328125 53.03125 38.59375 51.09375 +Q 42.875 49.171875 45.625 45.671875 +Q 48.390625 42.1875 49.953125 37.25 +Q 51.515625 32.328125 51.515625 26.703125 +Q 51.515625 13.375 44.921875 6.09375 +Q 38.328125 -1.171875 29.109375 -1.171875 +Q 19.921875 -1.171875 14.703125 6.5 +z +M 14.59375 26.3125 +Q 14.59375 17 17.140625 12.84375 +Q 21.296875 6.0625 28.375 6.0625 +Q 34.125 6.0625 38.328125 11.0625 +Q 42.53125 16.0625 42.53125 25.984375 +Q 42.53125 36.140625 38.5 40.96875 +Q 34.46875 45.796875 28.765625 45.796875 +Q 23 45.796875 18.796875 40.796875 +Q 14.59375 35.796875 14.59375 26.3125 +z +" id="ArialMT-98"/> + <path d="M 8.6875 0 +L 8.6875 45.015625 +L 0.921875 45.015625 +L 0.921875 51.859375 +L 8.6875 51.859375 +L 8.6875 57.375 +Q 8.6875 62.59375 9.625 65.140625 +Q 10.890625 68.5625 14.078125 70.671875 +Q 17.28125 72.796875 23.046875 72.796875 +Q 26.765625 72.796875 31.25 71.921875 +L 29.9375 64.265625 +Q 27.203125 64.75 24.75 64.75 +Q 20.75 64.75 19.09375 63.03125 +Q 17.4375 61.328125 17.4375 56.640625 +L 17.4375 51.859375 +L 27.546875 51.859375 +L 27.546875 45.015625 +L 17.4375 45.015625 +L 17.4375 0 +z +" id="ArialMT-102"/> + <path d="M 40.4375 19 +L 49.078125 17.875 +Q 47.65625 8.9375 41.8125 3.875 +Q 35.984375 -1.171875 27.484375 -1.171875 +Q 16.84375 -1.171875 10.375 5.78125 +Q 3.90625 12.75 3.90625 25.734375 +Q 3.90625 34.125 6.6875 40.421875 +Q 9.46875 46.734375 15.15625 49.875 +Q 20.84375 53.03125 27.546875 53.03125 +Q 35.984375 53.03125 41.359375 48.75 +Q 46.734375 44.484375 48.25 36.625 +L 39.703125 35.296875 +Q 38.484375 40.53125 35.375 43.15625 +Q 32.28125 45.796875 27.875 45.796875 +Q 21.234375 45.796875 17.078125 41.03125 +Q 12.9375 36.28125 12.9375 25.984375 +Q 12.9375 15.53125 16.9375 10.796875 +Q 20.953125 6.0625 27.390625 6.0625 +Q 32.5625 6.0625 36.03125 9.234375 +Q 39.5 12.40625 40.4375 19 +z +" id="ArialMT-99"/> + <path d="M 21 0 +L 1.265625 51.859375 +L 10.546875 51.859375 +L 21.6875 20.796875 +Q 23.484375 15.765625 25 10.359375 +Q 26.171875 14.453125 28.265625 20.21875 +L 39.796875 51.859375 +L 48.828125 51.859375 +L 29.203125 0 +z +" id="ArialMT-118"/> + </defs> + <g style="fill:#262626;" transform="translate(483.085156 17.391563)scale(0.14 -0.14)"> + <use xlink:href="#ArialMT-101"/> + <use x="55.615234" xlink:href="#ArialMT-120"/> + <use x="105.615234" xlink:href="#ArialMT-97"/> + <use x="161.230469" xlink:href="#ArialMT-109"/> + <use x="244.53125" xlink:href="#ArialMT-112"/> + <use x="300.146484" xlink:href="#ArialMT-108"/> + <use x="322.363281" xlink:href="#ArialMT-101"/> + <use x="377.978516" xlink:href="#ArialMT-32"/> + <use x="405.761719" xlink:href="#ArialMT-108"/> + <use x="427.978516" xlink:href="#ArialMT-105"/> + <use x="450.195312" xlink:href="#ArialMT-100"/> + <use x="505.810547" xlink:href="#ArialMT-97"/> + <use x="561.425781" xlink:href="#ArialMT-114"/> + <use x="594.726562" xlink:href="#ArialMT-32"/> + <use x="622.509766" xlink:href="#ArialMT-119"/> + <use x="694.726562" xlink:href="#ArialMT-105"/> + <use x="716.943359" xlink:href="#ArialMT-116"/> + <use x="744.726562" xlink:href="#ArialMT-104"/> + <use x="800.341797" xlink:href="#ArialMT-32"/> + <use x="828.125" xlink:href="#ArialMT-108"/> + <use x="850.341797" xlink:href="#ArialMT-105"/> + <use x="872.558594" xlink:href="#ArialMT-110"/> + <use x="928.173828" xlink:href="#ArialMT-101"/> + <use x="983.789062" xlink:href="#ArialMT-97"/> + <use x="1039.404297" xlink:href="#ArialMT-114"/> + <use x="1072.705078" xlink:href="#ArialMT-32"/> + <use x="1100.488281" xlink:href="#ArialMT-112"/> + <use x="1156.103516" xlink:href="#ArialMT-111"/> + <use x="1211.71875" xlink:href="#ArialMT-108"/> + <use x="1233.935547" xlink:href="#ArialMT-97"/> + <use x="1289.550781" xlink:href="#ArialMT-114"/> + <use x="1322.851562" xlink:href="#ArialMT-105"/> + <use x="1345.068359" xlink:href="#ArialMT-122"/> + <use x="1395.068359" xlink:href="#ArialMT-101"/> + <use x="1450.683594" xlink:href="#ArialMT-114"/> + <use x="1483.984375" xlink:href="#ArialMT-32"/> + <use x="1511.767578" xlink:href="#ArialMT-98"/> + <use x="1567.382812" xlink:href="#ArialMT-101"/> + <use x="1622.998047" xlink:href="#ArialMT-102"/> + <use x="1650.78125" xlink:href="#ArialMT-111"/> + <use x="1706.396484" xlink:href="#ArialMT-114"/> + <use x="1739.697266" xlink:href="#ArialMT-101"/> + <use x="1795.3125" xlink:href="#ArialMT-32"/> + <use x="1823.095703" xlink:href="#ArialMT-114"/> + <use x="1856.396484" xlink:href="#ArialMT-101"/> + <use x="1912.011719" xlink:href="#ArialMT-99"/> + <use x="1962.011719" xlink:href="#ArialMT-101"/> + <use x="2017.626953" xlink:href="#ArialMT-105"/> + <use x="2039.84375" xlink:href="#ArialMT-118"/> + <use x="2089.84375" xlink:href="#ArialMT-101"/> + <use x="2145.458984" xlink:href="#ArialMT-114"/> + <use x="2178.759766" xlink:href="#ArialMT-32"/> + <use x="2206.542969" xlink:href="#ArialMT-45"/> + <use x="2239.84375" xlink:href="#ArialMT-32"/> + <use x="2267.626953" xlink:href="#ArialMT-82"/> + <use x="2339.84375" xlink:href="#ArialMT-111"/> + <use x="2395.458984" xlink:href="#ArialMT-116"/> + <use x="2423.242188" xlink:href="#ArialMT-76"/> + <use x="2478.810547" xlink:href="#ArialMT-32"/> + <use x="2506.59375" xlink:href="#ArialMT-101"/> + <use x="2562.208984" xlink:href="#ArialMT-114"/> + <use x="2595.509766" xlink:href="#ArialMT-114"/> + <use x="2628.810547" xlink:href="#ArialMT-111"/> + <use x="2684.425781" xlink:href="#ArialMT-114"/> + <use x="2717.726562" xlink:href="#ArialMT-32"/> + <use x="2745.509766" xlink:href="#ArialMT-99"/> + <use x="2795.509766" xlink:href="#ArialMT-111"/> + <use x="2851.125" xlink:href="#ArialMT-110"/> + <use x="2906.740234" xlink:href="#ArialMT-116"/> + <use x="2934.523438" xlink:href="#ArialMT-114"/> + <use x="2967.824219" xlink:href="#ArialMT-105"/> + <use x="2990.041016" xlink:href="#ArialMT-98"/> + <use x="3045.65625" xlink:href="#ArialMT-117"/> + <use x="3101.271484" xlink:href="#ArialMT-116"/> + <use x="3129.054688" xlink:href="#ArialMT-105"/> + <use x="3151.271484" xlink:href="#ArialMT-111"/> + <use x="3206.886719" xlink:href="#ArialMT-110"/> + </g> + </g> + </g> + <defs> + <clipPath id="p115638731d"> + <rect height="108.72" width="240.517241" x="36.44375" y="38.88"/> + </clipPath> + <clipPath id="pc36279ea86"> + <rect height="108.72" width="240.517241" x="325.06444" y="38.88"/> + </clipPath> + <clipPath id="p7c806963f7"> + <rect height="108.72" width="240.517241" x="613.685129" y="38.88"/> + </clipPath> + <clipPath id="p46ee2a2302"> + <rect height="108.72" width="240.517241" x="902.305819" y="38.88"/> + </clipPath> + <clipPath id="p71fe2e8b28"> + <rect height="108.72" width="240.517241" x="1190.926509" y="38.88"/> + </clipPath> + </defs> +</svg> +</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><svg height="184.090625pt" version="1.1" viewBox="0 0 1438.64375 184.090625" width="1438.64375pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 184.090625 +L 1438.64375 184.090625 +L 1438.64375 0 +L 0 0 +z +" style="fill:#ffffff;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +L 276.960991 38.88 +L 36.44375 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <path clip-path="url(#pf17e44feb5)" d="M 72.690303 147.6 +L 72.690303 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_1"> + <!-- 0.002 --> + <defs> + <path d="M 4.15625 35.296875 +Q 4.15625 48 6.765625 55.734375 +Q 9.375 63.484375 14.515625 67.671875 +Q 19.671875 71.875 27.484375 71.875 +Q 33.25 71.875 37.59375 69.546875 +Q 41.9375 67.234375 44.765625 62.859375 +Q 47.609375 58.5 49.21875 52.21875 +Q 50.828125 45.953125 50.828125 35.296875 +Q 50.828125 22.703125 48.234375 14.96875 +Q 45.65625 7.234375 40.5 3 +Q 35.359375 -1.21875 27.484375 -1.21875 +Q 17.140625 -1.21875 11.234375 6.203125 +Q 4.15625 15.140625 4.15625 35.296875 +z +M 13.1875 35.296875 +Q 13.1875 17.671875 17.3125 11.828125 +Q 21.4375 6 27.484375 6 +Q 33.546875 6 37.671875 11.859375 +Q 41.796875 17.71875 41.796875 35.296875 +Q 41.796875 52.984375 37.671875 58.78125 +Q 33.546875 64.59375 27.390625 64.59375 +Q 21.34375 64.59375 17.71875 59.46875 +Q 13.1875 52.9375 13.1875 35.296875 +z +" id="ArialMT-48"/> + <path d="M 9.078125 0 +L 9.078125 10.015625 +L 19.09375 10.015625 +L 19.09375 0 +z +" id="ArialMT-46"/> + <path d="M 50.34375 8.453125 +L 50.34375 0 +L 3.03125 0 +Q 2.9375 3.171875 4.046875 6.109375 +Q 5.859375 10.9375 9.828125 15.625 +Q 13.8125 20.3125 21.34375 26.46875 +Q 33.015625 36.03125 37.109375 41.625 +Q 41.21875 47.21875 41.21875 52.203125 +Q 41.21875 57.421875 37.46875 61 +Q 33.734375 64.59375 27.734375 64.59375 +Q 21.390625 64.59375 17.578125 60.78125 +Q 13.765625 56.984375 13.71875 50.25 +L 4.6875 51.171875 +Q 5.609375 61.28125 11.65625 66.578125 +Q 17.71875 71.875 27.9375 71.875 +Q 38.234375 71.875 44.234375 66.15625 +Q 50.25 60.453125 50.25 52 +Q 50.25 47.703125 48.484375 43.546875 +Q 46.734375 39.40625 42.65625 34.8125 +Q 38.578125 30.21875 29.109375 22.21875 +Q 21.1875 15.578125 18.9375 13.203125 +Q 16.703125 10.84375 15.234375 8.453125 +z +" id="ArialMT-50"/> + </defs> + <g style="fill:#262626;" transform="translate(60.179366 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <path clip-path="url(#pf17e44feb5)" d="M 131.643407 147.6 +L 131.643407 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_2"> + <!-- 0.004 --> + <defs> + <path d="M 32.328125 0 +L 32.328125 17.140625 +L 1.265625 17.140625 +L 1.265625 25.203125 +L 33.9375 71.578125 +L 41.109375 71.578125 +L 41.109375 25.203125 +L 50.78125 25.203125 +L 50.78125 17.140625 +L 41.109375 17.140625 +L 41.109375 0 +z +M 32.328125 25.203125 +L 32.328125 57.46875 +L 9.90625 25.203125 +z +" id="ArialMT-52"/> + </defs> + <g style="fill:#262626;" transform="translate(119.13247 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <path clip-path="url(#pf17e44feb5)" d="M 190.596512 147.6 +L 190.596512 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_3"> + <!-- 0.006 --> + <defs> + <path d="M 49.75 54.046875 +L 41.015625 53.375 +Q 39.84375 58.546875 37.703125 60.890625 +Q 34.125 64.65625 28.90625 64.65625 +Q 24.703125 64.65625 21.53125 62.3125 +Q 17.390625 59.28125 14.984375 53.46875 +Q 12.59375 47.65625 12.5 36.921875 +Q 15.671875 41.75 20.265625 44.09375 +Q 24.859375 46.4375 29.890625 46.4375 +Q 38.671875 46.4375 44.84375 39.96875 +Q 51.03125 33.5 51.03125 23.25 +Q 51.03125 16.5 48.125 10.71875 +Q 45.21875 4.9375 40.140625 1.859375 +Q 35.0625 -1.21875 28.609375 -1.21875 +Q 17.625 -1.21875 10.6875 6.859375 +Q 3.765625 14.9375 3.765625 33.5 +Q 3.765625 54.25 11.421875 63.671875 +Q 18.109375 71.875 29.4375 71.875 +Q 37.890625 71.875 43.28125 67.140625 +Q 48.6875 62.40625 49.75 54.046875 +z +M 13.875 23.1875 +Q 13.875 18.65625 15.796875 14.5 +Q 17.71875 10.359375 21.1875 8.171875 +Q 24.65625 6 28.46875 6 +Q 34.03125 6 38.03125 10.484375 +Q 42.046875 14.984375 42.046875 22.703125 +Q 42.046875 30.125 38.078125 34.390625 +Q 34.125 38.671875 28.125 38.671875 +Q 22.171875 38.671875 18.015625 34.390625 +Q 13.875 30.125 13.875 23.1875 +z +" id="ArialMT-54"/> + </defs> + <g style="fill:#262626;" transform="translate(178.085574 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <path clip-path="url(#pf17e44feb5)" d="M 249.549616 147.6 +L 249.549616 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_4"> + <!-- 0.008 --> + <defs> + <path d="M 17.671875 38.8125 +Q 12.203125 40.828125 9.5625 44.53125 +Q 6.9375 48.25 6.9375 53.421875 +Q 6.9375 61.234375 12.546875 66.546875 +Q 18.171875 71.875 27.484375 71.875 +Q 36.859375 71.875 42.578125 66.421875 +Q 48.296875 60.984375 48.296875 53.171875 +Q 48.296875 48.1875 45.671875 44.5 +Q 43.0625 40.828125 37.75 38.8125 +Q 44.34375 36.671875 47.78125 31.875 +Q 51.21875 27.09375 51.21875 20.453125 +Q 51.21875 11.28125 44.71875 5.03125 +Q 38.234375 -1.21875 27.640625 -1.21875 +Q 17.046875 -1.21875 10.546875 5.046875 +Q 4.046875 11.328125 4.046875 20.703125 +Q 4.046875 27.6875 7.59375 32.390625 +Q 11.140625 37.109375 17.671875 38.8125 +z +M 15.921875 53.71875 +Q 15.921875 48.640625 19.1875 45.40625 +Q 22.46875 42.1875 27.6875 42.1875 +Q 32.765625 42.1875 36.015625 45.375 +Q 39.265625 48.578125 39.265625 53.21875 +Q 39.265625 58.0625 35.90625 61.359375 +Q 32.5625 64.65625 27.59375 64.65625 +Q 22.5625 64.65625 19.234375 61.421875 +Q 15.921875 58.203125 15.921875 53.71875 +z +M 13.09375 20.65625 +Q 13.09375 16.890625 14.875 13.375 +Q 16.65625 9.859375 20.171875 7.921875 +Q 23.6875 6 27.734375 6 +Q 34.03125 6 38.125 10.046875 +Q 42.234375 14.109375 42.234375 20.359375 +Q 42.234375 26.703125 38.015625 30.859375 +Q 33.796875 35.015625 27.4375 35.015625 +Q 21.234375 35.015625 17.15625 30.90625 +Q 13.09375 26.8125 13.09375 20.65625 +z +" id="ArialMT-56"/> + </defs> + <g style="fill:#262626;" transform="translate(237.038679 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="text_5"> + <!-- LDRtrue --> + <defs> + <path d="M 7.328125 0 +L 7.328125 71.578125 +L 16.796875 71.578125 +L 16.796875 8.453125 +L 52.046875 8.453125 +L 52.046875 0 +z +" id="ArialMT-76"/> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 32.375 71.578125 +Q 40.71875 71.578125 45.125 70.5625 +Q 51.265625 69.140625 55.609375 65.4375 +Q 61.28125 60.640625 64.078125 53.1875 +Q 66.890625 45.75 66.890625 36.1875 +Q 66.890625 28.03125 64.984375 21.734375 +Q 63.09375 15.4375 60.109375 11.296875 +Q 57.125 7.171875 53.578125 4.796875 +Q 50.046875 2.4375 45.046875 1.21875 +Q 40.046875 0 33.546875 0 +z +M 17.1875 8.453125 +L 32.46875 8.453125 +Q 39.546875 8.453125 43.578125 9.765625 +Q 47.609375 11.078125 50 13.484375 +Q 53.375 16.84375 55.25 22.53125 +Q 57.125 28.21875 57.125 36.328125 +Q 57.125 47.5625 53.4375 53.59375 +Q 49.75 59.625 44.484375 61.671875 +Q 40.671875 63.140625 32.234375 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-68"/> + <path d="M 7.859375 0 +L 7.859375 71.578125 +L 39.59375 71.578125 +Q 49.171875 71.578125 54.140625 69.640625 +Q 59.125 67.71875 62.109375 62.828125 +Q 65.09375 57.953125 65.09375 52.046875 +Q 65.09375 44.4375 60.15625 39.203125 +Q 55.21875 33.984375 44.921875 32.5625 +Q 48.6875 30.765625 50.640625 29 +Q 54.78125 25.203125 58.5 19.484375 +L 70.953125 0 +L 59.03125 0 +L 49.5625 14.890625 +Q 45.40625 21.34375 42.71875 24.75 +Q 40.046875 28.171875 37.921875 29.53125 +Q 35.796875 30.90625 33.59375 31.453125 +Q 31.984375 31.78125 28.328125 31.78125 +L 17.328125 31.78125 +L 17.328125 0 +z +M 17.328125 39.984375 +L 37.703125 39.984375 +Q 44.1875 39.984375 47.84375 41.328125 +Q 51.515625 42.671875 53.421875 45.625 +Q 55.328125 48.578125 55.328125 52.046875 +Q 55.328125 57.125 51.640625 60.390625 +Q 47.953125 63.671875 39.984375 63.671875 +L 17.328125 63.671875 +z +" id="ArialMT-82"/> + <path d="M 25.78125 7.859375 +L 27.046875 0.09375 +Q 23.34375 -0.6875 20.40625 -0.6875 +Q 15.625 -0.6875 12.984375 0.828125 +Q 10.359375 2.34375 9.28125 4.8125 +Q 8.203125 7.28125 8.203125 15.1875 +L 8.203125 45.015625 +L 1.765625 45.015625 +L 1.765625 51.859375 +L 8.203125 51.859375 +L 8.203125 64.703125 +L 16.9375 69.96875 +L 16.9375 51.859375 +L 25.78125 51.859375 +L 25.78125 45.015625 +L 16.9375 45.015625 +L 16.9375 14.703125 +Q 16.9375 10.9375 17.40625 9.859375 +Q 17.875 8.796875 18.921875 8.15625 +Q 19.96875 7.515625 21.921875 7.515625 +Q 23.390625 7.515625 25.78125 7.859375 +z +" id="ArialMT-116"/> + <path d="M 6.5 0 +L 6.5 51.859375 +L 14.40625 51.859375 +L 14.40625 44 +Q 17.4375 49.515625 20 51.265625 +Q 22.5625 53.03125 25.640625 53.03125 +Q 30.078125 53.03125 34.671875 50.203125 +L 31.640625 42.046875 +Q 28.421875 43.953125 25.203125 43.953125 +Q 22.3125 43.953125 20.015625 42.21875 +Q 17.71875 40.484375 16.75 37.40625 +Q 15.28125 32.71875 15.28125 27.15625 +L 15.28125 0 +z +" id="ArialMT-114"/> + <path d="M 40.578125 0 +L 40.578125 7.625 +Q 34.515625 -1.171875 24.125 -1.171875 +Q 19.53125 -1.171875 15.546875 0.578125 +Q 11.578125 2.34375 9.640625 5 +Q 7.71875 7.671875 6.9375 11.53125 +Q 6.390625 14.109375 6.390625 19.734375 +L 6.390625 51.859375 +L 15.1875 51.859375 +L 15.1875 23.09375 +Q 15.1875 16.21875 15.71875 13.8125 +Q 16.546875 10.359375 19.234375 8.375 +Q 21.921875 6.390625 25.875 6.390625 +Q 29.828125 6.390625 33.296875 8.421875 +Q 36.765625 10.453125 38.203125 13.9375 +Q 39.65625 17.4375 39.65625 24.078125 +L 39.65625 51.859375 +L 48.4375 51.859375 +L 48.4375 0 +z +" id="ArialMT-117"/> + <path d="M 42.09375 16.703125 +L 51.171875 15.578125 +Q 49.03125 7.625 43.21875 3.21875 +Q 37.40625 -1.171875 28.375 -1.171875 +Q 17 -1.171875 10.328125 5.828125 +Q 3.65625 12.84375 3.65625 25.484375 +Q 3.65625 38.578125 10.390625 45.796875 +Q 17.140625 53.03125 27.875 53.03125 +Q 38.28125 53.03125 44.875 45.953125 +Q 51.46875 38.875 51.46875 26.03125 +Q 51.46875 25.25 51.421875 23.6875 +L 12.75 23.6875 +Q 13.234375 15.140625 17.578125 10.59375 +Q 21.921875 6.0625 28.421875 6.0625 +Q 33.25 6.0625 36.671875 8.59375 +Q 40.09375 11.140625 42.09375 16.703125 +z +M 13.234375 30.90625 +L 42.1875 30.90625 +Q 41.609375 37.453125 38.875 40.71875 +Q 34.671875 45.796875 27.984375 45.796875 +Q 21.921875 45.796875 17.796875 41.75 +Q 13.671875 37.703125 13.234375 30.90625 +z +" id="ArialMT-101"/> + </defs> + <g style="fill:#ff0000;" transform="translate(138.085183 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_5"> + <path clip-path="url(#pf17e44feb5)" d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_6"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(23.882813 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_6"> + <path clip-path="url(#pf17e44feb5)" d="M 36.44375 124.07288 +L 276.960991 124.07288 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_7"> + <!-- 1000 --> + <defs> + <path d="M 37.25 0 +L 28.46875 0 +L 28.46875 56 +Q 25.296875 52.984375 20.140625 49.953125 +Q 14.984375 46.921875 10.890625 45.40625 +L 10.890625 53.90625 +Q 18.265625 57.375 23.78125 62.296875 +Q 29.296875 67.234375 31.59375 71.875 +L 37.25 71.875 +z +" id="ArialMT-49"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 127.651786)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_7"> + <path clip-path="url(#pf17e44feb5)" d="M 36.44375 100.545759 +L 276.960991 100.545759 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_8"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(7.2 104.124665)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_8"> + <path clip-path="url(#pf17e44feb5)" d="M 36.44375 77.018639 +L 276.960991 77.018639 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_9"> + <!-- 3000 --> + <defs> + <path d="M 4.203125 18.890625 +L 12.984375 20.0625 +Q 14.5 12.59375 18.140625 9.296875 +Q 21.78125 6 27 6 +Q 33.203125 6 37.46875 10.296875 +Q 41.75 14.59375 41.75 20.953125 +Q 41.75 27 37.796875 30.921875 +Q 33.84375 34.859375 27.734375 34.859375 +Q 25.25 34.859375 21.53125 33.890625 +L 22.515625 41.609375 +Q 23.390625 41.5 23.921875 41.5 +Q 29.546875 41.5 34.03125 44.421875 +Q 38.53125 47.359375 38.53125 53.46875 +Q 38.53125 58.296875 35.25 61.46875 +Q 31.984375 64.65625 26.8125 64.65625 +Q 21.6875 64.65625 18.265625 61.421875 +Q 14.84375 58.203125 13.875 51.765625 +L 5.078125 53.328125 +Q 6.6875 62.15625 12.390625 67.015625 +Q 18.109375 71.875 26.609375 71.875 +Q 32.46875 71.875 37.390625 69.359375 +Q 42.328125 66.84375 44.9375 62.5 +Q 47.5625 58.15625 47.5625 53.265625 +Q 47.5625 48.640625 45.0625 44.828125 +Q 42.578125 41.015625 37.703125 38.765625 +Q 44.046875 37.3125 47.5625 32.6875 +Q 51.078125 28.078125 51.078125 21.140625 +Q 51.078125 11.765625 44.234375 5.25 +Q 37.40625 -1.265625 26.953125 -1.265625 +Q 17.53125 -1.265625 11.296875 4.34375 +Q 5.078125 9.96875 4.203125 18.890625 +z +" id="ArialMT-51"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 80.597545)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_9"> + <path clip-path="url(#pf17e44feb5)" d="M 36.44375 53.491518 +L 276.960991 53.491518 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_10"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(7.2 57.070424)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_3"> + <path clip-path="url(#pf17e44feb5)" d="M 47.376352 147.6 +L 47.376352 134.895355 +L 49.562872 134.895355 +L 49.562872 102.286766 +L 51.749393 102.286766 +L 51.749393 56.408881 +L 53.935913 56.408881 +L 53.935913 44.057143 +L 56.122433 44.057143 +L 56.122433 77.606817 +L 58.308954 77.606817 +L 58.308954 119.202766 +L 60.495474 119.202766 +L 60.495474 140.118376 +L 62.681995 140.118376 +L 62.681995 146.188373 +L 64.868515 146.188373 +L 64.868515 147.458837 +L 67.055035 147.458837 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 145.906047 +L 73.614596 145.906047 +L 73.614596 140.259538 +L 75.801117 140.259538 +L 75.801117 126.143266 +L 77.987637 126.143266 +L 77.987637 102.569091 +L 80.174158 102.569091 +L 80.174158 83.935612 +L 82.360678 83.935612 +L 82.360678 72.642594 +L 84.547198 72.642594 +L 84.547198 82.523985 +L 86.733719 82.523985 +L 86.733719 72.642594 +L 88.920239 72.642594 +L 88.920239 78.194995 +L 91.106759 78.194995 +L 91.106759 84.406154 +L 93.29328 84.406154 +L 93.29328 86.805921 +L 95.4798 86.805921 +L 95.4798 92.075996 +L 97.666321 92.075996 +L 97.666321 99.22824 +L 99.852841 99.22824 +L 99.852841 113.626838 +L 102.039361 113.626838 +L 102.039361 127.931327 +L 104.225882 127.931327 +L 104.225882 138.28326 +L 106.412402 138.28326 +L 106.412402 143.647444 +L 108.598922 143.647444 +L 108.598922 146.04721 +L 110.785443 146.04721 +L 110.785443 147.317675 +L 112.971963 147.317675 +L 112.971963 147.458837 +L 115.158484 147.458837 +L 115.158484 142.659305 +L 117.345004 142.659305 +L 117.345004 133.483728 +L 119.531524 133.483728 +L 119.531524 119.226293 +L 121.718045 119.226293 +L 121.718045 94.805142 +L 123.904565 94.805142 +L 123.904565 74.171857 +L 126.091085 74.171857 +L 126.091085 77.324491 +L 128.277606 77.324491 +L 128.277606 90.217353 +L 130.464126 90.217353 +L 130.464126 113.932691 +L 132.650647 113.932691 +L 132.650647 131.977992 +L 134.837167 131.977992 +L 134.837167 141.059461 +L 137.023687 141.059461 +L 137.023687 144.98849 +L 139.210208 144.98849 +L 139.210208 146.611861 +L 141.396728 146.611861 +L 141.396728 143.929769 +L 143.583248 143.929769 +L 143.583248 138.565586 +L 145.769769 138.565586 +L 145.769769 131.225124 +L 147.956289 131.225124 +L 147.956289 116.826526 +L 150.14281 116.826526 +L 150.14281 101.016301 +L 152.32933 101.016301 +L 152.32933 91.464291 +L 154.51585 91.464291 +L 154.51585 82.900419 +L 156.702371 82.900419 +L 156.702371 80.971195 +L 158.888891 80.971195 +L 158.888891 76.312825 +L 161.075411 76.312825 +L 161.075411 78.8067 +L 163.261932 78.8067 +L 163.261932 89.01747 +L 165.448452 89.01747 +L 165.448452 89.582121 +L 167.634973 89.582121 +L 167.634973 95.699172 +L 169.821493 95.699172 +L 169.821493 104.921803 +L 172.008013 104.921803 +L 172.008013 117.155906 +L 174.194534 117.155906 +L 174.194534 126.990242 +L 176.381054 126.990242 +L 176.381054 136.165819 +L 178.567574 136.165819 +L 178.567574 140.965352 +L 180.754095 140.965352 +L 180.754095 144.306203 +L 182.940615 144.306203 +L 182.940615 144.259149 +L 185.127136 144.259149 +L 185.127136 140.683027 +L 187.313656 140.683027 +L 187.313656 135.17768 +L 189.500176 135.17768 +L 189.500176 124.590476 +L 191.686697 124.590476 +L 191.686697 115.273736 +L 193.873217 115.273736 +L 193.873217 104.121881 +L 196.059737 104.121881 +L 196.059737 90.89964 +L 198.246258 90.89964 +L 198.246258 91.393709 +L 200.432778 91.393709 +L 200.432778 101.933859 +L 202.619299 101.933859 +L 202.619299 111.65056 +L 204.805819 111.65056 +L 204.805819 125.155127 +L 206.992339 125.155127 +L 206.992339 134.824774 +L 209.17886 134.824774 +L 209.17886 139.906632 +L 211.36538 139.906632 +L 211.36538 139.741942 +L 213.5519 139.741942 +L 213.5519 139.083182 +L 215.738421 139.083182 +L 215.738421 133.977797 +L 217.924941 133.977797 +L 217.924941 126.425592 +L 220.111462 126.425592 +L 220.111462 113.720947 +L 222.297982 113.720947 +L 222.297982 107.650949 +L 224.484502 107.650949 +L 224.484502 94.475762 +L 226.671023 94.475762 +L 226.671023 83.606232 +L 228.857543 83.606232 +L 228.857543 90.429097 +L 231.044063 90.429097 +L 231.044063 79.183134 +L 233.230584 79.183134 +L 233.230584 80.594761 +L 235.417104 80.594761 +L 235.417104 93.534677 +L 237.603625 93.534677 +L 237.603625 90.382043 +L 239.790145 90.382043 +L 239.790145 100.075217 +L 241.976665 100.075217 +L 241.976665 106.427539 +L 244.163186 106.427539 +L 244.163186 118.049937 +L 246.349706 118.049937 +L 246.349706 126.002103 +L 248.536226 126.002103 +L 248.536226 130.660473 +L 250.722747 130.660473 +L 250.722747 138.28326 +L 252.909267 138.28326 +L 252.909267 141.953491 +L 255.095788 141.953491 +L 255.095788 144.353257 +L 257.282308 144.353257 +L 257.282308 145.906047 +L 259.468828 145.906047 +L 259.468828 146.894186 +L 261.655349 146.894186 +L 261.655349 147.317675 +L 263.841869 147.317675 +L 263.841869 147.458837 +L 266.028389 147.458837 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_4"> + <path clip-path="url(#pf17e44feb5)" d="M 47.376352 147.6 +L 47.376352 141.953491 +L 49.562872 141.953491 +L 49.562872 129.531171 +L 51.749393 129.531171 +L 51.749393 111.32118 +L 53.935913 111.32118 +L 53.935913 112.309319 +L 56.122433 112.309319 +L 56.122433 128.613614 +L 58.308954 128.613614 +L 58.308954 142.588723 +L 60.495474 142.588723 +L 60.495474 146.823605 +L 62.681995 146.823605 +L 62.681995 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 73.614596 147.6 +L 73.614596 146.470698 +L 75.801117 146.470698 +L 75.801117 142.800467 +L 77.987637 142.800467 +L 77.987637 136.306982 +L 80.174158 136.306982 +L 80.174158 125.155127 +L 82.360678 125.155127 +L 82.360678 120.214432 +L 84.547198 120.214432 +L 84.547198 120.073269 +L 86.733719 120.073269 +L 86.733719 117.955828 +L 88.920239 117.955828 +L 88.920239 120.920245 +L 91.106759 120.920245 +L 91.106759 122.614198 +L 93.29328 122.614198 +L 93.29328 123.178849 +L 95.4798 123.178849 +L 95.4798 128.354815 +L 97.666321 128.354815 +L 97.666321 134.801246 +L 99.852841 134.801246 +L 99.852841 142.235817 +L 102.039361 142.235817 +L 102.039361 145.623722 +L 104.225882 145.623722 +L 104.225882 147.176512 +L 106.412402 147.176512 +L 106.412402 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 145.341396 +L 117.345004 145.341396 +L 117.345004 142.235817 +L 119.531524 142.235817 +L 119.531524 136.448145 +L 121.718045 136.448145 +L 121.718045 127.272568 +L 123.904565 127.272568 +L 123.904565 121.273152 +L 126.091085 121.273152 +L 126.091085 124.096407 +L 128.277606 124.096407 +L 128.277606 130.095822 +L 130.464126 130.095822 +L 130.464126 138.706748 +L 132.650647 138.706748 +L 132.650647 144.706164 +L 134.837167 144.706164 +L 134.837167 146.117791 +L 137.023687 146.117791 +L 137.023687 147.247093 +L 139.210208 147.247093 +L 139.210208 147.6 +L 141.396728 147.6 +L 141.396728 147.035349 +L 143.583248 147.035349 +L 143.583248 145.341396 +L 145.769769 145.341396 +L 145.769769 143.647444 +L 147.956289 143.647444 +L 147.956289 138.847911 +L 150.14281 138.847911 +L 150.14281 132.354426 +L 152.32933 132.354426 +L 152.32933 127.978382 +L 154.51585 127.978382 +L 154.51585 123.320012 +L 156.702371 123.320012 +L 156.702371 121.908384 +L 158.888891 121.908384 +L 158.888891 119.226293 +L 161.075411 119.226293 +L 161.075411 121.484896 +L 163.261932 121.484896 +L 163.261932 126.002103 +L 165.448452 126.002103 +L 165.448452 125.061019 +L 167.634973 125.061019 +L 167.634973 131.319233 +L 169.821493 131.319233 +L 169.821493 135.460006 +L 172.008013 135.460006 +L 172.008013 140.541864 +L 174.194534 140.541864 +L 174.194534 144.212095 +L 176.381054 144.212095 +L 176.381054 146.470698 +L 178.567574 146.470698 +L 178.567574 146.611861 +L 180.754095 146.611861 +L 180.754095 147.458837 +L 182.940615 147.458837 +L 182.940615 146.611861 +L 185.127136 146.611861 +L 185.127136 145.059071 +L 187.313656 145.059071 +L 187.313656 143.082793 +L 189.500176 143.082793 +L 189.500176 139.271399 +L 191.686697 139.271399 +L 191.686697 135.036518 +L 193.873217 135.036518 +L 193.873217 132.495589 +L 196.059737 132.495589 +L 196.059737 126.754971 +L 198.246258 126.754971 +L 198.246258 129.366482 +L 200.432778 129.366482 +L 200.432778 133.319038 +L 202.619299 133.319038 +L 202.619299 136.448145 +L 204.805819 136.448145 +L 204.805819 141.88291 +L 206.992339 141.88291 +L 206.992339 144.423839 +L 209.17886 144.423839 +L 209.17886 146.258954 +L 211.36538 146.258954 +L 211.36538 144.917908 +L 213.5519 144.917908 +L 213.5519 145.906047 +L 215.738421 145.906047 +L 215.738421 144.212095 +L 217.924941 144.212095 +L 217.924941 140.259538 +L 220.111462 140.259538 +L 220.111462 137.153959 +L 222.297982 137.153959 +L 222.297982 134.61303 +L 224.484502 134.61303 +L 224.484502 127.084351 +L 226.671023 127.084351 +L 226.671023 125.343344 +L 228.857543 125.343344 +L 228.857543 126.707917 +L 231.044063 126.707917 +L 231.044063 120.073269 +L 233.230584 120.073269 +L 233.230584 123.320012 +L 235.417104 123.320012 +L 235.417104 127.978382 +L 237.603625 127.978382 +L 237.603625 126.425592 +L 239.790145 126.425592 +L 239.790145 132.0721 +L 241.976665 132.0721 +L 241.976665 136.024657 +L 244.163186 136.024657 +L 244.163186 140.118376 +L 246.349706 140.118376 +L 246.349706 141.812328 +L 248.536226 141.812328 +L 248.536226 144.353257 +L 250.722747 144.353257 +L 250.722747 146.188373 +L 252.909267 146.188373 +L 252.909267 146.894186 +L 255.095788 146.894186 +L 255.095788 146.894186 +L 257.282308 146.894186 +L 257.282308 147.458837 +L 259.468828 147.458837 +L 259.468828 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_5"> + <path clip-path="url(#pf17e44feb5)" d="M 47.376352 147.6 +L 47.376352 143.082793 +L 49.562872 143.082793 +L 49.562872 132.495589 +L 51.749393 132.495589 +L 51.749393 117.814665 +L 53.935913 117.814665 +L 53.935913 111.32118 +L 56.122433 111.32118 +L 56.122433 123.461174 +L 58.308954 123.461174 +L 58.308954 139.341981 +L 60.495474 139.341981 +L 60.495474 145.835466 +L 62.681995 145.835466 +L 62.681995 147.388256 +L 64.868515 147.388256 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.317675 +L 73.614596 147.317675 +L 73.614596 145.059071 +L 75.801117 145.059071 +L 75.801117 141.38884 +L 77.987637 141.38884 +L 77.987637 131.50745 +L 80.174158 131.50745 +L 80.174158 126.002103 +L 82.360678 126.002103 +L 82.360678 121.626059 +L 84.547198 121.626059 +L 84.547198 126.566754 +L 86.733719 126.566754 +L 86.733719 123.461174 +L 88.920239 123.461174 +L 88.920239 124.355205 +L 91.106759 124.355205 +L 91.106759 127.696056 +L 93.29328 127.696056 +L 93.29328 126.660863 +L 95.4798 126.660863 +L 95.4798 126.802026 +L 97.666321 126.802026 +L 97.666321 129.860551 +L 99.852841 129.860551 +L 99.852841 136.259928 +L 102.039361 136.259928 +L 102.039361 141.859383 +L 104.225882 141.859383 +L 104.225882 145.764885 +L 106.412402 145.764885 +L 106.412402 147.035349 +L 108.598922 147.035349 +L 108.598922 147.458837 +L 110.785443 147.458837 +L 110.785443 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 146.188373 +L 117.345004 146.188373 +L 117.345004 142.800467 +L 119.531524 142.800467 +L 119.531524 138.142098 +L 121.718045 138.142098 +L 121.718045 129.531171 +L 123.904565 129.531171 +L 123.904565 122.590671 +L 126.091085 122.590671 +L 126.091085 123.202376 +L 128.277606 123.202376 +L 128.277606 128.825358 +L 130.464126 128.825358 +L 130.464126 136.589308 +L 132.650647 136.589308 +L 132.650647 143.153374 +L 134.837167 143.153374 +L 134.837167 145.694303 +L 137.023687 145.694303 +L 137.023687 146.823605 +L 139.210208 146.823605 +L 139.210208 147.6 +L 141.396728 147.6 +L 141.396728 146.470698 +L 143.583248 146.470698 +L 143.583248 144.776746 +L 145.769769 144.776746 +L 145.769769 142.235817 +L 147.956289 142.235817 +L 147.956289 137.153959 +L 150.14281 137.153959 +L 150.14281 131.789775 +L 152.32933 131.789775 +L 152.32933 128.778304 +L 154.51585 128.778304 +L 154.51585 126.096212 +L 156.702371 126.096212 +L 156.702371 124.825747 +L 158.888891 124.825747 +L 158.888891 124.308151 +L 161.075411 124.308151 +L 161.075411 124.872802 +L 163.261932 124.872802 +L 163.261932 127.649002 +L 165.448452 127.649002 +L 165.448452 127.790165 +L 167.634973 127.790165 +L 167.634973 129.342955 +L 169.821493 129.342955 +L 169.821493 132.777914 +L 172.008013 132.777914 +L 172.008013 137.577447 +L 174.194534 137.577447 +L 174.194534 140.965352 +L 176.381054 140.965352 +L 176.381054 144.353257 +L 178.567574 144.353257 +L 178.567574 146.04721 +L 180.754095 146.04721 +L 180.754095 146.894186 +L 182.940615 146.894186 +L 182.940615 146.753024 +L 185.127136 146.753024 +L 185.127136 145.341396 +L 187.313656 145.341396 +L 187.313656 143.506281 +L 189.500176 143.506281 +L 189.500176 139.694888 +L 191.686697 139.694888 +L 191.686697 137.153959 +L 193.873217 137.153959 +L 193.873217 132.354426 +L 196.059737 132.354426 +L 196.059737 128.825358 +L 198.246258 128.825358 +L 198.246258 128.119544 +L 200.432778 128.119544 +L 200.432778 132.707333 +L 202.619299 132.707333 +L 202.619299 135.954075 +L 204.805819 135.954075 +L 204.805819 140.047794 +L 206.992339 140.047794 +L 206.992339 143.718025 +L 209.17886 143.718025 +L 209.17886 144.847327 +L 211.36538 144.847327 +L 211.36538 145.623722 +L 213.5519 145.623722 +L 213.5519 144.635583 +L 215.738421 144.635583 +L 215.738421 143.082793 +L 217.924941 143.082793 +L 217.924941 140.259538 +L 220.111462 140.259538 +L 220.111462 136.871633 +L 222.297982 136.871633 +L 222.297982 134.048379 +L 224.484502 134.048379 +L 224.484502 129.95466 +L 226.671023 129.95466 +L 226.671023 125.625669 +L 228.857543 125.625669 +L 228.857543 128.543032 +L 231.044063 128.543032 +L 231.044063 125.108073 +L 233.230584 125.108073 +L 233.230584 124.590476 +L 235.417104 124.590476 +L 235.417104 129.95466 +L 237.603625 129.95466 +L 237.603625 128.213653 +L 239.790145 128.213653 +L 239.790145 130.84869 +L 241.976665 130.84869 +L 241.976665 133.95427 +L 244.163186 133.95427 +L 244.163186 137.671555 +L 246.349706 137.671555 +L 246.349706 140.965352 +L 248.536226 140.965352 +L 248.536226 141.812328 +L 250.722747 141.812328 +L 250.722747 144.776746 +L 252.909267 144.776746 +L 252.909267 146.188373 +L 255.095788 146.188373 +L 255.095788 146.753024 +L 257.282308 146.753024 +L 257.282308 147.035349 +L 259.468828 147.035349 +L 259.468828 147.458837 +L 261.655349 147.458837 +L 261.655349 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_6"> + <path clip-path="url(#pf17e44feb5)" d="M 47.376352 147.6 +L 47.376352 145.059071 +L 49.562872 145.059071 +L 49.562872 135.460006 +L 51.749393 135.460006 +L 51.749393 122.473035 +L 53.935913 122.473035 +L 53.935913 115.626643 +L 56.122433 115.626643 +L 56.122433 120.732028 +L 58.308954 120.732028 +L 58.308954 132.472062 +L 60.495474 132.472062 +L 60.495474 142.659305 +L 62.681995 142.659305 +L 62.681995 146.400117 +L 64.868515 146.400117 +L 64.868515 147.458837 +L 67.055035 147.458837 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 146.188373 +L 73.614596 146.188373 +L 73.614596 143.929769 +L 75.801117 143.929769 +L 75.801117 137.153959 +L 77.987637 137.153959 +L 77.987637 129.95466 +L 80.174158 129.95466 +L 80.174158 127.978382 +L 82.360678 127.978382 +L 82.360678 126.002103 +L 84.547198 126.002103 +L 84.547198 131.083961 +L 86.733719 131.083961 +L 86.733719 126.425592 +L 88.920239 126.425592 +L 88.920239 128.119544 +L 91.106759 128.119544 +L 91.106759 129.2959 +L 93.29328 129.2959 +L 93.29328 132.166209 +L 95.4798 132.166209 +L 95.4798 132.119155 +L 97.666321 132.119155 +L 97.666321 129.766443 +L 99.852841 129.766443 +L 99.852841 130.331094 +L 102.039361 130.331094 +L 102.039361 135.648223 +L 104.225882 135.648223 +L 104.225882 140.541864 +L 106.412402 140.541864 +L 106.412402 144.212095 +L 108.598922 144.212095 +L 108.598922 146.188373 +L 110.785443 146.188373 +L 110.785443 147.317675 +L 112.971963 147.317675 +L 112.971963 147.458837 +L 115.158484 147.458837 +L 115.158484 146.329535 +L 117.345004 146.329535 +L 117.345004 143.647444 +L 119.531524 143.647444 +L 119.531524 139.83605 +L 121.718045 139.83605 +L 121.718045 133.201402 +L 123.904565 133.201402 +L 123.904565 125.508034 +L 126.091085 125.508034 +L 126.091085 125.225708 +L 128.277606 125.225708 +L 128.277606 126.496173 +L 130.464126 126.496173 +L 130.464126 133.836635 +L 132.650647 133.836635 +L 132.650647 139.318454 +L 134.837167 139.318454 +L 134.837167 144.447366 +L 137.023687 144.447366 +L 137.023687 146.117791 +L 139.210208 146.117791 +L 139.210208 146.611861 +L 141.396728 146.611861 +L 141.396728 145.623722 +L 143.583248 145.623722 +L 143.583248 143.647444 +L 145.769769 143.647444 +L 145.769769 140.541864 +L 147.956289 140.541864 +L 147.956289 136.024657 +L 150.14281 136.024657 +L 150.14281 132.0721 +L 152.32933 132.0721 +L 152.32933 129.907605 +L 154.51585 129.907605 +L 154.51585 128.684195 +L 156.702371 128.684195 +L 156.702371 129.437063 +L 158.888891 129.437063 +L 158.888891 127.978382 +L 161.075411 127.978382 +L 161.075411 127.649002 +L 163.261932 127.649002 +L 163.261932 130.566365 +L 165.448452 130.566365 +L 165.448452 131.930938 +L 167.634973 131.930938 +L 167.634973 130.236985 +L 169.821493 130.236985 +L 169.821493 131.883884 +L 172.008013 131.883884 +L 172.008013 134.236596 +L 174.194534 134.236596 +L 174.194534 137.012796 +L 176.381054 137.012796 +L 176.381054 140.541864 +L 178.567574 140.541864 +L 178.567574 143.506281 +L 180.754095 143.506281 +L 180.754095 145.153179 +L 182.940615 145.153179 +L 182.940615 146.094264 +L 185.127136 146.094264 +L 185.127136 145.482559 +L 187.313656 145.482559 +L 187.313656 143.788606 +L 189.500176 143.788606 +L 189.500176 140.824189 +L 191.686697 140.824189 +L 191.686697 138.28326 +L 193.873217 138.28326 +L 193.873217 134.471867 +L 196.059737 134.471867 +L 196.059737 130.519311 +L 198.246258 130.519311 +L 198.246258 129.107683 +L 200.432778 129.107683 +L 200.432778 131.107489 +L 202.619299 131.107489 +L 202.619299 134.44834 +L 204.805819 134.44834 +L 204.805819 138.424423 +L 206.992339 138.424423 +L 206.992339 141.88291 +L 209.17886 141.88291 +L 209.17886 144.000351 +L 211.36538 144.000351 +L 211.36538 144.400312 +L 213.5519 144.400312 +L 213.5519 143.741552 +L 215.738421 143.741552 +L 215.738421 141.88291 +L 217.924941 141.88291 +L 217.924941 141.106515 +L 220.111462 141.106515 +L 220.111462 134.895355 +L 222.297982 134.895355 +L 222.297982 134.189541 +L 224.484502 134.189541 +L 224.484502 132.636751 +L 226.671023 132.636751 +L 226.671023 127.837219 +L 228.857543 127.837219 +L 228.857543 130.378148 +L 231.044063 130.378148 +L 231.044063 129.201792 +L 233.230584 129.201792 +L 233.230584 127.884273 +L 235.417104 127.884273 +L 235.417104 130.801636 +L 237.603625 130.801636 +L 237.603625 130.942799 +L 239.790145 130.942799 +L 239.790145 132.354426 +L 241.976665 132.354426 +L 241.976665 131.648612 +L 244.163186 131.648612 +L 244.163186 135.460006 +L 246.349706 135.460006 +L 246.349706 138.424423 +L 248.536226 138.424423 +L 248.536226 139.694888 +L 250.722747 139.694888 +L 250.722747 142.518142 +L 252.909267 142.518142 +L 252.909267 144.070932 +L 255.095788 144.070932 +L 255.095788 145.906047 +L 257.282308 145.906047 +L 257.282308 146.611861 +L 259.468828 146.611861 +L 259.468828 147.035349 +L 261.655349 147.035349 +L 261.655349 147.317675 +L 263.841869 147.317675 +L 263.841869 147.458837 +L 266.028389 147.458837 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_10"> + <path clip-path="url(#pf17e44feb5)" d="M 131.643407 147.6 +L 131.643407 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_7"> + <path d="M 36.44375 147.6 +L 36.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_8"> + <path d="M 276.960991 147.6 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_9"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_10"> + <path d="M 36.44375 38.88 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_11"> + <!-- 1% --> + <defs> + <path id="ArialMT-32"/> + <path d="M 5.8125 54.390625 +Q 5.8125 62.0625 9.671875 67.421875 +Q 13.53125 72.796875 20.84375 72.796875 +Q 27.59375 72.796875 32 67.984375 +Q 36.421875 63.1875 36.421875 53.859375 +Q 36.421875 44.78125 31.953125 39.875 +Q 27.484375 34.96875 20.953125 34.96875 +Q 14.453125 34.96875 10.125 39.796875 +Q 5.8125 44.625 5.8125 54.390625 +z +M 21.09375 66.75 +Q 17.828125 66.75 15.65625 63.90625 +Q 13.484375 61.078125 13.484375 53.515625 +Q 13.484375 46.625 15.671875 43.8125 +Q 17.875 41.015625 21.09375 41.015625 +Q 24.421875 41.015625 26.59375 43.84375 +Q 28.765625 46.6875 28.765625 54.203125 +Q 28.765625 61.140625 26.5625 63.9375 +Q 24.359375 66.75 21.09375 66.75 +z +M 21.140625 -2.640625 +L 60.296875 72.796875 +L 67.4375 72.796875 +L 28.421875 -2.640625 +z +M 52.09375 16.796875 +Q 52.09375 24.515625 55.953125 29.859375 +Q 59.8125 35.203125 67.1875 35.203125 +Q 73.921875 35.203125 78.34375 30.390625 +Q 82.765625 25.59375 82.765625 16.265625 +Q 82.765625 7.171875 78.296875 2.265625 +Q 73.828125 -2.640625 67.234375 -2.640625 +Q 60.75 -2.640625 56.421875 2.21875 +Q 52.09375 7.078125 52.09375 16.796875 +z +M 67.4375 29.15625 +Q 64.109375 29.15625 61.9375 26.3125 +Q 59.765625 23.484375 59.765625 15.921875 +Q 59.765625 9.078125 61.953125 6.25 +Q 64.15625 3.421875 67.390625 3.421875 +Q 70.75 3.421875 72.921875 6.25 +Q 75.09375 9.078125 75.09375 16.609375 +Q 75.09375 23.53125 72.890625 26.34375 +Q 70.703125 29.15625 67.4375 29.15625 +z +" id="ArialMT-37"/> + </defs> + <g style="fill:#262626;" transform="translate(144.696746 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-49"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_2"> + <g id="patch_11"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +L 565.581681 38.88 +L 325.06444 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_3"> + <g id="xtick_5"> + <g id="line2d_11"> + <path clip-path="url(#p860d0d2362)" d="M 338.829451 147.6 +L 338.829451 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_12"> + <!-- 0.016 --> + <g style="fill:#262626;" transform="translate(326.318513 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_12"> + <path clip-path="url(#p860d0d2362)" d="M 386.717717 147.6 +L 386.717717 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_13"> + <!-- 0.018 --> + <g style="fill:#262626;" transform="translate(374.20678 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_13"> + <path clip-path="url(#p860d0d2362)" d="M 434.605984 147.6 +L 434.605984 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_14"> + <!-- 0.020 --> + <g style="fill:#262626;" transform="translate(422.095047 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_8"> + <g id="line2d_14"> + <path clip-path="url(#p860d0d2362)" d="M 482.494251 147.6 +L 482.494251 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_15"> + <!-- 0.022 --> + <g style="fill:#262626;" transform="translate(469.983314 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_9"> + <g id="line2d_15"> + <path clip-path="url(#p860d0d2362)" d="M 530.382518 147.6 +L 530.382518 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_16"> + <!-- 0.024 --> + <g style="fill:#262626;" transform="translate(517.87158 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="text_17"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(426.705873 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_4"> + <g id="ytick_6"> + <g id="line2d_16"> + <path clip-path="url(#p860d0d2362)" d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_18"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(312.503502 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_17"> + <path clip-path="url(#p860d0d2362)" d="M 325.06444 108.600807 +L 565.581681 108.600807 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_19"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(295.82069 112.179713)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_8"> + <g id="line2d_18"> + <path clip-path="url(#p860d0d2362)" d="M 325.06444 69.601614 +L 565.581681 69.601614 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_20"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(295.82069 73.18052)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_12"> + <path clip-path="url(#p860d0d2362)" d="M 335.997042 147.6 +L 335.997042 144.558063 +L 338.183562 144.558063 +L 338.183562 135.432252 +L 340.370082 135.432252 +L 340.370082 143.856077 +L 342.556603 143.856077 +L 342.556603 134.496271 +L 344.743123 134.496271 +L 344.743123 127.476416 +L 346.929643 127.476416 +L 346.929643 131.688329 +L 349.116164 131.688329 +L 349.116164 112.500726 +L 351.302684 112.500726 +L 351.302684 109.458789 +L 353.489205 109.458789 +L 353.489205 106.260856 +L 355.675725 106.260856 +L 355.675725 107.97682 +L 357.862245 107.97682 +L 357.862245 85.357288 +L 360.048766 85.357288 +L 360.048766 84.265311 +L 362.235286 84.265311 +L 362.235286 92.02615 +L 364.421806 92.02615 +L 364.421806 91.480161 +L 366.608327 91.480161 +L 366.608327 90.037191 +L 368.794847 90.037191 +L 368.794847 97.447038 +L 370.981368 97.447038 +L 370.981368 72.019564 +L 373.167888 72.019564 +L 373.167888 92.104149 +L 375.354408 92.104149 +L 375.354408 82.432349 +L 377.540929 82.432349 +L 377.540929 80.560387 +L 379.727449 80.560387 +L 379.727449 71.785569 +L 381.913969 71.785569 +L 381.913969 59.500823 +L 384.10049 59.500823 +L 384.10049 69.913608 +L 386.28701 69.913608 +L 386.28701 44.057143 +L 388.473531 44.057143 +L 388.473531 64.765714 +L 390.660051 64.765714 +L 390.660051 62.893753 +L 392.846571 62.893753 +L 392.846571 53.923939 +L 395.033092 53.923939 +L 395.033092 71.863567 +L 397.219612 71.863567 +L 397.219612 74.827506 +L 399.406132 74.827506 +L 399.406132 82.783341 +L 401.592653 82.783341 +L 401.592653 85.825278 +L 403.779173 85.825278 +L 403.779173 96.823051 +L 405.965694 96.823051 +L 405.965694 86.761259 +L 408.152214 86.761259 +L 408.152214 92.377143 +L 410.338734 92.377143 +L 410.338734 97.447038 +L 412.525255 97.447038 +L 412.525255 100.488975 +L 414.711775 100.488975 +L 414.711775 95.575077 +L 416.898295 95.575077 +L 416.898295 74.125521 +L 419.084816 74.125521 +L 419.084816 96.589056 +L 421.271336 96.589056 +L 421.271336 77.635448 +L 423.457857 77.635448 +L 423.457857 97.252042 +L 425.644377 97.252042 +L 425.644377 96.511057 +L 427.830897 96.511057 +L 427.830897 67.612655 +L 430.017418 67.612655 +L 430.017418 99.474996 +L 432.203938 99.474996 +L 432.203938 67.339661 +L 434.390458 67.339661 +L 434.390458 87.463245 +L 436.576979 87.463245 +L 436.576979 85.942276 +L 438.763499 85.942276 +L 438.763499 56.692881 +L 440.95002 56.692881 +L 440.95002 66.052688 +L 443.13654 66.052688 +L 443.13654 76.816465 +L 445.32306 76.816465 +L 445.32306 49.439031 +L 447.509581 49.439031 +L 447.509581 75.1395 +L 449.696101 75.1395 +L 449.696101 48.464052 +L 451.882621 48.464052 +L 451.882621 74.515513 +L 454.069142 74.515513 +L 454.069142 78.649427 +L 456.255662 78.649427 +L 456.255662 63.439742 +L 458.442183 63.439742 +L 458.442183 83.251332 +L 460.628703 83.251332 +L 460.628703 106.416852 +L 462.815223 106.416852 +L 462.815223 67.105666 +L 465.001744 67.105666 +L 465.001744 109.458789 +L 467.188264 109.458789 +L 467.188264 85.123293 +L 469.374784 85.123293 +L 469.374784 91.441162 +L 471.561305 91.441162 +L 471.561305 95.341082 +L 473.747825 95.341082 +L 473.747825 103.218918 +L 475.934346 103.218918 +L 475.934346 69.367619 +L 478.120866 69.367619 +L 478.120866 92.923132 +L 480.307386 92.923132 +L 480.307386 83.79732 +L 482.493907 83.79732 +L 482.493907 99.981985 +L 484.680427 99.981985 +L 484.680427 78.142437 +L 486.866947 78.142437 +L 486.866947 93.664116 +L 489.053468 93.664116 +L 489.053468 77.986441 +L 491.239988 77.986441 +L 491.239988 74.086521 +L 493.426509 74.086521 +L 493.426509 76.738467 +L 495.613029 76.738467 +L 495.613029 80.91138 +L 497.799549 80.91138 +L 497.799549 72.370557 +L 499.98607 72.370557 +L 499.98607 64.063729 +L 502.17259 64.063729 +L 502.17259 70.342599 +L 504.359111 70.342599 +L 504.359111 66.559677 +L 506.545631 66.559677 +L 506.545631 83.875319 +L 508.732151 83.875319 +L 508.732151 65.428701 +L 510.918672 65.428701 +L 510.918672 76.699467 +L 513.105192 76.699467 +L 513.105192 84.421308 +L 515.291712 84.421308 +L 515.291712 99.630993 +L 517.478233 99.630993 +L 517.478233 86.293269 +L 519.664753 86.293269 +L 519.664753 120.222567 +L 521.851274 120.222567 +L 521.851274 105.948862 +L 524.037794 105.948862 +L 524.037794 115.074673 +L 526.224314 115.074673 +L 526.224314 131.922324 +L 528.410835 131.922324 +L 528.410835 127.710412 +L 530.597355 127.710412 +L 530.597355 132.858305 +L 532.783875 132.858305 +L 532.783875 137.850202 +L 534.970396 137.850202 +L 534.970396 141.906118 +L 537.156916 141.906118 +L 537.156916 139.87816 +L 539.343437 139.87816 +L 539.343437 143.856077 +L 541.529957 143.856077 +L 541.529957 146.196029 +L 543.716477 146.196029 +L 543.716477 145.260048 +L 545.902998 145.260048 +L 545.902998 145.728039 +L 548.089518 145.728039 +L 548.089518 146.430024 +L 550.276038 146.430024 +L 550.276038 147.366005 +L 552.462559 147.366005 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_13"> + <path clip-path="url(#p860d0d2362)" d="M 335.997042 147.6 +L 335.997042 145.962034 +L 338.183562 145.962034 +L 338.183562 142.920097 +L 340.370082 142.920097 +L 340.370082 147.6 +L 342.556603 147.6 +L 342.556603 142.218111 +L 344.743123 142.218111 +L 344.743123 140.34615 +L 346.929643 140.34615 +L 346.929643 143.388087 +L 349.116164 143.388087 +L 349.116164 133.326295 +L 351.302684 133.326295 +L 351.302684 134.730266 +L 353.489205 134.730266 +L 353.489205 134.028281 +L 355.675725 134.028281 +L 355.675725 134.730266 +L 357.862245 134.730266 +L 357.862245 125.604455 +L 360.048766 125.604455 +L 360.048766 126.306441 +L 362.235286 126.306441 +L 362.235286 128.76339 +L 364.421806 128.76339 +L 364.421806 131.454334 +L 366.608327 131.454334 +L 366.608327 127.008426 +L 368.794847 127.008426 +L 368.794847 131.220339 +L 370.981368 131.220339 +L 370.981368 121.743535 +L 373.167888 121.743535 +L 373.167888 132.858305 +L 375.354408 132.858305 +L 375.354408 122.328523 +L 377.540929 122.328523 +L 377.540929 126.774431 +L 379.727449 126.774431 +L 379.727449 123.264504 +L 381.913969 123.264504 +L 381.913969 114.372688 +L 384.10049 114.372688 +L 384.10049 121.158547 +L 386.28701 121.158547 +L 386.28701 110.043777 +L 388.473531 110.043777 +L 388.473531 122.094528 +L 390.660051 122.094528 +L 390.660051 116.712639 +L 392.846571 116.712639 +L 392.846571 113.748701 +L 395.033092 113.748701 +L 395.033092 124.590476 +L 397.219612 124.590476 +L 397.219612 122.562518 +L 399.406132 122.562518 +L 399.406132 127.710412 +L 401.592653 127.710412 +L 401.592653 127.008426 +L 403.779173 127.008426 +L 403.779173 130.752349 +L 405.965694 130.752349 +L 405.965694 127.944407 +L 408.152214 127.944407 +L 408.152214 130.986344 +L 410.338734 130.986344 +L 410.338734 132.780307 +L 412.525255 132.780307 +L 412.525255 131.142341 +L 414.711775 131.142341 +L 414.711775 130.20636 +L 416.898295 130.20636 +L 416.898295 121.626538 +L 419.084816 121.626538 +L 419.084816 133.560291 +L 421.271336 133.560291 +L 421.271336 123.615496 +L 423.457857 123.615496 +L 423.457857 131.220339 +L 425.644377 131.220339 +L 425.644377 131.454334 +L 427.830897 131.454334 +L 427.830897 120.105569 +L 430.017418 120.105569 +L 430.017418 135.432252 +L 432.203938 135.432252 +L 432.203938 115.425666 +L 434.390458 115.425666 +L 434.390458 129.69937 +L 436.576979 129.69937 +L 436.576979 127.593414 +L 438.763499 127.593414 +L 438.763499 116.946634 +L 440.95002 116.946634 +L 440.95002 118.935593 +L 443.13654 118.935593 +L 443.13654 123.264504 +L 445.32306 123.264504 +L 445.32306 111.798741 +L 447.509581 111.798741 +L 447.509581 126.423438 +L 449.696101 126.423438 +L 449.696101 108.678805 +L 451.882621 108.678805 +L 451.882621 125.058467 +L 454.069142 125.058467 +L 454.069142 124.278483 +L 456.255662 124.278483 +L 456.255662 120.144568 +L 458.442183 120.144568 +L 458.442183 126.930428 +L 460.628703 126.930428 +L 460.628703 136.836223 +L 462.815223 136.836223 +L 462.815223 114.372688 +L 465.001744 114.372688 +L 465.001744 142.218111 +L 467.188264 142.218111 +L 467.188264 122.328523 +L 469.374784 122.328523 +L 469.374784 133.326295 +L 471.561305 133.326295 +L 471.561305 130.284358 +L 473.747825 130.284358 +L 473.747825 130.986344 +L 475.934346 130.986344 +L 475.934346 120.222567 +L 478.120866 120.222567 +L 478.120866 135.666247 +L 480.307386 135.666247 +L 480.307386 121.197546 +L 482.493907 121.197546 +L 482.493907 134.57427 +L 484.680427 134.57427 +L 484.680427 124.512478 +L 486.866947 124.512478 +L 486.866947 132.312316 +L 489.053468 132.312316 +L 489.053468 119.403584 +L 491.239988 119.403584 +L 491.239988 126.540436 +L 493.426509 126.540436 +L 493.426509 123.147506 +L 495.613029 123.147506 +L 495.613029 124.083487 +L 497.799549 124.083487 +L 497.799549 123.615496 +L 499.98607 123.615496 +L 499.98607 116.127651 +L 502.17259 116.127651 +L 502.17259 124.512478 +L 504.359111 124.512478 +L 504.359111 117.570621 +L 506.545631 117.570621 +L 506.545631 128.178402 +L 508.732151 128.178402 +L 508.732151 113.319709 +L 510.918672 113.319709 +L 510.918672 130.050363 +L 513.105192 130.050363 +L 513.105192 123.732494 +L 515.291712 123.732494 +L 515.291712 135.432252 +L 517.478233 135.432252 +L 517.478233 125.604455 +L 519.664753 125.604455 +L 519.664753 139.410169 +L 521.851274 139.410169 +L 521.851274 132.62431 +L 524.037794 132.62431 +L 524.037794 138.474189 +L 526.224314 138.474189 +L 526.224314 143.622082 +L 528.410835 143.622082 +L 528.410835 140.34615 +L 530.597355 140.34615 +L 530.597355 145.962034 +L 532.783875 145.962034 +L 532.783875 143.934076 +L 534.970396 143.934076 +L 534.970396 145.416045 +L 537.156916 145.416045 +L 537.156916 145.728039 +L 539.343437 145.728039 +L 539.343437 147.13201 +L 541.529957 147.13201 +L 541.529957 146.898015 +L 543.716477 146.898015 +L 543.716477 146.430024 +L 545.902998 146.430024 +L 545.902998 147.366005 +L 548.089518 147.366005 +L 548.089518 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_14"> + <path clip-path="url(#p860d0d2362)" d="M 335.997042 147.6 +L 335.997042 146.898015 +L 338.183562 146.898015 +L 338.183562 143.154092 +L 340.370082 143.154092 +L 340.370082 146.430024 +L 342.556603 146.430024 +L 342.556603 143.154092 +L 344.743123 143.154092 +L 344.743123 140.112155 +L 346.929643 140.112155 +L 346.929643 142.686102 +L 349.116164 142.686102 +L 349.116164 135.900242 +L 351.302684 135.900242 +L 351.302684 135.432252 +L 353.489205 135.432252 +L 353.489205 133.0923 +L 355.675725 133.0923 +L 355.675725 134.730266 +L 357.862245 134.730266 +L 357.862245 126.774431 +L 360.048766 126.774431 +L 360.048766 125.604455 +L 362.235286 125.604455 +L 362.235286 130.713349 +L 364.421806 130.713349 +L 364.421806 127.866408 +L 366.608327 127.866408 +L 366.608327 128.646392 +L 368.794847 128.646392 +L 368.794847 131.688329 +L 370.981368 131.688329 +L 370.981368 121.04155 +L 373.167888 121.04155 +L 373.167888 129.348378 +L 375.354408 129.348378 +L 375.354408 127.476416 +L 377.540929 127.476416 +L 377.540929 123.966489 +L 379.727449 123.966489 +L 379.727449 122.328523 +L 381.913969 122.328523 +L 381.913969 117.64862 +L 384.10049 117.64862 +L 384.10049 122.445521 +L 386.28701 122.445521 +L 386.28701 112.734722 +L 388.473531 112.734722 +L 388.473531 118.5846 +L 390.660051 118.5846 +L 390.660051 121.392542 +L 392.846571 121.392542 +L 392.846571 114.918676 +L 395.033092 114.918676 +L 395.033092 121.548539 +L 397.219612 121.548539 +L 397.219612 123.498499 +L 399.406132 123.498499 +L 399.406132 127.008426 +L 401.592653 127.008426 +L 401.592653 126.774431 +L 403.779173 126.774431 +L 403.779173 130.518354 +L 405.965694 130.518354 +L 405.965694 127.710412 +L 408.152214 127.710412 +L 408.152214 129.348378 +L 410.338734 129.348378 +L 410.338734 130.050363 +L 412.525255 130.050363 +L 412.525255 133.560291 +L 414.711775 133.560291 +L 414.711775 129.816368 +L 416.898295 129.816368 +L 416.898295 123.030508 +L 419.084816 123.030508 +L 419.084816 130.986344 +L 421.271336 130.986344 +L 421.271336 123.381501 +L 423.457857 123.381501 +L 423.457857 131.610331 +L 425.644377 131.610331 +L 425.644377 131.064342 +L 427.830897 131.064342 +L 427.830897 119.55958 +L 430.017418 119.55958 +L 430.017418 131.64933 +L 432.203938 131.64933 +L 432.203938 123.030508 +L 434.390458 123.030508 +L 434.390458 124.551477 +L 436.576979 124.551477 +L 436.576979 129.465375 +L 438.763499 129.465375 +L 438.763499 114.957676 +L 440.95002 114.957676 +L 440.95002 121.860533 +L 443.13654 121.860533 +L 443.13654 123.732494 +L 445.32306 123.732494 +L 445.32306 115.074673 +L 447.509581 115.074673 +L 447.509581 122.913511 +L 449.696101 122.913511 +L 449.696101 116.010654 +L 451.882621 116.010654 +L 451.882621 120.690557 +L 454.069142 120.690557 +L 454.069142 126.072446 +L 456.255662 126.072446 +L 456.255662 118.350605 +L 458.442183 118.350605 +L 458.442183 126.540436 +L 460.628703 126.540436 +L 460.628703 134.964262 +L 462.815223 134.964262 +L 462.815223 120.456562 +L 465.001744 120.456562 +L 465.001744 133.560291 +L 467.188264 133.560291 +L 467.188264 129.114383 +L 469.374784 129.114383 +L 469.374784 127.008426 +L 471.561305 127.008426 +L 471.561305 130.518354 +L 473.747825 130.518354 +L 473.747825 133.794286 +L 475.934346 133.794286 +L 475.934346 121.626538 +L 478.120866 121.626538 +L 478.120866 128.178402 +L 480.307386 128.178402 +L 480.307386 127.983406 +L 482.493907 127.983406 +L 482.493907 131.688329 +L 484.680427 131.688329 +L 484.680427 123.108507 +L 486.866947 123.108507 +L 486.866947 130.284358 +L 489.053468 130.284358 +L 489.053468 125.253462 +L 491.239988 125.253462 +L 491.239988 120.690557 +L 493.426509 120.690557 +L 493.426509 126.423438 +L 495.613029 126.423438 +L 495.613029 125.487458 +L 497.799549 125.487458 +L 497.799549 119.988571 +L 499.98607 119.988571 +L 499.98607 122.094528 +L 502.17259 122.094528 +L 502.17259 119.286586 +L 504.359111 119.286586 +L 504.359111 121.392542 +L 506.545631 121.392542 +L 506.545631 126.891429 +L 508.732151 126.891429 +L 508.732151 121.392542 +L 510.918672 121.392542 +L 510.918672 121.392542 +L 513.105192 121.392542 +L 513.105192 128.880387 +L 515.291712 128.880387 +L 515.291712 129.582373 +L 517.478233 129.582373 +L 517.478233 128.178402 +L 519.664753 128.178402 +L 519.664753 138.942179 +L 521.851274 138.942179 +L 521.851274 134.262276 +L 524.037794 134.262276 +L 524.037794 135.198257 +L 526.224314 135.198257 +L 526.224314 143.622082 +L 528.410835 143.622082 +L 528.410835 141.048136 +L 530.597355 141.048136 +L 530.597355 141.516126 +L 532.783875 141.516126 +L 532.783875 145.728039 +L 534.970396 145.728039 +L 534.970396 145.494044 +L 537.156916 145.494044 +L 537.156916 144.558063 +L 539.343437 144.558063 +L 539.343437 146.664019 +L 541.529957 146.664019 +L 541.529957 147.6 +L 543.716477 147.6 +L 543.716477 146.664019 +L 545.902998 146.664019 +L 545.902998 146.664019 +L 548.089518 146.664019 +L 548.089518 147.366005 +L 550.276038 147.366005 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_15"> + <path clip-path="url(#p860d0d2362)" d="M 335.997042 147.6 +L 335.997042 146.898015 +L 338.183562 146.898015 +L 338.183562 144.558063 +L 340.370082 144.558063 +L 340.370082 145.026053 +L 342.556603 145.026053 +L 342.556603 144.324068 +L 344.743123 144.324068 +L 344.743123 142.218111 +L 346.929643 142.218111 +L 346.929643 140.81414 +L 349.116164 140.81414 +L 349.116164 138.474189 +L 351.302684 138.474189 +L 351.302684 134.496271 +L 353.489205 134.496271 +L 353.489205 134.340274 +L 355.675725 134.340274 +L 355.675725 133.716287 +L 357.862245 133.716287 +L 357.862245 128.178402 +L 360.048766 128.178402 +L 360.048766 127.554415 +L 362.235286 127.554415 +L 362.235286 127.749411 +L 364.421806 127.749411 +L 364.421806 127.359419 +L 366.608327 127.359419 +L 366.608327 129.582373 +L 368.794847 129.582373 +L 368.794847 129.73837 +L 370.981368 129.73837 +L 370.981368 124.434479 +L 373.167888 124.434479 +L 373.167888 125.097466 +L 375.354408 125.097466 +L 375.354408 127.827409 +L 377.540929 127.827409 +L 377.540929 125.019467 +L 379.727449 125.019467 +L 379.727449 121.392542 +L 381.913969 121.392542 +L 381.913969 122.679516 +L 384.10049 122.679516 +L 384.10049 121.50954 +L 386.28701 121.50954 +L 386.28701 116.478644 +L 388.473531 116.478644 +L 388.473531 119.286586 +L 390.660051 119.286586 +L 390.660051 119.988571 +L 392.846571 119.988571 +L 392.846571 120.456562 +L 395.033092 120.456562 +L 395.033092 120.924552 +L 397.219612 120.924552 +L 397.219612 123.966489 +L 399.406132 123.966489 +L 399.406132 123.264504 +L 401.592653 123.264504 +L 401.592653 127.242421 +L 403.779173 127.242421 +L 403.779173 130.752349 +L 405.965694 130.752349 +L 405.965694 126.306441 +L 408.152214 126.306441 +L 408.152214 127.242421 +L 410.338734 127.242421 +L 410.338734 129.816368 +L 412.525255 129.816368 +L 412.525255 130.986344 +L 414.711775 130.986344 +L 414.711775 130.752349 +L 416.898295 130.752349 +L 416.898295 124.668475 +L 419.084816 124.668475 +L 419.084816 127.242421 +L 421.271336 127.242421 +L 421.271336 125.83845 +L 423.457857 125.83845 +L 423.457857 129.621372 +L 425.644377 129.621372 +L 425.644377 129.192381 +L 427.830897 129.192381 +L 427.830897 123.147506 +L 430.017418 123.147506 +L 430.017418 127.593414 +L 432.203938 127.593414 +L 432.203938 124.083487 +L 434.390458 124.083487 +L 434.390458 128.412397 +L 436.576979 128.412397 +L 436.576979 124.083487 +L 438.763499 124.083487 +L 438.763499 119.988571 +L 440.95002 119.988571 +L 440.95002 120.456562 +L 443.13654 120.456562 +L 443.13654 125.019467 +L 445.32306 125.019467 +L 445.32306 117.765617 +L 447.509581 117.765617 +L 447.509581 121.00255 +L 449.696101 121.00255 +L 449.696101 118.974592 +L 451.882621 118.974592 +L 451.882621 123.966489 +L 454.069142 123.966489 +L 454.069142 123.498499 +L 456.255662 123.498499 +L 456.255662 120.144568 +L 458.442183 120.144568 +L 458.442183 124.980468 +L 460.628703 124.980468 +L 460.628703 129.816368 +L 462.815223 129.816368 +L 462.815223 127.476416 +L 465.001744 127.476416 +L 465.001744 128.880387 +L 467.188264 128.880387 +L 467.188264 128.880387 +L 469.374784 128.880387 +L 469.374784 126.306441 +L 471.561305 126.306441 +L 471.561305 129.73837 +L 473.747825 129.73837 +L 473.747825 133.638289 +L 475.934346 133.638289 +L 475.934346 122.718515 +L 478.120866 122.718515 +L 478.120866 124.278483 +L 480.307386 124.278483 +L 480.307386 129.816368 +L 482.493907 129.816368 +L 482.493907 128.919387 +L 484.680427 128.919387 +L 484.680427 125.721453 +L 486.866947 125.721453 +L 486.866947 126.267441 +L 489.053468 126.267441 +L 489.053468 128.529395 +L 491.239988 128.529395 +L 491.239988 122.055529 +L 493.426509 122.055529 +L 493.426509 122.367522 +L 495.613029 122.367522 +L 495.613029 126.540436 +L 497.799549 126.540436 +L 497.799549 123.966489 +L 499.98607 123.966489 +L 499.98607 121.04155 +L 502.17259 121.04155 +L 502.17259 121.743535 +L 504.359111 121.743535 +L 504.359111 122.796513 +L 506.545631 122.796513 +L 506.545631 124.005488 +L 508.732151 124.005488 +L 508.732151 125.916449 +L 510.918672 125.916449 +L 510.918672 120.456562 +L 513.105192 120.456562 +L 513.105192 127.008426 +L 515.291712 127.008426 +L 515.291712 129.816368 +L 517.478233 129.816368 +L 517.478233 127.710412 +L 519.664753 127.710412 +L 519.664753 137.070218 +L 521.851274 137.070218 +L 521.851274 134.262276 +L 524.037794 134.262276 +L 524.037794 136.602228 +L 526.224314 136.602228 +L 526.224314 139.87816 +L 528.410835 139.87816 +L 528.410835 141.516126 +L 530.597355 141.516126 +L 530.597355 140.580145 +L 532.783875 140.580145 +L 532.783875 143.388087 +L 534.970396 143.388087 +L 534.970396 146.196029 +L 537.156916 146.196029 +L 537.156916 144.792058 +L 539.343437 144.792058 +L 539.343437 145.260048 +L 541.529957 145.260048 +L 541.529957 146.898015 +L 543.716477 146.898015 +L 543.716477 147.366005 +L 545.902998 147.366005 +L 545.902998 146.898015 +L 548.089518 146.898015 +L 548.089518 146.664019 +L 550.276038 146.664019 +L 550.276038 147.366005 +L 552.462559 147.366005 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_19"> + <path clip-path="url(#p860d0d2362)" d="M 434.605984 147.6 +L 434.605984 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_16"> + <path d="M 325.06444 147.6 +L 325.06444 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_17"> + <path d="M 565.581681 147.6 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_18"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_19"> + <path d="M 325.06444 38.88 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_21"> + <!-- 1% --> + <g style="fill:#262626;" transform="translate(433.317435 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-49"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_3"> + <g id="patch_20"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +L 854.202371 38.88 +L 613.685129 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_5"> + <g id="xtick_10"> + <g id="line2d_20"> + <path clip-path="url(#p5833ad8f8d)" d="M 629.563979 147.6 +L 629.563979 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_22"> + <!-- 0.0900 --> + <defs> + <path d="M 5.46875 16.546875 +L 13.921875 17.328125 +Q 14.984375 11.375 18.015625 8.6875 +Q 21.046875 6 25.78125 6 +Q 29.828125 6 32.875 7.859375 +Q 35.9375 9.71875 37.890625 12.8125 +Q 39.84375 15.921875 41.15625 21.1875 +Q 42.484375 26.46875 42.484375 31.9375 +Q 42.484375 32.515625 42.4375 33.6875 +Q 39.796875 29.5 35.234375 26.875 +Q 30.671875 24.265625 25.34375 24.265625 +Q 16.453125 24.265625 10.296875 30.703125 +Q 4.15625 37.15625 4.15625 47.703125 +Q 4.15625 58.59375 10.578125 65.234375 +Q 17 71.875 26.65625 71.875 +Q 33.640625 71.875 39.421875 68.109375 +Q 45.21875 64.359375 48.21875 57.390625 +Q 51.21875 50.4375 51.21875 37.25 +Q 51.21875 23.53125 48.234375 15.40625 +Q 45.265625 7.28125 39.375 3.03125 +Q 33.5 -1.21875 25.59375 -1.21875 +Q 17.1875 -1.21875 11.859375 3.4375 +Q 6.546875 8.109375 5.46875 16.546875 +z +M 41.453125 48.140625 +Q 41.453125 55.71875 37.421875 60.15625 +Q 33.40625 64.59375 27.734375 64.59375 +Q 21.875 64.59375 17.53125 59.8125 +Q 13.1875 55.03125 13.1875 47.40625 +Q 13.1875 40.578125 17.3125 36.296875 +Q 21.4375 32.03125 27.484375 32.03125 +Q 33.59375 32.03125 37.515625 36.296875 +Q 41.453125 40.578125 41.453125 48.140625 +z +" id="ArialMT-57"/> + </defs> + <g style="fill:#262626;" transform="translate(614.272573 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_11"> + <g id="line2d_21"> + <path clip-path="url(#p5833ad8f8d)" d="M 660.524135 147.6 +L 660.524135 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_23"> + <!-- 0.0925 --> + <defs> + <path d="M 4.15625 18.75 +L 13.375 19.53125 +Q 14.40625 12.796875 18.140625 9.390625 +Q 21.875 6 27.15625 6 +Q 33.5 6 37.890625 10.78125 +Q 42.28125 15.578125 42.28125 23.484375 +Q 42.28125 31 38.0625 35.34375 +Q 33.84375 39.703125 27 39.703125 +Q 22.75 39.703125 19.328125 37.765625 +Q 15.921875 35.84375 13.96875 32.765625 +L 5.71875 33.84375 +L 12.640625 70.609375 +L 48.25 70.609375 +L 48.25 62.203125 +L 19.671875 62.203125 +L 15.828125 42.96875 +Q 22.265625 47.46875 29.34375 47.46875 +Q 38.71875 47.46875 45.15625 40.96875 +Q 51.609375 34.46875 51.609375 24.265625 +Q 51.609375 14.546875 45.953125 7.46875 +Q 39.0625 -1.21875 27.15625 -1.21875 +Q 17.390625 -1.21875 11.203125 4.25 +Q 5.03125 9.71875 4.15625 18.75 +z +" id="ArialMT-53"/> + </defs> + <g style="fill:#262626;" transform="translate(645.232729 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_12"> + <g id="line2d_22"> + <path clip-path="url(#p5833ad8f8d)" d="M 691.484291 147.6 +L 691.484291 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_24"> + <!-- 0.0950 --> + <g style="fill:#262626;" transform="translate(676.192885 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_13"> + <g id="line2d_23"> + <path clip-path="url(#p5833ad8f8d)" d="M 722.444447 147.6 +L 722.444447 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_25"> + <!-- 0.0975 --> + <defs> + <path d="M 4.734375 62.203125 +L 4.734375 70.65625 +L 51.078125 70.65625 +L 51.078125 63.8125 +Q 44.234375 56.546875 37.515625 44.484375 +Q 30.8125 32.421875 27.15625 19.671875 +Q 24.515625 10.6875 23.78125 0 +L 14.75 0 +Q 14.890625 8.453125 18.0625 20.40625 +Q 21.234375 32.375 27.171875 43.484375 +Q 33.109375 54.59375 39.796875 62.203125 +z +" id="ArialMT-55"/> + </defs> + <g style="fill:#262626;" transform="translate(707.153041 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_14"> + <g id="line2d_24"> + <path clip-path="url(#p5833ad8f8d)" d="M 753.404603 147.6 +L 753.404603 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_26"> + <!-- 0.1000 --> + <g style="fill:#262626;" transform="translate(738.113197 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_15"> + <g id="line2d_25"> + <path clip-path="url(#p5833ad8f8d)" d="M 784.364759 147.6 +L 784.364759 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_27"> + <!-- 0.1025 --> + <g style="fill:#262626;" transform="translate(769.073353 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_16"> + <g id="line2d_26"> + <path clip-path="url(#p5833ad8f8d)" d="M 815.324915 147.6 +L 815.324915 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_28"> + <!-- 0.1050 --> + <g style="fill:#262626;" transform="translate(800.033508 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_17"> + <g id="line2d_27"> + <path clip-path="url(#p5833ad8f8d)" d="M 846.285071 147.6 +L 846.285071 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_29"> + <!-- 0.1075 --> + <g style="fill:#262626;" transform="translate(830.993664 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="text_30"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(715.326563 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_6"> + <g id="ytick_9"> + <g id="line2d_28"> + <path clip-path="url(#p5833ad8f8d)" d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_31"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(601.124192 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_10"> + <g id="line2d_29"> + <path clip-path="url(#p5833ad8f8d)" d="M 613.685129 119.232094 +L 854.202371 119.232094 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_32"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(584.441379 122.811)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_11"> + <g id="line2d_30"> + <path clip-path="url(#p5833ad8f8d)" d="M 613.685129 90.864188 +L 854.202371 90.864188 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_33"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(584.441379 94.443094)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_12"> + <g id="line2d_31"> + <path clip-path="url(#p5833ad8f8d)" d="M 613.685129 62.496282 +L 854.202371 62.496282 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_34"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(584.441379 66.075188)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_21"> + <path clip-path="url(#p5833ad8f8d)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 137.727969 +L 631.177292 137.727969 +L 631.177292 143.685229 +L 633.363813 143.685229 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 142.153362 +L 642.109894 142.153362 +L 642.109894 140.451288 +L 644.296415 140.451288 +L 644.296415 131.089879 +L 646.482935 131.089879 +L 646.482935 123.090129 +L 648.669455 123.090129 +L 648.669455 146.068133 +L 650.855976 146.068133 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 143.174607 +L 657.415537 143.174607 +L 657.415537 98.410051 +L 659.602057 98.410051 +L 659.602057 111.345816 +L 661.788578 111.345816 +L 661.788578 134.664235 +L 663.975098 134.664235 +L 663.975098 140.451288 +L 666.161618 140.451288 +L 666.161618 120.196603 +L 668.348139 120.196603 +L 668.348139 111.856438 +L 670.534659 111.856438 +L 670.534659 117.416548 +L 672.721179 117.416548 +L 672.721179 95.062638 +L 674.9077 95.062638 +L 674.9077 98.239843 +L 677.09422 98.239843 +L 677.09422 115.09038 +L 679.280741 115.09038 +L 679.280741 110.324571 +L 681.467261 110.324571 +L 681.467261 111.345816 +L 683.653781 111.345816 +L 683.653781 93.644243 +L 685.840302 93.644243 +L 685.840302 63.006904 +L 688.026822 63.006904 +L 688.026822 76.793706 +L 690.213342 76.793706 +L 690.213342 105.899178 +L 692.399863 105.899178 +L 692.399863 89.048642 +L 694.586383 89.048642 +L 694.586383 92.622998 +L 696.772904 92.622998 +L 696.772904 60.453793 +L 698.959424 60.453793 +L 698.959424 73.21935 +L 701.145944 73.21935 +L 701.145944 64.510403 +L 703.332465 64.510403 +L 703.332465 48.822951 +L 705.518985 48.822951 +L 705.518985 66.921675 +L 707.705505 66.921675 +L 707.705505 77.474536 +L 709.892026 77.474536 +L 709.892026 82.921174 +L 712.078546 82.921174 +L 712.078546 63.716102 +L 714.265067 63.716102 +L 714.265067 50.638497 +L 716.451587 50.638497 +L 716.451587 44.057143 +L 718.638107 44.057143 +L 718.638107 76.680235 +L 720.824628 76.680235 +L 720.824628 70.496031 +L 723.011148 70.496031 +L 723.011148 56.624125 +L 725.197668 56.624125 +L 725.197668 53.049769 +L 727.384189 53.049769 +L 727.384189 53.475288 +L 729.570709 53.475288 +L 729.570709 64.113252 +L 731.75723 64.113252 +L 731.75723 57.900681 +L 733.94375 57.900681 +L 733.94375 69.219476 +L 736.13027 69.219476 +L 736.13027 54.581636 +L 738.316791 54.581636 +L 738.316791 68.283335 +L 740.503311 68.283335 +L 740.503311 74.694481 +L 742.689832 74.694481 +L 742.689832 52.879562 +L 744.876352 52.879562 +L 744.876352 80.424798 +L 747.062872 80.424798 +L 747.062872 83.091382 +L 749.249393 83.091382 +L 749.249393 93.303828 +L 751.435913 93.303828 +L 751.435913 70.042145 +L 753.622433 70.042145 +L 753.622433 52.482411 +L 755.808954 52.482411 +L 755.808954 77.985159 +L 757.995474 77.985159 +L 757.995474 88.197605 +L 760.181995 88.197605 +L 760.181995 90.495405 +L 762.368515 90.495405 +L 762.368515 101.587256 +L 764.555035 101.587256 +L 764.555035 87.431671 +L 766.741556 87.431671 +L 766.741556 76.254716 +L 768.928076 76.254716 +L 768.928076 104.877933 +L 771.114596 104.877933 +L 771.114596 102.721973 +L 773.301117 102.721973 +L 773.301117 101.161738 +L 775.487637 101.161738 +L 775.487637 131.430294 +L 777.674158 131.430294 +L 777.674158 114.579757 +L 779.860678 114.579757 +L 779.860678 118.778207 +L 782.047198 118.778207 +L 782.047198 110.296204 +L 784.233719 110.296204 +L 784.233719 101.303577 +L 786.420239 101.303577 +L 786.420239 128.536767 +L 788.606759 128.536767 +L 788.606759 132.621746 +L 790.79328 132.621746 +L 790.79328 132.621746 +L 792.9798 132.621746 +L 792.9798 134.834442 +L 795.166321 134.834442 +L 795.166321 121.898677 +L 797.352841 121.898677 +L 797.352841 126.153863 +L 799.539361 126.153863 +L 799.539361 133.302575 +L 801.725882 133.302575 +L 801.725882 137.217346 +L 803.912402 137.217346 +L 803.912402 146.068133 +L 806.098922 146.068133 +L 806.098922 146.748963 +L 808.285443 146.748963 +L 808.285443 140.96191 +L 810.471963 140.96191 +L 810.471963 139.940665 +L 812.658484 139.940665 +L 812.658484 140.195977 +L 814.845004 140.195977 +L 814.845004 137.047139 +L 817.031524 137.047139 +L 817.031524 146.238341 +L 819.218045 146.238341 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 144.876681 +L 827.964126 144.876681 +L 827.964126 144.195851 +L 830.150647 144.195851 +L 830.150647 144.536266 +L 832.337167 144.536266 +L 832.337167 144.195851 +L 834.523687 144.195851 +L 834.523687 146.408548 +L 836.710208 146.408548 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_22"> + <path clip-path="url(#p5833ad8f8d)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 143.344814 +L 631.177292 143.344814 +L 631.177292 147.259585 +L 633.363813 147.259585 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 146.238341 +L 642.109894 146.238341 +L 642.109894 144.536266 +L 644.296415 144.536266 +L 644.296415 140.621495 +L 646.482935 140.621495 +L 646.482935 140.621495 +L 648.669455 140.621495 +L 648.669455 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 146.91917 +L 657.415537 146.91917 +L 657.415537 129.217597 +L 659.602057 129.217597 +L 659.602057 136.025894 +L 661.788578 136.025894 +L 661.788578 141.812947 +L 663.975098 141.812947 +L 663.975098 147.259585 +L 666.161618 147.259585 +L 666.161618 137.047139 +L 668.348139 137.047139 +L 668.348139 138.919421 +L 670.534659 138.919421 +L 670.534659 134.664235 +L 672.721179 134.664235 +L 672.721179 126.494278 +L 674.9077 126.494278 +L 674.9077 132.281331 +L 677.09422 132.281331 +L 677.09422 140.28108 +L 679.280741 140.28108 +L 679.280741 134.153613 +L 681.467261 134.153613 +L 681.467261 134.834442 +L 683.653781 134.834442 +L 683.653781 129.217597 +L 685.840302 129.217597 +L 685.840302 117.983906 +L 688.026822 117.983906 +L 688.026822 126.834693 +L 690.213342 126.834693 +L 690.213342 131.430294 +L 692.399863 131.430294 +L 692.399863 130.579256 +L 694.586383 130.579256 +L 694.586383 129.132493 +L 696.772904 129.132493 +L 696.772904 120.792329 +L 698.959424 120.792329 +L 698.959424 120.111499 +L 701.145944 120.111499 +L 701.145944 117.700227 +L 703.332465 117.700227 +L 703.332465 113.501777 +L 705.518985 113.501777 +L 705.518985 124.451789 +L 707.705505 124.451789 +L 707.705505 123.260337 +L 709.892026 123.260337 +L 709.892026 124.281581 +L 712.078546 124.281581 +L 712.078546 118.74984 +L 714.265067 118.74984 +L 714.265067 117.813699 +L 716.451587 117.813699 +L 716.451587 112.707476 +L 718.638107 112.707476 +L 718.638107 121.558262 +L 720.824628 121.558262 +L 720.824628 122.153988 +L 723.011148 122.153988 +L 723.011148 118.494528 +L 725.197668 118.494528 +L 725.197668 114.494654 +L 727.384189 114.494654 +L 727.384189 117.813699 +L 729.570709 117.813699 +L 729.570709 117.38818 +L 731.75723 117.38818 +L 731.75723 116.962661 +L 733.94375 116.962661 +L 733.94375 124.451789 +L 736.13027 124.451789 +L 736.13027 117.983906 +L 738.316791 117.983906 +L 738.316791 117.303076 +L 740.503311 117.303076 +L 740.503311 123.600751 +L 742.689832 123.600751 +L 742.689832 117.671859 +L 744.876352 117.671859 +L 744.876352 127.458787 +L 747.062872 127.458787 +L 747.062872 126.948164 +L 749.249393 126.948164 +L 749.249393 127.0049 +L 751.435913 127.0049 +L 751.435913 120.281706 +L 753.622433 120.281706 +L 753.622433 117.473284 +L 755.808954 117.473284 +L 755.808954 125.217722 +L 757.995474 125.217722 +L 757.995474 126.068759 +L 760.181995 126.068759 +L 760.181995 126.919796 +L 762.368515 126.919796 +L 762.368515 136.536517 +L 764.555035 136.536517 +L 764.555035 128.281456 +L 766.741556 128.281456 +L 766.741556 122.494403 +L 768.928076 122.494403 +L 768.928076 130.749464 +L 771.114596 130.749464 +L 771.114596 133.64299 +L 773.301117 133.64299 +L 773.301117 134.18198 +L 775.487637 134.18198 +L 775.487637 143.231342 +L 777.674158 143.231342 +L 777.674158 135.685479 +L 779.860678 135.685479 +L 779.860678 137.501025 +L 782.047198 137.501025 +L 782.047198 133.359311 +L 784.233719 133.359311 +L 784.233719 135.770583 +L 786.420239 135.770583 +L 786.420239 140.451288 +L 788.606759 140.451288 +L 788.606759 141.302325 +L 790.79328 141.302325 +L 790.79328 143.685229 +L 792.9798 143.685229 +L 792.9798 144.876681 +L 795.166321 144.876681 +L 795.166321 137.557761 +L 797.352841 137.557761 +L 797.352841 139.940665 +L 799.539361 139.940665 +L 799.539361 142.607249 +L 801.725882 142.607249 +L 801.725882 145.444039 +L 803.912402 145.444039 +L 803.912402 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 808.285443 147.6 +L 808.285443 145.217096 +L 810.471963 145.217096 +L 810.471963 144.706474 +L 812.658484 144.706474 +L 812.658484 144.280955 +L 814.845004 144.280955 +L 814.845004 144.706474 +L 817.031524 144.706474 +L 817.031524 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 146.91917 +L 827.964126 146.91917 +L 827.964126 146.238341 +L 830.150647 146.238341 +L 830.150647 146.578755 +L 832.337167 146.578755 +L 832.337167 146.068133 +L 834.523687 146.068133 +L 834.523687 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_23"> + <path clip-path="url(#p5833ad8f8d)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 144.366059 +L 631.177292 144.366059 +L 631.177292 146.238341 +L 633.363813 146.238341 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 145.557511 +L 642.109894 145.557511 +L 642.109894 145.557511 +L 644.296415 145.557511 +L 644.296415 142.323569 +L 646.482935 142.323569 +L 646.482935 138.579006 +L 648.669455 138.579006 +L 648.669455 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 146.238341 +L 657.415537 146.238341 +L 657.415537 130.749464 +L 659.602057 130.749464 +L 659.602057 135.855687 +L 661.788578 135.855687 +L 661.788578 143.174607 +L 663.975098 143.174607 +L 663.975098 145.217096 +L 666.161618 145.217096 +L 666.161618 138.238591 +L 668.348139 138.238591 +L 668.348139 136.025894 +L 670.534659 136.025894 +L 670.534659 137.501025 +L 672.721179 137.501025 +L 672.721179 130.465785 +L 674.9077 130.465785 +L 674.9077 130.068634 +L 677.09422 130.068634 +L 677.09422 137.557761 +L 679.280741 137.557761 +L 679.280741 135.00465 +L 681.467261 135.00465 +L 681.467261 135.685479 +L 683.653781 135.685479 +L 683.653781 128.706975 +L 685.840302 128.706975 +L 685.840302 119.856188 +L 688.026822 119.856188 +L 688.026822 124.281581 +L 690.213342 124.281581 +L 690.213342 133.132368 +L 692.399863 133.132368 +L 692.399863 127.855937 +L 694.586383 127.855937 +L 694.586383 129.643115 +L 696.772904 129.643115 +L 696.772904 118.239217 +L 698.959424 118.239217 +L 698.959424 122.834818 +L 701.145944 122.834818 +L 701.145944 120.537018 +L 703.332465 120.537018 +L 703.332465 113.388305 +L 705.518985 113.388305 +L 705.518985 121.444791 +L 707.705505 121.444791 +L 707.705505 124.905675 +L 709.892026 124.905675 +L 709.892026 125.983656 +L 712.078546 125.983656 +L 712.078546 119.515773 +L 714.265067 119.515773 +L 714.265067 114.664861 +L 716.451587 114.664861 +L 716.451587 112.877683 +L 718.638107 112.877683 +L 718.638107 125.473033 +L 720.824628 125.473033 +L 720.824628 121.04764 +L 723.011148 121.04764 +L 723.011148 116.537143 +L 725.197668 116.537143 +L 725.197668 117.558387 +L 727.384189 117.558387 +L 727.384189 116.452039 +L 729.570709 116.452039 +L 729.570709 118.239217 +L 731.75723 118.239217 +L 731.75723 118.494528 +L 733.94375 118.494528 +L 733.94375 120.792329 +L 736.13027 120.792329 +L 736.13027 117.728595 +L 738.316791 117.728595 +L 738.316791 121.388055 +L 740.503311 121.388055 +L 740.503311 122.863186 +L 742.689832 122.863186 +L 742.689832 114.891804 +L 744.876352 114.891804 +L 744.876352 126.097127 +L 747.062872 126.097127 +L 747.062872 126.210599 +L 749.249393 126.210599 +L 749.249393 128.877182 +L 751.435913 128.877182 +L 751.435913 123.231969 +L 753.622433 123.231969 +L 753.622433 114.352814 +L 755.808954 114.352814 +L 755.808954 125.047515 +L 757.995474 125.047515 +L 757.995474 128.026145 +L 760.181995 128.026145 +L 760.181995 128.196352 +L 762.368515 128.196352 +L 762.368515 132.735217 +L 764.555035 132.735217 +L 764.555035 126.806325 +L 766.741556 126.806325 +L 766.741556 124.536892 +L 768.928076 124.536892 +L 768.928076 133.302575 +L 771.114596 133.302575 +L 771.114596 131.940916 +L 773.301117 131.940916 +L 773.301117 132.252963 +L 775.487637 132.252963 +L 775.487637 142.777456 +L 777.674158 142.777456 +L 777.674158 136.366309 +L 779.860678 136.366309 +L 779.860678 137.387554 +L 782.047198 137.387554 +L 782.047198 136.962035 +L 784.233719 136.962035 +L 784.233719 129.898427 +L 786.420239 129.898427 +L 786.420239 142.153362 +L 788.606759 142.153362 +L 788.606759 143.344814 +L 790.79328 143.344814 +L 790.79328 141.472532 +L 792.9798 141.472532 +L 792.9798 144.025644 +L 795.166321 144.025644 +L 795.166321 138.919421 +L 797.352841 138.919421 +L 797.352841 140.791703 +L 799.539361 140.791703 +L 799.539361 142.72072 +L 801.725882 142.72072 +L 801.725882 143.458286 +L 803.912402 143.458286 +L 803.912402 147.6 +L 806.098922 147.6 +L 806.098922 147.259585 +L 808.285443 147.259585 +L 808.285443 145.387303 +L 810.471963 145.387303 +L 810.471963 145.046888 +L 812.658484 145.046888 +L 812.658484 145.3022 +L 814.845004 145.3022 +L 814.845004 143.685229 +L 817.031524 143.685229 +L 817.031524 147.429793 +L 819.218045 147.429793 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 146.578755 +L 827.964126 146.578755 +L 827.964126 146.578755 +L 830.150647 146.578755 +L 830.150647 146.578755 +L 832.337167 146.578755 +L 832.337167 146.238341 +L 834.523687 146.238341 +L 834.523687 147.429793 +L 836.710208 147.429793 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_24"> + <path clip-path="url(#p5833ad8f8d)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 145.217096 +L 631.177292 145.217096 +L 631.177292 145.387303 +L 633.363813 145.387303 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 145.557511 +L 642.109894 145.557511 +L 642.109894 145.557511 +L 644.296415 145.557511 +L 644.296415 143.344814 +L 646.482935 143.344814 +L 646.482935 139.089628 +L 648.669455 139.089628 +L 648.669455 146.068133 +L 650.855976 146.068133 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 145.217096 +L 657.415537 145.217096 +L 657.415537 133.64299 +L 659.602057 133.64299 +L 659.602057 134.664235 +L 661.788578 134.664235 +L 661.788578 144.876681 +L 663.975098 144.876681 +L 663.975098 143.174607 +L 666.161618 143.174607 +L 666.161618 140.110873 +L 668.348139 140.110873 +L 668.348139 132.111123 +L 670.534659 132.111123 +L 670.534659 140.451288 +L 672.721179 140.451288 +L 672.721179 133.302575 +L 674.9077 133.302575 +L 674.9077 131.089879 +L 677.09422 131.089879 +L 677.09422 132.451538 +L 679.280741 132.451538 +L 679.280741 136.366309 +L 681.467261 136.366309 +L 681.467261 136.025894 +L 683.653781 136.025894 +L 683.653781 130.919671 +L 685.840302 130.919671 +L 685.840302 120.36681 +L 688.026822 120.36681 +L 688.026822 120.877432 +L 690.213342 120.877432 +L 690.213342 136.536517 +L 692.399863 136.536517 +L 692.399863 125.813448 +L 694.586383 125.813448 +L 694.586383 129.047389 +L 696.772904 129.047389 +L 696.772904 116.622247 +L 698.959424 116.622247 +L 698.959424 125.473033 +L 701.145944 125.473033 +L 701.145944 121.473159 +L 703.332465 121.473159 +L 703.332465 117.132869 +L 705.518985 117.132869 +L 705.518985 116.225096 +L 707.705505 116.225096 +L 707.705505 124.508524 +L 709.892026 124.508524 +L 709.892026 127.855937 +L 712.078546 127.855937 +L 712.078546 120.650489 +L 714.265067 120.650489 +L 714.265067 113.359937 +L 716.451587 113.359937 +L 716.451587 113.671984 +L 718.638107 113.671984 +L 718.638107 124.848939 +L 720.824628 124.848939 +L 720.824628 122.494403 +L 723.011148 122.494403 +L 723.011148 116.792454 +L 725.197668 116.792454 +L 725.197668 116.196728 +L 727.384189 116.196728 +L 727.384189 114.40955 +L 729.570709 114.40955 +L 729.570709 123.685855 +L 731.75723 123.685855 +L 731.75723 117.643491 +L 733.94375 117.643491 +L 733.94375 119.175358 +L 736.13027 119.175358 +L 736.13027 114.069135 +L 738.316791 114.069135 +L 738.316791 124.792204 +L 740.503311 124.792204 +L 740.503311 123.430544 +L 742.689832 123.430544 +L 742.689832 115.515898 +L 744.876352 115.515898 +L 744.876352 122.068885 +L 747.062872 122.068885 +L 747.062872 125.132618 +L 749.249393 125.132618 +L 749.249393 132.621746 +L 751.435913 132.621746 +L 751.435913 121.72847 +L 753.622433 121.72847 +L 753.622433 115.856313 +L 755.808954 115.856313 +L 755.808954 122.919922 +L 757.995474 122.919922 +L 757.995474 129.302701 +L 760.181995 129.302701 +L 760.181995 130.579256 +L 762.368515 130.579256 +L 762.368515 127.515523 +L 764.555035 127.515523 +L 764.555035 127.54389 +L 766.741556 127.54389 +L 766.741556 124.423421 +L 768.928076 124.423421 +L 768.928076 136.025894 +L 771.114596 136.025894 +L 771.114596 132.338067 +L 773.301117 132.338067 +L 773.301117 129.926795 +L 775.487637 129.926795 +L 775.487637 140.621495 +L 777.674158 140.621495 +L 777.674158 137.727969 +L 779.860678 137.727969 +L 779.860678 139.089628 +L 782.047198 139.089628 +L 782.047198 135.174857 +L 784.233719 135.174857 +L 784.233719 130.834568 +L 786.420239 130.834568 +L 786.420239 141.132117 +L 788.606759 141.132117 +L 788.606759 143.174607 +L 790.79328 143.174607 +L 790.79328 142.663984 +L 792.9798 142.663984 +L 792.9798 141.132117 +L 795.166321 141.132117 +L 795.166321 140.621495 +L 797.352841 140.621495 +L 797.352841 140.621495 +L 799.539361 140.621495 +L 799.539361 143.174607 +L 801.725882 143.174607 +L 801.725882 143.515022 +L 803.912402 143.515022 +L 803.912402 146.068133 +L 806.098922 146.068133 +L 806.098922 147.089378 +L 808.285443 147.089378 +L 808.285443 145.557511 +L 810.471963 145.557511 +L 810.471963 145.387303 +L 812.658484 145.387303 +L 812.658484 145.812822 +L 814.845004 145.812822 +L 814.845004 143.855436 +L 817.031524 143.855436 +L 817.031524 146.408548 +L 819.218045 146.408548 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 146.578755 +L 827.964126 146.578755 +L 827.964126 146.578755 +L 830.150647 146.578755 +L 830.150647 146.578755 +L 832.337167 146.578755 +L 832.337167 147.089378 +L 834.523687 147.089378 +L 834.523687 146.578755 +L 836.710208 146.578755 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_32"> + <path clip-path="url(#p5833ad8f8d)" d="M 753.404603 147.6 +L 753.404603 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_25"> + <path d="M 613.685129 147.6 +L 613.685129 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_26"> + <path d="M 854.202371 147.6 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_27"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_28"> + <path d="M 613.685129 38.88 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_35"> + <!-- 0% --> + <g style="fill:#262626;" transform="translate(721.938125 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + <g id="legend_1"> + <g id="patch_29"> + <path d="M 797.972683 89.315938 +L 847.202371 89.315938 +Q 849.202371 89.315938 849.202371 87.315938 +L 849.202371 45.88 +Q 849.202371 43.88 847.202371 43.88 +L 797.972683 43.88 +Q 795.972683 43.88 795.972683 45.88 +L 795.972683 87.315938 +Q 795.972683 89.315938 797.972683 89.315938 +z +" style="fill:#ffffff;opacity:0.1;stroke:#cccccc;stroke-linejoin:miter;"/> + </g> + <g id="patch_30"> + <path d="M 799.972683 55.037813 +L 819.972683 55.037813 +L 819.972683 48.037813 +L 799.972683 48.037813 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_36"> + <!-- -0.2 --> + <defs> + <path d="M 3.171875 21.484375 +L 3.171875 30.328125 +L 30.171875 30.328125 +L 30.171875 21.484375 +z +" id="ArialMT-45"/> + </defs> + <g style="fill:#262626;" transform="translate(827.972683 55.037813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-45"/> + <use x="33.300781" xlink:href="#ArialMT-48"/> + <use x="88.916016" xlink:href="#ArialMT-46"/> + <use x="116.699219" xlink:href="#ArialMT-50"/> + </g> + </g> + <g id="patch_31"> + <path d="M 799.972683 69.183125 +L 819.972683 69.183125 +L 819.972683 62.183125 +L 799.972683 62.183125 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_37"> + <!-- 0.0 --> + <g style="fill:#262626;" transform="translate(827.972683 69.183125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + </g> + </g> + <g id="patch_32"> + <path d="M 799.972683 83.328438 +L 819.972683 83.328438 +L 819.972683 76.328438 +L 799.972683 76.328438 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_38"> + <!-- 0.2 --> + <g style="fill:#262626;" transform="translate(827.972683 83.328438)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + </g> + <g id="axes_4"> + <g id="patch_33"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +L 1142.82306 38.88 +L 902.305819 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_7"> + <g id="xtick_18"> + <g id="line2d_33"> + <path clip-path="url(#p6b629be634)" d="M 947.094664 147.6 +L 947.094664 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_39"> + <!-- 0.28 --> + <g style="fill:#262626;" transform="translate(937.364196 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_19"> + <g id="line2d_34"> + <path clip-path="url(#p6b629be634)" d="M 1003.68917 147.6 +L 1003.68917 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_40"> + <!-- 0.29 --> + <g style="fill:#262626;" transform="translate(993.958702 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + </g> + </g> + </g> + <g id="xtick_20"> + <g id="line2d_35"> + <path clip-path="url(#p6b629be634)" d="M 1060.283676 147.6 +L 1060.283676 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_41"> + <!-- 0.30 --> + <g style="fill:#262626;" transform="translate(1050.553208 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_21"> + <g id="line2d_36"> + <path clip-path="url(#p6b629be634)" d="M 1116.878182 147.6 +L 1116.878182 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_42"> + <!-- 0.31 --> + <g style="fill:#262626;" transform="translate(1107.147714 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="text_43"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1003.947252 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_8"> + <g id="ytick_13"> + <g id="line2d_37"> + <path clip-path="url(#p6b629be634)" d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_44"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(889.744881 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_14"> + <g id="line2d_38"> + <path clip-path="url(#p6b629be634)" d="M 902.305819 124.788179 +L 1142.82306 124.788179 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_45"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(873.062069 128.367085)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_15"> + <g id="line2d_39"> + <path clip-path="url(#p6b629be634)" d="M 902.305819 101.976357 +L 1142.82306 101.976357 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_46"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(873.062069 105.555264)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_16"> + <g id="line2d_40"> + <path clip-path="url(#p6b629be634)" d="M 902.305819 79.164536 +L 1142.82306 79.164536 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_47"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(873.062069 82.743442)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_17"> + <g id="line2d_41"> + <path clip-path="url(#p6b629be634)" d="M 902.305819 56.352715 +L 1142.82306 56.352715 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_48"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(873.062069 59.931621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_34"> + <path clip-path="url(#p6b629be634)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 136.513455 +L 921.984502 136.513455 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 140.20897 +L 926.357543 140.20897 +L 926.357543 133.639165 +L 928.544063 133.639165 +L 928.544063 146.778774 +L 930.730584 146.778774 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 136.513455 +L 935.103625 136.513455 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 133.912907 +L 939.476665 133.912907 +L 939.476665 139.114002 +L 941.663186 139.114002 +L 941.663186 135.007875 +L 943.849706 135.007875 +L 943.849706 132.31608 +L 946.036226 132.31608 +L 946.036226 131.084241 +L 948.222747 131.084241 +L 948.222747 121.229535 +L 950.409267 121.229535 +L 950.409267 123.601964 +L 952.595788 123.601964 +L 952.595788 136.695949 +L 954.782308 136.695949 +L 954.782308 131.586101 +L 956.968828 131.586101 +L 956.968828 136.650326 +L 959.155349 136.650326 +L 959.155349 115.709074 +L 961.341869 115.709074 +L 961.341869 114.477235 +L 963.528389 114.477235 +L 963.528389 115.572203 +L 965.71491 115.572203 +L 965.71491 107.77056 +L 967.90143 107.77056 +L 967.90143 128.848683 +L 970.087951 128.848683 +L 970.087951 105.991238 +L 972.274471 105.991238 +L 972.274471 95.452176 +L 974.460991 95.452176 +L 974.460991 117.077783 +L 976.647512 117.077783 +L 976.647512 76.427117 +L 978.834032 76.427117 +L 978.834032 86.418695 +L 981.020553 86.418695 +L 981.020553 138.155906 +L 983.207073 138.155906 +L 983.207073 103.527561 +L 985.393593 103.527561 +L 985.393593 83.772524 +L 987.580114 83.772524 +L 987.580114 94.813445 +L 989.766634 94.813445 +L 989.766634 67.119894 +L 991.953154 67.119894 +L 991.953154 71.636635 +L 994.139675 71.636635 +L 994.139675 103.664432 +L 996.326195 103.664432 +L 996.326195 85.049986 +L 998.512716 85.049986 +L 998.512716 76.427117 +L 1000.699236 76.427117 +L 1000.699236 75.469021 +L 1002.885756 75.469021 +L 1002.885756 67.119894 +L 1005.072277 67.119894 +L 1005.072277 59.728864 +L 1007.258797 59.728864 +L 1007.258797 95.771542 +L 1009.445317 95.771542 +L 1009.445317 90.273893 +L 1011.631838 90.273893 +L 1011.631838 44.057143 +L 1013.818358 44.057143 +L 1013.818358 64.245605 +L 1016.004879 64.245605 +L 1016.004879 75.948069 +L 1018.191399 75.948069 +L 1018.191399 80.898234 +L 1020.377919 80.898234 +L 1020.377919 84.890303 +L 1022.56444 84.890303 +L 1022.56444 88.471759 +L 1024.75096 88.471759 +L 1024.75096 49.075744 +L 1026.93748 49.075744 +L 1026.93748 76.267435 +L 1029.124001 76.267435 +L 1029.124001 79.71202 +L 1031.310521 79.71202 +L 1031.310521 71.089151 +L 1033.497042 71.089151 +L 1033.497042 105.649061 +L 1035.683562 105.649061 +L 1035.683562 103.664432 +L 1037.870082 103.664432 +L 1037.870082 68.488604 +L 1040.056603 68.488604 +L 1040.056603 86.487131 +L 1042.243123 86.487131 +L 1042.243123 93.809725 +L 1044.429643 93.809725 +L 1044.429643 99.193315 +L 1046.616164 99.193315 +L 1046.616164 116.005627 +L 1048.802684 116.005627 +L 1048.802684 99.284562 +L 1050.989205 99.284562 +L 1050.989205 86.509942 +L 1053.175725 86.509942 +L 1053.175725 112.880408 +L 1055.362245 112.880408 +L 1055.362245 112.834784 +L 1057.548766 112.834784 +L 1057.548766 103.253819 +L 1059.735286 103.253819 +L 1059.735286 130.285828 +L 1061.921806 130.285828 +L 1061.921806 125.769087 +L 1064.108327 125.769087 +L 1064.108327 88.540195 +L 1066.294847 88.540195 +L 1066.294847 118.720234 +L 1068.481368 118.720234 +L 1068.481368 133.776036 +L 1070.667888 133.776036 +L 1070.667888 129.738344 +L 1072.854408 129.738344 +L 1072.854408 133.844472 +L 1075.040929 133.844472 +L 1075.040929 127.959022 +L 1077.227449 127.959022 +L 1077.227449 123.168539 +L 1079.413969 123.168539 +L 1079.413969 136.239713 +L 1081.60049 136.239713 +L 1081.60049 138.292777 +L 1083.78701 138.292777 +L 1083.78701 136.239713 +L 1085.973531 136.239713 +L 1085.973531 146.09442 +L 1088.160051 146.09442 +L 1088.160051 136.513455 +L 1090.346571 136.513455 +L 1090.346571 142.056727 +L 1092.533092 142.056727 +L 1092.533092 142.672647 +L 1094.719612 142.672647 +L 1094.719612 129.669908 +L 1096.906132 129.669908 +L 1096.906132 138.019035 +L 1099.092653 138.019035 +L 1099.092653 146.505033 +L 1101.279173 146.505033 +L 1101.279173 142.330469 +L 1103.465694 142.330469 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 143.904485 +L 1107.838734 143.904485 +L 1107.838734 140.345841 +L 1110.025255 140.345841 +L 1110.025255 147.463129 +L 1112.211775 147.463129 +L 1112.211775 144.451969 +L 1114.398295 144.451969 +L 1114.398295 145.204759 +L 1116.584816 145.204759 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 141.303937 +L 1120.957857 141.303937 +L 1120.957857 142.809518 +L 1123.144377 142.809518 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_35"> + <path clip-path="url(#p6b629be634)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 143.904485 +L 921.984502 143.904485 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 145.136323 +L 926.357543 145.136323 +L 926.357543 142.672647 +L 928.544063 142.672647 +L 928.544063 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 143.904485 +L 935.103625 143.904485 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 142.672647 +L 939.476665 142.672647 +L 939.476665 145.136323 +L 941.663186 145.136323 +L 941.663186 143.22013 +L 943.849706 143.22013 +L 943.849706 142.170787 +L 946.036226 142.170787 +L 946.036226 142.21641 +L 948.222747 142.21641 +L 948.222747 139.114002 +L 950.409267 139.114002 +L 950.409267 138.840261 +L 952.595788 138.840261 +L 952.595788 144.178227 +L 954.782308 144.178227 +L 954.782308 142.809518 +L 956.968828 142.809518 +L 956.968828 142.946388 +L 959.155349 142.946388 +L 959.155349 138.155906 +L 961.341869 138.155906 +L 961.341869 135.8291 +L 963.528389 135.8291 +L 963.528389 136.924068 +L 965.71491 136.924068 +L 965.71491 134.871004 +L 967.90143 134.871004 +L 967.90143 141.440808 +L 970.087951 141.440808 +L 970.087951 133.502294 +L 972.274471 133.502294 +L 972.274471 129.669908 +L 974.460991 129.669908 +L 974.460991 138.566519 +L 976.647512 138.566519 +L 976.647512 122.142007 +L 978.834032 122.142007 +L 978.834032 126.111264 +L 981.020553 126.111264 +L 981.020553 146.915645 +L 983.207073 146.915645 +L 983.207073 132.81794 +L 985.393593 132.81794 +L 985.393593 125.655028 +L 987.580114 125.655028 +L 987.580114 130.126145 +L 989.766634 130.126145 +L 989.766634 120.499556 +L 991.953154 120.499556 +L 991.953154 122.005136 +L 994.139675 122.005136 +L 994.139675 132.133585 +L 996.326195 132.133585 +L 996.326195 128.848683 +L 998.512716 128.848683 +L 998.512716 122.415749 +L 1000.699236 122.415749 +L 1000.699236 124.195071 +L 1002.885756 124.195071 +L 1002.885756 119.130847 +L 1005.072277 119.130847 +L 1005.072277 120.499556 +L 1007.258797 120.499556 +L 1007.258797 129.533037 +L 1009.445317 129.533037 +L 1009.445317 129.738344 +L 1011.631838 129.738344 +L 1011.631838 112.355736 +L 1013.818358 112.355736 +L 1013.818358 118.720234 +L 1016.004879 118.720234 +L 1016.004879 123.579152 +L 1018.191399 123.579152 +L 1018.191399 126.385006 +L 1020.377919 126.385006 +L 1020.377919 126.521877 +L 1022.56444 126.521877 +L 1022.56444 128.095893 +L 1024.75096 128.095893 +L 1024.75096 114.819413 +L 1026.93748 114.819413 +L 1026.93748 122.757927 +L 1029.124001 122.757927 +L 1029.124001 125.700651 +L 1031.310521 125.700651 +L 1031.310521 122.415749 +L 1033.497042 122.415749 +L 1033.497042 134.049778 +L 1035.683562 134.049778 +L 1035.683562 130.833311 +L 1037.870082 130.833311 +L 1037.870082 122.963233 +L 1040.056603 122.963233 +L 1040.056603 125.769087 +L 1042.243123 125.769087 +L 1042.243123 130.764876 +L 1044.429643 130.764876 +L 1044.429643 132.133585 +L 1046.616164 132.133585 +L 1046.616164 136.718761 +L 1048.802684 136.718761 +L 1048.802684 132.133585 +L 1050.989205 132.133585 +L 1050.989205 126.065641 +L 1053.175725 126.065641 +L 1053.175725 136.559078 +L 1055.362245 136.559078 +L 1055.362245 135.144746 +L 1057.548766 135.144746 +L 1057.548766 134.049778 +L 1059.735286 134.049778 +L 1059.735286 142.056727 +L 1061.921806 142.056727 +L 1061.921806 140.003663 +L 1064.108327 140.003663 +L 1064.108327 127.274667 +L 1066.294847 127.274667 +L 1066.294847 138.566519 +L 1068.481368 138.566519 +L 1068.481368 142.809518 +L 1070.667888 142.809518 +L 1070.667888 141.919856 +L 1072.854408 141.919856 +L 1072.854408 143.288566 +L 1075.040929 143.288566 +L 1075.040929 140.824889 +L 1077.227449 140.824889 +L 1077.227449 139.593051 +L 1079.413969 139.593051 +L 1079.413969 143.904485 +L 1081.60049 143.904485 +L 1081.60049 144.725711 +L 1083.78701 144.725711 +L 1083.78701 143.083259 +L 1085.973531 143.083259 +L 1085.973531 147.6 +L 1088.160051 147.6 +L 1088.160051 143.904485 +L 1090.346571 143.904485 +L 1090.346571 145.752242 +L 1092.533092 145.752242 +L 1092.533092 146.231291 +L 1094.719612 146.231291 +L 1094.719612 140.482712 +L 1096.906132 140.482712 +L 1096.906132 144.999452 +L 1099.092653 144.999452 +L 1099.092653 147.6 +L 1101.279173 147.6 +L 1101.279173 145.752242 +L 1103.465694 145.752242 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 146.368162 +L 1107.838734 146.368162 +L 1107.838734 145.136323 +L 1110.025255 145.136323 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 146.09442 +L 1114.398295 146.09442 +L 1114.398295 147.257823 +L 1116.584816 147.257823 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 145.273194 +L 1120.957857 145.273194 +L 1120.957857 146.231291 +L 1123.144377 146.231291 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_36"> + <path clip-path="url(#p6b629be634)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 143.904485 +L 921.984502 143.904485 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 145.136323 +L 926.357543 145.136323 +L 926.357543 142.672647 +L 928.544063 142.672647 +L 928.544063 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 143.904485 +L 935.103625 143.904485 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 142.946388 +L 939.476665 142.946388 +L 939.476665 144.862581 +L 941.663186 144.862581 +L 941.663186 143.493872 +L 943.849706 143.493872 +L 943.849706 142.398905 +L 946.036226 142.398905 +L 946.036226 142.079539 +L 948.222747 142.079539 +L 948.222747 139.022755 +L 950.409267 139.022755 +L 950.409267 139.478992 +L 952.595788 139.478992 +L 952.595788 143.950109 +L 954.782308 143.950109 +L 954.782308 142.125163 +L 956.968828 142.125163 +L 956.968828 144.178227 +L 959.155349 144.178227 +L 959.155349 136.924068 +L 961.341869 136.924068 +L 961.341869 136.102842 +L 963.528389 136.102842 +L 963.528389 137.471551 +L 965.71491 137.471551 +L 965.71491 134.049778 +L 967.90143 134.049778 +L 967.90143 141.440808 +L 970.087951 141.440808 +L 970.087951 133.502294 +L 972.274471 133.502294 +L 972.274471 129.94365 +L 974.460991 129.94365 +L 974.460991 137.745293 +L 976.647512 137.745293 +L 976.647512 123.236975 +L 978.834032 123.236975 +L 978.834032 127.616844 +L 981.020553 127.616844 +L 981.020553 144.862581 +L 983.207073 144.862581 +L 983.207073 132.81794 +L 985.393593 132.81794 +L 985.393593 126.658748 +L 987.580114 126.658748 +L 987.580114 129.669908 +L 989.766634 129.669908 +L 989.766634 120.225814 +L 991.953154 120.225814 +L 991.953154 122.826362 +L 994.139675 122.826362 +L 994.139675 133.456671 +L 996.326195 133.456671 +L 996.326195 125.883146 +L 998.512716 125.883146 +L 998.512716 123.510717 +L 1000.699236 123.510717 +L 1000.699236 124.742555 +L 1002.885756 124.742555 +L 1002.885756 120.773298 +L 1005.072277 120.773298 +L 1005.072277 117.488396 +L 1007.258797 117.488396 +L 1007.258797 130.536758 +L 1009.445317 130.536758 +L 1009.445317 128.460882 +L 1011.631838 128.460882 +L 1011.631838 112.90322 +L 1013.818358 112.90322 +L 1013.818358 119.54146 +L 1016.004879 119.54146 +L 1016.004879 124.126636 +L 1018.191399 124.126636 +L 1018.191399 125.563781 +L 1020.377919 125.563781 +L 1020.377919 126.521877 +L 1022.56444 126.521877 +L 1022.56444 128.095893 +L 1024.75096 128.095893 +L 1024.75096 114.636918 +L 1026.93748 114.636918 +L 1026.93748 124.103824 +L 1029.124001 124.103824 +L 1029.124001 125.084732 +L 1031.310521 125.084732 +L 1031.310521 121.320782 +L 1033.497042 121.320782 +L 1033.497042 134.049778 +L 1035.683562 134.049778 +L 1035.683562 133.433859 +L 1037.870082 133.433859 +L 1037.870082 121.320782 +L 1040.056603 121.320782 +L 1040.056603 126.864054 +L 1042.243123 126.864054 +L 1042.243123 129.259296 +L 1044.429643 129.259296 +L 1044.429643 131.768596 +L 1046.616164 131.768596 +L 1046.616164 137.220621 +L 1048.802684 137.220621 +L 1048.802684 131.175489 +L 1050.989205 131.175489 +L 1050.989205 126.93249 +L 1053.175725 126.93249 +L 1053.175725 136.513455 +L 1055.362245 136.513455 +L 1055.362245 136.513455 +L 1057.548766 136.513455 +L 1057.548766 132.133585 +L 1059.735286 132.133585 +L 1059.735286 142.056727 +L 1061.921806 142.056727 +L 1061.921806 140.345841 +L 1064.108327 140.345841 +L 1064.108327 127.753715 +L 1066.294847 127.753715 +L 1066.294847 137.882164 +L 1068.481368 137.882164 +L 1068.481368 143.357001 +L 1070.667888 143.357001 +L 1070.667888 141.646115 +L 1072.854408 141.646115 +L 1072.854408 142.877953 +L 1075.040929 142.877953 +L 1075.040929 140.824889 +L 1077.227449 140.824889 +L 1077.227449 139.729922 +L 1079.413969 139.729922 +L 1079.413969 143.767614 +L 1081.60049 143.767614 +L 1081.60049 144.451969 +L 1083.78701 144.451969 +L 1083.78701 143.767614 +L 1085.973531 143.767614 +L 1085.973531 147.189387 +L 1088.160051 147.189387 +L 1088.160051 143.904485 +L 1090.346571 143.904485 +L 1090.346571 145.752242 +L 1092.533092 145.752242 +L 1092.533092 145.957549 +L 1094.719612 145.957549 +L 1094.719612 141.577679 +L 1096.906132 141.577679 +L 1096.906132 144.315098 +L 1099.092653 144.315098 +L 1099.092653 147.394694 +L 1101.279173 147.394694 +L 1101.279173 145.820678 +L 1103.465694 145.820678 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 146.368162 +L 1107.838734 146.368162 +L 1107.838734 145.136323 +L 1110.025255 145.136323 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 146.641904 +L 1114.398295 146.641904 +L 1114.398295 146.710339 +L 1116.584816 146.710339 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 145.546936 +L 1120.957857 145.546936 +L 1120.957857 145.957549 +L 1123.144377 145.957549 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_37"> + <path clip-path="url(#p6b629be634)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 143.904485 +L 921.984502 143.904485 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 145.136323 +L 926.357543 145.136323 +L 926.357543 143.493872 +L 928.544063 143.493872 +L 928.544063 146.778774 +L 930.730584 146.778774 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 143.904485 +L 935.103625 143.904485 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 143.493872 +L 939.476665 143.493872 +L 939.476665 144.315098 +L 941.663186 144.315098 +L 941.663186 143.493872 +L 943.849706 143.493872 +L 943.849706 142.946388 +L 946.036226 142.946388 +L 946.036226 141.988292 +L 948.222747 141.988292 +L 948.222747 138.292777 +L 950.409267 138.292777 +L 950.409267 140.482712 +L 952.595788 140.482712 +L 952.595788 143.767614 +L 954.782308 143.767614 +L 954.782308 141.851421 +L 956.968828 141.851421 +L 956.968828 144.725711 +L 959.155349 144.725711 +L 959.155349 135.8291 +L 961.341869 135.8291 +L 961.341869 137.745293 +L 963.528389 137.745293 +L 963.528389 136.376584 +L 965.71491 136.376584 +L 965.71491 134.049778 +L 967.90143 134.049778 +L 967.90143 141.167066 +L 970.087951 141.167066 +L 970.087951 134.186649 +L 972.274471 134.186649 +L 972.274471 131.038618 +L 974.460991 131.038618 +L 974.460991 135.965971 +L 976.647512 135.965971 +L 976.647512 126.248135 +L 978.834032 126.248135 +L 978.834032 127.890586 +L 981.020553 127.890586 +L 981.020553 141.577679 +L 983.207073 141.577679 +L 983.207073 133.091682 +L 985.393593 133.091682 +L 985.393593 126.658748 +L 987.580114 126.658748 +L 987.580114 130.217392 +L 989.766634 130.217392 +L 989.766634 121.594524 +L 991.953154 121.594524 +L 991.953154 122.005136 +L 994.139675 122.005136 +L 994.139675 133.274176 +L 996.326195 133.274176 +L 996.326195 125.518157 +L 998.512716 125.518157 +L 998.512716 125.700651 +L 1000.699236 125.700651 +L 1000.699236 121.731395 +L 1002.885756 121.731395 +L 1002.885756 122.415749 +L 1005.072277 122.415749 +L 1005.072277 116.940912 +L 1007.258797 116.940912 +L 1007.258797 130.901747 +L 1009.445317 130.901747 +L 1009.445317 127.274667 +L 1011.631838 127.274667 +L 1011.631838 113.998187 +L 1013.818358 113.998187 +L 1013.818358 121.183911 +L 1016.004879 121.183911 +L 1016.004879 123.442281 +L 1018.191399 123.442281 +L 1018.191399 124.149448 +L 1020.377919 124.149448 +L 1020.377919 127.046549 +L 1022.56444 127.046549 +L 1022.56444 127.479974 +L 1024.75096 127.479974 +L 1024.75096 114.819413 +L 1026.93748 114.819413 +L 1026.93748 124.605684 +L 1029.124001 124.605684 +L 1029.124001 124.126636 +L 1031.310521 124.126636 +L 1031.310521 122.55262 +L 1033.497042 122.55262 +L 1033.497042 132.749504 +L 1035.683562 132.749504 +L 1035.683562 134.597262 +L 1037.870082 134.597262 +L 1037.870082 119.404589 +L 1040.056603 119.404589 +L 1040.056603 129.053989 +L 1042.243123 129.053989 +L 1042.243123 128.985554 +L 1044.429643 128.985554 +L 1044.429643 130.491134 +L 1046.616164 130.491134 +L 1046.616164 137.266245 +L 1048.802684 137.266245 +L 1048.802684 131.175489 +L 1050.989205 131.175489 +L 1050.989205 128.711812 +L 1053.175725 128.711812 +L 1053.175725 135.007875 +L 1055.362245 135.007875 +L 1055.362245 136.376584 +L 1057.548766 136.376584 +L 1057.548766 132.270456 +L 1059.735286 132.270456 +L 1059.735286 141.372373 +L 1061.921806 141.372373 +L 1061.921806 140.619583 +L 1064.108327 140.619583 +L 1064.108327 128.711812 +L 1066.294847 128.711812 +L 1066.294847 137.471551 +L 1068.481368 137.471551 +L 1068.481368 142.809518 +L 1070.667888 142.809518 +L 1070.667888 141.372373 +L 1072.854408 141.372373 +L 1072.854408 142.877953 +L 1075.040929 142.877953 +L 1075.040929 141.509244 +L 1077.227449 141.509244 +L 1077.227449 139.045567 +L 1079.413969 139.045567 +L 1079.413969 143.767614 +L 1081.60049 143.767614 +L 1081.60049 144.315098 +L 1083.78701 144.315098 +L 1083.78701 144.58884 +L 1085.973531 144.58884 +L 1085.973531 146.505033 +L 1088.160051 146.505033 +L 1088.160051 143.904485 +L 1090.346571 143.904485 +L 1090.346571 145.752242 +L 1092.533092 145.752242 +L 1092.533092 145.683807 +L 1094.719612 145.683807 +L 1094.719612 142.809518 +L 1096.906132 142.809518 +L 1096.906132 143.904485 +L 1099.092653 143.904485 +L 1099.092653 146.710339 +L 1101.279173 146.710339 +L 1101.279173 145.957549 +L 1103.465694 145.957549 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 146.368162 +L 1107.838734 146.368162 +L 1107.838734 145.273194 +L 1110.025255 145.273194 +L 1110.025255 147.463129 +L 1112.211775 147.463129 +L 1112.211775 146.915645 +L 1114.398295 146.915645 +L 1114.398295 146.436597 +L 1116.584816 146.436597 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 145.683807 +L 1120.957857 145.683807 +L 1120.957857 145.820678 +L 1123.144377 145.820678 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_42"> + <path clip-path="url(#p6b629be634)" d="M 1060.283676 147.6 +L 1060.283676 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_38"> + <path d="M 902.305819 147.6 +L 902.305819 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_39"> + <path d="M 1142.82306 147.6 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_40"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_41"> + <path d="M 902.305819 38.88 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_49"> + <!-- 0% --> + <g style="fill:#262626;" transform="translate(1010.558815 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_5"> + <g id="patch_42"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +L 1431.44375 38.88 +L 1190.926509 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_9"> + <g id="xtick_22"> + <g id="line2d_43"> + <path clip-path="url(#p5893a5db79)" d="M 1191.977151 147.6 +L 1191.977151 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_50"> + <!-- 0.41 --> + <g style="fill:#262626;" transform="translate(1182.246682 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="xtick_23"> + <g id="line2d_44"> + <path clip-path="url(#p5893a5db79)" d="M 1232.424459 147.6 +L 1232.424459 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_51"> + <!-- 0.42 --> + <g style="fill:#262626;" transform="translate(1222.69399 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_24"> + <g id="line2d_45"> + <path clip-path="url(#p5893a5db79)" d="M 1272.871767 147.6 +L 1272.871767 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_52"> + <!-- 0.43 --> + <g style="fill:#262626;" transform="translate(1263.141298 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-51"/> + </g> + </g> + </g> + <g id="xtick_25"> + <g id="line2d_46"> + <path clip-path="url(#p5893a5db79)" d="M 1313.319075 147.6 +L 1313.319075 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_53"> + <!-- 0.44 --> + <g style="fill:#262626;" transform="translate(1303.588606 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_26"> + <g id="line2d_47"> + <path clip-path="url(#p5893a5db79)" d="M 1353.766383 147.6 +L 1353.766383 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_54"> + <!-- 0.45 --> + <g style="fill:#262626;" transform="translate(1344.035914 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_27"> + <g id="line2d_48"> + <path clip-path="url(#p5893a5db79)" d="M 1394.213691 147.6 +L 1394.213691 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_55"> + <!-- 0.46 --> + <g style="fill:#262626;" transform="translate(1384.483222 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="text_56"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1292.567942 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_10"> + <g id="ytick_18"> + <g id="line2d_49"> + <path clip-path="url(#p5893a5db79)" d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_57"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(1178.365571 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_19"> + <g id="line2d_50"> + <path clip-path="url(#p5893a5db79)" d="M 1190.926509 125.847299 +L 1431.44375 125.847299 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_58"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(1161.682759 129.426205)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_20"> + <g id="line2d_51"> + <path clip-path="url(#p5893a5db79)" d="M 1190.926509 104.094598 +L 1431.44375 104.094598 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_59"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(1161.682759 107.673504)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_21"> + <g id="line2d_52"> + <path clip-path="url(#p5893a5db79)" d="M 1190.926509 82.341897 +L 1431.44375 82.341897 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_60"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(1161.682759 85.920803)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_22"> + <g id="line2d_53"> + <path clip-path="url(#p5893a5db79)" d="M 1190.926509 60.589196 +L 1431.44375 60.589196 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_61"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(1161.682759 64.168102)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_43"> + <path clip-path="url(#p5893a5db79)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 137.680768 +L 1210.605192 137.680768 +L 1210.605192 146.947419 +L 1212.791712 146.947419 +L 1212.791712 126.717407 +L 1214.978233 126.717407 +L 1214.978233 147.338968 +L 1217.164753 147.338968 +L 1217.164753 137.028187 +L 1219.351274 137.028187 +L 1219.351274 140.552125 +L 1221.537794 140.552125 +L 1221.537794 133.50425 +L 1223.724314 133.50425 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 137.028187 +L 1228.097355 137.028187 +L 1228.097355 130.632893 +L 1230.283875 130.632893 +L 1230.283875 143.423481 +L 1232.470396 143.423481 +L 1232.470396 135.984058 +L 1234.656916 135.984058 +L 1234.656916 124.498631 +L 1236.843437 124.498631 +L 1236.843437 121.757791 +L 1239.029957 121.757791 +L 1239.029957 134.678896 +L 1241.216477 134.678896 +L 1241.216477 136.506122 +L 1243.402998 136.506122 +L 1243.402998 126.717407 +L 1245.589518 126.717407 +L 1245.589518 126.195342 +L 1247.776038 126.195342 +L 1247.776038 137.028187 +L 1249.962559 137.028187 +L 1249.962559 111.185978 +L 1252.149079 111.185978 +L 1252.149079 99.178487 +L 1254.3356 99.178487 +L 1254.3356 105.573782 +L 1256.52212 105.573782 +L 1256.52212 121.627275 +L 1258.70864 121.627275 +L 1258.70864 131.285474 +L 1260.895161 131.285474 +L 1260.895161 105.704298 +L 1263.081681 105.704298 +L 1263.081681 105.312749 +L 1265.268201 105.312749 +L 1265.268201 98.656423 +L 1267.454722 98.656423 +L 1267.454722 98.003842 +L 1269.641242 98.003842 +L 1269.641242 86.257383 +L 1271.827763 86.257383 +L 1271.827763 100.701176 +L 1274.014283 100.701176 +L 1274.014283 104.703673 +L 1276.200803 104.703673 +L 1276.200803 75.294022 +L 1278.387324 75.294022 +L 1278.387324 120.322113 +L 1280.573844 120.322113 +L 1280.573844 94.740936 +L 1282.760364 94.740936 +L 1282.760364 87.170996 +L 1284.946885 87.170996 +L 1284.946885 63.808595 +L 1287.133405 63.808595 +L 1287.133405 112.099592 +L 1289.319926 112.099592 +L 1289.319926 86.387899 +L 1291.506446 86.387899 +L 1291.506446 82.211381 +L 1293.692966 82.211381 +L 1293.692966 44.057143 +L 1295.879487 44.057143 +L 1295.879487 99.221993 +L 1298.066007 99.221993 +L 1298.066007 81.036735 +L 1300.252527 81.036735 +L 1300.252527 75.163505 +L 1302.439048 75.163505 +L 1302.439048 75.294022 +L 1304.625568 75.294022 +L 1304.625568 48.472941 +L 1306.812089 48.472941 +L 1306.812089 88.4109 +L 1308.998609 88.4109 +L 1308.998609 60.893733 +L 1311.185129 60.893733 +L 1311.185129 78.730948 +L 1313.37165 78.730948 +L 1313.37165 88.345642 +L 1315.55817 88.345642 +L 1315.55817 91.586795 +L 1317.74469 91.586795 +L 1317.74469 107.096471 +L 1319.931211 107.096471 +L 1319.931211 80.253637 +L 1322.117731 80.253637 +L 1322.117731 98.525906 +L 1324.304252 98.525906 +L 1324.304252 69.094502 +L 1326.490772 69.094502 +L 1326.490772 115.297239 +L 1328.677292 115.297239 +L 1328.677292 109.358752 +L 1330.863813 109.358752 +L 1330.863813 108.771429 +L 1333.050333 108.771429 +L 1333.050333 63.112509 +L 1335.236853 63.112509 +L 1335.236853 120.496134 +L 1337.423374 120.496134 +L 1337.423374 106.356879 +L 1339.609894 106.356879 +L 1339.609894 107.074718 +L 1341.796415 107.074718 +L 1341.796415 84.952221 +L 1343.982935 84.952221 +L 1343.982935 128.67515 +L 1346.169455 128.67515 +L 1346.169455 102.376134 +L 1348.355976 102.376134 +L 1348.355976 107.00946 +L 1350.542496 107.00946 +L 1350.542496 103.311501 +L 1352.729016 103.311501 +L 1352.729016 128.457623 +L 1354.915537 128.457623 +L 1354.915537 132.590636 +L 1357.102057 132.590636 +L 1357.102057 118.581897 +L 1359.288578 118.581897 +L 1359.288578 145.816279 +L 1361.475098 145.816279 +L 1361.475098 116.145594 +L 1363.661618 116.145594 +L 1363.661618 125.020696 +L 1365.848139 125.020696 +L 1365.848139 130.241345 +L 1368.034659 130.241345 +L 1368.034659 135.070444 +L 1370.221179 135.070444 +L 1370.221179 141.661513 +L 1372.4077 141.661513 +L 1372.4077 142.053061 +L 1374.59422 142.053061 +L 1374.59422 133.765282 +L 1376.780741 133.765282 +L 1376.780741 140.095318 +L 1378.967261 140.095318 +L 1378.967261 138.529124 +L 1381.153781 138.529124 +L 1381.153781 139.769028 +L 1383.340302 139.769028 +L 1383.340302 135.853541 +L 1385.526822 135.853541 +L 1385.526822 144.989676 +L 1387.713342 144.989676 +L 1387.713342 147.012677 +L 1389.899863 147.012677 +L 1389.899863 142.901417 +L 1392.086383 142.901417 +L 1392.086383 141.335222 +L 1394.272904 141.335222 +L 1394.272904 143.292965 +L 1396.459424 143.292965 +L 1396.459424 142.314094 +L 1398.645944 142.314094 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 137.419736 +L 1403.018985 137.419736 +L 1403.018985 147.208451 +L 1405.205505 147.208451 +L 1405.205505 142.314094 +L 1407.392026 142.314094 +L 1407.392026 144.076062 +L 1409.578546 144.076062 +L 1409.578546 140.552125 +L 1411.765067 140.552125 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_44"> + <path clip-path="url(#p5893a5db79)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 144.076062 +L 1210.605192 144.076062 +L 1210.605192 147.6 +L 1212.791712 147.6 +L 1212.791712 140.552125 +L 1214.978233 140.552125 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 144.076062 +L 1219.351274 144.076062 +L 1219.351274 145.250708 +L 1221.537794 145.250708 +L 1221.537794 142.901417 +L 1223.724314 142.901417 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 144.076062 +L 1228.097355 144.076062 +L 1228.097355 140.813157 +L 1230.283875 140.813157 +L 1230.283875 147.338968 +L 1232.470396 147.338968 +L 1232.470396 143.81503 +L 1234.656916 143.81503 +L 1234.656916 139.638511 +L 1236.843437 139.638511 +L 1236.843437 138.202833 +L 1239.029957 138.202833 +L 1239.029957 144.076062 +L 1241.216477 144.076062 +L 1241.216477 144.076062 +L 1243.402998 144.076062 +L 1243.402998 140.552125 +L 1245.589518 140.552125 +L 1245.589518 140.552125 +L 1247.776038 140.552125 +L 1247.776038 144.076062 +L 1249.962559 144.076062 +L 1249.962559 135.461993 +L 1252.149079 135.461993 +L 1252.149079 131.546507 +L 1254.3356 131.546507 +L 1254.3356 133.50425 +L 1256.52212 133.50425 +L 1256.52212 138.333349 +L 1258.70864 138.333349 +L 1258.70864 142.7709 +L 1260.895161 142.7709 +L 1260.895161 132.590636 +L 1263.081681 132.590636 +L 1263.081681 133.50425 +L 1265.268201 133.50425 +L 1265.268201 132.329604 +L 1267.454722 132.329604 +L 1267.454722 129.71928 +L 1269.641242 129.71928 +L 1269.641242 128.414118 +L 1271.827763 128.414118 +L 1271.827763 130.980936 +L 1274.014283 130.980936 +L 1274.014283 133.939304 +L 1276.200803 133.939304 +L 1276.200803 122.801921 +L 1278.387324 122.801921 +L 1278.387324 139.638511 +L 1280.573844 139.638511 +L 1280.573844 129.980312 +L 1282.760364 129.980312 +L 1282.760364 127.63102 +L 1284.946885 127.63102 +L 1284.946885 119.408499 +L 1287.133405 119.408499 +L 1287.133405 135.853541 +L 1289.319926 135.853541 +L 1289.319926 126.586891 +L 1291.506446 126.586891 +L 1291.506446 126.325858 +L 1293.692966 126.325858 +L 1293.692966 112.447635 +L 1295.879487 112.447635 +L 1295.879487 131.851044 +L 1298.066007 131.851044 +L 1298.066007 125.673277 +L 1300.252527 125.673277 +L 1300.252527 122.671405 +L 1302.439048 122.671405 +L 1302.439048 124.368115 +L 1304.625568 124.368115 +L 1304.625568 114.122593 +L 1306.812089 114.122593 +L 1306.812089 127.957311 +L 1308.998609 127.957311 +L 1308.998609 117.668283 +L 1311.185129 117.668283 +L 1311.185129 125.716783 +L 1313.37165 125.716783 +L 1313.37165 127.108956 +L 1315.55817 127.108956 +L 1315.55817 128.740408 +L 1317.74469 128.740408 +L 1317.74469 135.070444 +L 1319.931211 135.070444 +L 1319.931211 124.107083 +L 1322.117731 124.107083 +L 1322.117731 132.199088 +L 1324.304252 132.199088 +L 1324.304252 120.126339 +L 1326.490772 120.126339 +L 1326.490772 138.007059 +L 1328.677292 138.007059 +L 1328.677292 134.809412 +L 1330.863813 134.809412 +L 1330.863813 135.527251 +L 1333.050333 135.527251 +L 1333.050333 117.32024 +L 1335.236853 117.32024 +L 1335.236853 140.291092 +L 1337.423374 140.291092 +L 1337.423374 133.895798 +L 1339.609894 133.895798 +L 1339.609894 133.83054 +L 1341.796415 133.83054 +L 1341.796415 126.717407 +L 1343.982935 126.717407 +L 1343.982935 140.486867 +L 1346.169455 140.486867 +L 1346.169455 132.982185 +L 1348.355976 132.982185 +L 1348.355976 133.286723 +L 1350.542496 133.286723 +L 1350.542496 133.721777 +L 1352.729016 133.721777 +L 1352.729016 141.726771 +L 1354.915537 141.726771 +L 1354.915537 142.7709 +L 1357.102057 142.7709 +L 1357.102057 137.158703 +L 1359.288578 137.158703 +L 1359.288578 147.6 +L 1361.475098 147.6 +L 1361.475098 136.049316 +L 1363.661618 136.049316 +L 1363.661618 141.139448 +L 1365.848139 141.139448 +L 1365.848139 141.335222 +L 1368.034659 141.335222 +L 1368.034659 143.684514 +L 1370.221179 143.684514 +L 1370.221179 145.838031 +L 1372.4077 145.838031 +L 1372.4077 145.838031 +L 1374.59422 145.838031 +L 1374.59422 142.901417 +L 1376.780741 142.901417 +L 1376.780741 145.18545 +L 1378.967261 145.18545 +L 1378.967261 144.141321 +L 1381.153781 144.141321 +L 1381.153781 145.250708 +L 1383.340302 145.250708 +L 1383.340302 143.292965 +L 1385.526822 143.292965 +L 1385.526822 147.208451 +L 1387.713342 147.208451 +L 1387.713342 147.404226 +L 1389.899863 147.404226 +L 1389.899863 146.033806 +L 1392.086383 146.033806 +L 1392.086383 145.250708 +L 1394.272904 145.250708 +L 1394.272904 146.425354 +L 1396.459424 146.425354 +L 1396.459424 145.838031 +L 1398.645944 145.838031 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 144.076062 +L 1403.018985 144.076062 +L 1403.018985 147.6 +L 1405.205505 147.6 +L 1405.205505 145.838031 +L 1407.392026 145.838031 +L 1407.392026 146.425354 +L 1409.578546 146.425354 +L 1409.578546 145.250708 +L 1411.765067 145.250708 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_45"> + <path clip-path="url(#p5893a5db79)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 144.076062 +L 1210.605192 144.076062 +L 1210.605192 147.6 +L 1212.791712 147.6 +L 1212.791712 140.552125 +L 1214.978233 140.552125 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 144.076062 +L 1219.351274 144.076062 +L 1219.351274 145.250708 +L 1221.537794 145.250708 +L 1221.537794 142.901417 +L 1223.724314 142.901417 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 144.076062 +L 1228.097355 144.076062 +L 1228.097355 142.118319 +L 1230.283875 142.118319 +L 1230.283875 146.033806 +L 1232.470396 146.033806 +L 1232.470396 143.684514 +L 1234.656916 143.684514 +L 1234.656916 139.769028 +L 1236.843437 139.769028 +L 1236.843437 138.98593 +L 1239.029957 138.98593 +L 1239.029957 143.292965 +L 1241.216477 143.292965 +L 1241.216477 144.076062 +L 1243.402998 144.076062 +L 1243.402998 140.552125 +L 1245.589518 140.552125 +L 1245.589518 140.552125 +L 1247.776038 140.552125 +L 1247.776038 144.076062 +L 1249.962559 144.076062 +L 1249.962559 135.461993 +L 1252.149079 135.461993 +L 1252.149079 131.285474 +L 1254.3356 131.285474 +L 1254.3356 133.765282 +L 1256.52212 133.765282 +L 1256.52212 138.98593 +L 1258.70864 138.98593 +L 1258.70864 142.118319 +L 1260.895161 142.118319 +L 1260.895161 133.634766 +L 1263.081681 133.634766 +L 1263.081681 133.373733 +L 1265.268201 133.373733 +L 1265.268201 131.154958 +L 1267.454722 131.154958 +L 1267.454722 131.024442 +L 1269.641242 131.024442 +L 1269.641242 127.369988 +L 1271.827763 127.369988 +L 1271.827763 131.938055 +L 1274.014283 131.938055 +L 1274.014283 133.765282 +L 1276.200803 133.765282 +L 1276.200803 123.062953 +L 1278.387324 123.062953 +L 1278.387324 138.594382 +L 1280.573844 138.594382 +L 1280.573844 129.980312 +L 1282.760364 129.980312 +L 1282.760364 127.369988 +L 1284.946885 127.369988 +L 1284.946885 119.669532 +L 1287.133405 119.669532 +L 1287.133405 135.853541 +L 1289.319926 135.853541 +L 1289.319926 127.239472 +L 1291.506446 127.239472 +L 1291.506446 125.673277 +L 1293.692966 125.673277 +L 1293.692966 113.143721 +L 1295.879487 113.143721 +L 1295.879487 131.41599 +L 1298.066007 131.41599 +L 1298.066007 125.412245 +L 1300.252527 125.412245 +L 1300.252527 123.889556 +L 1302.439048 123.889556 +L 1302.439048 123.149964 +L 1304.625568 123.149964 +L 1304.625568 114.122593 +L 1306.812089 114.122593 +L 1306.812089 128.218343 +L 1308.998609 128.218343 +L 1308.998609 118.625402 +L 1311.185129 118.625402 +L 1311.185129 124.498631 +L 1313.37165 124.498631 +L 1313.37165 128.414118 +L 1315.55817 128.414118 +L 1315.55817 128.34886 +L 1317.74469 128.34886 +L 1317.74469 134.156831 +L 1319.931211 134.156831 +L 1319.931211 125.151212 +L 1322.117731 125.151212 +L 1322.117731 131.350732 +L 1324.304252 131.350732 +L 1324.304252 121.235726 +L 1326.490772 121.235726 +L 1326.490772 137.354478 +L 1328.677292 137.354478 +L 1328.677292 134.548379 +L 1330.863813 134.548379 +L 1330.863813 134.613637 +L 1333.050333 134.613637 +L 1333.050333 119.669532 +L 1335.236853 119.669532 +L 1335.236853 138.463866 +L 1337.423374 138.463866 +L 1337.423374 133.895798 +L 1339.609894 133.895798 +L 1339.609894 134.091573 +L 1341.796415 134.091573 +L 1341.796415 126.456375 +L 1343.982935 126.456375 +L 1343.982935 141.661513 +L 1346.169455 141.661513 +L 1346.169455 132.068571 +L 1348.355976 132.068571 +L 1348.355976 134.678896 +L 1350.542496 134.678896 +L 1350.542496 132.547131 +L 1352.729016 132.547131 +L 1352.729016 141.248211 +L 1354.915537 141.248211 +L 1354.915537 142.509868 +L 1357.102057 142.509868 +L 1357.102057 137.767779 +L 1359.288578 137.767779 +L 1359.288578 147.251957 +L 1361.475098 147.251957 +L 1361.475098 137.354478 +L 1363.661618 137.354478 +L 1363.661618 139.834286 +L 1365.848139 139.834286 +L 1365.848139 141.987803 +L 1368.034659 141.987803 +L 1368.034659 143.118944 +L 1370.221179 143.118944 +L 1370.221179 145.75102 +L 1372.4077 145.75102 +L 1372.4077 145.838031 +L 1374.59422 145.838031 +L 1374.59422 142.901417 +L 1376.780741 142.901417 +L 1376.780741 145.054934 +L 1378.967261 145.054934 +L 1378.967261 144.532869 +L 1381.153781 144.532869 +L 1381.153781 144.989676 +L 1383.340302 144.989676 +L 1383.340302 143.945546 +L 1385.526822 143.945546 +L 1385.526822 146.55587 +L 1387.713342 146.55587 +L 1387.713342 147.404226 +L 1389.899863 147.404226 +L 1389.899863 146.033806 +L 1392.086383 146.033806 +L 1392.086383 145.511741 +L 1394.272904 145.511741 +L 1394.272904 146.164322 +L 1396.459424 146.164322 +L 1396.459424 145.838031 +L 1398.645944 145.838031 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 144.076062 +L 1403.018985 144.076062 +L 1403.018985 147.6 +L 1405.205505 147.6 +L 1405.205505 145.838031 +L 1407.392026 145.838031 +L 1407.392026 146.425354 +L 1409.578546 146.425354 +L 1409.578546 145.250708 +L 1411.765067 145.250708 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_46"> + <path clip-path="url(#p5893a5db79)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 144.728643 +L 1210.605192 144.728643 +L 1210.605192 146.947419 +L 1212.791712 146.947419 +L 1212.791712 140.813157 +L 1214.978233 140.813157 +L 1214.978233 147.338968 +L 1217.164753 147.338968 +L 1217.164753 144.076062 +L 1219.351274 144.076062 +L 1219.351274 145.250708 +L 1221.537794 145.250708 +L 1221.537794 142.901417 +L 1223.724314 142.901417 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 144.076062 +L 1228.097355 144.076062 +L 1228.097355 142.901417 +L 1230.283875 142.901417 +L 1230.283875 145.250708 +L 1232.470396 145.250708 +L 1232.470396 143.684514 +L 1234.656916 143.684514 +L 1234.656916 140.291092 +L 1236.843437 140.291092 +L 1236.843437 139.769028 +L 1239.029957 139.769028 +L 1239.029957 142.509868 +L 1241.216477 142.509868 +L 1241.216477 143.553998 +L 1243.402998 143.553998 +L 1243.402998 140.813157 +L 1245.589518 140.813157 +L 1245.589518 140.291092 +L 1247.776038 140.291092 +L 1247.776038 144.076062 +L 1249.962559 144.076062 +L 1249.962559 135.461993 +L 1252.149079 135.461993 +L 1252.149079 131.546507 +L 1254.3356 131.546507 +L 1254.3356 133.50425 +L 1256.52212 133.50425 +L 1256.52212 139.507995 +L 1258.70864 139.507995 +L 1258.70864 141.596255 +L 1260.895161 141.596255 +L 1260.895161 134.678896 +L 1263.081681 134.678896 +L 1263.081681 133.634766 +L 1265.268201 133.634766 +L 1265.268201 130.371861 +L 1267.454722 130.371861 +L 1267.454722 132.46012 +L 1269.641242 132.46012 +L 1269.641242 125.673277 +L 1271.827763 125.673277 +L 1271.827763 132.982185 +L 1274.014283 132.982185 +L 1274.014283 132.199088 +L 1276.200803 132.199088 +L 1276.200803 124.629148 +L 1278.387324 124.629148 +L 1278.387324 137.28922 +L 1280.573844 137.28922 +L 1280.573844 129.980312 +L 1282.760364 129.980312 +L 1282.760364 127.369988 +L 1284.946885 127.369988 +L 1284.946885 119.930564 +L 1287.133405 119.930564 +L 1287.133405 135.592509 +L 1289.319926 135.592509 +L 1289.319926 127.761537 +L 1291.506446 127.761537 +L 1291.506446 125.412245 +L 1293.692966 125.412245 +L 1293.692966 113.665786 +L 1295.879487 113.665786 +L 1295.879487 131.154958 +L 1298.066007 131.154958 +L 1298.066007 125.151212 +L 1300.252527 125.151212 +L 1300.252527 123.802545 +L 1302.439048 123.802545 +L 1302.439048 122.975942 +L 1304.625568 122.975942 +L 1304.625568 115.427755 +L 1306.812089 115.427755 +L 1306.812089 127.435246 +L 1308.998609 127.435246 +L 1308.998609 119.800048 +L 1311.185129 119.800048 +L 1311.185129 123.715534 +L 1313.37165 123.715534 +L 1313.37165 128.022569 +L 1315.55817 128.022569 +L 1315.55817 129.697527 +L 1317.74469 129.697527 +L 1317.74469 133.069196 +L 1319.931211 133.069196 +L 1319.931211 126.195342 +L 1322.117731 126.195342 +L 1322.117731 130.176086 +L 1324.304252 130.176086 +L 1324.304252 122.932437 +L 1326.490772 122.932437 +L 1326.490772 135.135702 +L 1328.677292 135.135702 +L 1328.677292 135.20096 +L 1330.863813 135.20096 +L 1330.863813 133.83054 +L 1333.050333 133.83054 +L 1333.050333 121.322737 +L 1335.236853 121.322737 +L 1335.236853 136.941176 +L 1337.423374 136.941176 +L 1337.423374 133.765282 +L 1339.609894 133.765282 +L 1339.609894 134.352605 +L 1341.796415 134.352605 +L 1341.796415 126.978439 +L 1343.982935 126.978439 +L 1343.982935 141.726771 +L 1346.169455 141.726771 +L 1346.169455 132.525378 +L 1348.355976 132.525378 +L 1348.355976 134.243842 +L 1350.542496 134.243842 +L 1350.542496 132.242593 +L 1352.729016 132.242593 +L 1352.729016 140.682641 +L 1354.915537 140.682641 +L 1354.915537 142.509868 +L 1357.102057 142.509868 +L 1357.102057 138.855414 +L 1359.288578 138.855414 +L 1359.288578 146.164322 +L 1361.475098 146.164322 +L 1361.475098 137.941801 +L 1363.661618 137.941801 +L 1363.661618 139.246963 +L 1365.848139 139.246963 +L 1365.848139 142.118319 +L 1368.034659 142.118319 +L 1368.034659 143.466987 +L 1370.221179 143.466987 +L 1370.221179 145.272461 +L 1372.4077 145.272461 +L 1372.4077 145.576999 +L 1374.59422 145.576999 +L 1374.59422 143.162449 +L 1376.780741 143.162449 +L 1376.780741 145.054934 +L 1378.967261 145.054934 +L 1378.967261 145.054934 +L 1381.153781 145.054934 +L 1381.153781 144.728643 +L 1383.340302 144.728643 +L 1383.340302 143.81503 +L 1385.526822 143.81503 +L 1385.526822 146.425354 +L 1387.713342 146.425354 +L 1387.713342 147.404226 +L 1389.899863 147.404226 +L 1389.899863 146.033806 +L 1392.086383 146.033806 +L 1392.086383 145.772773 +L 1394.272904 145.772773 +L 1394.272904 145.903289 +L 1396.459424 145.903289 +L 1396.459424 145.838031 +L 1398.645944 145.838031 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 144.467611 +L 1403.018985 144.467611 +L 1403.018985 147.208451 +L 1405.205505 147.208451 +L 1405.205505 145.838031 +L 1407.392026 145.838031 +L 1407.392026 146.425354 +L 1409.578546 146.425354 +L 1409.578546 145.250708 +L 1411.765067 145.250708 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_54"> + <path clip-path="url(#p5893a5db79)" d="M 1353.766383 147.6 +L 1353.766383 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_47"> + <path d="M 1190.926509 147.6 +L 1190.926509 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_48"> + <path d="M 1431.44375 147.6 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_49"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_50"> + <path d="M 1190.926509 38.88 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_62"> + <!-- 0% --> + <g style="fill:#262626;" transform="translate(1299.179504 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="text_63"> + <!-- example lidar with linear polarizer before receiver - DiO error contribution --> + <defs> + <path d="M 0.734375 0 +L 19.671875 26.953125 +L 2.15625 51.859375 +L 13.140625 51.859375 +L 21.09375 39.703125 +Q 23.34375 36.234375 24.703125 33.890625 +Q 26.859375 37.109375 28.65625 39.59375 +L 37.40625 51.859375 +L 47.90625 51.859375 +L 29.984375 27.4375 +L 49.265625 0 +L 38.484375 0 +L 27.828125 16.109375 +L 25 20.453125 +L 11.375 0 +z +" id="ArialMT-120"/> + <path d="M 40.4375 6.390625 +Q 35.546875 2.25 31.03125 0.53125 +Q 26.515625 -1.171875 21.34375 -1.171875 +Q 12.796875 -1.171875 8.203125 3 +Q 3.609375 7.171875 3.609375 13.671875 +Q 3.609375 17.484375 5.34375 20.625 +Q 7.078125 23.78125 9.890625 25.6875 +Q 12.703125 27.59375 16.21875 28.5625 +Q 18.796875 29.25 24.03125 29.890625 +Q 34.671875 31.15625 39.703125 32.90625 +Q 39.75 34.71875 39.75 35.203125 +Q 39.75 40.578125 37.25 42.78125 +Q 33.890625 45.75 27.25 45.75 +Q 21.046875 45.75 18.09375 43.578125 +Q 15.140625 41.40625 13.71875 35.890625 +L 5.125 37.0625 +Q 6.296875 42.578125 8.984375 45.96875 +Q 11.671875 49.359375 16.75 51.1875 +Q 21.828125 53.03125 28.515625 53.03125 +Q 35.15625 53.03125 39.296875 51.46875 +Q 43.453125 49.90625 45.40625 47.53125 +Q 47.359375 45.171875 48.140625 41.546875 +Q 48.578125 39.3125 48.578125 33.453125 +L 48.578125 21.734375 +Q 48.578125 9.46875 49.140625 6.21875 +Q 49.703125 2.984375 51.375 0 +L 42.1875 0 +Q 40.828125 2.734375 40.4375 6.390625 +z +M 39.703125 26.03125 +Q 34.90625 24.078125 25.34375 22.703125 +Q 19.921875 21.921875 17.671875 20.9375 +Q 15.4375 19.96875 14.203125 18.09375 +Q 12.984375 16.21875 12.984375 13.921875 +Q 12.984375 10.40625 15.640625 8.0625 +Q 18.3125 5.71875 23.4375 5.71875 +Q 28.515625 5.71875 32.46875 7.9375 +Q 36.421875 10.15625 38.28125 14.015625 +Q 39.703125 17 39.703125 22.796875 +z +" id="ArialMT-97"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.453125 51.859375 +L 14.453125 44.578125 +Q 16.890625 48.390625 20.9375 50.703125 +Q 25 53.03125 30.171875 53.03125 +Q 35.9375 53.03125 39.625 50.640625 +Q 43.3125 48.25 44.828125 43.953125 +Q 50.984375 53.03125 60.84375 53.03125 +Q 68.5625 53.03125 72.703125 48.75 +Q 76.859375 44.484375 76.859375 35.59375 +L 76.859375 0 +L 68.109375 0 +L 68.109375 32.671875 +Q 68.109375 37.9375 67.25 40.25 +Q 66.40625 42.578125 64.15625 43.984375 +Q 61.921875 45.40625 58.890625 45.40625 +Q 53.421875 45.40625 49.796875 41.765625 +Q 46.1875 38.140625 46.1875 30.125 +L 46.1875 0 +L 37.40625 0 +L 37.40625 33.6875 +Q 37.40625 39.546875 35.25 42.46875 +Q 33.109375 45.40625 28.21875 45.40625 +Q 24.515625 45.40625 21.359375 43.453125 +Q 18.21875 41.5 16.796875 37.734375 +Q 15.375 33.984375 15.375 26.90625 +L 15.375 0 +z +" id="ArialMT-109"/> + <path d="M 6.59375 -19.875 +L 6.59375 51.859375 +L 14.59375 51.859375 +L 14.59375 45.125 +Q 17.4375 49.078125 21 51.046875 +Q 24.5625 53.03125 29.640625 53.03125 +Q 36.28125 53.03125 41.359375 49.609375 +Q 46.4375 46.1875 49.015625 39.953125 +Q 51.609375 33.734375 51.609375 26.3125 +Q 51.609375 18.359375 48.75 11.984375 +Q 45.90625 5.609375 40.453125 2.21875 +Q 35.015625 -1.171875 29 -1.171875 +Q 24.609375 -1.171875 21.109375 0.6875 +Q 17.625 2.546875 15.375 5.375 +L 15.375 -19.875 +z +M 14.546875 25.640625 +Q 14.546875 15.625 18.59375 10.84375 +Q 22.65625 6.0625 28.421875 6.0625 +Q 34.28125 6.0625 38.453125 11.015625 +Q 42.625 15.96875 42.625 26.375 +Q 42.625 36.28125 38.546875 41.203125 +Q 34.46875 46.140625 28.8125 46.140625 +Q 23.1875 46.140625 18.859375 40.890625 +Q 14.546875 35.640625 14.546875 25.640625 +z +" id="ArialMT-112"/> + <path d="M 6.390625 0 +L 6.390625 71.578125 +L 15.1875 71.578125 +L 15.1875 0 +z +" id="ArialMT-108"/> + <path d="M 6.640625 61.46875 +L 6.640625 71.578125 +L 15.4375 71.578125 +L 15.4375 61.46875 +z +M 6.640625 0 +L 6.640625 51.859375 +L 15.4375 51.859375 +L 15.4375 0 +z +" id="ArialMT-105"/> + <path d="M 40.234375 0 +L 40.234375 6.546875 +Q 35.296875 -1.171875 25.734375 -1.171875 +Q 19.53125 -1.171875 14.328125 2.25 +Q 9.125 5.671875 6.265625 11.796875 +Q 3.421875 17.921875 3.421875 25.875 +Q 3.421875 33.640625 6 39.96875 +Q 8.59375 46.296875 13.765625 49.65625 +Q 18.953125 53.03125 25.34375 53.03125 +Q 30.03125 53.03125 33.6875 51.046875 +Q 37.359375 49.078125 39.65625 45.90625 +L 39.65625 71.578125 +L 48.390625 71.578125 +L 48.390625 0 +z +M 12.453125 25.875 +Q 12.453125 15.921875 16.640625 10.984375 +Q 20.84375 6.0625 26.5625 6.0625 +Q 32.328125 6.0625 36.34375 10.765625 +Q 40.375 15.484375 40.375 25.140625 +Q 40.375 35.796875 36.265625 40.765625 +Q 32.171875 45.75 26.171875 45.75 +Q 20.3125 45.75 16.375 40.96875 +Q 12.453125 36.1875 12.453125 25.875 +z +" id="ArialMT-100"/> + <path d="M 16.15625 0 +L 0.296875 51.859375 +L 9.375 51.859375 +L 17.625 21.921875 +L 20.703125 10.796875 +Q 20.90625 11.625 23.390625 21.484375 +L 31.640625 51.859375 +L 40.671875 51.859375 +L 48.4375 21.78125 +L 51.03125 11.859375 +L 54 21.875 +L 62.890625 51.859375 +L 71.4375 51.859375 +L 55.21875 0 +L 46.09375 0 +L 37.84375 31.0625 +L 35.84375 39.890625 +L 25.34375 0 +z +" id="ArialMT-119"/> + <path d="M 6.59375 0 +L 6.59375 71.578125 +L 15.375 71.578125 +L 15.375 45.90625 +Q 21.53125 53.03125 30.90625 53.03125 +Q 36.671875 53.03125 40.921875 50.75 +Q 45.171875 48.484375 47 44.484375 +Q 48.828125 40.484375 48.828125 32.859375 +L 48.828125 0 +L 40.046875 0 +L 40.046875 32.859375 +Q 40.046875 39.453125 37.1875 42.453125 +Q 34.328125 45.453125 29.109375 45.453125 +Q 25.203125 45.453125 21.75 43.421875 +Q 18.3125 41.40625 16.84375 37.9375 +Q 15.375 34.46875 15.375 28.375 +L 15.375 0 +z +" id="ArialMT-104"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.5 51.859375 +L 14.5 44.484375 +Q 20.21875 53.03125 31 53.03125 +Q 35.6875 53.03125 39.625 51.34375 +Q 43.5625 49.65625 45.515625 46.921875 +Q 47.46875 44.1875 48.25 40.4375 +Q 48.734375 37.984375 48.734375 31.890625 +L 48.734375 0 +L 39.9375 0 +L 39.9375 31.546875 +Q 39.9375 36.921875 38.90625 39.578125 +Q 37.890625 42.234375 35.28125 43.8125 +Q 32.671875 45.40625 29.15625 45.40625 +Q 23.53125 45.40625 19.453125 41.84375 +Q 15.375 38.28125 15.375 28.328125 +L 15.375 0 +z +" id="ArialMT-110"/> + <path d="M 3.328125 25.921875 +Q 3.328125 40.328125 11.328125 47.265625 +Q 18.015625 53.03125 27.640625 53.03125 +Q 38.328125 53.03125 45.109375 46.015625 +Q 51.90625 39.015625 51.90625 26.65625 +Q 51.90625 16.65625 48.90625 10.90625 +Q 45.90625 5.171875 40.15625 2 +Q 34.421875 -1.171875 27.640625 -1.171875 +Q 16.75 -1.171875 10.03125 5.8125 +Q 3.328125 12.796875 3.328125 25.921875 +z +M 12.359375 25.921875 +Q 12.359375 15.96875 16.703125 11.015625 +Q 21.046875 6.0625 27.640625 6.0625 +Q 34.1875 6.0625 38.53125 11.03125 +Q 42.875 16.015625 42.875 26.21875 +Q 42.875 35.84375 38.5 40.796875 +Q 34.125 45.75 27.640625 45.75 +Q 21.046875 45.75 16.703125 40.8125 +Q 12.359375 35.890625 12.359375 25.921875 +z +" id="ArialMT-111"/> + <path d="M 1.953125 0 +L 1.953125 7.125 +L 34.96875 45.015625 +Q 29.34375 44.734375 25.046875 44.734375 +L 3.90625 44.734375 +L 3.90625 51.859375 +L 46.296875 51.859375 +L 46.296875 46.046875 +L 18.21875 13.140625 +L 12.796875 7.125 +Q 18.703125 7.5625 23.875 7.5625 +L 47.859375 7.5625 +L 47.859375 0 +z +" id="ArialMT-122"/> + <path d="M 14.703125 0 +L 6.546875 0 +L 6.546875 71.578125 +L 15.328125 71.578125 +L 15.328125 46.046875 +Q 20.90625 53.03125 29.546875 53.03125 +Q 34.328125 53.03125 38.59375 51.09375 +Q 42.875 49.171875 45.625 45.671875 +Q 48.390625 42.1875 49.953125 37.25 +Q 51.515625 32.328125 51.515625 26.703125 +Q 51.515625 13.375 44.921875 6.09375 +Q 38.328125 -1.171875 29.109375 -1.171875 +Q 19.921875 -1.171875 14.703125 6.5 +z +M 14.59375 26.3125 +Q 14.59375 17 17.140625 12.84375 +Q 21.296875 6.0625 28.375 6.0625 +Q 34.125 6.0625 38.328125 11.0625 +Q 42.53125 16.0625 42.53125 25.984375 +Q 42.53125 36.140625 38.5 40.96875 +Q 34.46875 45.796875 28.765625 45.796875 +Q 23 45.796875 18.796875 40.796875 +Q 14.59375 35.796875 14.59375 26.3125 +z +" id="ArialMT-98"/> + <path d="M 8.6875 0 +L 8.6875 45.015625 +L 0.921875 45.015625 +L 0.921875 51.859375 +L 8.6875 51.859375 +L 8.6875 57.375 +Q 8.6875 62.59375 9.625 65.140625 +Q 10.890625 68.5625 14.078125 70.671875 +Q 17.28125 72.796875 23.046875 72.796875 +Q 26.765625 72.796875 31.25 71.921875 +L 29.9375 64.265625 +Q 27.203125 64.75 24.75 64.75 +Q 20.75 64.75 19.09375 63.03125 +Q 17.4375 61.328125 17.4375 56.640625 +L 17.4375 51.859375 +L 27.546875 51.859375 +L 27.546875 45.015625 +L 17.4375 45.015625 +L 17.4375 0 +z +" id="ArialMT-102"/> + <path d="M 40.4375 19 +L 49.078125 17.875 +Q 47.65625 8.9375 41.8125 3.875 +Q 35.984375 -1.171875 27.484375 -1.171875 +Q 16.84375 -1.171875 10.375 5.78125 +Q 3.90625 12.75 3.90625 25.734375 +Q 3.90625 34.125 6.6875 40.421875 +Q 9.46875 46.734375 15.15625 49.875 +Q 20.84375 53.03125 27.546875 53.03125 +Q 35.984375 53.03125 41.359375 48.75 +Q 46.734375 44.484375 48.25 36.625 +L 39.703125 35.296875 +Q 38.484375 40.53125 35.375 43.15625 +Q 32.28125 45.796875 27.875 45.796875 +Q 21.234375 45.796875 17.078125 41.03125 +Q 12.9375 36.28125 12.9375 25.984375 +Q 12.9375 15.53125 16.9375 10.796875 +Q 20.953125 6.0625 27.390625 6.0625 +Q 32.5625 6.0625 36.03125 9.234375 +Q 39.5 12.40625 40.4375 19 +z +" id="ArialMT-99"/> + <path d="M 21 0 +L 1.265625 51.859375 +L 10.546875 51.859375 +L 21.6875 20.796875 +Q 23.484375 15.765625 25 10.359375 +Q 26.171875 14.453125 28.265625 20.21875 +L 39.796875 51.859375 +L 48.828125 51.859375 +L 29.203125 0 +z +" id="ArialMT-118"/> + <path d="M 4.828125 34.859375 +Q 4.828125 52.6875 14.390625 62.765625 +Q 23.96875 72.859375 39.109375 72.859375 +Q 49.03125 72.859375 56.984375 68.109375 +Q 64.9375 63.375 69.109375 54.90625 +Q 73.296875 46.4375 73.296875 35.6875 +Q 73.296875 24.8125 68.890625 16.21875 +Q 64.5 7.625 56.4375 3.203125 +Q 48.390625 -1.21875 39.0625 -1.21875 +Q 28.953125 -1.21875 20.984375 3.65625 +Q 13.03125 8.546875 8.921875 16.984375 +Q 4.828125 25.4375 4.828125 34.859375 +z +M 14.59375 34.71875 +Q 14.59375 21.78125 21.546875 14.328125 +Q 28.515625 6.890625 39.015625 6.890625 +Q 49.703125 6.890625 56.609375 14.40625 +Q 63.53125 21.921875 63.53125 35.75 +Q 63.53125 44.484375 60.578125 51 +Q 57.625 57.515625 51.921875 61.109375 +Q 46.234375 64.703125 39.15625 64.703125 +Q 29.109375 64.703125 21.84375 57.78125 +Q 14.59375 50.875 14.59375 34.71875 +z +" id="ArialMT-79"/> + </defs> + <g style="fill:#262626;" transform="translate(485.811875 17.400313)scale(0.14 -0.14)"> + <use xlink:href="#ArialMT-101"/> + <use x="55.615234" xlink:href="#ArialMT-120"/> + <use x="105.615234" xlink:href="#ArialMT-97"/> + <use x="161.230469" xlink:href="#ArialMT-109"/> + <use x="244.53125" xlink:href="#ArialMT-112"/> + <use x="300.146484" xlink:href="#ArialMT-108"/> + <use x="322.363281" xlink:href="#ArialMT-101"/> + <use x="377.978516" xlink:href="#ArialMT-32"/> + <use x="405.761719" xlink:href="#ArialMT-108"/> + <use x="427.978516" xlink:href="#ArialMT-105"/> + <use x="450.195312" xlink:href="#ArialMT-100"/> + <use x="505.810547" xlink:href="#ArialMT-97"/> + <use x="561.425781" xlink:href="#ArialMT-114"/> + <use x="594.726562" xlink:href="#ArialMT-32"/> + <use x="622.509766" xlink:href="#ArialMT-119"/> + <use x="694.726562" xlink:href="#ArialMT-105"/> + <use x="716.943359" xlink:href="#ArialMT-116"/> + <use x="744.726562" xlink:href="#ArialMT-104"/> + <use x="800.341797" xlink:href="#ArialMT-32"/> + <use x="828.125" xlink:href="#ArialMT-108"/> + <use x="850.341797" xlink:href="#ArialMT-105"/> + <use x="872.558594" xlink:href="#ArialMT-110"/> + <use x="928.173828" xlink:href="#ArialMT-101"/> + <use x="983.789062" xlink:href="#ArialMT-97"/> + <use x="1039.404297" xlink:href="#ArialMT-114"/> + <use x="1072.705078" xlink:href="#ArialMT-32"/> + <use x="1100.488281" xlink:href="#ArialMT-112"/> + <use x="1156.103516" xlink:href="#ArialMT-111"/> + <use x="1211.71875" xlink:href="#ArialMT-108"/> + <use x="1233.935547" xlink:href="#ArialMT-97"/> + <use x="1289.550781" xlink:href="#ArialMT-114"/> + <use x="1322.851562" xlink:href="#ArialMT-105"/> + <use x="1345.068359" xlink:href="#ArialMT-122"/> + <use x="1395.068359" xlink:href="#ArialMT-101"/> + <use x="1450.683594" xlink:href="#ArialMT-114"/> + <use x="1483.984375" xlink:href="#ArialMT-32"/> + <use x="1511.767578" xlink:href="#ArialMT-98"/> + <use x="1567.382812" xlink:href="#ArialMT-101"/> + <use x="1622.998047" xlink:href="#ArialMT-102"/> + <use x="1650.78125" xlink:href="#ArialMT-111"/> + <use x="1706.396484" xlink:href="#ArialMT-114"/> + <use x="1739.697266" xlink:href="#ArialMT-101"/> + <use x="1795.3125" xlink:href="#ArialMT-32"/> + <use x="1823.095703" xlink:href="#ArialMT-114"/> + <use x="1856.396484" xlink:href="#ArialMT-101"/> + <use x="1912.011719" xlink:href="#ArialMT-99"/> + <use x="1962.011719" xlink:href="#ArialMT-101"/> + <use x="2017.626953" xlink:href="#ArialMT-105"/> + <use x="2039.84375" xlink:href="#ArialMT-118"/> + <use x="2089.84375" xlink:href="#ArialMT-101"/> + <use x="2145.458984" xlink:href="#ArialMT-114"/> + <use x="2178.759766" xlink:href="#ArialMT-32"/> + <use x="2206.542969" xlink:href="#ArialMT-45"/> + <use x="2239.84375" xlink:href="#ArialMT-32"/> + <use x="2267.626953" xlink:href="#ArialMT-68"/> + <use x="2339.84375" xlink:href="#ArialMT-105"/> + <use x="2362.060547" xlink:href="#ArialMT-79"/> + <use x="2439.84375" xlink:href="#ArialMT-32"/> + <use x="2467.626953" xlink:href="#ArialMT-101"/> + <use x="2523.242188" xlink:href="#ArialMT-114"/> + <use x="2556.542969" xlink:href="#ArialMT-114"/> + <use x="2589.84375" xlink:href="#ArialMT-111"/> + <use x="2645.458984" xlink:href="#ArialMT-114"/> + <use x="2678.759766" xlink:href="#ArialMT-32"/> + <use x="2706.542969" xlink:href="#ArialMT-99"/> + <use x="2756.542969" xlink:href="#ArialMT-111"/> + <use x="2812.158203" xlink:href="#ArialMT-110"/> + <use x="2867.773438" xlink:href="#ArialMT-116"/> + <use x="2895.556641" xlink:href="#ArialMT-114"/> + <use x="2928.857422" xlink:href="#ArialMT-105"/> + <use x="2951.074219" xlink:href="#ArialMT-98"/> + <use x="3006.689453" xlink:href="#ArialMT-117"/> + <use x="3062.304688" xlink:href="#ArialMT-116"/> + <use x="3090.087891" xlink:href="#ArialMT-105"/> + <use x="3112.304688" xlink:href="#ArialMT-111"/> + <use x="3167.919922" xlink:href="#ArialMT-110"/> + </g> + </g> + </g> + <defs> + <clipPath id="pf17e44feb5"> + <rect height="108.72" width="240.517241" x="36.44375" y="38.88"/> + </clipPath> + <clipPath id="p860d0d2362"> + <rect height="108.72" width="240.517241" x="325.06444" y="38.88"/> + </clipPath> + <clipPath id="p5833ad8f8d"> + <rect height="108.72" width="240.517241" x="613.685129" y="38.88"/> + </clipPath> + <clipPath id="p6b629be634"> + <rect height="108.72" width="240.517241" x="902.305819" y="38.88"/> + </clipPath> + <clipPath id="p5893a5db79"> + <rect height="108.72" width="240.517241" x="1190.926509" y="38.88"/> + </clipPath> + </defs> +</svg> +</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><svg height="184.090625pt" version="1.1" viewBox="0 0 1438.64375 184.090625" width="1438.64375pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 184.090625 +L 1438.64375 184.090625 +L 1438.64375 0 +L 0 0 +z +" style="fill:#ffffff;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +L 276.960991 38.88 +L 36.44375 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <path clip-path="url(#pc5ffdf453d)" d="M 72.690303 147.6 +L 72.690303 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_1"> + <!-- 0.002 --> + <defs> + <path d="M 4.15625 35.296875 +Q 4.15625 48 6.765625 55.734375 +Q 9.375 63.484375 14.515625 67.671875 +Q 19.671875 71.875 27.484375 71.875 +Q 33.25 71.875 37.59375 69.546875 +Q 41.9375 67.234375 44.765625 62.859375 +Q 47.609375 58.5 49.21875 52.21875 +Q 50.828125 45.953125 50.828125 35.296875 +Q 50.828125 22.703125 48.234375 14.96875 +Q 45.65625 7.234375 40.5 3 +Q 35.359375 -1.21875 27.484375 -1.21875 +Q 17.140625 -1.21875 11.234375 6.203125 +Q 4.15625 15.140625 4.15625 35.296875 +z +M 13.1875 35.296875 +Q 13.1875 17.671875 17.3125 11.828125 +Q 21.4375 6 27.484375 6 +Q 33.546875 6 37.671875 11.859375 +Q 41.796875 17.71875 41.796875 35.296875 +Q 41.796875 52.984375 37.671875 58.78125 +Q 33.546875 64.59375 27.390625 64.59375 +Q 21.34375 64.59375 17.71875 59.46875 +Q 13.1875 52.9375 13.1875 35.296875 +z +" id="ArialMT-48"/> + <path d="M 9.078125 0 +L 9.078125 10.015625 +L 19.09375 10.015625 +L 19.09375 0 +z +" id="ArialMT-46"/> + <path d="M 50.34375 8.453125 +L 50.34375 0 +L 3.03125 0 +Q 2.9375 3.171875 4.046875 6.109375 +Q 5.859375 10.9375 9.828125 15.625 +Q 13.8125 20.3125 21.34375 26.46875 +Q 33.015625 36.03125 37.109375 41.625 +Q 41.21875 47.21875 41.21875 52.203125 +Q 41.21875 57.421875 37.46875 61 +Q 33.734375 64.59375 27.734375 64.59375 +Q 21.390625 64.59375 17.578125 60.78125 +Q 13.765625 56.984375 13.71875 50.25 +L 4.6875 51.171875 +Q 5.609375 61.28125 11.65625 66.578125 +Q 17.71875 71.875 27.9375 71.875 +Q 38.234375 71.875 44.234375 66.15625 +Q 50.25 60.453125 50.25 52 +Q 50.25 47.703125 48.484375 43.546875 +Q 46.734375 39.40625 42.65625 34.8125 +Q 38.578125 30.21875 29.109375 22.21875 +Q 21.1875 15.578125 18.9375 13.203125 +Q 16.703125 10.84375 15.234375 8.453125 +z +" id="ArialMT-50"/> + </defs> + <g style="fill:#262626;" transform="translate(60.179366 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <path clip-path="url(#pc5ffdf453d)" d="M 131.643407 147.6 +L 131.643407 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_2"> + <!-- 0.004 --> + <defs> + <path d="M 32.328125 0 +L 32.328125 17.140625 +L 1.265625 17.140625 +L 1.265625 25.203125 +L 33.9375 71.578125 +L 41.109375 71.578125 +L 41.109375 25.203125 +L 50.78125 25.203125 +L 50.78125 17.140625 +L 41.109375 17.140625 +L 41.109375 0 +z +M 32.328125 25.203125 +L 32.328125 57.46875 +L 9.90625 25.203125 +z +" id="ArialMT-52"/> + </defs> + <g style="fill:#262626;" transform="translate(119.13247 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <path clip-path="url(#pc5ffdf453d)" d="M 190.596512 147.6 +L 190.596512 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_3"> + <!-- 0.006 --> + <defs> + <path d="M 49.75 54.046875 +L 41.015625 53.375 +Q 39.84375 58.546875 37.703125 60.890625 +Q 34.125 64.65625 28.90625 64.65625 +Q 24.703125 64.65625 21.53125 62.3125 +Q 17.390625 59.28125 14.984375 53.46875 +Q 12.59375 47.65625 12.5 36.921875 +Q 15.671875 41.75 20.265625 44.09375 +Q 24.859375 46.4375 29.890625 46.4375 +Q 38.671875 46.4375 44.84375 39.96875 +Q 51.03125 33.5 51.03125 23.25 +Q 51.03125 16.5 48.125 10.71875 +Q 45.21875 4.9375 40.140625 1.859375 +Q 35.0625 -1.21875 28.609375 -1.21875 +Q 17.625 -1.21875 10.6875 6.859375 +Q 3.765625 14.9375 3.765625 33.5 +Q 3.765625 54.25 11.421875 63.671875 +Q 18.109375 71.875 29.4375 71.875 +Q 37.890625 71.875 43.28125 67.140625 +Q 48.6875 62.40625 49.75 54.046875 +z +M 13.875 23.1875 +Q 13.875 18.65625 15.796875 14.5 +Q 17.71875 10.359375 21.1875 8.171875 +Q 24.65625 6 28.46875 6 +Q 34.03125 6 38.03125 10.484375 +Q 42.046875 14.984375 42.046875 22.703125 +Q 42.046875 30.125 38.078125 34.390625 +Q 34.125 38.671875 28.125 38.671875 +Q 22.171875 38.671875 18.015625 34.390625 +Q 13.875 30.125 13.875 23.1875 +z +" id="ArialMT-54"/> + </defs> + <g style="fill:#262626;" transform="translate(178.085574 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <path clip-path="url(#pc5ffdf453d)" d="M 249.549616 147.6 +L 249.549616 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_4"> + <!-- 0.008 --> + <defs> + <path d="M 17.671875 38.8125 +Q 12.203125 40.828125 9.5625 44.53125 +Q 6.9375 48.25 6.9375 53.421875 +Q 6.9375 61.234375 12.546875 66.546875 +Q 18.171875 71.875 27.484375 71.875 +Q 36.859375 71.875 42.578125 66.421875 +Q 48.296875 60.984375 48.296875 53.171875 +Q 48.296875 48.1875 45.671875 44.5 +Q 43.0625 40.828125 37.75 38.8125 +Q 44.34375 36.671875 47.78125 31.875 +Q 51.21875 27.09375 51.21875 20.453125 +Q 51.21875 11.28125 44.71875 5.03125 +Q 38.234375 -1.21875 27.640625 -1.21875 +Q 17.046875 -1.21875 10.546875 5.046875 +Q 4.046875 11.328125 4.046875 20.703125 +Q 4.046875 27.6875 7.59375 32.390625 +Q 11.140625 37.109375 17.671875 38.8125 +z +M 15.921875 53.71875 +Q 15.921875 48.640625 19.1875 45.40625 +Q 22.46875 42.1875 27.6875 42.1875 +Q 32.765625 42.1875 36.015625 45.375 +Q 39.265625 48.578125 39.265625 53.21875 +Q 39.265625 58.0625 35.90625 61.359375 +Q 32.5625 64.65625 27.59375 64.65625 +Q 22.5625 64.65625 19.234375 61.421875 +Q 15.921875 58.203125 15.921875 53.71875 +z +M 13.09375 20.65625 +Q 13.09375 16.890625 14.875 13.375 +Q 16.65625 9.859375 20.171875 7.921875 +Q 23.6875 6 27.734375 6 +Q 34.03125 6 38.125 10.046875 +Q 42.234375 14.109375 42.234375 20.359375 +Q 42.234375 26.703125 38.015625 30.859375 +Q 33.796875 35.015625 27.4375 35.015625 +Q 21.234375 35.015625 17.15625 30.90625 +Q 13.09375 26.8125 13.09375 20.65625 +z +" id="ArialMT-56"/> + </defs> + <g style="fill:#262626;" transform="translate(237.038679 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="text_5"> + <!-- LDRtrue --> + <defs> + <path d="M 7.328125 0 +L 7.328125 71.578125 +L 16.796875 71.578125 +L 16.796875 8.453125 +L 52.046875 8.453125 +L 52.046875 0 +z +" id="ArialMT-76"/> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 32.375 71.578125 +Q 40.71875 71.578125 45.125 70.5625 +Q 51.265625 69.140625 55.609375 65.4375 +Q 61.28125 60.640625 64.078125 53.1875 +Q 66.890625 45.75 66.890625 36.1875 +Q 66.890625 28.03125 64.984375 21.734375 +Q 63.09375 15.4375 60.109375 11.296875 +Q 57.125 7.171875 53.578125 4.796875 +Q 50.046875 2.4375 45.046875 1.21875 +Q 40.046875 0 33.546875 0 +z +M 17.1875 8.453125 +L 32.46875 8.453125 +Q 39.546875 8.453125 43.578125 9.765625 +Q 47.609375 11.078125 50 13.484375 +Q 53.375 16.84375 55.25 22.53125 +Q 57.125 28.21875 57.125 36.328125 +Q 57.125 47.5625 53.4375 53.59375 +Q 49.75 59.625 44.484375 61.671875 +Q 40.671875 63.140625 32.234375 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-68"/> + <path d="M 7.859375 0 +L 7.859375 71.578125 +L 39.59375 71.578125 +Q 49.171875 71.578125 54.140625 69.640625 +Q 59.125 67.71875 62.109375 62.828125 +Q 65.09375 57.953125 65.09375 52.046875 +Q 65.09375 44.4375 60.15625 39.203125 +Q 55.21875 33.984375 44.921875 32.5625 +Q 48.6875 30.765625 50.640625 29 +Q 54.78125 25.203125 58.5 19.484375 +L 70.953125 0 +L 59.03125 0 +L 49.5625 14.890625 +Q 45.40625 21.34375 42.71875 24.75 +Q 40.046875 28.171875 37.921875 29.53125 +Q 35.796875 30.90625 33.59375 31.453125 +Q 31.984375 31.78125 28.328125 31.78125 +L 17.328125 31.78125 +L 17.328125 0 +z +M 17.328125 39.984375 +L 37.703125 39.984375 +Q 44.1875 39.984375 47.84375 41.328125 +Q 51.515625 42.671875 53.421875 45.625 +Q 55.328125 48.578125 55.328125 52.046875 +Q 55.328125 57.125 51.640625 60.390625 +Q 47.953125 63.671875 39.984375 63.671875 +L 17.328125 63.671875 +z +" id="ArialMT-82"/> + <path d="M 25.78125 7.859375 +L 27.046875 0.09375 +Q 23.34375 -0.6875 20.40625 -0.6875 +Q 15.625 -0.6875 12.984375 0.828125 +Q 10.359375 2.34375 9.28125 4.8125 +Q 8.203125 7.28125 8.203125 15.1875 +L 8.203125 45.015625 +L 1.765625 45.015625 +L 1.765625 51.859375 +L 8.203125 51.859375 +L 8.203125 64.703125 +L 16.9375 69.96875 +L 16.9375 51.859375 +L 25.78125 51.859375 +L 25.78125 45.015625 +L 16.9375 45.015625 +L 16.9375 14.703125 +Q 16.9375 10.9375 17.40625 9.859375 +Q 17.875 8.796875 18.921875 8.15625 +Q 19.96875 7.515625 21.921875 7.515625 +Q 23.390625 7.515625 25.78125 7.859375 +z +" id="ArialMT-116"/> + <path d="M 6.5 0 +L 6.5 51.859375 +L 14.40625 51.859375 +L 14.40625 44 +Q 17.4375 49.515625 20 51.265625 +Q 22.5625 53.03125 25.640625 53.03125 +Q 30.078125 53.03125 34.671875 50.203125 +L 31.640625 42.046875 +Q 28.421875 43.953125 25.203125 43.953125 +Q 22.3125 43.953125 20.015625 42.21875 +Q 17.71875 40.484375 16.75 37.40625 +Q 15.28125 32.71875 15.28125 27.15625 +L 15.28125 0 +z +" id="ArialMT-114"/> + <path d="M 40.578125 0 +L 40.578125 7.625 +Q 34.515625 -1.171875 24.125 -1.171875 +Q 19.53125 -1.171875 15.546875 0.578125 +Q 11.578125 2.34375 9.640625 5 +Q 7.71875 7.671875 6.9375 11.53125 +Q 6.390625 14.109375 6.390625 19.734375 +L 6.390625 51.859375 +L 15.1875 51.859375 +L 15.1875 23.09375 +Q 15.1875 16.21875 15.71875 13.8125 +Q 16.546875 10.359375 19.234375 8.375 +Q 21.921875 6.390625 25.875 6.390625 +Q 29.828125 6.390625 33.296875 8.421875 +Q 36.765625 10.453125 38.203125 13.9375 +Q 39.65625 17.4375 39.65625 24.078125 +L 39.65625 51.859375 +L 48.4375 51.859375 +L 48.4375 0 +z +" id="ArialMT-117"/> + <path d="M 42.09375 16.703125 +L 51.171875 15.578125 +Q 49.03125 7.625 43.21875 3.21875 +Q 37.40625 -1.171875 28.375 -1.171875 +Q 17 -1.171875 10.328125 5.828125 +Q 3.65625 12.84375 3.65625 25.484375 +Q 3.65625 38.578125 10.390625 45.796875 +Q 17.140625 53.03125 27.875 53.03125 +Q 38.28125 53.03125 44.875 45.953125 +Q 51.46875 38.875 51.46875 26.03125 +Q 51.46875 25.25 51.421875 23.6875 +L 12.75 23.6875 +Q 13.234375 15.140625 17.578125 10.59375 +Q 21.921875 6.0625 28.421875 6.0625 +Q 33.25 6.0625 36.671875 8.59375 +Q 40.09375 11.140625 42.09375 16.703125 +z +M 13.234375 30.90625 +L 42.1875 30.90625 +Q 41.609375 37.453125 38.875 40.71875 +Q 34.671875 45.796875 27.984375 45.796875 +Q 21.921875 45.796875 17.796875 41.75 +Q 13.671875 37.703125 13.234375 30.90625 +z +" id="ArialMT-101"/> + </defs> + <g style="fill:#ff0000;" transform="translate(138.085183 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_5"> + <path clip-path="url(#pc5ffdf453d)" d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_6"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(23.882813 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_6"> + <path clip-path="url(#pc5ffdf453d)" d="M 36.44375 124.07288 +L 276.960991 124.07288 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_7"> + <!-- 1000 --> + <defs> + <path d="M 37.25 0 +L 28.46875 0 +L 28.46875 56 +Q 25.296875 52.984375 20.140625 49.953125 +Q 14.984375 46.921875 10.890625 45.40625 +L 10.890625 53.90625 +Q 18.265625 57.375 23.78125 62.296875 +Q 29.296875 67.234375 31.59375 71.875 +L 37.25 71.875 +z +" id="ArialMT-49"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 127.651786)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_7"> + <path clip-path="url(#pc5ffdf453d)" d="M 36.44375 100.545759 +L 276.960991 100.545759 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_8"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(7.2 104.124665)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_8"> + <path clip-path="url(#pc5ffdf453d)" d="M 36.44375 77.018639 +L 276.960991 77.018639 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_9"> + <!-- 3000 --> + <defs> + <path d="M 4.203125 18.890625 +L 12.984375 20.0625 +Q 14.5 12.59375 18.140625 9.296875 +Q 21.78125 6 27 6 +Q 33.203125 6 37.46875 10.296875 +Q 41.75 14.59375 41.75 20.953125 +Q 41.75 27 37.796875 30.921875 +Q 33.84375 34.859375 27.734375 34.859375 +Q 25.25 34.859375 21.53125 33.890625 +L 22.515625 41.609375 +Q 23.390625 41.5 23.921875 41.5 +Q 29.546875 41.5 34.03125 44.421875 +Q 38.53125 47.359375 38.53125 53.46875 +Q 38.53125 58.296875 35.25 61.46875 +Q 31.984375 64.65625 26.8125 64.65625 +Q 21.6875 64.65625 18.265625 61.421875 +Q 14.84375 58.203125 13.875 51.765625 +L 5.078125 53.328125 +Q 6.6875 62.15625 12.390625 67.015625 +Q 18.109375 71.875 26.609375 71.875 +Q 32.46875 71.875 37.390625 69.359375 +Q 42.328125 66.84375 44.9375 62.5 +Q 47.5625 58.15625 47.5625 53.265625 +Q 47.5625 48.640625 45.0625 44.828125 +Q 42.578125 41.015625 37.703125 38.765625 +Q 44.046875 37.3125 47.5625 32.6875 +Q 51.078125 28.078125 51.078125 21.140625 +Q 51.078125 11.765625 44.234375 5.25 +Q 37.40625 -1.265625 26.953125 -1.265625 +Q 17.53125 -1.265625 11.296875 4.34375 +Q 5.078125 9.96875 4.203125 18.890625 +z +" id="ArialMT-51"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 80.597545)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_9"> + <path clip-path="url(#pc5ffdf453d)" d="M 36.44375 53.491518 +L 276.960991 53.491518 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_10"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(7.2 57.070424)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_3"> + <path clip-path="url(#pc5ffdf453d)" d="M 47.376352 147.6 +L 47.376352 134.895355 +L 49.562872 134.895355 +L 49.562872 102.286766 +L 51.749393 102.286766 +L 51.749393 56.408881 +L 53.935913 56.408881 +L 53.935913 44.057143 +L 56.122433 44.057143 +L 56.122433 77.606817 +L 58.308954 77.606817 +L 58.308954 119.202766 +L 60.495474 119.202766 +L 60.495474 140.118376 +L 62.681995 140.118376 +L 62.681995 146.188373 +L 64.868515 146.188373 +L 64.868515 147.458837 +L 67.055035 147.458837 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 145.906047 +L 73.614596 145.906047 +L 73.614596 140.259538 +L 75.801117 140.259538 +L 75.801117 126.143266 +L 77.987637 126.143266 +L 77.987637 102.569091 +L 80.174158 102.569091 +L 80.174158 83.935612 +L 82.360678 83.935612 +L 82.360678 72.642594 +L 84.547198 72.642594 +L 84.547198 82.523985 +L 86.733719 82.523985 +L 86.733719 72.642594 +L 88.920239 72.642594 +L 88.920239 78.194995 +L 91.106759 78.194995 +L 91.106759 84.406154 +L 93.29328 84.406154 +L 93.29328 86.805921 +L 95.4798 86.805921 +L 95.4798 92.075996 +L 97.666321 92.075996 +L 97.666321 99.22824 +L 99.852841 99.22824 +L 99.852841 113.626838 +L 102.039361 113.626838 +L 102.039361 127.931327 +L 104.225882 127.931327 +L 104.225882 138.28326 +L 106.412402 138.28326 +L 106.412402 143.647444 +L 108.598922 143.647444 +L 108.598922 146.04721 +L 110.785443 146.04721 +L 110.785443 147.317675 +L 112.971963 147.317675 +L 112.971963 147.458837 +L 115.158484 147.458837 +L 115.158484 142.659305 +L 117.345004 142.659305 +L 117.345004 133.483728 +L 119.531524 133.483728 +L 119.531524 119.226293 +L 121.718045 119.226293 +L 121.718045 94.805142 +L 123.904565 94.805142 +L 123.904565 74.171857 +L 126.091085 74.171857 +L 126.091085 77.324491 +L 128.277606 77.324491 +L 128.277606 90.217353 +L 130.464126 90.217353 +L 130.464126 113.932691 +L 132.650647 113.932691 +L 132.650647 131.977992 +L 134.837167 131.977992 +L 134.837167 141.059461 +L 137.023687 141.059461 +L 137.023687 144.98849 +L 139.210208 144.98849 +L 139.210208 146.611861 +L 141.396728 146.611861 +L 141.396728 143.929769 +L 143.583248 143.929769 +L 143.583248 138.565586 +L 145.769769 138.565586 +L 145.769769 131.225124 +L 147.956289 131.225124 +L 147.956289 116.826526 +L 150.14281 116.826526 +L 150.14281 101.016301 +L 152.32933 101.016301 +L 152.32933 91.464291 +L 154.51585 91.464291 +L 154.51585 82.900419 +L 156.702371 82.900419 +L 156.702371 80.971195 +L 158.888891 80.971195 +L 158.888891 76.312825 +L 161.075411 76.312825 +L 161.075411 78.8067 +L 163.261932 78.8067 +L 163.261932 89.01747 +L 165.448452 89.01747 +L 165.448452 89.582121 +L 167.634973 89.582121 +L 167.634973 95.699172 +L 169.821493 95.699172 +L 169.821493 104.921803 +L 172.008013 104.921803 +L 172.008013 117.155906 +L 174.194534 117.155906 +L 174.194534 126.990242 +L 176.381054 126.990242 +L 176.381054 136.165819 +L 178.567574 136.165819 +L 178.567574 140.965352 +L 180.754095 140.965352 +L 180.754095 144.306203 +L 182.940615 144.306203 +L 182.940615 144.259149 +L 185.127136 144.259149 +L 185.127136 140.683027 +L 187.313656 140.683027 +L 187.313656 135.17768 +L 189.500176 135.17768 +L 189.500176 124.590476 +L 191.686697 124.590476 +L 191.686697 115.273736 +L 193.873217 115.273736 +L 193.873217 104.121881 +L 196.059737 104.121881 +L 196.059737 90.89964 +L 198.246258 90.89964 +L 198.246258 91.393709 +L 200.432778 91.393709 +L 200.432778 101.933859 +L 202.619299 101.933859 +L 202.619299 111.65056 +L 204.805819 111.65056 +L 204.805819 125.155127 +L 206.992339 125.155127 +L 206.992339 134.824774 +L 209.17886 134.824774 +L 209.17886 139.906632 +L 211.36538 139.906632 +L 211.36538 139.741942 +L 213.5519 139.741942 +L 213.5519 139.083182 +L 215.738421 139.083182 +L 215.738421 133.977797 +L 217.924941 133.977797 +L 217.924941 126.425592 +L 220.111462 126.425592 +L 220.111462 113.720947 +L 222.297982 113.720947 +L 222.297982 107.650949 +L 224.484502 107.650949 +L 224.484502 94.475762 +L 226.671023 94.475762 +L 226.671023 83.606232 +L 228.857543 83.606232 +L 228.857543 90.429097 +L 231.044063 90.429097 +L 231.044063 79.183134 +L 233.230584 79.183134 +L 233.230584 80.594761 +L 235.417104 80.594761 +L 235.417104 93.534677 +L 237.603625 93.534677 +L 237.603625 90.382043 +L 239.790145 90.382043 +L 239.790145 100.075217 +L 241.976665 100.075217 +L 241.976665 106.427539 +L 244.163186 106.427539 +L 244.163186 118.049937 +L 246.349706 118.049937 +L 246.349706 126.002103 +L 248.536226 126.002103 +L 248.536226 130.660473 +L 250.722747 130.660473 +L 250.722747 138.28326 +L 252.909267 138.28326 +L 252.909267 141.953491 +L 255.095788 141.953491 +L 255.095788 144.353257 +L 257.282308 144.353257 +L 257.282308 145.906047 +L 259.468828 145.906047 +L 259.468828 146.894186 +L 261.655349 146.894186 +L 261.655349 147.317675 +L 263.841869 147.317675 +L 263.841869 147.458837 +L 266.028389 147.458837 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_4"> + <path clip-path="url(#pc5ffdf453d)" d="M 47.376352 147.6 +L 47.376352 137.577447 +L 49.562872 137.577447 +L 49.562872 122.19071 +L 51.749393 122.19071 +L 51.749393 123.602337 +L 53.935913 123.602337 +L 53.935913 131.366287 +L 56.122433 131.366287 +L 56.122433 123.531756 +L 58.308954 123.531756 +L 58.308954 133.695472 +L 60.495474 133.695472 +L 60.495474 142.518142 +L 62.681995 142.518142 +L 62.681995 146.400117 +L 64.868515 146.400117 +L 64.868515 147.458837 +L 67.055035 147.458837 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 146.188373 +L 73.614596 146.188373 +L 73.614596 141.953491 +L 75.801117 141.953491 +L 75.801117 136.024657 +L 77.987637 136.024657 +L 77.987637 129.813497 +L 80.174158 129.813497 +L 80.174158 131.930938 +L 82.360678 131.930938 +L 82.360678 128.684195 +L 84.547198 128.684195 +L 84.547198 117.250015 +L 86.733719 117.250015 +L 86.733719 126.84908 +L 88.920239 126.84908 +L 88.920239 129.95466 +L 91.106759 129.95466 +L 91.106759 122.755361 +L 93.29328 122.755361 +L 93.29328 125.578615 +L 95.4798 125.578615 +L 95.4798 134.330704 +L 97.666321 134.330704 +L 97.666321 134.471867 +L 99.852841 134.471867 +L 99.852841 136.448145 +L 102.039361 136.448145 +L 102.039361 140.259538 +L 104.225882 140.259538 +L 104.225882 142.94163 +L 106.412402 142.94163 +L 106.412402 145.200234 +L 108.598922 145.200234 +L 108.598922 146.470698 +L 110.785443 146.470698 +L 110.785443 147.317675 +L 112.971963 147.317675 +L 112.971963 147.458837 +L 115.158484 147.458837 +L 115.158484 142.659305 +L 117.345004 142.659305 +L 117.345004 137.859772 +L 119.531524 137.859772 +L 119.531524 130.378148 +L 121.718045 130.378148 +L 121.718045 124.731639 +L 123.904565 124.731639 +L 123.904565 136.165819 +L 126.091085 136.165819 +L 126.091085 142.235817 +L 128.277606 142.235817 +L 128.277606 131.436868 +L 130.464126 131.436868 +L 130.464126 132.001519 +L 132.650647 132.001519 +L 132.650647 138.706748 +L 134.837167 138.706748 +L 134.837167 142.447561 +L 137.023687 142.447561 +L 137.023687 145.341396 +L 139.210208 145.341396 +L 139.210208 146.611861 +L 141.396728 146.611861 +L 141.396728 144.212095 +L 143.583248 144.212095 +L 143.583248 140.541864 +L 145.769769 140.541864 +L 145.769769 138.847911 +L 147.956289 138.847911 +L 147.956289 132.354426 +L 150.14281 132.354426 +L 150.14281 130.660473 +L 152.32933 130.660473 +L 152.32933 136.871633 +L 154.51585 136.871633 +L 154.51585 129.766443 +L 156.702371 129.766443 +L 156.702371 122.52009 +L 158.888891 122.52009 +L 158.888891 128.119544 +L 161.075411 128.119544 +L 161.075411 127.837219 +L 163.261932 127.837219 +L 163.261932 128.07249 +L 165.448452 128.07249 +L 165.448452 126.331483 +L 167.634973 126.331483 +L 167.634973 135.742331 +L 169.821493 135.742331 +L 169.821493 137.859772 +L 172.008013 137.859772 +L 172.008013 137.012796 +L 174.194534 137.012796 +L 174.194534 139.130237 +L 176.381054 139.130237 +L 176.381054 142.094654 +L 178.567574 142.094654 +L 178.567574 143.223956 +L 180.754095 143.223956 +L 180.754095 145.482559 +L 182.940615 145.482559 +L 182.940615 144.49442 +L 185.127136 144.49442 +L 185.127136 140.824189 +L 187.313656 140.824189 +L 187.313656 139.83605 +L 189.500176 139.83605 +L 189.500176 134.330704 +L 191.686697 134.330704 +L 191.686697 130.519311 +L 193.873217 130.519311 +L 193.873217 132.213263 +L 196.059737 132.213263 +L 196.059737 141.671166 +L 198.246258 141.671166 +L 198.246258 146.470698 +L 200.432778 146.470698 +L 200.432778 139.977213 +L 202.619299 139.977213 +L 202.619299 132.56617 +L 204.805819 132.56617 +L 204.805819 134.895355 +L 206.992339 134.895355 +L 206.992339 140.047794 +L 209.17886 140.047794 +L 209.17886 142.165235 +L 211.36538 142.165235 +L 211.36538 140.471283 +L 213.5519 140.471283 +L 213.5519 141.530003 +L 215.738421 141.530003 +L 215.738421 139.624306 +L 217.924941 139.624306 +L 217.924941 134.048379 +L 220.111462 134.048379 +L 220.111462 131.50745 +L 222.297982 131.50745 +L 222.297982 135.460006 +L 224.484502 135.460006 +L 224.484502 134.142487 +L 226.671023 134.142487 +L 226.671023 130.189931 +L 228.857543 130.189931 +L 228.857543 131.083961 +L 231.044063 131.083961 +L 231.044063 128.637141 +L 233.230584 128.637141 +L 233.230584 129.107683 +L 235.417104 129.107683 +L 235.417104 131.225124 +L 237.603625 131.225124 +L 237.603625 132.213263 +L 239.790145 132.213263 +L 239.790145 133.342565 +L 241.976665 133.342565 +L 241.976665 137.718609 +L 244.163186 137.718609 +L 244.163186 139.83605 +L 246.349706 139.83605 +L 246.349706 138.706748 +L 248.536226 138.706748 +L 248.536226 138.28326 +L 250.722747 138.28326 +L 250.722747 142.235817 +L 252.909267 142.235817 +L 252.909267 144.353257 +L 255.095788 144.353257 +L 255.095788 145.059071 +L 257.282308 145.059071 +L 257.282308 146.188373 +L 259.468828 146.188373 +L 259.468828 147.035349 +L 261.655349 147.035349 +L 261.655349 147.317675 +L 263.841869 147.317675 +L 263.841869 147.458837 +L 266.028389 147.458837 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_5"> + <path clip-path="url(#pc5ffdf453d)" d="M 47.376352 147.6 +L 47.376352 144.917908 +L 49.562872 144.917908 +L 49.562872 127.696056 +L 51.749393 127.696056 +L 51.749393 116.826526 +L 53.935913 116.826526 +L 53.935913 117.602921 +L 56.122433 117.602921 +L 56.122433 123.343539 +L 58.308954 123.343539 +L 58.308954 137.765664 +L 60.495474 137.765664 +L 60.495474 145.200234 +L 62.681995 145.200234 +L 62.681995 147.388256 +L 64.868515 147.388256 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.317675 +L 73.614596 147.317675 +L 73.614596 145.906047 +L 75.801117 145.906047 +L 75.801117 138.847911 +L 77.987637 138.847911 +L 77.987637 129.248846 +L 80.174158 129.248846 +L 80.174158 128.543032 +L 82.360678 128.543032 +L 82.360678 128.966521 +L 84.547198 128.966521 +L 84.547198 116.544201 +L 86.733719 116.544201 +L 86.733719 125.719778 +L 88.920239 125.719778 +L 88.920239 129.2959 +L 91.106759 129.2959 +L 91.106759 122.52009 +L 93.29328 122.52009 +L 93.29328 124.63753 +L 95.4798 124.63753 +L 95.4798 132.025046 +L 97.666321 132.025046 +L 97.666321 132.542643 +L 99.852841 132.542643 +L 99.852841 136.589308 +L 102.039361 136.589308 +L 102.039361 140.259538 +L 104.225882 140.259538 +L 104.225882 144.49442 +L 106.412402 144.49442 +L 106.412402 146.04721 +L 108.598922 146.04721 +L 108.598922 147.176512 +L 110.785443 147.176512 +L 110.785443 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 117.345004 147.6 +L 117.345004 143.223956 +L 119.531524 143.223956 +L 119.531524 136.448145 +L 121.718045 136.448145 +L 121.718045 119.226293 +L 123.904565 119.226293 +L 123.904565 128.40187 +L 126.091085 128.40187 +L 126.091085 134.895355 +L 128.277606 134.895355 +L 128.277606 125.719778 +L 130.464126 125.719778 +L 130.464126 133.554309 +L 132.650647 133.554309 +L 132.650647 141.012406 +L 134.837167 141.012406 +L 134.837167 146.2119 +L 137.023687 146.2119 +L 137.023687 147.247093 +L 139.210208 147.247093 +L 139.210208 147.6 +L 141.396728 147.6 +L 141.396728 147.317675 +L 143.583248 147.317675 +L 143.583248 145.623722 +L 145.769769 145.623722 +L 145.769769 139.977213 +L 147.956289 139.977213 +L 147.956289 134.330704 +L 150.14281 134.330704 +L 150.14281 129.531171 +L 152.32933 129.531171 +L 152.32933 132.636751 +L 154.51585 132.636751 +L 154.51585 131.272178 +L 156.702371 131.272178 +L 156.702371 116.355984 +L 158.888891 116.355984 +L 158.888891 127.413731 +L 161.075411 127.413731 +L 161.075411 129.107683 +L 163.261932 129.107683 +L 163.261932 121.767222 +L 165.448452 121.767222 +L 165.448452 128.119544 +L 167.634973 128.119544 +L 167.634973 133.62489 +L 169.821493 133.62489 +L 169.821493 135.17768 +L 172.008013 135.17768 +L 172.008013 137.577447 +L 174.194534 137.577447 +L 174.194534 139.977213 +L 176.381054 139.977213 +L 176.381054 143.082793 +L 178.567574 143.082793 +L 178.567574 145.341396 +L 180.754095 145.341396 +L 180.754095 146.423644 +L 182.940615 146.423644 +L 182.940615 147.364729 +L 185.127136 147.364729 +L 185.127136 147.458837 +L 187.313656 147.458837 +L 187.313656 142.94163 +L 189.500176 142.94163 +L 189.500176 137.859772 +L 191.686697 137.859772 +L 191.686697 132.354426 +L 193.873217 132.354426 +L 193.873217 124.308151 +L 196.059737 124.308151 +L 196.059737 135.601169 +L 198.246258 135.601169 +L 198.246258 141.530003 +L 200.432778 141.530003 +L 200.432778 132.142682 +L 202.619299 132.142682 +L 202.619299 131.295706 +L 204.805819 131.295706 +L 204.805819 138.142098 +L 206.992339 138.142098 +L 206.992339 142.376979 +L 209.17886 142.376979 +L 209.17886 145.341396 +L 211.36538 145.341396 +L 211.36538 146.870659 +L 213.5519 146.870659 +L 213.5519 145.153179 +L 215.738421 145.153179 +L 215.738421 141.953491 +L 217.924941 141.953491 +L 217.924941 139.977213 +L 220.111462 139.977213 +L 220.111462 132.636751 +L 222.297982 132.636751 +L 222.297982 130.660473 +L 224.484502 130.660473 +L 224.484502 136.589308 +L 226.671023 136.589308 +L 226.671023 129.107683 +L 228.857543 129.107683 +L 228.857543 121.908384 +L 231.044063 121.908384 +L 231.044063 125.813886 +L 233.230584 125.813886 +L 233.230584 130.284039 +L 235.417104 130.284039 +L 235.417104 126.143266 +L 237.603625 126.143266 +L 237.603625 125.29629 +L 239.790145 125.29629 +L 239.790145 136.73047 +L 241.976665 136.73047 +L 241.976665 136.448145 +L 244.163186 136.448145 +L 244.163186 137.295121 +L 246.349706 137.295121 +L 246.349706 139.271399 +L 248.536226 139.271399 +L 248.536226 141.530003 +L 250.722747 141.530003 +L 250.722747 143.788606 +L 252.909267 143.788606 +L 252.909267 145.200234 +L 255.095788 145.200234 +L 255.095788 146.894186 +L 257.282308 146.894186 +L 257.282308 147.317675 +L 259.468828 147.317675 +L 259.468828 147.458837 +L 261.655349 147.458837 +L 261.655349 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_6"> + <path clip-path="url(#pc5ffdf453d)" d="M 47.376352 147.6 +L 47.376352 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +L 51.749393 147.6 +L 51.749393 111.180018 +L 53.935913 111.180018 +L 53.935913 90.287935 +L 56.122433 90.287935 +L 56.122433 125.931522 +L 58.308954 125.931522 +L 58.308954 142.94163 +L 60.495474 142.94163 +L 60.495474 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 75.801117 147.6 +L 75.801117 146.470698 +L 77.987637 146.470698 +L 77.987637 138.706748 +L 80.174158 138.706748 +L 80.174158 118.661642 +L 82.360678 118.661642 +L 82.360678 110.191878 +L 84.547198 110.191878 +L 84.547198 143.929769 +L 86.733719 143.929769 +L 86.733719 115.273736 +L 88.920239 115.273736 +L 88.920239 114.144435 +L 91.106759 114.144435 +L 91.106759 134.330704 +L 93.29328 134.330704 +L 93.29328 131.789775 +L 95.4798 131.789775 +L 95.4798 120.920245 +L 97.666321 120.920245 +L 97.666321 127.413731 +L 99.852841 127.413731 +L 99.852841 135.789386 +L 102.039361 135.789386 +L 102.039361 142.61225 +L 104.225882 142.61225 +L 104.225882 146.04721 +L 106.412402 146.04721 +L 106.412402 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 121.718045 147.6 +L 121.718045 146.04721 +L 123.904565 146.04721 +L 123.904565 104.804168 +L 126.091085 104.804168 +L 126.091085 95.39332 +L 128.277606 95.39332 +L 128.277606 128.260707 +L 130.464126 128.260707 +L 130.464126 143.576862 +L 132.650647 143.576862 +L 132.650647 147.458837 +L 134.837167 147.458837 +L 134.837167 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 147.956289 147.6 +L 147.956289 145.341396 +L 150.14281 145.341396 +L 150.14281 136.024657 +L 152.32933 136.024657 +L 152.32933 117.155906 +L 154.51585 117.155906 +L 154.51585 117.061798 +L 156.702371 117.061798 +L 156.702371 137.295121 +L 158.888891 137.295121 +L 158.888891 115.97955 +L 161.075411 115.97955 +L 161.075411 117.061798 +L 163.261932 117.061798 +L 163.261932 134.377758 +L 165.448452 134.377758 +L 165.448452 130.331094 +L 167.634973 130.331094 +L 167.634973 121.531951 +L 169.821493 121.531951 +L 169.821493 127.084351 +L 172.008013 127.084351 +L 172.008013 137.765664 +L 174.194534 137.765664 +L 174.194534 143.082793 +L 176.381054 143.082793 +L 176.381054 146.188373 +L 178.567574 146.188373 +L 178.567574 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 193.873217 147.6 +L 193.873217 142.800467 +L 196.059737 142.800467 +L 196.059737 108.827305 +L 198.246258 108.827305 +L 198.246258 98.593008 +L 200.432778 98.593008 +L 200.432778 125.013964 +L 202.619299 125.013964 +L 202.619299 142.988684 +L 204.805819 142.988684 +L 204.805819 147.317675 +L 206.992339 147.317675 +L 206.992339 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 220.111462 147.6 +L 220.111462 144.776746 +L 222.297982 144.776746 +L 222.297982 136.73047 +L 224.484502 136.73047 +L 224.484502 118.943967 +L 226.671023 118.943967 +L 226.671023 119.508618 +L 228.857543 119.508618 +L 228.857543 132.636751 +L 231.044063 132.636751 +L 231.044063 119.932106 +L 233.230584 119.932106 +L 233.230584 116.403038 +L 235.417104 116.403038 +L 235.417104 131.366287 +L 237.603625 131.366287 +L 237.603625 128.07249 +L 239.790145 128.07249 +L 239.790145 125.202181 +L 241.976665 125.202181 +L 241.976665 127.460785 +L 244.163186 127.460785 +L 244.163186 136.118765 +L 246.349706 136.118765 +L 246.349706 143.223956 +L 248.536226 143.223956 +L 248.536226 146.04721 +L 250.722747 146.04721 +L 250.722747 147.458837 +L 252.909267 147.458837 +L 252.909267 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_10"> + <path clip-path="url(#pc5ffdf453d)" d="M 131.643407 147.6 +L 131.643407 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_7"> + <path d="M 36.44375 147.6 +L 36.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_8"> + <path d="M 276.960991 147.6 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_9"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_10"> + <path d="M 36.44375 38.88 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_11"> + <!-- 0% --> + <defs> + <path id="ArialMT-32"/> + <path d="M 5.8125 54.390625 +Q 5.8125 62.0625 9.671875 67.421875 +Q 13.53125 72.796875 20.84375 72.796875 +Q 27.59375 72.796875 32 67.984375 +Q 36.421875 63.1875 36.421875 53.859375 +Q 36.421875 44.78125 31.953125 39.875 +Q 27.484375 34.96875 20.953125 34.96875 +Q 14.453125 34.96875 10.125 39.796875 +Q 5.8125 44.625 5.8125 54.390625 +z +M 21.09375 66.75 +Q 17.828125 66.75 15.65625 63.90625 +Q 13.484375 61.078125 13.484375 53.515625 +Q 13.484375 46.625 15.671875 43.8125 +Q 17.875 41.015625 21.09375 41.015625 +Q 24.421875 41.015625 26.59375 43.84375 +Q 28.765625 46.6875 28.765625 54.203125 +Q 28.765625 61.140625 26.5625 63.9375 +Q 24.359375 66.75 21.09375 66.75 +z +M 21.140625 -2.640625 +L 60.296875 72.796875 +L 67.4375 72.796875 +L 28.421875 -2.640625 +z +M 52.09375 16.796875 +Q 52.09375 24.515625 55.953125 29.859375 +Q 59.8125 35.203125 67.1875 35.203125 +Q 73.921875 35.203125 78.34375 30.390625 +Q 82.765625 25.59375 82.765625 16.265625 +Q 82.765625 7.171875 78.296875 2.265625 +Q 73.828125 -2.640625 67.234375 -2.640625 +Q 60.75 -2.640625 56.421875 2.21875 +Q 52.09375 7.078125 52.09375 16.796875 +z +M 67.4375 29.15625 +Q 64.109375 29.15625 61.9375 26.3125 +Q 59.765625 23.484375 59.765625 15.921875 +Q 59.765625 9.078125 61.953125 6.25 +Q 64.15625 3.421875 67.390625 3.421875 +Q 70.75 3.421875 72.921875 6.25 +Q 75.09375 9.078125 75.09375 16.609375 +Q 75.09375 23.53125 72.890625 26.34375 +Q 70.703125 29.15625 67.4375 29.15625 +z +" id="ArialMT-37"/> + </defs> + <g style="fill:#262626;" transform="translate(144.696746 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_2"> + <g id="patch_11"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +L 565.581681 38.88 +L 325.06444 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_3"> + <g id="xtick_5"> + <g id="line2d_11"> + <path clip-path="url(#p13bfe66ad1)" d="M 338.829451 147.6 +L 338.829451 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_12"> + <!-- 0.016 --> + <g style="fill:#262626;" transform="translate(326.318513 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_12"> + <path clip-path="url(#p13bfe66ad1)" d="M 386.717717 147.6 +L 386.717717 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_13"> + <!-- 0.018 --> + <g style="fill:#262626;" transform="translate(374.20678 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_13"> + <path clip-path="url(#p13bfe66ad1)" d="M 434.605984 147.6 +L 434.605984 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_14"> + <!-- 0.020 --> + <g style="fill:#262626;" transform="translate(422.095047 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_8"> + <g id="line2d_14"> + <path clip-path="url(#p13bfe66ad1)" d="M 482.494251 147.6 +L 482.494251 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_15"> + <!-- 0.022 --> + <g style="fill:#262626;" transform="translate(469.983314 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_9"> + <g id="line2d_15"> + <path clip-path="url(#p13bfe66ad1)" d="M 530.382518 147.6 +L 530.382518 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_16"> + <!-- 0.024 --> + <g style="fill:#262626;" transform="translate(517.87158 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="text_17"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(426.705873 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_4"> + <g id="ytick_6"> + <g id="line2d_16"> + <path clip-path="url(#p13bfe66ad1)" d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_18"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(312.503502 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_17"> + <path clip-path="url(#p13bfe66ad1)" d="M 325.06444 108.600807 +L 565.581681 108.600807 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_19"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(295.82069 112.179713)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_8"> + <g id="line2d_18"> + <path clip-path="url(#p13bfe66ad1)" d="M 325.06444 69.601614 +L 565.581681 69.601614 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_20"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(295.82069 73.18052)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_12"> + <path clip-path="url(#p13bfe66ad1)" d="M 335.997042 147.6 +L 335.997042 144.558063 +L 338.183562 144.558063 +L 338.183562 135.432252 +L 340.370082 135.432252 +L 340.370082 143.856077 +L 342.556603 143.856077 +L 342.556603 134.496271 +L 344.743123 134.496271 +L 344.743123 127.476416 +L 346.929643 127.476416 +L 346.929643 131.688329 +L 349.116164 131.688329 +L 349.116164 112.500726 +L 351.302684 112.500726 +L 351.302684 109.458789 +L 353.489205 109.458789 +L 353.489205 106.260856 +L 355.675725 106.260856 +L 355.675725 107.97682 +L 357.862245 107.97682 +L 357.862245 85.357288 +L 360.048766 85.357288 +L 360.048766 84.265311 +L 362.235286 84.265311 +L 362.235286 92.02615 +L 364.421806 92.02615 +L 364.421806 91.480161 +L 366.608327 91.480161 +L 366.608327 90.037191 +L 368.794847 90.037191 +L 368.794847 97.447038 +L 370.981368 97.447038 +L 370.981368 72.019564 +L 373.167888 72.019564 +L 373.167888 92.104149 +L 375.354408 92.104149 +L 375.354408 82.432349 +L 377.540929 82.432349 +L 377.540929 80.560387 +L 379.727449 80.560387 +L 379.727449 71.785569 +L 381.913969 71.785569 +L 381.913969 59.500823 +L 384.10049 59.500823 +L 384.10049 69.913608 +L 386.28701 69.913608 +L 386.28701 44.057143 +L 388.473531 44.057143 +L 388.473531 64.765714 +L 390.660051 64.765714 +L 390.660051 62.893753 +L 392.846571 62.893753 +L 392.846571 53.923939 +L 395.033092 53.923939 +L 395.033092 71.863567 +L 397.219612 71.863567 +L 397.219612 74.827506 +L 399.406132 74.827506 +L 399.406132 82.783341 +L 401.592653 82.783341 +L 401.592653 85.825278 +L 403.779173 85.825278 +L 403.779173 96.823051 +L 405.965694 96.823051 +L 405.965694 86.761259 +L 408.152214 86.761259 +L 408.152214 92.377143 +L 410.338734 92.377143 +L 410.338734 97.447038 +L 412.525255 97.447038 +L 412.525255 100.488975 +L 414.711775 100.488975 +L 414.711775 95.575077 +L 416.898295 95.575077 +L 416.898295 74.125521 +L 419.084816 74.125521 +L 419.084816 96.589056 +L 421.271336 96.589056 +L 421.271336 77.635448 +L 423.457857 77.635448 +L 423.457857 97.252042 +L 425.644377 97.252042 +L 425.644377 96.511057 +L 427.830897 96.511057 +L 427.830897 67.612655 +L 430.017418 67.612655 +L 430.017418 99.474996 +L 432.203938 99.474996 +L 432.203938 67.339661 +L 434.390458 67.339661 +L 434.390458 87.463245 +L 436.576979 87.463245 +L 436.576979 85.942276 +L 438.763499 85.942276 +L 438.763499 56.692881 +L 440.95002 56.692881 +L 440.95002 66.052688 +L 443.13654 66.052688 +L 443.13654 76.816465 +L 445.32306 76.816465 +L 445.32306 49.439031 +L 447.509581 49.439031 +L 447.509581 75.1395 +L 449.696101 75.1395 +L 449.696101 48.464052 +L 451.882621 48.464052 +L 451.882621 74.515513 +L 454.069142 74.515513 +L 454.069142 78.649427 +L 456.255662 78.649427 +L 456.255662 63.439742 +L 458.442183 63.439742 +L 458.442183 83.251332 +L 460.628703 83.251332 +L 460.628703 106.416852 +L 462.815223 106.416852 +L 462.815223 67.105666 +L 465.001744 67.105666 +L 465.001744 109.458789 +L 467.188264 109.458789 +L 467.188264 85.123293 +L 469.374784 85.123293 +L 469.374784 91.441162 +L 471.561305 91.441162 +L 471.561305 95.341082 +L 473.747825 95.341082 +L 473.747825 103.218918 +L 475.934346 103.218918 +L 475.934346 69.367619 +L 478.120866 69.367619 +L 478.120866 92.923132 +L 480.307386 92.923132 +L 480.307386 83.79732 +L 482.493907 83.79732 +L 482.493907 99.981985 +L 484.680427 99.981985 +L 484.680427 78.142437 +L 486.866947 78.142437 +L 486.866947 93.664116 +L 489.053468 93.664116 +L 489.053468 77.986441 +L 491.239988 77.986441 +L 491.239988 74.086521 +L 493.426509 74.086521 +L 493.426509 76.738467 +L 495.613029 76.738467 +L 495.613029 80.91138 +L 497.799549 80.91138 +L 497.799549 72.370557 +L 499.98607 72.370557 +L 499.98607 64.063729 +L 502.17259 64.063729 +L 502.17259 70.342599 +L 504.359111 70.342599 +L 504.359111 66.559677 +L 506.545631 66.559677 +L 506.545631 83.875319 +L 508.732151 83.875319 +L 508.732151 65.428701 +L 510.918672 65.428701 +L 510.918672 76.699467 +L 513.105192 76.699467 +L 513.105192 84.421308 +L 515.291712 84.421308 +L 515.291712 99.630993 +L 517.478233 99.630993 +L 517.478233 86.293269 +L 519.664753 86.293269 +L 519.664753 120.222567 +L 521.851274 120.222567 +L 521.851274 105.948862 +L 524.037794 105.948862 +L 524.037794 115.074673 +L 526.224314 115.074673 +L 526.224314 131.922324 +L 528.410835 131.922324 +L 528.410835 127.710412 +L 530.597355 127.710412 +L 530.597355 132.858305 +L 532.783875 132.858305 +L 532.783875 137.850202 +L 534.970396 137.850202 +L 534.970396 141.906118 +L 537.156916 141.906118 +L 537.156916 139.87816 +L 539.343437 139.87816 +L 539.343437 143.856077 +L 541.529957 143.856077 +L 541.529957 146.196029 +L 543.716477 146.196029 +L 543.716477 145.260048 +L 545.902998 145.260048 +L 545.902998 145.728039 +L 548.089518 145.728039 +L 548.089518 146.430024 +L 550.276038 146.430024 +L 550.276038 147.366005 +L 552.462559 147.366005 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_13"> + <path clip-path="url(#p13bfe66ad1)" d="M 335.997042 147.6 +L 335.997042 144.558063 +L 338.183562 144.558063 +L 338.183562 135.432252 +L 340.370082 135.432252 +L 340.370082 143.856077 +L 342.556603 143.856077 +L 342.556603 139.87816 +L 344.743123 139.87816 +L 344.743123 137.772203 +L 346.929643 137.772203 +L 346.929643 140.34615 +L 349.116164 140.34615 +L 349.116164 123.264504 +L 351.302684 123.264504 +L 351.302684 130.986344 +L 353.489205 130.986344 +L 353.489205 130.596352 +L 355.675725 130.596352 +L 355.675725 136.524229 +L 357.862245 136.524229 +L 357.862245 142.452107 +L 360.048766 142.452107 +L 360.048766 139.176174 +L 362.235286 139.176174 +L 362.235286 146.664019 +L 364.421806 146.664019 +L 364.421806 134.028281 +L 366.608327 134.028281 +L 366.608327 125.604455 +L 368.794847 125.604455 +L 368.794847 123.186505 +L 370.981368 123.186505 +L 370.981368 102.906925 +L 373.167888 102.906925 +L 373.167888 114.450686 +L 375.354408 114.450686 +L 375.354408 113.904697 +L 377.540929 113.904697 +L 377.540929 115.776659 +L 379.727449 115.776659 +L 379.727449 128.412397 +L 381.913969 128.412397 +L 381.913969 122.562518 +L 384.10049 122.562518 +L 384.10049 127.944407 +L 386.28701 127.944407 +L 386.28701 132.741308 +L 388.473531 132.741308 +L 388.473531 132.858305 +L 390.660051 132.858305 +L 390.660051 132.15632 +L 392.846571 132.15632 +L 392.846571 125.448458 +L 395.033092 125.448458 +L 395.033092 125.760452 +L 397.219612 125.760452 +L 397.219612 124.90247 +L 399.406132 124.90247 +L 399.406132 127.476416 +L 401.592653 127.476416 +L 401.592653 119.052591 +L 403.779173 119.052591 +L 403.779173 123.966489 +L 405.965694 123.966489 +L 405.965694 109.458789 +L 408.152214 109.458789 +L 408.152214 118.11661 +L 410.338734 118.11661 +L 410.338734 123.966489 +L 412.525255 123.966489 +L 412.525255 126.774431 +L 414.711775 126.774431 +L 414.711775 130.518354 +L 416.898295 130.518354 +L 416.898295 139.176174 +L 419.084816 139.176174 +L 419.084816 140.112155 +L 421.271336 140.112155 +L 421.271336 131.220339 +L 423.457857 131.220339 +L 423.457857 138.708184 +L 425.644377 138.708184 +L 425.644377 122.562518 +L 427.830897 122.562518 +L 427.830897 106.650847 +L 430.017418 106.650847 +L 430.017418 124.90247 +L 432.203938 124.90247 +L 432.203938 102.789927 +L 434.390458 102.789927 +L 434.390458 113.436707 +L 436.576979 113.436707 +L 436.576979 127.944407 +L 438.763499 127.944407 +L 438.763499 120.807554 +L 440.95002 120.807554 +L 440.95002 126.189443 +L 443.13654 126.189443 +L 443.13654 136.251235 +L 445.32306 136.251235 +L 445.32306 133.677288 +L 447.509581 133.677288 +L 447.509581 133.326295 +L 449.696101 133.326295 +L 449.696101 119.286586 +L 451.882621 119.286586 +L 451.882621 136.836223 +L 454.069142 136.836223 +L 454.069142 133.0923 +L 456.255662 133.0923 +L 456.255662 114.840678 +L 458.442183 114.840678 +L 458.442183 128.412397 +L 460.628703 128.412397 +L 460.628703 128.412397 +L 462.815223 128.412397 +L 462.815223 102.906925 +L 465.001744 102.906925 +L 465.001744 126.540436 +L 467.188264 126.540436 +L 467.188264 119.286586 +L 469.374784 119.286586 +L 469.374784 116.010654 +L 471.561305 116.010654 +L 471.561305 122.718515 +L 473.747825 122.718515 +L 473.747825 142.998095 +L 475.934346 142.998095 +L 475.934346 131.376336 +L 478.120866 131.376336 +L 478.120866 134.57427 +L 480.307386 134.57427 +L 480.307386 137.148216 +L 482.493907 137.148216 +L 482.493907 133.014302 +L 484.680427 133.014302 +L 484.680427 116.322647 +L 486.866947 116.322647 +L 486.866947 119.910573 +L 489.053468 119.910573 +L 489.053468 116.010654 +L 491.239988 116.010654 +L 491.239988 108.054818 +L 493.426509 108.054818 +L 493.426509 111.213753 +L 495.613029 111.213753 +L 495.613029 126.423438 +L 497.799549 126.423438 +L 497.799549 125.83845 +L 499.98607 125.83845 +L 499.98607 128.2954 +L 502.17259 128.2954 +L 502.17259 136.095238 +L 504.359111 136.095238 +L 504.359111 140.502147 +L 506.545631 140.502147 +L 506.545631 137.772203 +L 508.732151 137.772203 +L 508.732151 134.613269 +L 510.918672 134.613269 +L 510.918672 136.602228 +L 513.105192 136.602228 +L 513.105192 135.198257 +L 515.291712 135.198257 +L 515.291712 134.028281 +L 517.478233 134.028281 +L 517.478233 126.306441 +L 519.664753 126.306441 +L 519.664753 139.176174 +L 521.851274 139.176174 +L 521.851274 124.434479 +L 524.037794 124.434479 +L 524.037794 131.220339 +L 526.224314 131.220339 +L 526.224314 139.176174 +L 528.410835 139.176174 +L 528.410835 135.900242 +L 530.597355 135.900242 +L 530.597355 137.070218 +L 532.783875 137.070218 +L 532.783875 140.580145 +L 534.970396 140.580145 +L 534.970396 144.558063 +L 537.156916 144.558063 +L 537.156916 141.750121 +L 539.343437 141.750121 +L 539.343437 144.324068 +L 541.529957 144.324068 +L 541.529957 146.430024 +L 543.716477 146.430024 +L 543.716477 145.260048 +L 545.902998 145.260048 +L 545.902998 145.728039 +L 548.089518 145.728039 +L 548.089518 146.430024 +L 550.276038 146.430024 +L 550.276038 147.366005 +L 552.462559 147.366005 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_14"> + <path clip-path="url(#p13bfe66ad1)" d="M 335.997042 147.6 +L 335.997042 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 342.556603 147.6 +L 342.556603 142.218111 +L 344.743123 142.218111 +L 344.743123 137.304213 +L 346.929643 137.304213 +L 346.929643 138.942179 +L 349.116164 138.942179 +L 349.116164 136.836223 +L 351.302684 136.836223 +L 351.302684 126.072446 +L 353.489205 126.072446 +L 353.489205 123.264504 +L 355.675725 123.264504 +L 355.675725 125.604455 +L 357.862245 125.604455 +L 357.862245 138.006199 +L 360.048766 138.006199 +L 360.048766 146.430024 +L 362.235286 146.430024 +L 362.235286 147.13201 +L 364.421806 147.13201 +L 364.421806 135.432252 +L 366.608327 135.432252 +L 366.608327 118.350605 +L 368.794847 118.350605 +L 368.794847 122.211525 +L 370.981368 122.211525 +L 370.981368 116.712639 +L 373.167888 116.712639 +L 373.167888 125.253462 +L 375.354408 125.253462 +L 375.354408 116.127651 +L 377.540929 116.127651 +L 377.540929 117.063632 +L 379.727449 117.063632 +L 379.727449 113.904697 +L 381.913969 113.904697 +L 381.913969 125.955448 +L 384.10049 125.955448 +L 384.10049 123.732494 +L 386.28701 123.732494 +L 386.28701 127.008426 +L 388.473531 127.008426 +L 388.473531 118.11661 +L 390.660051 118.11661 +L 390.660051 124.200484 +L 392.846571 124.200484 +L 392.846571 124.356481 +L 395.033092 124.356481 +L 395.033092 129.192381 +L 397.219612 129.192381 +L 397.219612 128.412397 +L 399.406132 128.412397 +L 399.406132 122.094528 +L 401.592653 122.094528 +L 401.592653 120.456562 +L 403.779173 120.456562 +L 403.779173 122.562518 +L 405.965694 122.562518 +L 405.965694 125.136465 +L 408.152214 125.136465 +L 408.152214 121.860533 +L 410.338734 121.860533 +L 410.338734 121.080549 +L 412.525255 121.080549 +L 412.525255 121.314544 +L 414.711775 121.314544 +L 414.711775 131.142341 +L 416.898295 131.142341 +L 416.898295 142.452107 +L 419.084816 142.452107 +L 419.084816 146.430024 +L 421.271336 146.430024 +L 421.271336 142.920097 +L 423.457857 142.920097 +L 423.457857 130.518354 +L 425.644377 130.518354 +L 425.644377 126.306441 +L 427.830897 126.306441 +L 427.830897 108.795803 +L 430.017418 108.795803 +L 430.017418 122.172526 +L 432.203938 122.172526 +L 432.203938 112.149734 +L 434.390458 112.149734 +L 434.390458 122.562518 +L 436.576979 122.562518 +L 436.576979 115.425666 +L 438.763499 115.425666 +L 438.763499 115.308668 +L 440.95002 115.308668 +L 440.95002 125.37046 +L 443.13654 125.37046 +L 443.13654 126.774431 +L 445.32306 126.774431 +L 445.32306 131.220339 +L 447.509581 131.220339 +L 447.509581 122.640517 +L 449.696101 122.640517 +L 449.696101 128.100404 +L 451.882621 128.100404 +L 451.882621 128.412397 +L 454.069142 128.412397 +L 454.069142 127.710412 +L 456.255662 127.710412 +L 456.255662 122.874512 +L 458.442183 122.874512 +L 458.442183 117.336626 +L 460.628703 117.336626 +L 460.628703 131.220339 +L 462.815223 131.220339 +L 462.815223 113.202712 +L 465.001744 113.202712 +L 465.001744 130.752349 +L 467.188264 130.752349 +L 467.188264 113.436707 +L 469.374784 113.436707 +L 469.374784 123.030508 +L 471.561305 123.030508 +L 471.561305 124.668475 +L 473.747825 124.668475 +L 473.747825 135.198257 +L 475.934346 135.198257 +L 475.934346 143.388087 +L 478.120866 143.388087 +L 478.120866 141.750121 +L 480.307386 141.750121 +L 480.307386 140.34615 +L 482.493907 140.34615 +L 482.493907 137.538208 +L 484.680427 137.538208 +L 484.680427 113.670702 +L 486.866947 113.670702 +L 486.866947 121.626538 +L 489.053468 121.626538 +L 489.053468 109.575787 +L 491.239988 109.575787 +L 491.239988 113.631703 +L 493.426509 113.631703 +L 493.426509 115.464665 +L 495.613029 115.464665 +L 495.613029 117.063632 +L 497.799549 117.063632 +L 497.799549 128.2954 +L 499.98607 128.2954 +L 499.98607 118.467603 +L 502.17259 118.467603 +L 502.17259 129.582373 +L 504.359111 129.582373 +L 504.359111 132.15632 +L 506.545631 132.15632 +L 506.545631 127.164423 +L 508.732151 127.164423 +L 508.732151 132.702308 +L 510.918672 132.702308 +L 510.918672 130.128362 +L 513.105192 130.128362 +L 513.105192 125.994447 +L 515.291712 125.994447 +L 515.291712 137.304213 +L 517.478233 137.304213 +L 517.478233 122.094528 +L 519.664753 122.094528 +L 519.664753 134.262276 +L 521.851274 134.262276 +L 521.851274 130.518354 +L 524.037794 130.518354 +L 524.037794 131.688329 +L 526.224314 131.688329 +L 526.224314 140.34615 +L 528.410835 140.34615 +L 528.410835 139.410169 +L 530.597355 139.410169 +L 530.597355 143.388087 +L 532.783875 143.388087 +L 532.783875 144.870056 +L 534.970396 144.870056 +L 534.970396 144.948055 +L 537.156916 144.948055 +L 537.156916 145.728039 +L 539.343437 145.728039 +L 539.343437 147.13201 +L 541.529957 147.13201 +L 541.529957 147.366005 +L 543.716477 147.366005 +L 543.716477 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_15"> + <path clip-path="url(#p13bfe66ad1)" d="M 335.997042 147.6 +L 335.997042 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 355.675725 147.6 +L 355.675725 141.048136 +L 357.862245 141.048136 +L 357.862245 100.098983 +L 360.048766 100.098983 +L 360.048766 93.859112 +L 362.235286 93.859112 +L 362.235286 93.430121 +L 364.421806 93.430121 +L 364.421806 117.219629 +L 366.608327 117.219629 +L 366.608327 141.282131 +L 368.794847 141.282131 +L 368.794847 147.249007 +L 370.981368 147.249007 +L 370.981368 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 377.540929 147.6 +L 377.540929 142.920097 +L 379.727449 142.920097 +L 379.727449 124.668475 +L 381.913969 124.668475 +L 381.913969 106.182857 +L 384.10049 106.182857 +L 384.10049 113.436707 +L 386.28701 113.436707 +L 386.28701 79.507409 +L 388.473531 79.507409 +L 388.473531 108.990799 +L 390.660051 108.990799 +L 390.660051 101.736949 +L 392.846571 101.736949 +L 392.846571 99.318999 +L 395.033092 99.318999 +L 395.033092 112.110734 +L 397.219612 112.110734 +L 397.219612 116.712639 +L 399.406132 116.712639 +L 399.406132 128.412397 +L 401.592653 128.412397 +L 401.592653 141.516126 +L 403.779173 141.516126 +L 403.779173 145.494044 +L 405.965694 145.494044 +L 405.965694 147.366005 +L 408.152214 147.366005 +L 408.152214 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 414.711775 147.6 +L 414.711775 129.114383 +L 416.898295 129.114383 +L 416.898295 87.69724 +L 419.084816 87.69724 +L 419.084816 105.246877 +L 421.271336 105.246877 +L 421.271336 98.695012 +L 423.457857 98.695012 +L 423.457857 123.225504 +L 425.644377 123.225504 +L 425.644377 142.842098 +L 427.830897 142.842098 +L 427.830897 147.366005 +L 430.017418 147.366005 +L 430.017418 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 434.390458 147.6 +L 434.390458 146.664019 +L 436.576979 146.664019 +L 436.576979 137.772203 +L 438.763499 137.772203 +L 438.763499 115.776659 +L 440.95002 115.776659 +L 440.95002 109.692785 +L 443.13654 109.692785 +L 443.13654 108.990799 +L 445.32306 108.990799 +L 445.32306 79.741404 +L 447.509581 79.741404 +L 447.509581 114.372688 +L 449.696101 114.372688 +L 449.696101 96.277062 +L 451.882621 96.277062 +L 451.882621 104.466893 +L 454.069142 104.466893 +L 454.069142 113.046715 +L 456.255662 113.046715 +L 456.255662 120.924552 +L 458.442183 120.924552 +L 458.442183 132.702308 +L 460.628703 132.702308 +L 460.628703 141.984116 +L 462.815223 141.984116 +L 462.815223 146.196029 +L 465.001744 146.196029 +L 465.001744 147.366005 +L 467.188264 147.366005 +L 467.188264 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 471.561305 147.6 +L 471.561305 143.154092 +L 473.747825 143.154092 +L 473.747825 120.222567 +L 475.934346 120.222567 +L 475.934346 89.803196 +L 478.120866 89.803196 +L 478.120866 111.798741 +L 480.307386 111.798741 +L 480.307386 101.502954 +L 482.493907 101.502954 +L 482.493907 124.629475 +L 484.680427 124.629475 +L 484.680427 143.349088 +L 486.866947 143.349088 +L 486.866947 147.327006 +L 489.053468 147.327006 +L 489.053468 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 493.426509 147.6 +L 493.426509 145.260048 +L 495.613029 145.260048 +L 495.613029 132.62431 +L 497.799549 132.62431 +L 497.799549 113.436707 +L 499.98607 113.436707 +L 499.98607 112.500726 +L 502.17259 112.500726 +L 502.17259 99.864988 +L 504.359111 99.864988 +L 504.359111 89.101211 +L 506.545631 89.101211 +L 506.545631 114.138692 +L 508.732151 114.138692 +L 508.732151 93.313123 +L 510.918672 93.313123 +L 510.918672 105.168878 +L 513.105192 105.168878 +L 513.105192 118.428604 +L 515.291712 118.428604 +L 515.291712 123.498499 +L 517.478233 123.498499 +L 517.478233 133.0923 +L 519.664753 133.0923 +L 519.664753 141.984116 +L 521.851274 141.984116 +L 521.851274 146.196029 +L 524.037794 146.196029 +L 524.037794 147.366005 +L 526.224314 147.366005 +L 526.224314 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_19"> + <path clip-path="url(#p13bfe66ad1)" d="M 434.605984 147.6 +L 434.605984 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_16"> + <path d="M 325.06444 147.6 +L 325.06444 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_17"> + <path d="M 565.581681 147.6 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_18"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_19"> + <path d="M 325.06444 38.88 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_21"> + <!-- 1% --> + <g style="fill:#262626;" transform="translate(433.317435 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-49"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_3"> + <g id="patch_20"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +L 854.202371 38.88 +L 613.685129 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_5"> + <g id="xtick_10"> + <g id="line2d_20"> + <path clip-path="url(#pf34b5aee9e)" d="M 629.563979 147.6 +L 629.563979 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_22"> + <!-- 0.0900 --> + <defs> + <path d="M 5.46875 16.546875 +L 13.921875 17.328125 +Q 14.984375 11.375 18.015625 8.6875 +Q 21.046875 6 25.78125 6 +Q 29.828125 6 32.875 7.859375 +Q 35.9375 9.71875 37.890625 12.8125 +Q 39.84375 15.921875 41.15625 21.1875 +Q 42.484375 26.46875 42.484375 31.9375 +Q 42.484375 32.515625 42.4375 33.6875 +Q 39.796875 29.5 35.234375 26.875 +Q 30.671875 24.265625 25.34375 24.265625 +Q 16.453125 24.265625 10.296875 30.703125 +Q 4.15625 37.15625 4.15625 47.703125 +Q 4.15625 58.59375 10.578125 65.234375 +Q 17 71.875 26.65625 71.875 +Q 33.640625 71.875 39.421875 68.109375 +Q 45.21875 64.359375 48.21875 57.390625 +Q 51.21875 50.4375 51.21875 37.25 +Q 51.21875 23.53125 48.234375 15.40625 +Q 45.265625 7.28125 39.375 3.03125 +Q 33.5 -1.21875 25.59375 -1.21875 +Q 17.1875 -1.21875 11.859375 3.4375 +Q 6.546875 8.109375 5.46875 16.546875 +z +M 41.453125 48.140625 +Q 41.453125 55.71875 37.421875 60.15625 +Q 33.40625 64.59375 27.734375 64.59375 +Q 21.875 64.59375 17.53125 59.8125 +Q 13.1875 55.03125 13.1875 47.40625 +Q 13.1875 40.578125 17.3125 36.296875 +Q 21.4375 32.03125 27.484375 32.03125 +Q 33.59375 32.03125 37.515625 36.296875 +Q 41.453125 40.578125 41.453125 48.140625 +z +" id="ArialMT-57"/> + </defs> + <g style="fill:#262626;" transform="translate(614.272573 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_11"> + <g id="line2d_21"> + <path clip-path="url(#pf34b5aee9e)" d="M 660.524135 147.6 +L 660.524135 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_23"> + <!-- 0.0925 --> + <defs> + <path d="M 4.15625 18.75 +L 13.375 19.53125 +Q 14.40625 12.796875 18.140625 9.390625 +Q 21.875 6 27.15625 6 +Q 33.5 6 37.890625 10.78125 +Q 42.28125 15.578125 42.28125 23.484375 +Q 42.28125 31 38.0625 35.34375 +Q 33.84375 39.703125 27 39.703125 +Q 22.75 39.703125 19.328125 37.765625 +Q 15.921875 35.84375 13.96875 32.765625 +L 5.71875 33.84375 +L 12.640625 70.609375 +L 48.25 70.609375 +L 48.25 62.203125 +L 19.671875 62.203125 +L 15.828125 42.96875 +Q 22.265625 47.46875 29.34375 47.46875 +Q 38.71875 47.46875 45.15625 40.96875 +Q 51.609375 34.46875 51.609375 24.265625 +Q 51.609375 14.546875 45.953125 7.46875 +Q 39.0625 -1.21875 27.15625 -1.21875 +Q 17.390625 -1.21875 11.203125 4.25 +Q 5.03125 9.71875 4.15625 18.75 +z +" id="ArialMT-53"/> + </defs> + <g style="fill:#262626;" transform="translate(645.232729 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_12"> + <g id="line2d_22"> + <path clip-path="url(#pf34b5aee9e)" d="M 691.484291 147.6 +L 691.484291 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_24"> + <!-- 0.0950 --> + <g style="fill:#262626;" transform="translate(676.192885 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_13"> + <g id="line2d_23"> + <path clip-path="url(#pf34b5aee9e)" d="M 722.444447 147.6 +L 722.444447 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_25"> + <!-- 0.0975 --> + <defs> + <path d="M 4.734375 62.203125 +L 4.734375 70.65625 +L 51.078125 70.65625 +L 51.078125 63.8125 +Q 44.234375 56.546875 37.515625 44.484375 +Q 30.8125 32.421875 27.15625 19.671875 +Q 24.515625 10.6875 23.78125 0 +L 14.75 0 +Q 14.890625 8.453125 18.0625 20.40625 +Q 21.234375 32.375 27.171875 43.484375 +Q 33.109375 54.59375 39.796875 62.203125 +z +" id="ArialMT-55"/> + </defs> + <g style="fill:#262626;" transform="translate(707.153041 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_14"> + <g id="line2d_24"> + <path clip-path="url(#pf34b5aee9e)" d="M 753.404603 147.6 +L 753.404603 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_26"> + <!-- 0.1000 --> + <g style="fill:#262626;" transform="translate(738.113197 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_15"> + <g id="line2d_25"> + <path clip-path="url(#pf34b5aee9e)" d="M 784.364759 147.6 +L 784.364759 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_27"> + <!-- 0.1025 --> + <g style="fill:#262626;" transform="translate(769.073353 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_16"> + <g id="line2d_26"> + <path clip-path="url(#pf34b5aee9e)" d="M 815.324915 147.6 +L 815.324915 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_28"> + <!-- 0.1050 --> + <g style="fill:#262626;" transform="translate(800.033508 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_17"> + <g id="line2d_27"> + <path clip-path="url(#pf34b5aee9e)" d="M 846.285071 147.6 +L 846.285071 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_29"> + <!-- 0.1075 --> + <g style="fill:#262626;" transform="translate(830.993664 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="text_30"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(715.326563 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_6"> + <g id="ytick_9"> + <g id="line2d_28"> + <path clip-path="url(#pf34b5aee9e)" d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_31"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(601.124192 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_10"> + <g id="line2d_29"> + <path clip-path="url(#pf34b5aee9e)" d="M 613.685129 119.232094 +L 854.202371 119.232094 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_32"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(584.441379 122.811)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_11"> + <g id="line2d_30"> + <path clip-path="url(#pf34b5aee9e)" d="M 613.685129 90.864188 +L 854.202371 90.864188 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_33"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(584.441379 94.443094)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_12"> + <g id="line2d_31"> + <path clip-path="url(#pf34b5aee9e)" d="M 613.685129 62.496282 +L 854.202371 62.496282 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_34"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(584.441379 66.075188)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_21"> + <path clip-path="url(#pf34b5aee9e)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 137.727969 +L 631.177292 137.727969 +L 631.177292 143.685229 +L 633.363813 143.685229 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 142.153362 +L 642.109894 142.153362 +L 642.109894 140.451288 +L 644.296415 140.451288 +L 644.296415 131.089879 +L 646.482935 131.089879 +L 646.482935 123.090129 +L 648.669455 123.090129 +L 648.669455 146.068133 +L 650.855976 146.068133 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 143.174607 +L 657.415537 143.174607 +L 657.415537 98.410051 +L 659.602057 98.410051 +L 659.602057 111.345816 +L 661.788578 111.345816 +L 661.788578 134.664235 +L 663.975098 134.664235 +L 663.975098 140.451288 +L 666.161618 140.451288 +L 666.161618 120.196603 +L 668.348139 120.196603 +L 668.348139 111.856438 +L 670.534659 111.856438 +L 670.534659 117.416548 +L 672.721179 117.416548 +L 672.721179 95.062638 +L 674.9077 95.062638 +L 674.9077 98.239843 +L 677.09422 98.239843 +L 677.09422 115.09038 +L 679.280741 115.09038 +L 679.280741 110.324571 +L 681.467261 110.324571 +L 681.467261 111.345816 +L 683.653781 111.345816 +L 683.653781 93.644243 +L 685.840302 93.644243 +L 685.840302 63.006904 +L 688.026822 63.006904 +L 688.026822 76.793706 +L 690.213342 76.793706 +L 690.213342 105.899178 +L 692.399863 105.899178 +L 692.399863 89.048642 +L 694.586383 89.048642 +L 694.586383 92.622998 +L 696.772904 92.622998 +L 696.772904 60.453793 +L 698.959424 60.453793 +L 698.959424 73.21935 +L 701.145944 73.21935 +L 701.145944 64.510403 +L 703.332465 64.510403 +L 703.332465 48.822951 +L 705.518985 48.822951 +L 705.518985 66.921675 +L 707.705505 66.921675 +L 707.705505 77.474536 +L 709.892026 77.474536 +L 709.892026 82.921174 +L 712.078546 82.921174 +L 712.078546 63.716102 +L 714.265067 63.716102 +L 714.265067 50.638497 +L 716.451587 50.638497 +L 716.451587 44.057143 +L 718.638107 44.057143 +L 718.638107 76.680235 +L 720.824628 76.680235 +L 720.824628 70.496031 +L 723.011148 70.496031 +L 723.011148 56.624125 +L 725.197668 56.624125 +L 725.197668 53.049769 +L 727.384189 53.049769 +L 727.384189 53.475288 +L 729.570709 53.475288 +L 729.570709 64.113252 +L 731.75723 64.113252 +L 731.75723 57.900681 +L 733.94375 57.900681 +L 733.94375 69.219476 +L 736.13027 69.219476 +L 736.13027 54.581636 +L 738.316791 54.581636 +L 738.316791 68.283335 +L 740.503311 68.283335 +L 740.503311 74.694481 +L 742.689832 74.694481 +L 742.689832 52.879562 +L 744.876352 52.879562 +L 744.876352 80.424798 +L 747.062872 80.424798 +L 747.062872 83.091382 +L 749.249393 83.091382 +L 749.249393 93.303828 +L 751.435913 93.303828 +L 751.435913 70.042145 +L 753.622433 70.042145 +L 753.622433 52.482411 +L 755.808954 52.482411 +L 755.808954 77.985159 +L 757.995474 77.985159 +L 757.995474 88.197605 +L 760.181995 88.197605 +L 760.181995 90.495405 +L 762.368515 90.495405 +L 762.368515 101.587256 +L 764.555035 101.587256 +L 764.555035 87.431671 +L 766.741556 87.431671 +L 766.741556 76.254716 +L 768.928076 76.254716 +L 768.928076 104.877933 +L 771.114596 104.877933 +L 771.114596 102.721973 +L 773.301117 102.721973 +L 773.301117 101.161738 +L 775.487637 101.161738 +L 775.487637 131.430294 +L 777.674158 131.430294 +L 777.674158 114.579757 +L 779.860678 114.579757 +L 779.860678 118.778207 +L 782.047198 118.778207 +L 782.047198 110.296204 +L 784.233719 110.296204 +L 784.233719 101.303577 +L 786.420239 101.303577 +L 786.420239 128.536767 +L 788.606759 128.536767 +L 788.606759 132.621746 +L 790.79328 132.621746 +L 790.79328 132.621746 +L 792.9798 132.621746 +L 792.9798 134.834442 +L 795.166321 134.834442 +L 795.166321 121.898677 +L 797.352841 121.898677 +L 797.352841 126.153863 +L 799.539361 126.153863 +L 799.539361 133.302575 +L 801.725882 133.302575 +L 801.725882 137.217346 +L 803.912402 137.217346 +L 803.912402 146.068133 +L 806.098922 146.068133 +L 806.098922 146.748963 +L 808.285443 146.748963 +L 808.285443 140.96191 +L 810.471963 140.96191 +L 810.471963 139.940665 +L 812.658484 139.940665 +L 812.658484 140.195977 +L 814.845004 140.195977 +L 814.845004 137.047139 +L 817.031524 137.047139 +L 817.031524 146.238341 +L 819.218045 146.238341 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 144.876681 +L 827.964126 144.876681 +L 827.964126 144.195851 +L 830.150647 144.195851 +L 830.150647 144.536266 +L 832.337167 144.536266 +L 832.337167 144.195851 +L 834.523687 144.195851 +L 834.523687 146.408548 +L 836.710208 146.408548 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_22"> + <path clip-path="url(#pf34b5aee9e)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 137.727969 +L 631.177292 137.727969 +L 631.177292 143.685229 +L 633.363813 143.685229 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 142.153362 +L 642.109894 142.153362 +L 642.109894 140.451288 +L 644.296415 140.451288 +L 644.296415 131.089879 +L 646.482935 131.089879 +L 646.482935 136.366309 +L 648.669455 136.366309 +L 648.669455 146.578755 +L 650.855976 146.578755 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 143.515022 +L 657.415537 143.515022 +L 657.415537 120.196603 +L 659.602057 120.196603 +L 659.602057 119.68598 +L 661.788578 119.68598 +L 661.788578 140.110873 +L 663.975098 140.110873 +L 663.975098 145.557511 +L 666.161618 145.557511 +L 666.161618 137.898176 +L 668.348139 137.898176 +L 668.348139 129.898427 +L 670.534659 129.898427 +L 670.534659 123.884431 +L 672.721179 123.884431 +L 672.721179 112.253589 +L 674.9077 112.253589 +L 674.9077 118.154114 +L 677.09422 118.154114 +L 677.09422 136.706724 +L 679.280741 136.706724 +L 679.280741 141.132117 +L 681.467261 141.132117 +L 681.467261 138.408798 +L 683.653781 138.408798 +L 683.653781 135.345065 +L 685.840302 135.345065 +L 685.840302 115.601002 +L 688.026822 115.601002 +L 688.026822 106.580008 +L 690.213342 106.580008 +L 690.213342 132.96216 +L 692.399863 132.96216 +L 692.399863 142.153362 +L 694.586383 142.153362 +L 694.586383 147.259585 +L 696.772904 147.259585 +L 696.772904 128.706975 +L 698.959424 128.706975 +L 698.959424 128.877182 +L 701.145944 128.877182 +L 701.145944 119.742716 +L 703.332465 119.742716 +L 703.332465 103.459538 +L 705.518985 103.459538 +L 705.518985 121.217847 +L 707.705505 121.217847 +L 707.705505 136.536517 +L 709.892026 136.536517 +L 709.892026 140.451288 +L 712.078546 140.451288 +L 712.078546 129.898427 +L 714.265067 129.898427 +L 714.265067 121.388055 +L 716.451587 121.388055 +L 716.451587 112.367061 +L 718.638107 112.367061 +L 718.638107 115.09038 +L 720.824628 115.09038 +L 720.824628 117.898802 +L 723.011148 117.898802 +L 723.011148 129.558012 +L 725.197668 129.558012 +L 725.197668 129.387804 +L 727.384189 129.387804 +L 727.384189 126.834693 +L 729.570709 126.834693 +L 729.570709 124.451789 +L 731.75723 124.451789 +L 731.75723 112.367061 +L 733.94375 112.367061 +L 733.94375 119.600877 +L 736.13027 119.600877 +L 736.13027 116.792454 +L 738.316791 116.792454 +L 738.316791 130.068634 +L 740.503311 130.068634 +L 740.503311 134.834442 +L 742.689832 134.834442 +L 742.689832 123.770959 +L 744.876352 123.770959 +L 744.876352 138.238591 +L 747.062872 138.238591 +L 747.062872 127.855937 +L 749.249393 127.855937 +L 749.249393 125.983656 +L 751.435913 125.983656 +L 751.435913 118.494528 +L 753.622433 118.494528 +L 753.622433 127.0049 +L 755.808954 127.0049 +L 755.808954 137.898176 +L 757.995474 137.898176 +L 757.995474 141.812947 +L 760.181995 141.812947 +L 760.181995 141.132117 +L 762.368515 141.132117 +L 762.368515 135.855687 +L 764.555035 135.855687 +L 764.555035 129.132493 +L 766.741556 129.132493 +L 766.741556 120.026395 +L 768.928076 120.026395 +L 768.928076 135.00465 +L 771.114596 135.00465 +L 771.114596 139.770458 +L 773.301117 139.770458 +L 773.301117 134.834442 +L 775.487637 134.834442 +L 775.487637 147.089378 +L 777.674158 147.089378 +L 777.674158 134.32382 +L 779.860678 134.32382 +L 779.860678 134.607499 +L 782.047198 134.607499 +L 782.047198 123.827695 +L 784.233719 123.827695 +L 784.233719 121.898677 +L 786.420239 121.898677 +L 786.420239 140.621495 +L 788.606759 140.621495 +L 788.606759 142.153362 +L 790.79328 142.153362 +L 790.79328 140.451288 +L 792.9798 140.451288 +L 792.9798 137.387554 +L 795.166321 137.387554 +L 795.166321 132.366434 +L 797.352841 132.366434 +L 797.352841 130.749464 +L 799.539361 130.749464 +L 799.539361 135.458536 +L 801.725882 135.458536 +L 801.725882 139.997401 +L 803.912402 139.997401 +L 803.912402 146.578755 +L 806.098922 146.578755 +L 806.098922 147.6 +L 808.285443 147.6 +L 808.285443 144.706474 +L 810.471963 144.706474 +L 810.471963 144.195851 +L 812.658484 144.195851 +L 812.658484 143.089503 +L 814.845004 143.089503 +L 814.845004 138.919421 +L 817.031524 138.919421 +L 817.031524 146.408548 +L 819.218045 146.408548 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 144.876681 +L 827.964126 144.876681 +L 827.964126 144.195851 +L 830.150647 144.195851 +L 830.150647 144.536266 +L 832.337167 144.536266 +L 832.337167 144.195851 +L 834.523687 144.195851 +L 834.523687 146.408548 +L 836.710208 146.408548 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_23"> + <path clip-path="url(#pf34b5aee9e)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 646.482935 147.6 +L 646.482935 134.32382 +L 648.669455 134.32382 +L 648.669455 147.089378 +L 650.855976 147.089378 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 147.259585 +L 657.415537 147.259585 +L 657.415537 125.813448 +L 659.602057 125.813448 +L 659.602057 139.259836 +L 661.788578 139.259836 +L 661.788578 142.153362 +L 663.975098 142.153362 +L 663.975098 142.493777 +L 666.161618 142.493777 +L 666.161618 129.898427 +L 668.348139 129.898427 +L 668.348139 129.558012 +L 670.534659 129.558012 +L 670.534659 141.132117 +L 672.721179 141.132117 +L 672.721179 130.409049 +L 674.9077 130.409049 +L 674.9077 127.68573 +L 677.09422 127.68573 +L 677.09422 125.983656 +L 679.280741 125.983656 +L 679.280741 128.877182 +L 681.467261 128.877182 +L 681.467261 133.302575 +L 683.653781 133.302575 +L 683.653781 131.260086 +L 685.840302 131.260086 +L 685.840302 122.919922 +L 688.026822 122.919922 +L 688.026822 122.409299 +L 690.213342 122.409299 +L 690.213342 127.855937 +L 692.399863 127.855937 +L 692.399863 129.217597 +L 694.586383 129.217597 +L 694.586383 132.451538 +L 696.772904 132.451538 +L 696.772904 124.621996 +L 698.959424 124.621996 +L 698.959424 138.749213 +L 701.145944 138.749213 +L 701.145944 123.430544 +L 703.332465 123.430544 +L 703.332465 123.260337 +L 705.518985 123.260337 +L 705.518985 122.068885 +L 707.705505 122.068885 +L 707.705505 120.026395 +L 709.892026 120.026395 +L 709.892026 126.664485 +L 712.078546 126.664485 +L 712.078546 114.664861 +L 714.265067 114.664861 +L 714.265067 118.154114 +L 716.451587 118.154114 +L 716.451587 105.33182 +L 718.638107 105.33182 +L 718.638107 111.742967 +L 720.824628 111.742967 +L 720.824628 116.877558 +L 723.011148 116.877558 +L 723.011148 118.494528 +L 725.197668 118.494528 +L 725.197668 113.388305 +L 727.384189 113.388305 +L 727.384189 116.622247 +L 729.570709 116.622247 +L 729.570709 127.68573 +L 731.75723 127.68573 +L 731.75723 120.196603 +L 733.94375 120.196603 +L 733.94375 125.302826 +L 736.13027 125.302826 +L 736.13027 117.047765 +L 738.316791 117.047765 +L 738.316791 122.239092 +L 740.503311 122.239092 +L 740.503311 123.941166 +L 742.689832 123.941166 +L 742.689832 110.579883 +L 744.876352 110.579883 +L 744.876352 124.962411 +L 747.062872 124.962411 +L 747.062872 121.388055 +L 749.249393 121.388055 +L 749.249393 117.813699 +L 751.435913 117.813699 +L 751.435913 121.274583 +L 753.622433 121.274583 +L 753.622433 120.224971 +L 755.808954 120.224971 +L 755.808954 132.451538 +L 757.995474 132.451538 +L 757.995474 138.408798 +L 760.181995 138.408798 +L 760.181995 132.621746 +L 762.368515 132.621746 +L 762.368515 137.387554 +L 764.555035 137.387554 +L 764.555035 133.24584 +L 766.741556 133.24584 +L 766.741556 132.933793 +L 768.928076 132.933793 +L 768.928076 145.557511 +L 771.114596 145.557511 +L 771.114596 136.196102 +L 773.301117 136.196102 +L 773.301117 126.749589 +L 775.487637 126.749589 +L 775.487637 136.706724 +L 777.674158 136.706724 +L 777.674158 130.919671 +L 779.860678 130.919671 +L 779.860678 132.281331 +L 782.047198 132.281331 +L 782.047198 134.068509 +L 784.233719 134.068509 +L 784.233719 127.0049 +L 786.420239 127.0049 +L 786.420239 135.515272 +L 788.606759 135.515272 +L 788.606759 138.068384 +L 790.79328 138.068384 +L 790.79328 139.770458 +L 792.9798 139.770458 +L 792.9798 145.046888 +L 795.166321 145.046888 +L 795.166321 137.132243 +L 797.352841 137.132243 +L 797.352841 143.004399 +L 799.539361 143.004399 +L 799.539361 145.444039 +L 801.725882 145.444039 +L 801.725882 144.819945 +L 803.912402 144.819945 +L 803.912402 147.089378 +L 806.098922 147.089378 +L 806.098922 146.748963 +L 808.285443 146.748963 +L 808.285443 143.855436 +L 810.471963 143.855436 +L 810.471963 143.344814 +L 812.658484 143.344814 +L 812.658484 144.706474 +L 814.845004 144.706474 +L 814.845004 145.727718 +L 817.031524 145.727718 +L 817.031524 147.429793 +L 819.218045 147.429793 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_24"> + <path clip-path="url(#pf34b5aee9e)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 679.280741 147.6 +L 679.280741 135.515272 +L 681.467261 135.515272 +L 681.467261 134.834442 +L 683.653781 134.834442 +L 683.653781 122.239092 +L 685.840302 122.239092 +L 685.840302 119.68598 +L 688.026822 119.68598 +L 688.026822 143.004399 +L 690.213342 143.004399 +L 690.213342 140.28108 +L 692.399863 140.28108 +L 692.399863 112.877683 +L 694.586383 112.877683 +L 694.586383 108.111875 +L 696.772904 108.111875 +L 696.772904 102.324822 +L 698.959424 102.324822 +L 698.959424 100.792955 +L 701.145944 100.792955 +L 701.145944 116.537143 +L 703.332465 116.537143 +L 703.332465 117.303076 +L 705.518985 117.303076 +L 705.518985 118.834943 +L 707.705505 118.834943 +L 707.705505 116.111624 +L 709.892026 116.111624 +L 709.892026 111.005401 +L 712.078546 111.005401 +L 712.078546 114.352814 +L 714.265067 114.352814 +L 714.265067 106.296329 +L 716.451587 106.296329 +L 716.451587 121.558262 +L 718.638107 121.558262 +L 718.638107 145.046888 +L 720.824628 145.046888 +L 720.824628 130.919671 +L 723.011148 130.919671 +L 723.011148 103.771585 +L 725.197668 103.771585 +L 725.197668 105.473659 +L 727.384189 105.473659 +L 727.384189 105.218348 +L 729.570709 105.218348 +L 729.570709 107.175734 +L 731.75723 107.175734 +L 731.75723 120.537018 +L 733.94375 120.537018 +L 733.94375 119.515773 +L 736.13027 119.515773 +L 736.13027 115.941417 +L 738.316791 115.941417 +L 738.316791 111.175609 +L 740.503311 111.175609 +L 740.503311 111.118873 +L 742.689832 111.118873 +L 742.689832 113.72872 +L 744.876352 113.72872 +L 744.876352 112.423796 +L 747.062872 112.423796 +L 747.062872 129.047389 +L 749.249393 129.047389 +L 749.249393 144.706474 +L 751.435913 144.706474 +L 751.435913 125.473033 +L 753.622433 125.473033 +L 753.622433 100.45254 +L 755.808954 100.45254 +L 755.808954 102.835444 +L 757.995474 102.835444 +L 757.995474 103.175859 +L 760.181995 103.175859 +L 760.181995 111.941542 +L 762.368515 111.941542 +L 762.368515 123.544016 +L 764.555035 123.544016 +L 764.555035 120.253339 +L 766.741556 120.253339 +L 766.741556 118.494528 +L 768.928076 118.494528 +L 768.928076 119.515773 +L 771.114596 119.515773 +L 771.114596 121.955413 +L 773.301117 121.955413 +L 773.301117 134.777706 +L 775.487637 134.777706 +L 775.487637 142.834192 +L 777.674158 142.834192 +L 777.674158 144.536266 +L 779.860678 144.536266 +L 779.860678 147.089378 +L 782.047198 147.089378 +L 782.047198 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_32"> + <path clip-path="url(#pf34b5aee9e)" d="M 753.404603 147.6 +L 753.404603 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_25"> + <path d="M 613.685129 147.6 +L 613.685129 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_26"> + <path d="M 854.202371 147.6 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_27"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_28"> + <path d="M 613.685129 38.88 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_35"> + <!-- 2% --> + <g style="fill:#262626;" transform="translate(721.938125 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-50"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + <g id="legend_1"> + <g id="patch_29"> + <path d="M 779.058621 89.315938 +L 847.202371 89.315938 +Q 849.202371 89.315938 849.202371 87.315938 +L 849.202371 45.88 +Q 849.202371 43.88 847.202371 43.88 +L 779.058621 43.88 +Q 777.058621 43.88 777.058621 45.88 +L 777.058621 87.315938 +Q 777.058621 89.315938 779.058621 89.315938 +z +" style="fill:#ffffff;opacity:0.1;stroke:#cccccc;stroke-linejoin:miter;"/> + </g> + <g id="patch_30"> + <path d="M 781.058621 55.037813 +L 801.058621 55.037813 +L 801.058621 48.037813 +L 781.058621 48.037813 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_36"> + <!-- 0.99961 --> + <g style="fill:#262626;" transform="translate(809.058621 55.037813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-57"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-57"/> + <use x="250.244141" xlink:href="#ArialMT-54"/> + <use x="305.859375" xlink:href="#ArialMT-49"/> + </g> + </g> + <g id="patch_31"> + <path d="M 781.058621 69.183125 +L 801.058621 69.183125 +L 801.058621 62.183125 +L 781.058621 62.183125 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_37"> + <!-- 0.9998 --> + <g style="fill:#262626;" transform="translate(809.058621 69.183125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-57"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-57"/> + <use x="250.244141" xlink:href="#ArialMT-56"/> + </g> + </g> + <g id="patch_32"> + <path d="M 781.058621 83.328438 +L 801.058621 83.328438 +L 801.058621 76.328438 +L 781.058621 76.328438 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_38"> + <!-- 0.99999 --> + <g style="fill:#262626;" transform="translate(809.058621 83.328438)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-57"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-57"/> + <use x="250.244141" xlink:href="#ArialMT-57"/> + <use x="305.859375" xlink:href="#ArialMT-57"/> + </g> + </g> + </g> + </g> + <g id="axes_4"> + <g id="patch_33"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +L 1142.82306 38.88 +L 902.305819 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_7"> + <g id="xtick_18"> + <g id="line2d_33"> + <path clip-path="url(#p3b851ab870)" d="M 947.094664 147.6 +L 947.094664 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_39"> + <!-- 0.28 --> + <g style="fill:#262626;" transform="translate(937.364196 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_19"> + <g id="line2d_34"> + <path clip-path="url(#p3b851ab870)" d="M 1003.68917 147.6 +L 1003.68917 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_40"> + <!-- 0.29 --> + <g style="fill:#262626;" transform="translate(993.958702 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + </g> + </g> + </g> + <g id="xtick_20"> + <g id="line2d_35"> + <path clip-path="url(#p3b851ab870)" d="M 1060.283676 147.6 +L 1060.283676 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_41"> + <!-- 0.30 --> + <g style="fill:#262626;" transform="translate(1050.553208 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_21"> + <g id="line2d_36"> + <path clip-path="url(#p3b851ab870)" d="M 1116.878182 147.6 +L 1116.878182 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_42"> + <!-- 0.31 --> + <g style="fill:#262626;" transform="translate(1107.147714 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="text_43"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1003.947252 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_8"> + <g id="ytick_13"> + <g id="line2d_37"> + <path clip-path="url(#p3b851ab870)" d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_44"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(889.744881 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_14"> + <g id="line2d_38"> + <path clip-path="url(#p3b851ab870)" d="M 902.305819 124.788179 +L 1142.82306 124.788179 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_45"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(873.062069 128.367085)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_15"> + <g id="line2d_39"> + <path clip-path="url(#p3b851ab870)" d="M 902.305819 101.976357 +L 1142.82306 101.976357 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_46"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(873.062069 105.555264)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_16"> + <g id="line2d_40"> + <path clip-path="url(#p3b851ab870)" d="M 902.305819 79.164536 +L 1142.82306 79.164536 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_47"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(873.062069 82.743442)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_17"> + <g id="line2d_41"> + <path clip-path="url(#p3b851ab870)" d="M 902.305819 56.352715 +L 1142.82306 56.352715 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_48"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(873.062069 59.931621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_34"> + <path clip-path="url(#p3b851ab870)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 136.513455 +L 921.984502 136.513455 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 140.20897 +L 926.357543 140.20897 +L 926.357543 133.639165 +L 928.544063 133.639165 +L 928.544063 146.778774 +L 930.730584 146.778774 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 136.513455 +L 935.103625 136.513455 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 133.912907 +L 939.476665 133.912907 +L 939.476665 139.114002 +L 941.663186 139.114002 +L 941.663186 135.007875 +L 943.849706 135.007875 +L 943.849706 132.31608 +L 946.036226 132.31608 +L 946.036226 131.084241 +L 948.222747 131.084241 +L 948.222747 121.229535 +L 950.409267 121.229535 +L 950.409267 123.601964 +L 952.595788 123.601964 +L 952.595788 136.695949 +L 954.782308 136.695949 +L 954.782308 131.586101 +L 956.968828 131.586101 +L 956.968828 136.650326 +L 959.155349 136.650326 +L 959.155349 115.709074 +L 961.341869 115.709074 +L 961.341869 114.477235 +L 963.528389 114.477235 +L 963.528389 115.572203 +L 965.71491 115.572203 +L 965.71491 107.77056 +L 967.90143 107.77056 +L 967.90143 128.848683 +L 970.087951 128.848683 +L 970.087951 105.991238 +L 972.274471 105.991238 +L 972.274471 95.452176 +L 974.460991 95.452176 +L 974.460991 117.077783 +L 976.647512 117.077783 +L 976.647512 76.427117 +L 978.834032 76.427117 +L 978.834032 86.418695 +L 981.020553 86.418695 +L 981.020553 138.155906 +L 983.207073 138.155906 +L 983.207073 103.527561 +L 985.393593 103.527561 +L 985.393593 83.772524 +L 987.580114 83.772524 +L 987.580114 94.813445 +L 989.766634 94.813445 +L 989.766634 67.119894 +L 991.953154 67.119894 +L 991.953154 71.636635 +L 994.139675 71.636635 +L 994.139675 103.664432 +L 996.326195 103.664432 +L 996.326195 85.049986 +L 998.512716 85.049986 +L 998.512716 76.427117 +L 1000.699236 76.427117 +L 1000.699236 75.469021 +L 1002.885756 75.469021 +L 1002.885756 67.119894 +L 1005.072277 67.119894 +L 1005.072277 59.728864 +L 1007.258797 59.728864 +L 1007.258797 95.771542 +L 1009.445317 95.771542 +L 1009.445317 90.273893 +L 1011.631838 90.273893 +L 1011.631838 44.057143 +L 1013.818358 44.057143 +L 1013.818358 64.245605 +L 1016.004879 64.245605 +L 1016.004879 75.948069 +L 1018.191399 75.948069 +L 1018.191399 80.898234 +L 1020.377919 80.898234 +L 1020.377919 84.890303 +L 1022.56444 84.890303 +L 1022.56444 88.471759 +L 1024.75096 88.471759 +L 1024.75096 49.075744 +L 1026.93748 49.075744 +L 1026.93748 76.267435 +L 1029.124001 76.267435 +L 1029.124001 79.71202 +L 1031.310521 79.71202 +L 1031.310521 71.089151 +L 1033.497042 71.089151 +L 1033.497042 105.649061 +L 1035.683562 105.649061 +L 1035.683562 103.664432 +L 1037.870082 103.664432 +L 1037.870082 68.488604 +L 1040.056603 68.488604 +L 1040.056603 86.487131 +L 1042.243123 86.487131 +L 1042.243123 93.809725 +L 1044.429643 93.809725 +L 1044.429643 99.193315 +L 1046.616164 99.193315 +L 1046.616164 116.005627 +L 1048.802684 116.005627 +L 1048.802684 99.284562 +L 1050.989205 99.284562 +L 1050.989205 86.509942 +L 1053.175725 86.509942 +L 1053.175725 112.880408 +L 1055.362245 112.880408 +L 1055.362245 112.834784 +L 1057.548766 112.834784 +L 1057.548766 103.253819 +L 1059.735286 103.253819 +L 1059.735286 130.285828 +L 1061.921806 130.285828 +L 1061.921806 125.769087 +L 1064.108327 125.769087 +L 1064.108327 88.540195 +L 1066.294847 88.540195 +L 1066.294847 118.720234 +L 1068.481368 118.720234 +L 1068.481368 133.776036 +L 1070.667888 133.776036 +L 1070.667888 129.738344 +L 1072.854408 129.738344 +L 1072.854408 133.844472 +L 1075.040929 133.844472 +L 1075.040929 127.959022 +L 1077.227449 127.959022 +L 1077.227449 123.168539 +L 1079.413969 123.168539 +L 1079.413969 136.239713 +L 1081.60049 136.239713 +L 1081.60049 138.292777 +L 1083.78701 138.292777 +L 1083.78701 136.239713 +L 1085.973531 136.239713 +L 1085.973531 146.09442 +L 1088.160051 146.09442 +L 1088.160051 136.513455 +L 1090.346571 136.513455 +L 1090.346571 142.056727 +L 1092.533092 142.056727 +L 1092.533092 142.672647 +L 1094.719612 142.672647 +L 1094.719612 129.669908 +L 1096.906132 129.669908 +L 1096.906132 138.019035 +L 1099.092653 138.019035 +L 1099.092653 146.505033 +L 1101.279173 146.505033 +L 1101.279173 142.330469 +L 1103.465694 142.330469 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 143.904485 +L 1107.838734 143.904485 +L 1107.838734 140.345841 +L 1110.025255 140.345841 +L 1110.025255 147.463129 +L 1112.211775 147.463129 +L 1112.211775 144.451969 +L 1114.398295 144.451969 +L 1114.398295 145.204759 +L 1116.584816 145.204759 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 141.303937 +L 1120.957857 141.303937 +L 1120.957857 142.809518 +L 1123.144377 142.809518 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_35"> + <path clip-path="url(#p3b851ab870)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 136.513455 +L 921.984502 136.513455 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 140.20897 +L 926.357543 140.20897 +L 926.357543 133.639165 +L 928.544063 133.639165 +L 928.544063 146.778774 +L 930.730584 146.778774 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 136.513455 +L 935.103625 136.513455 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 133.912907 +L 939.476665 133.912907 +L 939.476665 139.114002 +L 941.663186 139.114002 +L 941.663186 136.513455 +L 943.849706 136.513455 +L 943.849706 141.897045 +L 946.036226 141.897045 +L 946.036226 131.084241 +L 948.222747 131.084241 +L 948.222747 136.285337 +L 950.409267 136.285337 +L 950.409267 130.719252 +L 952.595788 130.719252 +L 952.595788 136.695949 +L 954.782308 136.695949 +L 954.782308 142.398905 +L 956.968828 142.398905 +L 956.968828 138.70339 +L 959.155349 138.70339 +L 959.155349 128.574941 +L 961.341869 128.574941 +L 961.341869 131.175489 +L 963.528389 131.175489 +L 963.528389 131.996714 +L 965.71491 131.996714 +L 965.71491 115.435332 +L 967.90143 115.435332 +L 967.90143 139.935228 +L 970.087951 139.935228 +L 970.087951 127.890586 +L 972.274471 127.890586 +L 972.274471 114.203494 +L 974.460991 114.203494 +L 974.460991 140.345841 +L 976.647512 140.345841 +L 976.647512 115.845945 +L 978.834032 115.845945 +L 978.834032 111.511699 +L 981.020553 111.511699 +L 981.020553 142.763894 +L 983.207073 142.763894 +L 983.207073 125.700651 +L 985.393593 125.700651 +L 985.393593 120.636427 +L 987.580114 120.636427 +L 987.580114 129.806779 +L 989.766634 129.806779 +L 989.766634 110.097366 +L 991.953154 110.097366 +L 991.953154 119.267718 +L 994.139675 119.267718 +L 994.139675 147.052516 +L 996.326195 147.052516 +L 996.326195 131.859843 +L 998.512716 131.859843 +L 998.512716 131.722972 +L 1000.699236 131.722972 +L 1000.699236 138.566519 +L 1002.885756 138.566519 +L 1002.885756 133.365423 +L 1005.072277 133.365423 +L 1005.072277 135.965971 +L 1007.258797 135.965971 +L 1007.258797 147.6 +L 1009.445317 147.6 +L 1009.445317 140.20897 +L 1011.631838 140.20897 +L 1011.631838 133.091682 +L 1013.818358 133.091682 +L 1013.818358 147.326258 +L 1016.004879 147.326258 +L 1016.004879 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1024.75096 147.6 +L 1024.75096 136.513455 +L 1026.93748 136.513455 +L 1026.93748 147.6 +L 1029.124001 147.6 +L 1029.124001 137.745293 +L 1031.310521 137.745293 +L 1031.310521 135.555358 +L 1033.497042 135.555358 +L 1033.497042 136.239713 +L 1035.683562 136.239713 +L 1035.683562 143.357001 +L 1037.870082 143.357001 +L 1037.870082 130.901747 +L 1040.056603 130.901747 +L 1040.056603 135.555358 +L 1042.243123 135.555358 +L 1042.243123 133.091682 +L 1044.429643 133.091682 +L 1044.429643 124.240695 +L 1046.616164 124.240695 +L 1046.616164 135.304428 +L 1048.802684 135.304428 +L 1048.802684 129.806779 +L 1050.989205 129.806779 +L 1050.989205 117.488396 +L 1053.175725 117.488396 +L 1053.175725 130.628005 +L 1055.362245 130.628005 +L 1055.362245 130.354263 +L 1057.548766 130.354263 +L 1057.548766 119.54146 +L 1059.735286 119.54146 +L 1059.735286 141.372373 +L 1061.921806 141.372373 +L 1061.921806 137.471551 +L 1064.108327 137.471551 +L 1064.108327 111.123898 +L 1066.294847 111.123898 +L 1066.294847 134.049778 +L 1068.481368 134.049778 +L 1068.481368 141.167066 +L 1070.667888 141.167066 +L 1070.667888 134.32352 +L 1072.854408 134.32352 +L 1072.854408 138.771825 +L 1075.040929 138.771825 +L 1075.040929 133.365423 +L 1077.227449 133.365423 +L 1077.227449 129.875215 +L 1079.413969 129.875215 +L 1079.413969 140.893325 +L 1081.60049 140.893325 +L 1081.60049 145.683807 +L 1083.78701 145.683807 +L 1083.78701 139.798357 +L 1085.973531 139.798357 +L 1085.973531 146.09442 +L 1088.160051 146.09442 +L 1088.160051 142.056727 +L 1090.346571 142.056727 +L 1090.346571 142.056727 +L 1092.533092 142.056727 +L 1092.533092 143.904485 +L 1094.719612 143.904485 +L 1094.719612 137.33468 +L 1096.906132 137.33468 +L 1096.906132 140.20897 +L 1099.092653 140.20897 +L 1099.092653 146.505033 +L 1101.279173 146.505033 +L 1101.279173 142.330469 +L 1103.465694 142.330469 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 143.904485 +L 1107.838734 143.904485 +L 1107.838734 140.345841 +L 1110.025255 140.345841 +L 1110.025255 147.463129 +L 1112.211775 147.463129 +L 1112.211775 144.451969 +L 1114.398295 144.451969 +L 1114.398295 145.204759 +L 1116.584816 145.204759 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 141.303937 +L 1120.957857 141.303937 +L 1120.957857 142.809518 +L 1123.144377 142.809518 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_36"> + <path clip-path="url(#p3b851ab870)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 941.663186 147.6 +L 941.663186 146.09442 +L 943.849706 146.09442 +L 943.849706 138.019035 +L 946.036226 138.019035 +L 946.036226 147.6 +L 948.222747 147.6 +L 948.222747 132.544198 +L 950.409267 132.544198 +L 950.409267 140.482712 +L 952.595788 140.482712 +L 952.595788 147.6 +L 954.782308 147.6 +L 954.782308 136.787197 +L 956.968828 136.787197 +L 956.968828 145.546936 +L 959.155349 145.546936 +L 959.155349 134.734133 +L 961.341869 134.734133 +L 961.341869 130.901747 +L 963.528389 130.901747 +L 963.528389 131.175489 +L 965.71491 131.175489 +L 965.71491 139.935228 +L 967.90143 139.935228 +L 967.90143 136.513455 +L 970.087951 136.513455 +L 970.087951 125.700651 +L 972.274471 125.700651 +L 972.274471 128.848683 +L 974.460991 128.848683 +L 974.460991 124.331942 +L 976.647512 124.331942 +L 976.647512 108.181173 +L 978.834032 108.181173 +L 978.834032 122.506997 +L 981.020553 122.506997 +L 981.020553 142.992012 +L 983.207073 142.992012 +L 983.207073 125.42691 +L 985.393593 125.42691 +L 985.393593 110.736097 +L 987.580114 110.736097 +L 987.580114 121.777018 +L 989.766634 121.777018 +L 989.766634 106.538722 +L 991.953154 106.538722 +L 991.953154 111.055462 +L 994.139675 111.055462 +L 994.139675 138.566519 +L 996.326195 138.566519 +L 996.326195 128.985554 +L 998.512716 128.985554 +L 998.512716 118.993976 +L 1000.699236 118.993976 +L 1000.699236 129.259296 +L 1002.885756 129.259296 +L 1002.885756 116.66717 +L 1005.072277 116.66717 +L 1005.072277 117.077783 +L 1007.258797 117.077783 +L 1007.258797 146.778774 +L 1009.445317 146.778774 +L 1009.445317 140.20897 +L 1011.631838 140.20897 +L 1011.631838 122.278878 +L 1013.818358 122.278878 +L 1013.818358 147.052516 +L 1016.004879 147.052516 +L 1016.004879 136.102842 +L 1018.191399 136.102842 +L 1018.191399 125.837522 +L 1020.377919 125.837522 +L 1020.377919 147.6 +L 1022.56444 147.6 +L 1022.56444 140.20897 +L 1024.75096 140.20897 +L 1024.75096 122.005136 +L 1026.93748 122.005136 +L 1026.93748 147.326258 +L 1029.124001 147.326258 +L 1029.124001 134.32352 +L 1031.310521 134.32352 +L 1031.310521 117.214654 +L 1033.497042 117.214654 +L 1033.497042 141.509244 +L 1035.683562 141.509244 +L 1035.683562 126.385006 +L 1037.870082 126.385006 +L 1037.870082 119.815202 +L 1040.056603 119.815202 +L 1040.056603 132.544198 +L 1042.243123 132.544198 +L 1042.243123 121.04704 +L 1044.429643 121.04704 +L 1044.429643 127.206232 +L 1046.616164 127.206232 +L 1046.616164 136.513455 +L 1048.802684 136.513455 +L 1048.802684 119.267718 +L 1050.989205 119.267718 +L 1050.989205 116.621547 +L 1053.175725 116.621547 +L 1053.175725 129.852403 +L 1055.362245 129.852403 +L 1055.362245 130.080521 +L 1057.548766 130.080521 +L 1057.548766 131.31236 +L 1059.735286 131.31236 +L 1059.735286 136.513455 +L 1061.921806 136.513455 +L 1061.921806 135.897536 +L 1064.108327 135.897536 +L 1064.108327 125.016297 +L 1066.294847 125.016297 +L 1066.294847 132.270456 +L 1068.481368 132.270456 +L 1068.481368 140.20897 +L 1070.667888 140.20897 +L 1070.667888 143.014824 +L 1072.854408 143.014824 +L 1072.854408 142.672647 +L 1075.040929 142.672647 +L 1075.040929 142.193598 +L 1077.227449 142.193598 +L 1077.227449 140.893325 +L 1079.413969 140.893325 +L 1079.413969 142.946388 +L 1081.60049 142.946388 +L 1081.60049 140.20897 +L 1083.78701 140.20897 +L 1083.78701 144.041356 +L 1085.973531 144.041356 +L 1085.973531 147.6 +L 1088.160051 147.6 +L 1088.160051 142.056727 +L 1090.346571 142.056727 +L 1090.346571 147.6 +L 1092.533092 147.6 +L 1092.533092 146.368162 +L 1094.719612 146.368162 +L 1094.719612 139.935228 +L 1096.906132 139.935228 +L 1096.906132 145.410065 +L 1099.092653 145.410065 +L 1099.092653 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_37"> + <path clip-path="url(#p3b851ab870)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 987.580114 147.6 +L 987.580114 138.429648 +L 989.766634 138.429648 +L 989.766634 145.683807 +L 991.953154 145.683807 +L 991.953154 136.513455 +L 994.139675 136.513455 +L 994.139675 113.245397 +L 996.326195 113.245397 +L 996.326195 119.404589 +L 998.512716 119.404589 +L 998.512716 120.910169 +L 1000.699236 120.910169 +L 1000.699236 102.843206 +L 1002.885756 102.843206 +L 1002.885756 112.287301 +L 1005.072277 112.287301 +L 1005.072277 101.88511 +L 1007.258797 101.88511 +L 1007.258797 96.592767 +L 1009.445317 96.592767 +L 1009.445317 105.055953 +L 1011.631838 105.055953 +L 1011.631838 83.886583 +L 1013.818358 83.886583 +L 1013.818358 65.06683 +L 1016.004879 65.06683 +L 1016.004879 87.445227 +L 1018.191399 87.445227 +L 1018.191399 102.660712 +L 1020.377919 102.660712 +L 1020.377919 84.890303 +L 1022.56444 84.890303 +L 1022.56444 95.862789 +L 1024.75096 95.862789 +L 1024.75096 85.757152 +L 1026.93748 85.757152 +L 1026.93748 76.541176 +L 1029.124001 76.541176 +L 1029.124001 102.843206 +L 1031.310521 102.843206 +L 1031.310521 113.519139 +L 1033.497042 113.519139 +L 1033.497042 123.100104 +L 1035.683562 123.100104 +L 1035.683562 129.122425 +L 1037.870082 129.122425 +L 1037.870082 112.971655 +L 1040.056603 112.971655 +L 1040.056603 113.587574 +L 1042.243123 113.587574 +L 1042.243123 134.871004 +L 1044.429643 134.871004 +L 1044.429643 142.946388 +L 1046.616164 142.946388 +L 1046.616164 139.387744 +L 1048.802684 139.387744 +L 1048.802684 145.410065 +L 1050.989205 145.410065 +L 1050.989205 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_42"> + <path clip-path="url(#p3b851ab870)" d="M 1060.283676 147.6 +L 1060.283676 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_38"> + <path d="M 902.305819 147.6 +L 902.305819 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_39"> + <path d="M 1142.82306 147.6 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_40"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_41"> + <path d="M 902.305819 38.88 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_49"> + <!-- 3% --> + <g style="fill:#262626;" transform="translate(1010.558815 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-51"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_5"> + <g id="patch_42"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +L 1431.44375 38.88 +L 1190.926509 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_9"> + <g id="xtick_22"> + <g id="line2d_43"> + <path clip-path="url(#p13e5a94504)" d="M 1191.977151 147.6 +L 1191.977151 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_50"> + <!-- 0.41 --> + <g style="fill:#262626;" transform="translate(1182.246682 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="xtick_23"> + <g id="line2d_44"> + <path clip-path="url(#p13e5a94504)" d="M 1232.424459 147.6 +L 1232.424459 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_51"> + <!-- 0.42 --> + <g style="fill:#262626;" transform="translate(1222.69399 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_24"> + <g id="line2d_45"> + <path clip-path="url(#p13e5a94504)" d="M 1272.871767 147.6 +L 1272.871767 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_52"> + <!-- 0.43 --> + <g style="fill:#262626;" transform="translate(1263.141298 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-51"/> + </g> + </g> + </g> + <g id="xtick_25"> + <g id="line2d_46"> + <path clip-path="url(#p13e5a94504)" d="M 1313.319075 147.6 +L 1313.319075 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_53"> + <!-- 0.44 --> + <g style="fill:#262626;" transform="translate(1303.588606 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_26"> + <g id="line2d_47"> + <path clip-path="url(#p13e5a94504)" d="M 1353.766383 147.6 +L 1353.766383 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_54"> + <!-- 0.45 --> + <g style="fill:#262626;" transform="translate(1344.035914 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_27"> + <g id="line2d_48"> + <path clip-path="url(#p13e5a94504)" d="M 1394.213691 147.6 +L 1394.213691 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_55"> + <!-- 0.46 --> + <g style="fill:#262626;" transform="translate(1384.483222 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="text_56"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1292.567942 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_10"> + <g id="ytick_18"> + <g id="line2d_49"> + <path clip-path="url(#p13e5a94504)" d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_57"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(1178.365571 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_19"> + <g id="line2d_50"> + <path clip-path="url(#p13e5a94504)" d="M 1190.926509 125.847299 +L 1431.44375 125.847299 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_58"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(1161.682759 129.426205)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_20"> + <g id="line2d_51"> + <path clip-path="url(#p13e5a94504)" d="M 1190.926509 104.094598 +L 1431.44375 104.094598 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_59"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(1161.682759 107.673504)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_21"> + <g id="line2d_52"> + <path clip-path="url(#p13e5a94504)" d="M 1190.926509 82.341897 +L 1431.44375 82.341897 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_60"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(1161.682759 85.920803)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_22"> + <g id="line2d_53"> + <path clip-path="url(#p13e5a94504)" d="M 1190.926509 60.589196 +L 1431.44375 60.589196 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_61"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(1161.682759 64.168102)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_43"> + <path clip-path="url(#p13e5a94504)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 137.680768 +L 1210.605192 137.680768 +L 1210.605192 146.947419 +L 1212.791712 146.947419 +L 1212.791712 126.717407 +L 1214.978233 126.717407 +L 1214.978233 147.338968 +L 1217.164753 147.338968 +L 1217.164753 137.028187 +L 1219.351274 137.028187 +L 1219.351274 140.552125 +L 1221.537794 140.552125 +L 1221.537794 133.50425 +L 1223.724314 133.50425 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 137.028187 +L 1228.097355 137.028187 +L 1228.097355 130.632893 +L 1230.283875 130.632893 +L 1230.283875 143.423481 +L 1232.470396 143.423481 +L 1232.470396 135.984058 +L 1234.656916 135.984058 +L 1234.656916 124.498631 +L 1236.843437 124.498631 +L 1236.843437 121.757791 +L 1239.029957 121.757791 +L 1239.029957 134.678896 +L 1241.216477 134.678896 +L 1241.216477 136.506122 +L 1243.402998 136.506122 +L 1243.402998 126.717407 +L 1245.589518 126.717407 +L 1245.589518 126.195342 +L 1247.776038 126.195342 +L 1247.776038 137.028187 +L 1249.962559 137.028187 +L 1249.962559 111.185978 +L 1252.149079 111.185978 +L 1252.149079 99.178487 +L 1254.3356 99.178487 +L 1254.3356 105.573782 +L 1256.52212 105.573782 +L 1256.52212 121.627275 +L 1258.70864 121.627275 +L 1258.70864 131.285474 +L 1260.895161 131.285474 +L 1260.895161 105.704298 +L 1263.081681 105.704298 +L 1263.081681 105.312749 +L 1265.268201 105.312749 +L 1265.268201 98.656423 +L 1267.454722 98.656423 +L 1267.454722 98.003842 +L 1269.641242 98.003842 +L 1269.641242 86.257383 +L 1271.827763 86.257383 +L 1271.827763 100.701176 +L 1274.014283 100.701176 +L 1274.014283 104.703673 +L 1276.200803 104.703673 +L 1276.200803 75.294022 +L 1278.387324 75.294022 +L 1278.387324 120.322113 +L 1280.573844 120.322113 +L 1280.573844 94.740936 +L 1282.760364 94.740936 +L 1282.760364 87.170996 +L 1284.946885 87.170996 +L 1284.946885 63.808595 +L 1287.133405 63.808595 +L 1287.133405 112.099592 +L 1289.319926 112.099592 +L 1289.319926 86.387899 +L 1291.506446 86.387899 +L 1291.506446 82.211381 +L 1293.692966 82.211381 +L 1293.692966 44.057143 +L 1295.879487 44.057143 +L 1295.879487 99.221993 +L 1298.066007 99.221993 +L 1298.066007 81.036735 +L 1300.252527 81.036735 +L 1300.252527 75.163505 +L 1302.439048 75.163505 +L 1302.439048 75.294022 +L 1304.625568 75.294022 +L 1304.625568 48.472941 +L 1306.812089 48.472941 +L 1306.812089 88.4109 +L 1308.998609 88.4109 +L 1308.998609 60.893733 +L 1311.185129 60.893733 +L 1311.185129 78.730948 +L 1313.37165 78.730948 +L 1313.37165 88.345642 +L 1315.55817 88.345642 +L 1315.55817 91.586795 +L 1317.74469 91.586795 +L 1317.74469 107.096471 +L 1319.931211 107.096471 +L 1319.931211 80.253637 +L 1322.117731 80.253637 +L 1322.117731 98.525906 +L 1324.304252 98.525906 +L 1324.304252 69.094502 +L 1326.490772 69.094502 +L 1326.490772 115.297239 +L 1328.677292 115.297239 +L 1328.677292 109.358752 +L 1330.863813 109.358752 +L 1330.863813 108.771429 +L 1333.050333 108.771429 +L 1333.050333 63.112509 +L 1335.236853 63.112509 +L 1335.236853 120.496134 +L 1337.423374 120.496134 +L 1337.423374 106.356879 +L 1339.609894 106.356879 +L 1339.609894 107.074718 +L 1341.796415 107.074718 +L 1341.796415 84.952221 +L 1343.982935 84.952221 +L 1343.982935 128.67515 +L 1346.169455 128.67515 +L 1346.169455 102.376134 +L 1348.355976 102.376134 +L 1348.355976 107.00946 +L 1350.542496 107.00946 +L 1350.542496 103.311501 +L 1352.729016 103.311501 +L 1352.729016 128.457623 +L 1354.915537 128.457623 +L 1354.915537 132.590636 +L 1357.102057 132.590636 +L 1357.102057 118.581897 +L 1359.288578 118.581897 +L 1359.288578 145.816279 +L 1361.475098 145.816279 +L 1361.475098 116.145594 +L 1363.661618 116.145594 +L 1363.661618 125.020696 +L 1365.848139 125.020696 +L 1365.848139 130.241345 +L 1368.034659 130.241345 +L 1368.034659 135.070444 +L 1370.221179 135.070444 +L 1370.221179 141.661513 +L 1372.4077 141.661513 +L 1372.4077 142.053061 +L 1374.59422 142.053061 +L 1374.59422 133.765282 +L 1376.780741 133.765282 +L 1376.780741 140.095318 +L 1378.967261 140.095318 +L 1378.967261 138.529124 +L 1381.153781 138.529124 +L 1381.153781 139.769028 +L 1383.340302 139.769028 +L 1383.340302 135.853541 +L 1385.526822 135.853541 +L 1385.526822 144.989676 +L 1387.713342 144.989676 +L 1387.713342 147.012677 +L 1389.899863 147.012677 +L 1389.899863 142.901417 +L 1392.086383 142.901417 +L 1392.086383 141.335222 +L 1394.272904 141.335222 +L 1394.272904 143.292965 +L 1396.459424 143.292965 +L 1396.459424 142.314094 +L 1398.645944 142.314094 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 137.419736 +L 1403.018985 137.419736 +L 1403.018985 147.208451 +L 1405.205505 147.208451 +L 1405.205505 142.314094 +L 1407.392026 142.314094 +L 1407.392026 144.076062 +L 1409.578546 144.076062 +L 1409.578546 140.552125 +L 1411.765067 140.552125 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_44"> + <path clip-path="url(#p13e5a94504)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 137.680768 +L 1210.605192 137.680768 +L 1210.605192 146.947419 +L 1212.791712 146.947419 +L 1212.791712 126.717407 +L 1214.978233 126.717407 +L 1214.978233 147.338968 +L 1217.164753 147.338968 +L 1217.164753 137.028187 +L 1219.351274 137.028187 +L 1219.351274 140.552125 +L 1221.537794 140.552125 +L 1221.537794 133.50425 +L 1223.724314 133.50425 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 137.028187 +L 1228.097355 137.028187 +L 1228.097355 130.632893 +L 1230.283875 130.632893 +L 1230.283875 143.423481 +L 1232.470396 143.423481 +L 1232.470396 137.028187 +L 1234.656916 137.028187 +L 1234.656916 134.026315 +L 1236.843437 134.026315 +L 1236.843437 140.03006 +L 1239.029957 140.03006 +L 1239.029957 137.550252 +L 1241.216477 137.550252 +L 1241.216477 147.077935 +L 1243.402998 147.077935 +L 1243.402998 126.978439 +L 1245.589518 126.978439 +L 1245.589518 147.077935 +L 1247.776038 147.077935 +L 1247.776038 137.028187 +L 1249.962559 137.028187 +L 1249.962559 132.329604 +L 1252.149079 132.329604 +L 1252.149079 113.53527 +L 1254.3356 113.53527 +L 1254.3356 133.50425 +L 1256.52212 133.50425 +L 1256.52212 121.627275 +L 1258.70864 121.627275 +L 1258.70864 141.857287 +L 1260.895161 141.857287 +L 1260.895161 119.539016 +L 1263.081681 119.539016 +L 1263.081681 123.193469 +L 1265.268201 123.193469 +L 1265.268201 126.064826 +L 1267.454722 126.064826 +L 1267.454722 119.930564 +L 1269.641242 119.930564 +L 1269.641242 122.410372 +L 1271.827763 122.410372 +L 1271.827763 116.667659 +L 1274.014283 116.667659 +L 1274.014283 135.20096 +L 1276.200803 135.20096 +L 1276.200803 113.143721 +L 1278.387324 113.143721 +L 1278.387324 140.813157 +L 1280.573844 140.813157 +L 1280.573844 126.456375 +L 1282.760364 126.456375 +L 1282.760364 133.765282 +L 1284.946885 133.765282 +L 1284.946885 119.147467 +L 1287.133405 119.147467 +L 1287.133405 147.6 +L 1289.319926 147.6 +L 1289.319926 137.028187 +L 1291.506446 137.028187 +L 1291.506446 138.202833 +L 1293.692966 138.202833 +L 1293.692966 135.853541 +L 1295.879487 135.853541 +L 1295.879487 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1319.931211 147.6 +L 1319.931211 139.116447 +L 1322.117731 139.116447 +L 1322.117731 145.511741 +L 1324.304252 145.511741 +L 1324.304252 129.588764 +L 1326.490772 129.588764 +L 1326.490772 144.467611 +L 1328.677292 144.467611 +L 1328.677292 137.028187 +L 1330.863813 137.028187 +L 1330.863813 135.723025 +L 1333.050333 135.723025 +L 1333.050333 116.015078 +L 1335.236853 116.015078 +L 1335.236853 138.202833 +L 1337.423374 138.202833 +L 1337.423374 126.456375 +L 1339.609894 126.456375 +L 1339.609894 133.765282 +L 1341.796415 133.765282 +L 1341.796415 109.358752 +L 1343.982935 109.358752 +L 1343.982935 146.816903 +L 1346.169455 146.816903 +L 1346.169455 111.381753 +L 1348.355976 111.381753 +L 1348.355976 132.808163 +L 1350.542496 132.808163 +L 1350.542496 119.321489 +L 1352.729016 119.321489 +L 1352.729016 135.266218 +L 1354.915537 135.266218 +L 1354.915537 133.50425 +L 1357.102057 133.50425 +L 1357.102057 128.240096 +L 1359.288578 128.240096 +L 1359.288578 145.816279 +L 1361.475098 145.816279 +L 1361.475098 126.391116 +L 1363.661618 126.391116 +L 1363.661618 132.394862 +L 1365.848139 132.394862 +L 1365.848139 141.726771 +L 1368.034659 141.726771 +L 1368.034659 137.680768 +L 1370.221179 137.680768 +L 1370.221179 146.947419 +L 1372.4077 146.947419 +L 1372.4077 142.314094 +L 1374.59422 142.314094 +L 1374.59422 144.076062 +L 1376.780741 144.076062 +L 1376.780741 140.552125 +L 1378.967261 140.552125 +L 1378.967261 143.358223 +L 1381.153781 143.358223 +L 1381.153781 146.55587 +L 1383.340302 146.55587 +L 1383.340302 139.638511 +L 1385.526822 139.638511 +L 1385.526822 144.989676 +L 1387.713342 144.989676 +L 1387.713342 147.012677 +L 1389.899863 147.012677 +L 1389.899863 142.901417 +L 1392.086383 142.901417 +L 1392.086383 141.335222 +L 1394.272904 141.335222 +L 1394.272904 143.292965 +L 1396.459424 143.292965 +L 1396.459424 142.314094 +L 1398.645944 142.314094 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 137.419736 +L 1403.018985 137.419736 +L 1403.018985 147.208451 +L 1405.205505 147.208451 +L 1405.205505 142.314094 +L 1407.392026 142.314094 +L 1407.392026 144.076062 +L 1409.578546 144.076062 +L 1409.578546 140.552125 +L 1411.765067 140.552125 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_45"> + <path clip-path="url(#p13e5a94504)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1232.470396 147.6 +L 1232.470396 146.55587 +L 1234.656916 146.55587 +L 1234.656916 138.072317 +L 1236.843437 138.072317 +L 1236.843437 129.327731 +L 1239.029957 129.327731 +L 1239.029957 144.728643 +L 1241.216477 144.728643 +L 1241.216477 137.028187 +L 1243.402998 137.028187 +L 1243.402998 147.338968 +L 1245.589518 147.338968 +L 1245.589518 126.717407 +L 1247.776038 126.717407 +L 1247.776038 147.6 +L 1249.962559 147.6 +L 1249.962559 126.456375 +L 1252.149079 126.456375 +L 1252.149079 133.243217 +L 1254.3356 133.243217 +L 1254.3356 119.669532 +L 1256.52212 119.669532 +L 1256.52212 147.6 +L 1258.70864 147.6 +L 1258.70864 137.028187 +L 1260.895161 137.028187 +L 1260.895161 133.765282 +L 1263.081681 133.765282 +L 1263.081681 129.71928 +L 1265.268201 129.71928 +L 1265.268201 120.191597 +L 1267.454722 120.191597 +L 1267.454722 125.673277 +L 1269.641242 125.673277 +L 1269.641242 111.447011 +L 1271.827763 111.447011 +L 1271.827763 131.633517 +L 1274.014283 131.633517 +L 1274.014283 117.102713 +L 1276.200803 117.102713 +L 1276.200803 109.7503 +L 1278.387324 109.7503 +L 1278.387324 127.108956 +L 1280.573844 127.108956 +L 1280.573844 115.884562 +L 1282.760364 115.884562 +L 1282.760364 111.577527 +L 1284.946885 111.577527 +L 1284.946885 99.309004 +L 1287.133405 99.309004 +L 1287.133405 136.767155 +L 1289.319926 136.767155 +L 1289.319926 137.028187 +L 1291.506446 137.028187 +L 1291.506446 119.669532 +L 1293.692966 119.669532 +L 1293.692966 133.243217 +L 1295.879487 133.243217 +L 1295.879487 137.028187 +L 1298.066007 137.028187 +L 1298.066007 140.552125 +L 1300.252527 140.552125 +L 1300.252527 133.50425 +L 1302.439048 133.50425 +L 1302.439048 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1313.37165 147.6 +L 1313.37165 137.028187 +L 1315.55817 137.028187 +L 1315.55817 147.6 +L 1317.74469 147.6 +L 1317.74469 127.239472 +L 1319.931211 127.239472 +L 1319.931211 136.506122 +L 1322.117731 136.506122 +L 1322.117731 136.767155 +L 1324.304252 136.767155 +L 1324.304252 121.235726 +L 1326.490772 121.235726 +L 1326.490772 131.677023 +L 1328.677292 131.677023 +L 1328.677292 122.540888 +L 1330.863813 122.540888 +L 1330.863813 130.959184 +L 1333.050333 130.959184 +L 1333.050333 94.958463 +L 1335.236853 94.958463 +L 1335.236853 129.893301 +L 1337.423374 129.893301 +L 1337.423374 127.500504 +L 1339.609894 127.500504 +L 1339.609894 120.909436 +L 1341.796415 120.909436 +L 1341.796415 123.193469 +L 1343.982935 123.193469 +L 1343.982935 129.458247 +L 1346.169455 129.458247 +L 1346.169455 138.594382 +L 1348.355976 138.594382 +L 1348.355976 121.801297 +L 1350.542496 121.801297 +L 1350.542496 131.590012 +L 1352.729016 131.590012 +L 1352.729016 140.791405 +L 1354.915537 140.791405 +L 1354.915537 146.686387 +L 1357.102057 146.686387 +L 1357.102057 137.941801 +L 1359.288578 137.941801 +L 1359.288578 147.6 +L 1361.475098 147.6 +L 1361.475098 137.354478 +L 1363.661618 137.354478 +L 1363.661618 140.225834 +L 1365.848139 140.225834 +L 1365.848139 136.114574 +L 1368.034659 136.114574 +L 1368.034659 144.989676 +L 1370.221179 144.989676 +L 1370.221179 142.314094 +L 1372.4077 142.314094 +L 1372.4077 147.338968 +L 1374.59422 147.338968 +L 1374.59422 137.28922 +L 1376.780741 137.28922 +L 1376.780741 147.143193 +L 1378.967261 147.143193 +L 1378.967261 142.7709 +L 1381.153781 142.7709 +L 1381.153781 140.813157 +L 1383.340302 140.813157 +L 1383.340302 143.81503 +L 1385.526822 143.81503 +L 1385.526822 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_46"> + <path clip-path="url(#p13e5a94504)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1282.760364 147.6 +L 1282.760364 137.028187 +L 1284.946885 137.028187 +L 1284.946885 140.552125 +L 1287.133405 140.552125 +L 1287.133405 122.932437 +L 1289.319926 122.932437 +L 1289.319926 107.531525 +L 1291.506446 107.531525 +L 1291.506446 119.539016 +L 1293.692966 119.539016 +L 1293.692966 70.160384 +L 1295.879487 70.160384 +L 1295.879487 109.793806 +L 1298.066007 109.793806 +L 1298.066007 88.08461 +L 1300.252527 88.08461 +L 1300.252527 89.259256 +L 1302.439048 89.259256 +L 1302.439048 75.294022 +L 1304.625568 75.294022 +L 1304.625568 48.472941 +L 1306.812089 48.472941 +L 1306.812089 88.4109 +L 1308.998609 88.4109 +L 1308.998609 60.893733 +L 1311.185129 60.893733 +L 1311.185129 78.730948 +L 1313.37165 78.730948 +L 1313.37165 98.917455 +L 1315.55817 98.917455 +L 1315.55817 91.586795 +L 1317.74469 91.586795 +L 1317.74469 127.456999 +L 1319.931211 127.456999 +L 1319.931211 99.831068 +L 1322.117731 99.831068 +L 1322.117731 111.447011 +L 1324.304252 111.447011 +L 1324.304252 113.470012 +L 1326.490772 113.470012 +L 1326.490772 134.352605 +L 1328.677292 134.352605 +L 1328.677292 144.989676 +L 1330.863813 144.989676 +L 1330.863813 137.28922 +L 1333.050333 137.28922 +L 1333.050333 147.338968 +L 1335.236853 147.338968 +L 1335.236853 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_54"> + <path clip-path="url(#p13e5a94504)" d="M 1353.766383 147.6 +L 1353.766383 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_47"> + <path d="M 1190.926509 147.6 +L 1190.926509 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_48"> + <path d="M 1431.44375 147.6 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_49"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_50"> + <path d="M 1190.926509 38.88 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_62"> + <!-- 4% --> + <g style="fill:#262626;" transform="translate(1299.179504 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-52"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="text_63"> + <!-- example lidar with linear polarizer before receiver - DiC error contribution --> + <defs> + <path d="M 0.734375 0 +L 19.671875 26.953125 +L 2.15625 51.859375 +L 13.140625 51.859375 +L 21.09375 39.703125 +Q 23.34375 36.234375 24.703125 33.890625 +Q 26.859375 37.109375 28.65625 39.59375 +L 37.40625 51.859375 +L 47.90625 51.859375 +L 29.984375 27.4375 +L 49.265625 0 +L 38.484375 0 +L 27.828125 16.109375 +L 25 20.453125 +L 11.375 0 +z +" id="ArialMT-120"/> + <path d="M 40.4375 6.390625 +Q 35.546875 2.25 31.03125 0.53125 +Q 26.515625 -1.171875 21.34375 -1.171875 +Q 12.796875 -1.171875 8.203125 3 +Q 3.609375 7.171875 3.609375 13.671875 +Q 3.609375 17.484375 5.34375 20.625 +Q 7.078125 23.78125 9.890625 25.6875 +Q 12.703125 27.59375 16.21875 28.5625 +Q 18.796875 29.25 24.03125 29.890625 +Q 34.671875 31.15625 39.703125 32.90625 +Q 39.75 34.71875 39.75 35.203125 +Q 39.75 40.578125 37.25 42.78125 +Q 33.890625 45.75 27.25 45.75 +Q 21.046875 45.75 18.09375 43.578125 +Q 15.140625 41.40625 13.71875 35.890625 +L 5.125 37.0625 +Q 6.296875 42.578125 8.984375 45.96875 +Q 11.671875 49.359375 16.75 51.1875 +Q 21.828125 53.03125 28.515625 53.03125 +Q 35.15625 53.03125 39.296875 51.46875 +Q 43.453125 49.90625 45.40625 47.53125 +Q 47.359375 45.171875 48.140625 41.546875 +Q 48.578125 39.3125 48.578125 33.453125 +L 48.578125 21.734375 +Q 48.578125 9.46875 49.140625 6.21875 +Q 49.703125 2.984375 51.375 0 +L 42.1875 0 +Q 40.828125 2.734375 40.4375 6.390625 +z +M 39.703125 26.03125 +Q 34.90625 24.078125 25.34375 22.703125 +Q 19.921875 21.921875 17.671875 20.9375 +Q 15.4375 19.96875 14.203125 18.09375 +Q 12.984375 16.21875 12.984375 13.921875 +Q 12.984375 10.40625 15.640625 8.0625 +Q 18.3125 5.71875 23.4375 5.71875 +Q 28.515625 5.71875 32.46875 7.9375 +Q 36.421875 10.15625 38.28125 14.015625 +Q 39.703125 17 39.703125 22.796875 +z +" id="ArialMT-97"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.453125 51.859375 +L 14.453125 44.578125 +Q 16.890625 48.390625 20.9375 50.703125 +Q 25 53.03125 30.171875 53.03125 +Q 35.9375 53.03125 39.625 50.640625 +Q 43.3125 48.25 44.828125 43.953125 +Q 50.984375 53.03125 60.84375 53.03125 +Q 68.5625 53.03125 72.703125 48.75 +Q 76.859375 44.484375 76.859375 35.59375 +L 76.859375 0 +L 68.109375 0 +L 68.109375 32.671875 +Q 68.109375 37.9375 67.25 40.25 +Q 66.40625 42.578125 64.15625 43.984375 +Q 61.921875 45.40625 58.890625 45.40625 +Q 53.421875 45.40625 49.796875 41.765625 +Q 46.1875 38.140625 46.1875 30.125 +L 46.1875 0 +L 37.40625 0 +L 37.40625 33.6875 +Q 37.40625 39.546875 35.25 42.46875 +Q 33.109375 45.40625 28.21875 45.40625 +Q 24.515625 45.40625 21.359375 43.453125 +Q 18.21875 41.5 16.796875 37.734375 +Q 15.375 33.984375 15.375 26.90625 +L 15.375 0 +z +" id="ArialMT-109"/> + <path d="M 6.59375 -19.875 +L 6.59375 51.859375 +L 14.59375 51.859375 +L 14.59375 45.125 +Q 17.4375 49.078125 21 51.046875 +Q 24.5625 53.03125 29.640625 53.03125 +Q 36.28125 53.03125 41.359375 49.609375 +Q 46.4375 46.1875 49.015625 39.953125 +Q 51.609375 33.734375 51.609375 26.3125 +Q 51.609375 18.359375 48.75 11.984375 +Q 45.90625 5.609375 40.453125 2.21875 +Q 35.015625 -1.171875 29 -1.171875 +Q 24.609375 -1.171875 21.109375 0.6875 +Q 17.625 2.546875 15.375 5.375 +L 15.375 -19.875 +z +M 14.546875 25.640625 +Q 14.546875 15.625 18.59375 10.84375 +Q 22.65625 6.0625 28.421875 6.0625 +Q 34.28125 6.0625 38.453125 11.015625 +Q 42.625 15.96875 42.625 26.375 +Q 42.625 36.28125 38.546875 41.203125 +Q 34.46875 46.140625 28.8125 46.140625 +Q 23.1875 46.140625 18.859375 40.890625 +Q 14.546875 35.640625 14.546875 25.640625 +z +" id="ArialMT-112"/> + <path d="M 6.390625 0 +L 6.390625 71.578125 +L 15.1875 71.578125 +L 15.1875 0 +z +" id="ArialMT-108"/> + <path d="M 6.640625 61.46875 +L 6.640625 71.578125 +L 15.4375 71.578125 +L 15.4375 61.46875 +z +M 6.640625 0 +L 6.640625 51.859375 +L 15.4375 51.859375 +L 15.4375 0 +z +" id="ArialMT-105"/> + <path d="M 40.234375 0 +L 40.234375 6.546875 +Q 35.296875 -1.171875 25.734375 -1.171875 +Q 19.53125 -1.171875 14.328125 2.25 +Q 9.125 5.671875 6.265625 11.796875 +Q 3.421875 17.921875 3.421875 25.875 +Q 3.421875 33.640625 6 39.96875 +Q 8.59375 46.296875 13.765625 49.65625 +Q 18.953125 53.03125 25.34375 53.03125 +Q 30.03125 53.03125 33.6875 51.046875 +Q 37.359375 49.078125 39.65625 45.90625 +L 39.65625 71.578125 +L 48.390625 71.578125 +L 48.390625 0 +z +M 12.453125 25.875 +Q 12.453125 15.921875 16.640625 10.984375 +Q 20.84375 6.0625 26.5625 6.0625 +Q 32.328125 6.0625 36.34375 10.765625 +Q 40.375 15.484375 40.375 25.140625 +Q 40.375 35.796875 36.265625 40.765625 +Q 32.171875 45.75 26.171875 45.75 +Q 20.3125 45.75 16.375 40.96875 +Q 12.453125 36.1875 12.453125 25.875 +z +" id="ArialMT-100"/> + <path d="M 16.15625 0 +L 0.296875 51.859375 +L 9.375 51.859375 +L 17.625 21.921875 +L 20.703125 10.796875 +Q 20.90625 11.625 23.390625 21.484375 +L 31.640625 51.859375 +L 40.671875 51.859375 +L 48.4375 21.78125 +L 51.03125 11.859375 +L 54 21.875 +L 62.890625 51.859375 +L 71.4375 51.859375 +L 55.21875 0 +L 46.09375 0 +L 37.84375 31.0625 +L 35.84375 39.890625 +L 25.34375 0 +z +" id="ArialMT-119"/> + <path d="M 6.59375 0 +L 6.59375 71.578125 +L 15.375 71.578125 +L 15.375 45.90625 +Q 21.53125 53.03125 30.90625 53.03125 +Q 36.671875 53.03125 40.921875 50.75 +Q 45.171875 48.484375 47 44.484375 +Q 48.828125 40.484375 48.828125 32.859375 +L 48.828125 0 +L 40.046875 0 +L 40.046875 32.859375 +Q 40.046875 39.453125 37.1875 42.453125 +Q 34.328125 45.453125 29.109375 45.453125 +Q 25.203125 45.453125 21.75 43.421875 +Q 18.3125 41.40625 16.84375 37.9375 +Q 15.375 34.46875 15.375 28.375 +L 15.375 0 +z +" id="ArialMT-104"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.5 51.859375 +L 14.5 44.484375 +Q 20.21875 53.03125 31 53.03125 +Q 35.6875 53.03125 39.625 51.34375 +Q 43.5625 49.65625 45.515625 46.921875 +Q 47.46875 44.1875 48.25 40.4375 +Q 48.734375 37.984375 48.734375 31.890625 +L 48.734375 0 +L 39.9375 0 +L 39.9375 31.546875 +Q 39.9375 36.921875 38.90625 39.578125 +Q 37.890625 42.234375 35.28125 43.8125 +Q 32.671875 45.40625 29.15625 45.40625 +Q 23.53125 45.40625 19.453125 41.84375 +Q 15.375 38.28125 15.375 28.328125 +L 15.375 0 +z +" id="ArialMT-110"/> + <path d="M 3.328125 25.921875 +Q 3.328125 40.328125 11.328125 47.265625 +Q 18.015625 53.03125 27.640625 53.03125 +Q 38.328125 53.03125 45.109375 46.015625 +Q 51.90625 39.015625 51.90625 26.65625 +Q 51.90625 16.65625 48.90625 10.90625 +Q 45.90625 5.171875 40.15625 2 +Q 34.421875 -1.171875 27.640625 -1.171875 +Q 16.75 -1.171875 10.03125 5.8125 +Q 3.328125 12.796875 3.328125 25.921875 +z +M 12.359375 25.921875 +Q 12.359375 15.96875 16.703125 11.015625 +Q 21.046875 6.0625 27.640625 6.0625 +Q 34.1875 6.0625 38.53125 11.03125 +Q 42.875 16.015625 42.875 26.21875 +Q 42.875 35.84375 38.5 40.796875 +Q 34.125 45.75 27.640625 45.75 +Q 21.046875 45.75 16.703125 40.8125 +Q 12.359375 35.890625 12.359375 25.921875 +z +" id="ArialMT-111"/> + <path d="M 1.953125 0 +L 1.953125 7.125 +L 34.96875 45.015625 +Q 29.34375 44.734375 25.046875 44.734375 +L 3.90625 44.734375 +L 3.90625 51.859375 +L 46.296875 51.859375 +L 46.296875 46.046875 +L 18.21875 13.140625 +L 12.796875 7.125 +Q 18.703125 7.5625 23.875 7.5625 +L 47.859375 7.5625 +L 47.859375 0 +z +" id="ArialMT-122"/> + <path d="M 14.703125 0 +L 6.546875 0 +L 6.546875 71.578125 +L 15.328125 71.578125 +L 15.328125 46.046875 +Q 20.90625 53.03125 29.546875 53.03125 +Q 34.328125 53.03125 38.59375 51.09375 +Q 42.875 49.171875 45.625 45.671875 +Q 48.390625 42.1875 49.953125 37.25 +Q 51.515625 32.328125 51.515625 26.703125 +Q 51.515625 13.375 44.921875 6.09375 +Q 38.328125 -1.171875 29.109375 -1.171875 +Q 19.921875 -1.171875 14.703125 6.5 +z +M 14.59375 26.3125 +Q 14.59375 17 17.140625 12.84375 +Q 21.296875 6.0625 28.375 6.0625 +Q 34.125 6.0625 38.328125 11.0625 +Q 42.53125 16.0625 42.53125 25.984375 +Q 42.53125 36.140625 38.5 40.96875 +Q 34.46875 45.796875 28.765625 45.796875 +Q 23 45.796875 18.796875 40.796875 +Q 14.59375 35.796875 14.59375 26.3125 +z +" id="ArialMT-98"/> + <path d="M 8.6875 0 +L 8.6875 45.015625 +L 0.921875 45.015625 +L 0.921875 51.859375 +L 8.6875 51.859375 +L 8.6875 57.375 +Q 8.6875 62.59375 9.625 65.140625 +Q 10.890625 68.5625 14.078125 70.671875 +Q 17.28125 72.796875 23.046875 72.796875 +Q 26.765625 72.796875 31.25 71.921875 +L 29.9375 64.265625 +Q 27.203125 64.75 24.75 64.75 +Q 20.75 64.75 19.09375 63.03125 +Q 17.4375 61.328125 17.4375 56.640625 +L 17.4375 51.859375 +L 27.546875 51.859375 +L 27.546875 45.015625 +L 17.4375 45.015625 +L 17.4375 0 +z +" id="ArialMT-102"/> + <path d="M 40.4375 19 +L 49.078125 17.875 +Q 47.65625 8.9375 41.8125 3.875 +Q 35.984375 -1.171875 27.484375 -1.171875 +Q 16.84375 -1.171875 10.375 5.78125 +Q 3.90625 12.75 3.90625 25.734375 +Q 3.90625 34.125 6.6875 40.421875 +Q 9.46875 46.734375 15.15625 49.875 +Q 20.84375 53.03125 27.546875 53.03125 +Q 35.984375 53.03125 41.359375 48.75 +Q 46.734375 44.484375 48.25 36.625 +L 39.703125 35.296875 +Q 38.484375 40.53125 35.375 43.15625 +Q 32.28125 45.796875 27.875 45.796875 +Q 21.234375 45.796875 17.078125 41.03125 +Q 12.9375 36.28125 12.9375 25.984375 +Q 12.9375 15.53125 16.9375 10.796875 +Q 20.953125 6.0625 27.390625 6.0625 +Q 32.5625 6.0625 36.03125 9.234375 +Q 39.5 12.40625 40.4375 19 +z +" id="ArialMT-99"/> + <path d="M 21 0 +L 1.265625 51.859375 +L 10.546875 51.859375 +L 21.6875 20.796875 +Q 23.484375 15.765625 25 10.359375 +Q 26.171875 14.453125 28.265625 20.21875 +L 39.796875 51.859375 +L 48.828125 51.859375 +L 29.203125 0 +z +" id="ArialMT-118"/> + <path d="M 3.171875 21.484375 +L 3.171875 30.328125 +L 30.171875 30.328125 +L 30.171875 21.484375 +z +" id="ArialMT-45"/> + <path d="M 58.796875 25.09375 +L 68.265625 22.703125 +Q 65.28125 11.03125 57.546875 4.90625 +Q 49.8125 -1.21875 38.625 -1.21875 +Q 27.046875 -1.21875 19.796875 3.484375 +Q 12.546875 8.203125 8.765625 17.140625 +Q 4.984375 26.078125 4.984375 36.328125 +Q 4.984375 47.515625 9.25 55.828125 +Q 13.53125 64.15625 21.40625 68.46875 +Q 29.296875 72.796875 38.765625 72.796875 +Q 49.515625 72.796875 56.828125 67.328125 +Q 64.15625 61.859375 67.046875 51.953125 +L 57.71875 49.75 +Q 55.21875 57.5625 50.484375 61.125 +Q 45.75 64.703125 38.578125 64.703125 +Q 30.328125 64.703125 24.78125 60.734375 +Q 19.234375 56.78125 16.984375 50.109375 +Q 14.75 43.453125 14.75 36.375 +Q 14.75 27.25 17.40625 20.4375 +Q 20.0625 13.625 25.671875 10.25 +Q 31.296875 6.890625 37.84375 6.890625 +Q 45.796875 6.890625 51.3125 11.46875 +Q 56.84375 16.0625 58.796875 25.09375 +z +" id="ArialMT-67"/> + </defs> + <g style="fill:#262626;" transform="translate(486.20125 17.391563)scale(0.14 -0.14)"> + <use xlink:href="#ArialMT-101"/> + <use x="55.615234" xlink:href="#ArialMT-120"/> + <use x="105.615234" xlink:href="#ArialMT-97"/> + <use x="161.230469" xlink:href="#ArialMT-109"/> + <use x="244.53125" xlink:href="#ArialMT-112"/> + <use x="300.146484" xlink:href="#ArialMT-108"/> + <use x="322.363281" xlink:href="#ArialMT-101"/> + <use x="377.978516" xlink:href="#ArialMT-32"/> + <use x="405.761719" xlink:href="#ArialMT-108"/> + <use x="427.978516" xlink:href="#ArialMT-105"/> + <use x="450.195312" xlink:href="#ArialMT-100"/> + <use x="505.810547" xlink:href="#ArialMT-97"/> + <use x="561.425781" xlink:href="#ArialMT-114"/> + <use x="594.726562" xlink:href="#ArialMT-32"/> + <use x="622.509766" xlink:href="#ArialMT-119"/> + <use x="694.726562" xlink:href="#ArialMT-105"/> + <use x="716.943359" xlink:href="#ArialMT-116"/> + <use x="744.726562" xlink:href="#ArialMT-104"/> + <use x="800.341797" xlink:href="#ArialMT-32"/> + <use x="828.125" xlink:href="#ArialMT-108"/> + <use x="850.341797" xlink:href="#ArialMT-105"/> + <use x="872.558594" xlink:href="#ArialMT-110"/> + <use x="928.173828" xlink:href="#ArialMT-101"/> + <use x="983.789062" xlink:href="#ArialMT-97"/> + <use x="1039.404297" xlink:href="#ArialMT-114"/> + <use x="1072.705078" xlink:href="#ArialMT-32"/> + <use x="1100.488281" xlink:href="#ArialMT-112"/> + <use x="1156.103516" xlink:href="#ArialMT-111"/> + <use x="1211.71875" xlink:href="#ArialMT-108"/> + <use x="1233.935547" xlink:href="#ArialMT-97"/> + <use x="1289.550781" xlink:href="#ArialMT-114"/> + <use x="1322.851562" xlink:href="#ArialMT-105"/> + <use x="1345.068359" xlink:href="#ArialMT-122"/> + <use x="1395.068359" xlink:href="#ArialMT-101"/> + <use x="1450.683594" xlink:href="#ArialMT-114"/> + <use x="1483.984375" xlink:href="#ArialMT-32"/> + <use x="1511.767578" xlink:href="#ArialMT-98"/> + <use x="1567.382812" xlink:href="#ArialMT-101"/> + <use x="1622.998047" xlink:href="#ArialMT-102"/> + <use x="1650.78125" xlink:href="#ArialMT-111"/> + <use x="1706.396484" xlink:href="#ArialMT-114"/> + <use x="1739.697266" xlink:href="#ArialMT-101"/> + <use x="1795.3125" xlink:href="#ArialMT-32"/> + <use x="1823.095703" xlink:href="#ArialMT-114"/> + <use x="1856.396484" xlink:href="#ArialMT-101"/> + <use x="1912.011719" xlink:href="#ArialMT-99"/> + <use x="1962.011719" xlink:href="#ArialMT-101"/> + <use x="2017.626953" xlink:href="#ArialMT-105"/> + <use x="2039.84375" xlink:href="#ArialMT-118"/> + <use x="2089.84375" xlink:href="#ArialMT-101"/> + <use x="2145.458984" xlink:href="#ArialMT-114"/> + <use x="2178.759766" xlink:href="#ArialMT-32"/> + <use x="2206.542969" xlink:href="#ArialMT-45"/> + <use x="2239.84375" xlink:href="#ArialMT-32"/> + <use x="2267.626953" xlink:href="#ArialMT-68"/> + <use x="2339.84375" xlink:href="#ArialMT-105"/> + <use x="2362.060547" xlink:href="#ArialMT-67"/> + <use x="2434.277344" xlink:href="#ArialMT-32"/> + <use x="2462.060547" xlink:href="#ArialMT-101"/> + <use x="2517.675781" xlink:href="#ArialMT-114"/> + <use x="2550.976562" xlink:href="#ArialMT-114"/> + <use x="2584.277344" xlink:href="#ArialMT-111"/> + <use x="2639.892578" xlink:href="#ArialMT-114"/> + <use x="2673.193359" xlink:href="#ArialMT-32"/> + <use x="2700.976562" xlink:href="#ArialMT-99"/> + <use x="2750.976562" xlink:href="#ArialMT-111"/> + <use x="2806.591797" xlink:href="#ArialMT-110"/> + <use x="2862.207031" xlink:href="#ArialMT-116"/> + <use x="2889.990234" xlink:href="#ArialMT-114"/> + <use x="2923.291016" xlink:href="#ArialMT-105"/> + <use x="2945.507812" xlink:href="#ArialMT-98"/> + <use x="3001.123047" xlink:href="#ArialMT-117"/> + <use x="3056.738281" xlink:href="#ArialMT-116"/> + <use x="3084.521484" xlink:href="#ArialMT-105"/> + <use x="3106.738281" xlink:href="#ArialMT-111"/> + <use x="3162.353516" xlink:href="#ArialMT-110"/> + </g> + </g> + </g> + <defs> + <clipPath id="pc5ffdf453d"> + <rect height="108.72" width="240.517241" x="36.44375" y="38.88"/> + </clipPath> + <clipPath id="p13bfe66ad1"> + <rect height="108.72" width="240.517241" x="325.06444" y="38.88"/> + </clipPath> + <clipPath id="pf34b5aee9e"> + <rect height="108.72" width="240.517241" x="613.685129" y="38.88"/> + </clipPath> + <clipPath id="p3b851ab870"> + <rect height="108.72" width="240.517241" x="902.305819" y="38.88"/> + </clipPath> + <clipPath id="p13e5a94504"> + <rect height="108.72" width="240.517241" x="1190.926509" y="38.88"/> + </clipPath> + </defs> +</svg> +</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><svg height="184.090625pt" version="1.1" viewBox="0 0 1438.64375 184.090625" width="1438.64375pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 184.090625 +L 1438.64375 184.090625 +L 1438.64375 0 +L 0 0 +z +" style="fill:#ffffff;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +L 276.960991 38.88 +L 36.44375 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <path clip-path="url(#p0f644c1ce2)" d="M 72.690303 147.6 +L 72.690303 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_1"> + <!-- 0.002 --> + <defs> + <path d="M 4.15625 35.296875 +Q 4.15625 48 6.765625 55.734375 +Q 9.375 63.484375 14.515625 67.671875 +Q 19.671875 71.875 27.484375 71.875 +Q 33.25 71.875 37.59375 69.546875 +Q 41.9375 67.234375 44.765625 62.859375 +Q 47.609375 58.5 49.21875 52.21875 +Q 50.828125 45.953125 50.828125 35.296875 +Q 50.828125 22.703125 48.234375 14.96875 +Q 45.65625 7.234375 40.5 3 +Q 35.359375 -1.21875 27.484375 -1.21875 +Q 17.140625 -1.21875 11.234375 6.203125 +Q 4.15625 15.140625 4.15625 35.296875 +z +M 13.1875 35.296875 +Q 13.1875 17.671875 17.3125 11.828125 +Q 21.4375 6 27.484375 6 +Q 33.546875 6 37.671875 11.859375 +Q 41.796875 17.71875 41.796875 35.296875 +Q 41.796875 52.984375 37.671875 58.78125 +Q 33.546875 64.59375 27.390625 64.59375 +Q 21.34375 64.59375 17.71875 59.46875 +Q 13.1875 52.9375 13.1875 35.296875 +z +" id="ArialMT-48"/> + <path d="M 9.078125 0 +L 9.078125 10.015625 +L 19.09375 10.015625 +L 19.09375 0 +z +" id="ArialMT-46"/> + <path d="M 50.34375 8.453125 +L 50.34375 0 +L 3.03125 0 +Q 2.9375 3.171875 4.046875 6.109375 +Q 5.859375 10.9375 9.828125 15.625 +Q 13.8125 20.3125 21.34375 26.46875 +Q 33.015625 36.03125 37.109375 41.625 +Q 41.21875 47.21875 41.21875 52.203125 +Q 41.21875 57.421875 37.46875 61 +Q 33.734375 64.59375 27.734375 64.59375 +Q 21.390625 64.59375 17.578125 60.78125 +Q 13.765625 56.984375 13.71875 50.25 +L 4.6875 51.171875 +Q 5.609375 61.28125 11.65625 66.578125 +Q 17.71875 71.875 27.9375 71.875 +Q 38.234375 71.875 44.234375 66.15625 +Q 50.25 60.453125 50.25 52 +Q 50.25 47.703125 48.484375 43.546875 +Q 46.734375 39.40625 42.65625 34.8125 +Q 38.578125 30.21875 29.109375 22.21875 +Q 21.1875 15.578125 18.9375 13.203125 +Q 16.703125 10.84375 15.234375 8.453125 +z +" id="ArialMT-50"/> + </defs> + <g style="fill:#262626;" transform="translate(60.179366 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <path clip-path="url(#p0f644c1ce2)" d="M 131.643407 147.6 +L 131.643407 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_2"> + <!-- 0.004 --> + <defs> + <path d="M 32.328125 0 +L 32.328125 17.140625 +L 1.265625 17.140625 +L 1.265625 25.203125 +L 33.9375 71.578125 +L 41.109375 71.578125 +L 41.109375 25.203125 +L 50.78125 25.203125 +L 50.78125 17.140625 +L 41.109375 17.140625 +L 41.109375 0 +z +M 32.328125 25.203125 +L 32.328125 57.46875 +L 9.90625 25.203125 +z +" id="ArialMT-52"/> + </defs> + <g style="fill:#262626;" transform="translate(119.13247 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <path clip-path="url(#p0f644c1ce2)" d="M 190.596512 147.6 +L 190.596512 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_3"> + <!-- 0.006 --> + <defs> + <path d="M 49.75 54.046875 +L 41.015625 53.375 +Q 39.84375 58.546875 37.703125 60.890625 +Q 34.125 64.65625 28.90625 64.65625 +Q 24.703125 64.65625 21.53125 62.3125 +Q 17.390625 59.28125 14.984375 53.46875 +Q 12.59375 47.65625 12.5 36.921875 +Q 15.671875 41.75 20.265625 44.09375 +Q 24.859375 46.4375 29.890625 46.4375 +Q 38.671875 46.4375 44.84375 39.96875 +Q 51.03125 33.5 51.03125 23.25 +Q 51.03125 16.5 48.125 10.71875 +Q 45.21875 4.9375 40.140625 1.859375 +Q 35.0625 -1.21875 28.609375 -1.21875 +Q 17.625 -1.21875 10.6875 6.859375 +Q 3.765625 14.9375 3.765625 33.5 +Q 3.765625 54.25 11.421875 63.671875 +Q 18.109375 71.875 29.4375 71.875 +Q 37.890625 71.875 43.28125 67.140625 +Q 48.6875 62.40625 49.75 54.046875 +z +M 13.875 23.1875 +Q 13.875 18.65625 15.796875 14.5 +Q 17.71875 10.359375 21.1875 8.171875 +Q 24.65625 6 28.46875 6 +Q 34.03125 6 38.03125 10.484375 +Q 42.046875 14.984375 42.046875 22.703125 +Q 42.046875 30.125 38.078125 34.390625 +Q 34.125 38.671875 28.125 38.671875 +Q 22.171875 38.671875 18.015625 34.390625 +Q 13.875 30.125 13.875 23.1875 +z +" id="ArialMT-54"/> + </defs> + <g style="fill:#262626;" transform="translate(178.085574 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <path clip-path="url(#p0f644c1ce2)" d="M 249.549616 147.6 +L 249.549616 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_4"> + <!-- 0.008 --> + <defs> + <path d="M 17.671875 38.8125 +Q 12.203125 40.828125 9.5625 44.53125 +Q 6.9375 48.25 6.9375 53.421875 +Q 6.9375 61.234375 12.546875 66.546875 +Q 18.171875 71.875 27.484375 71.875 +Q 36.859375 71.875 42.578125 66.421875 +Q 48.296875 60.984375 48.296875 53.171875 +Q 48.296875 48.1875 45.671875 44.5 +Q 43.0625 40.828125 37.75 38.8125 +Q 44.34375 36.671875 47.78125 31.875 +Q 51.21875 27.09375 51.21875 20.453125 +Q 51.21875 11.28125 44.71875 5.03125 +Q 38.234375 -1.21875 27.640625 -1.21875 +Q 17.046875 -1.21875 10.546875 5.046875 +Q 4.046875 11.328125 4.046875 20.703125 +Q 4.046875 27.6875 7.59375 32.390625 +Q 11.140625 37.109375 17.671875 38.8125 +z +M 15.921875 53.71875 +Q 15.921875 48.640625 19.1875 45.40625 +Q 22.46875 42.1875 27.6875 42.1875 +Q 32.765625 42.1875 36.015625 45.375 +Q 39.265625 48.578125 39.265625 53.21875 +Q 39.265625 58.0625 35.90625 61.359375 +Q 32.5625 64.65625 27.59375 64.65625 +Q 22.5625 64.65625 19.234375 61.421875 +Q 15.921875 58.203125 15.921875 53.71875 +z +M 13.09375 20.65625 +Q 13.09375 16.890625 14.875 13.375 +Q 16.65625 9.859375 20.171875 7.921875 +Q 23.6875 6 27.734375 6 +Q 34.03125 6 38.125 10.046875 +Q 42.234375 14.109375 42.234375 20.359375 +Q 42.234375 26.703125 38.015625 30.859375 +Q 33.796875 35.015625 27.4375 35.015625 +Q 21.234375 35.015625 17.15625 30.90625 +Q 13.09375 26.8125 13.09375 20.65625 +z +" id="ArialMT-56"/> + </defs> + <g style="fill:#262626;" transform="translate(237.038679 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="text_5"> + <!-- LDRtrue --> + <defs> + <path d="M 7.328125 0 +L 7.328125 71.578125 +L 16.796875 71.578125 +L 16.796875 8.453125 +L 52.046875 8.453125 +L 52.046875 0 +z +" id="ArialMT-76"/> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 32.375 71.578125 +Q 40.71875 71.578125 45.125 70.5625 +Q 51.265625 69.140625 55.609375 65.4375 +Q 61.28125 60.640625 64.078125 53.1875 +Q 66.890625 45.75 66.890625 36.1875 +Q 66.890625 28.03125 64.984375 21.734375 +Q 63.09375 15.4375 60.109375 11.296875 +Q 57.125 7.171875 53.578125 4.796875 +Q 50.046875 2.4375 45.046875 1.21875 +Q 40.046875 0 33.546875 0 +z +M 17.1875 8.453125 +L 32.46875 8.453125 +Q 39.546875 8.453125 43.578125 9.765625 +Q 47.609375 11.078125 50 13.484375 +Q 53.375 16.84375 55.25 22.53125 +Q 57.125 28.21875 57.125 36.328125 +Q 57.125 47.5625 53.4375 53.59375 +Q 49.75 59.625 44.484375 61.671875 +Q 40.671875 63.140625 32.234375 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-68"/> + <path d="M 7.859375 0 +L 7.859375 71.578125 +L 39.59375 71.578125 +Q 49.171875 71.578125 54.140625 69.640625 +Q 59.125 67.71875 62.109375 62.828125 +Q 65.09375 57.953125 65.09375 52.046875 +Q 65.09375 44.4375 60.15625 39.203125 +Q 55.21875 33.984375 44.921875 32.5625 +Q 48.6875 30.765625 50.640625 29 +Q 54.78125 25.203125 58.5 19.484375 +L 70.953125 0 +L 59.03125 0 +L 49.5625 14.890625 +Q 45.40625 21.34375 42.71875 24.75 +Q 40.046875 28.171875 37.921875 29.53125 +Q 35.796875 30.90625 33.59375 31.453125 +Q 31.984375 31.78125 28.328125 31.78125 +L 17.328125 31.78125 +L 17.328125 0 +z +M 17.328125 39.984375 +L 37.703125 39.984375 +Q 44.1875 39.984375 47.84375 41.328125 +Q 51.515625 42.671875 53.421875 45.625 +Q 55.328125 48.578125 55.328125 52.046875 +Q 55.328125 57.125 51.640625 60.390625 +Q 47.953125 63.671875 39.984375 63.671875 +L 17.328125 63.671875 +z +" id="ArialMT-82"/> + <path d="M 25.78125 7.859375 +L 27.046875 0.09375 +Q 23.34375 -0.6875 20.40625 -0.6875 +Q 15.625 -0.6875 12.984375 0.828125 +Q 10.359375 2.34375 9.28125 4.8125 +Q 8.203125 7.28125 8.203125 15.1875 +L 8.203125 45.015625 +L 1.765625 45.015625 +L 1.765625 51.859375 +L 8.203125 51.859375 +L 8.203125 64.703125 +L 16.9375 69.96875 +L 16.9375 51.859375 +L 25.78125 51.859375 +L 25.78125 45.015625 +L 16.9375 45.015625 +L 16.9375 14.703125 +Q 16.9375 10.9375 17.40625 9.859375 +Q 17.875 8.796875 18.921875 8.15625 +Q 19.96875 7.515625 21.921875 7.515625 +Q 23.390625 7.515625 25.78125 7.859375 +z +" id="ArialMT-116"/> + <path d="M 6.5 0 +L 6.5 51.859375 +L 14.40625 51.859375 +L 14.40625 44 +Q 17.4375 49.515625 20 51.265625 +Q 22.5625 53.03125 25.640625 53.03125 +Q 30.078125 53.03125 34.671875 50.203125 +L 31.640625 42.046875 +Q 28.421875 43.953125 25.203125 43.953125 +Q 22.3125 43.953125 20.015625 42.21875 +Q 17.71875 40.484375 16.75 37.40625 +Q 15.28125 32.71875 15.28125 27.15625 +L 15.28125 0 +z +" id="ArialMT-114"/> + <path d="M 40.578125 0 +L 40.578125 7.625 +Q 34.515625 -1.171875 24.125 -1.171875 +Q 19.53125 -1.171875 15.546875 0.578125 +Q 11.578125 2.34375 9.640625 5 +Q 7.71875 7.671875 6.9375 11.53125 +Q 6.390625 14.109375 6.390625 19.734375 +L 6.390625 51.859375 +L 15.1875 51.859375 +L 15.1875 23.09375 +Q 15.1875 16.21875 15.71875 13.8125 +Q 16.546875 10.359375 19.234375 8.375 +Q 21.921875 6.390625 25.875 6.390625 +Q 29.828125 6.390625 33.296875 8.421875 +Q 36.765625 10.453125 38.203125 13.9375 +Q 39.65625 17.4375 39.65625 24.078125 +L 39.65625 51.859375 +L 48.4375 51.859375 +L 48.4375 0 +z +" id="ArialMT-117"/> + <path d="M 42.09375 16.703125 +L 51.171875 15.578125 +Q 49.03125 7.625 43.21875 3.21875 +Q 37.40625 -1.171875 28.375 -1.171875 +Q 17 -1.171875 10.328125 5.828125 +Q 3.65625 12.84375 3.65625 25.484375 +Q 3.65625 38.578125 10.390625 45.796875 +Q 17.140625 53.03125 27.875 53.03125 +Q 38.28125 53.03125 44.875 45.953125 +Q 51.46875 38.875 51.46875 26.03125 +Q 51.46875 25.25 51.421875 23.6875 +L 12.75 23.6875 +Q 13.234375 15.140625 17.578125 10.59375 +Q 21.921875 6.0625 28.421875 6.0625 +Q 33.25 6.0625 36.671875 8.59375 +Q 40.09375 11.140625 42.09375 16.703125 +z +M 13.234375 30.90625 +L 42.1875 30.90625 +Q 41.609375 37.453125 38.875 40.71875 +Q 34.671875 45.796875 27.984375 45.796875 +Q 21.921875 45.796875 17.796875 41.75 +Q 13.671875 37.703125 13.234375 30.90625 +z +" id="ArialMT-101"/> + </defs> + <g style="fill:#ff0000;" transform="translate(138.085183 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_5"> + <path clip-path="url(#p0f644c1ce2)" d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_6"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(23.882813 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_6"> + <path clip-path="url(#p0f644c1ce2)" d="M 36.44375 124.07288 +L 276.960991 124.07288 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_7"> + <!-- 1000 --> + <defs> + <path d="M 37.25 0 +L 28.46875 0 +L 28.46875 56 +Q 25.296875 52.984375 20.140625 49.953125 +Q 14.984375 46.921875 10.890625 45.40625 +L 10.890625 53.90625 +Q 18.265625 57.375 23.78125 62.296875 +Q 29.296875 67.234375 31.59375 71.875 +L 37.25 71.875 +z +" id="ArialMT-49"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 127.651786)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_7"> + <path clip-path="url(#p0f644c1ce2)" d="M 36.44375 100.545759 +L 276.960991 100.545759 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_8"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(7.2 104.124665)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_8"> + <path clip-path="url(#p0f644c1ce2)" d="M 36.44375 77.018639 +L 276.960991 77.018639 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_9"> + <!-- 3000 --> + <defs> + <path d="M 4.203125 18.890625 +L 12.984375 20.0625 +Q 14.5 12.59375 18.140625 9.296875 +Q 21.78125 6 27 6 +Q 33.203125 6 37.46875 10.296875 +Q 41.75 14.59375 41.75 20.953125 +Q 41.75 27 37.796875 30.921875 +Q 33.84375 34.859375 27.734375 34.859375 +Q 25.25 34.859375 21.53125 33.890625 +L 22.515625 41.609375 +Q 23.390625 41.5 23.921875 41.5 +Q 29.546875 41.5 34.03125 44.421875 +Q 38.53125 47.359375 38.53125 53.46875 +Q 38.53125 58.296875 35.25 61.46875 +Q 31.984375 64.65625 26.8125 64.65625 +Q 21.6875 64.65625 18.265625 61.421875 +Q 14.84375 58.203125 13.875 51.765625 +L 5.078125 53.328125 +Q 6.6875 62.15625 12.390625 67.015625 +Q 18.109375 71.875 26.609375 71.875 +Q 32.46875 71.875 37.390625 69.359375 +Q 42.328125 66.84375 44.9375 62.5 +Q 47.5625 58.15625 47.5625 53.265625 +Q 47.5625 48.640625 45.0625 44.828125 +Q 42.578125 41.015625 37.703125 38.765625 +Q 44.046875 37.3125 47.5625 32.6875 +Q 51.078125 28.078125 51.078125 21.140625 +Q 51.078125 11.765625 44.234375 5.25 +Q 37.40625 -1.265625 26.953125 -1.265625 +Q 17.53125 -1.265625 11.296875 4.34375 +Q 5.078125 9.96875 4.203125 18.890625 +z +" id="ArialMT-51"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 80.597545)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_9"> + <path clip-path="url(#p0f644c1ce2)" d="M 36.44375 53.491518 +L 276.960991 53.491518 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_10"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(7.2 57.070424)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_3"> + <path clip-path="url(#p0f644c1ce2)" d="M 47.376352 147.6 +L 47.376352 134.895355 +L 49.562872 134.895355 +L 49.562872 102.286766 +L 51.749393 102.286766 +L 51.749393 56.408881 +L 53.935913 56.408881 +L 53.935913 44.057143 +L 56.122433 44.057143 +L 56.122433 77.606817 +L 58.308954 77.606817 +L 58.308954 119.202766 +L 60.495474 119.202766 +L 60.495474 140.118376 +L 62.681995 140.118376 +L 62.681995 146.188373 +L 64.868515 146.188373 +L 64.868515 147.458837 +L 67.055035 147.458837 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 145.906047 +L 73.614596 145.906047 +L 73.614596 140.259538 +L 75.801117 140.259538 +L 75.801117 126.143266 +L 77.987637 126.143266 +L 77.987637 102.569091 +L 80.174158 102.569091 +L 80.174158 83.935612 +L 82.360678 83.935612 +L 82.360678 72.642594 +L 84.547198 72.642594 +L 84.547198 82.523985 +L 86.733719 82.523985 +L 86.733719 72.642594 +L 88.920239 72.642594 +L 88.920239 78.194995 +L 91.106759 78.194995 +L 91.106759 84.406154 +L 93.29328 84.406154 +L 93.29328 86.805921 +L 95.4798 86.805921 +L 95.4798 92.075996 +L 97.666321 92.075996 +L 97.666321 99.22824 +L 99.852841 99.22824 +L 99.852841 113.626838 +L 102.039361 113.626838 +L 102.039361 127.931327 +L 104.225882 127.931327 +L 104.225882 138.28326 +L 106.412402 138.28326 +L 106.412402 143.647444 +L 108.598922 143.647444 +L 108.598922 146.04721 +L 110.785443 146.04721 +L 110.785443 147.317675 +L 112.971963 147.317675 +L 112.971963 147.458837 +L 115.158484 147.458837 +L 115.158484 142.659305 +L 117.345004 142.659305 +L 117.345004 133.483728 +L 119.531524 133.483728 +L 119.531524 119.226293 +L 121.718045 119.226293 +L 121.718045 94.805142 +L 123.904565 94.805142 +L 123.904565 74.171857 +L 126.091085 74.171857 +L 126.091085 77.324491 +L 128.277606 77.324491 +L 128.277606 90.217353 +L 130.464126 90.217353 +L 130.464126 113.932691 +L 132.650647 113.932691 +L 132.650647 131.977992 +L 134.837167 131.977992 +L 134.837167 141.059461 +L 137.023687 141.059461 +L 137.023687 144.98849 +L 139.210208 144.98849 +L 139.210208 146.611861 +L 141.396728 146.611861 +L 141.396728 143.929769 +L 143.583248 143.929769 +L 143.583248 138.565586 +L 145.769769 138.565586 +L 145.769769 131.225124 +L 147.956289 131.225124 +L 147.956289 116.826526 +L 150.14281 116.826526 +L 150.14281 101.016301 +L 152.32933 101.016301 +L 152.32933 91.464291 +L 154.51585 91.464291 +L 154.51585 82.900419 +L 156.702371 82.900419 +L 156.702371 80.971195 +L 158.888891 80.971195 +L 158.888891 76.312825 +L 161.075411 76.312825 +L 161.075411 78.8067 +L 163.261932 78.8067 +L 163.261932 89.01747 +L 165.448452 89.01747 +L 165.448452 89.582121 +L 167.634973 89.582121 +L 167.634973 95.699172 +L 169.821493 95.699172 +L 169.821493 104.921803 +L 172.008013 104.921803 +L 172.008013 117.155906 +L 174.194534 117.155906 +L 174.194534 126.990242 +L 176.381054 126.990242 +L 176.381054 136.165819 +L 178.567574 136.165819 +L 178.567574 140.965352 +L 180.754095 140.965352 +L 180.754095 144.306203 +L 182.940615 144.306203 +L 182.940615 144.259149 +L 185.127136 144.259149 +L 185.127136 140.683027 +L 187.313656 140.683027 +L 187.313656 135.17768 +L 189.500176 135.17768 +L 189.500176 124.590476 +L 191.686697 124.590476 +L 191.686697 115.273736 +L 193.873217 115.273736 +L 193.873217 104.121881 +L 196.059737 104.121881 +L 196.059737 90.89964 +L 198.246258 90.89964 +L 198.246258 91.393709 +L 200.432778 91.393709 +L 200.432778 101.933859 +L 202.619299 101.933859 +L 202.619299 111.65056 +L 204.805819 111.65056 +L 204.805819 125.155127 +L 206.992339 125.155127 +L 206.992339 134.824774 +L 209.17886 134.824774 +L 209.17886 139.906632 +L 211.36538 139.906632 +L 211.36538 139.741942 +L 213.5519 139.741942 +L 213.5519 139.083182 +L 215.738421 139.083182 +L 215.738421 133.977797 +L 217.924941 133.977797 +L 217.924941 126.425592 +L 220.111462 126.425592 +L 220.111462 113.720947 +L 222.297982 113.720947 +L 222.297982 107.650949 +L 224.484502 107.650949 +L 224.484502 94.475762 +L 226.671023 94.475762 +L 226.671023 83.606232 +L 228.857543 83.606232 +L 228.857543 90.429097 +L 231.044063 90.429097 +L 231.044063 79.183134 +L 233.230584 79.183134 +L 233.230584 80.594761 +L 235.417104 80.594761 +L 235.417104 93.534677 +L 237.603625 93.534677 +L 237.603625 90.382043 +L 239.790145 90.382043 +L 239.790145 100.075217 +L 241.976665 100.075217 +L 241.976665 106.427539 +L 244.163186 106.427539 +L 244.163186 118.049937 +L 246.349706 118.049937 +L 246.349706 126.002103 +L 248.536226 126.002103 +L 248.536226 130.660473 +L 250.722747 130.660473 +L 250.722747 138.28326 +L 252.909267 138.28326 +L 252.909267 141.953491 +L 255.095788 141.953491 +L 255.095788 144.353257 +L 257.282308 144.353257 +L 257.282308 145.906047 +L 259.468828 145.906047 +L 259.468828 146.894186 +L 261.655349 146.894186 +L 261.655349 147.317675 +L 263.841869 147.317675 +L 263.841869 147.458837 +L 266.028389 147.458837 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_4"> + <path clip-path="url(#p0f644c1ce2)" d="M 47.376352 147.6 +L 47.376352 141.247677 +L 49.562872 141.247677 +L 49.562872 132.142682 +L 51.749393 132.142682 +L 51.749393 130.378148 +L 53.935913 130.378148 +L 53.935913 137.577447 +L 56.122433 137.577447 +L 56.122433 145.482559 +L 58.308954 145.482559 +L 58.308954 147.317675 +L 60.495474 147.317675 +L 60.495474 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 146.753024 +L 73.614596 146.753024 +L 73.614596 144.212095 +L 75.801117 144.212095 +L 75.801117 139.694888 +L 77.987637 139.694888 +L 77.987637 136.871633 +L 80.174158 136.871633 +L 80.174158 138.28326 +L 82.360678 138.28326 +L 82.360678 134.61303 +L 84.547198 134.61303 +L 84.547198 139.694888 +L 86.733719 139.694888 +L 86.733719 135.883494 +L 88.920239 135.883494 +L 88.920239 138.142098 +L 91.106759 138.142098 +L 91.106759 139.741942 +L 93.29328 139.741942 +L 93.29328 138.94202 +L 95.4798 138.94202 +L 95.4798 141.38884 +L 97.666321 141.38884 +L 97.666321 143.788606 +L 99.852841 143.788606 +L 99.852841 145.906047 +L 102.039361 145.906047 +L 102.039361 147.176512 +L 104.225882 147.176512 +L 104.225882 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 145.129652 +L 117.345004 145.129652 +L 117.345004 140.541864 +L 119.531524 140.541864 +L 119.531524 135.742331 +L 121.718045 135.742331 +L 121.718045 137.295121 +L 123.904565 137.295121 +L 123.904565 134.895355 +L 126.091085 134.895355 +L 126.091085 142.024072 +L 128.277606 142.024072 +L 128.277606 146.117791 +L 130.464126 146.117791 +L 130.464126 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 139.210208 147.6 +L 139.210208 147.317675 +L 141.396728 147.317675 +L 141.396728 145.764885 +L 143.583248 145.764885 +L 143.583248 143.223956 +L 145.769769 143.223956 +L 145.769769 140.965352 +L 147.956289 140.965352 +L 147.956289 138.706748 +L 150.14281 138.706748 +L 150.14281 137.295121 +L 152.32933 137.295121 +L 152.32933 135.318843 +L 154.51585 135.318843 +L 154.51585 138.424423 +L 156.702371 138.424423 +L 156.702371 139.412562 +L 158.888891 139.412562 +L 158.888891 136.589308 +L 161.075411 136.589308 +L 161.075411 138.424423 +L 163.261932 138.424423 +L 163.261932 141.530003 +L 165.448452 141.530003 +L 165.448452 141.71822 +L 167.634973 141.71822 +L 167.634973 142.753413 +L 169.821493 142.753413 +L 169.821493 145.059071 +L 172.008013 145.059071 +L 172.008013 146.611861 +L 174.194534 146.611861 +L 174.194534 147.176512 +L 176.381054 147.176512 +L 176.381054 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 182.940615 147.6 +L 182.940615 146.682442 +L 185.127136 146.682442 +L 185.127136 144.423839 +L 187.313656 144.423839 +L 187.313656 141.459422 +L 189.500176 141.459422 +L 189.500176 137.718609 +L 191.686697 137.718609 +L 191.686697 138.918493 +L 193.873217 138.918493 +L 193.873217 140.683027 +L 196.059737 140.683027 +L 196.059737 137.22454 +L 198.246258 137.22454 +L 198.246258 143.223956 +L 200.432778 143.223956 +L 200.432778 146.611861 +L 202.619299 146.611861 +L 202.619299 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 206.992339 147.6 +L 206.992339 147.458837 +L 209.17886 147.458837 +L 209.17886 147.035349 +L 211.36538 147.035349 +L 211.36538 145.435505 +L 213.5519 145.435505 +L 213.5519 143.835661 +L 215.738421 143.835661 +L 215.738421 141.812328 +L 217.924941 141.812328 +L 217.924941 140.400701 +L 220.111462 140.400701 +L 220.111462 138.565586 +L 222.297982 138.565586 +L 222.297982 139.130237 +L 224.484502 139.130237 +L 224.484502 134.048379 +L 226.671023 134.048379 +L 226.671023 139.083182 +L 228.857543 139.083182 +L 228.857543 139.83605 +L 231.044063 139.83605 +L 231.044063 135.789386 +L 233.230584 135.789386 +L 233.230584 140.400701 +L 235.417104 140.400701 +L 235.417104 142.800467 +L 237.603625 142.800467 +L 237.603625 141.953491 +L 239.790145 141.953491 +L 239.790145 144.070932 +L 241.976665 144.070932 +L 241.976665 145.764885 +L 244.163186 145.764885 +L 244.163186 146.753024 +L 246.349706 146.753024 +L 246.349706 147.317675 +L 248.536226 147.317675 +L 248.536226 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_5"> + <path clip-path="url(#p0f644c1ce2)" d="M 47.376352 147.6 +L 47.376352 147.6 +L 49.562872 147.6 +L 49.562872 140.400701 +L 51.749393 140.400701 +L 51.749393 123.178849 +L 53.935913 123.178849 +L 53.935913 132.56617 +L 56.122433 132.56617 +L 56.122433 143.223956 +L 58.308954 143.223956 +L 58.308954 147.176512 +L 60.495474 147.176512 +L 60.495474 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 73.614596 147.6 +L 73.614596 147.317675 +L 75.801117 147.317675 +L 75.801117 144.776746 +L 77.987637 144.776746 +L 77.987637 137.153959 +L 80.174158 137.153959 +L 80.174158 132.495589 +L 82.360678 132.495589 +L 82.360678 140.683027 +L 84.547198 140.683027 +L 84.547198 139.694888 +L 86.733719 139.694888 +L 86.733719 131.930938 +L 88.920239 131.930938 +L 88.920239 139.553725 +L 91.106759 139.553725 +L 91.106759 141.671166 +L 93.29328 141.671166 +L 93.29328 136.589308 +L 95.4798 136.589308 +L 95.4798 138.236206 +L 97.666321 138.236206 +L 97.666321 142.424033 +L 99.852841 142.424033 +L 99.852841 144.635583 +L 102.039361 144.635583 +L 102.039361 146.470698 +L 104.225882 146.470698 +L 104.225882 147.458837 +L 106.412402 147.458837 +L 106.412402 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 119.531524 147.6 +L 119.531524 145.270815 +L 121.718045 145.270815 +L 121.718045 131.50745 +L 123.904565 131.50745 +L 123.904565 127.366676 +L 126.091085 127.366676 +L 126.091085 137.55392 +L 128.277606 137.55392 +L 128.277606 145.129652 +L 130.464126 145.129652 +L 130.464126 147.317675 +L 132.650647 147.317675 +L 132.650647 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 143.583248 147.6 +L 143.583248 147.458837 +L 145.769769 147.458837 +L 145.769769 146.04721 +L 147.956289 146.04721 +L 147.956289 141.106515 +L 150.14281 141.106515 +L 150.14281 135.742331 +L 152.32933 135.742331 +L 152.32933 137.718609 +L 154.51585 137.718609 +L 154.51585 138.142098 +L 156.702371 138.142098 +L 156.702371 137.153959 +L 158.888891 137.153959 +L 158.888891 135.17768 +L 161.075411 135.17768 +L 161.075411 139.412562 +L 163.261932 139.412562 +L 163.261932 139.600779 +L 165.448452 139.600779 +L 165.448452 137.953881 +L 167.634973 137.953881 +L 167.634973 139.553725 +L 169.821493 139.553725 +L 169.821493 143.27101 +L 172.008013 143.27101 +L 172.008013 145.71783 +L 174.194534 145.71783 +L 174.194534 147.035349 +L 176.381054 147.035349 +L 176.381054 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 189.500176 147.6 +L 189.500176 145.976629 +L 191.686697 145.976629 +L 191.686697 140.118376 +L 193.873217 140.118376 +L 193.873217 132.777914 +L 196.059737 132.777914 +L 196.059737 130.942799 +L 198.246258 130.942799 +L 198.246258 138.706748 +L 200.432778 138.706748 +L 200.432778 145.811939 +L 202.619299 145.811939 +L 202.619299 147.411783 +L 204.805819 147.411783 +L 204.805819 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 215.738421 147.6 +L 215.738421 146.753024 +L 217.924941 146.753024 +L 217.924941 144.212095 +L 220.111462 144.212095 +L 220.111462 139.694888 +L 222.297982 139.694888 +L 222.297982 136.871633 +L 224.484502 136.871633 +L 224.484502 138.330315 +L 226.671023 138.330315 +L 226.671023 134.848301 +L 228.857543 134.848301 +L 228.857543 139.412562 +L 231.044063 139.412562 +L 231.044063 136.165819 +L 233.230584 136.165819 +L 233.230584 138.565586 +L 235.417104 138.565586 +L 235.417104 139.412562 +L 237.603625 139.412562 +L 237.603625 138.330315 +L 239.790145 138.330315 +L 239.790145 141.906437 +L 241.976665 141.906437 +L 241.976665 143.365118 +L 244.163186 143.365118 +L 244.163186 146.04721 +L 246.349706 146.04721 +L 246.349706 147.176512 +L 248.536226 147.176512 +L 248.536226 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_6"> + <path clip-path="url(#p0f644c1ce2)" d="M 47.376352 147.6 +L 47.376352 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +L 51.749393 147.6 +L 51.749393 144.282676 +L 53.935913 144.282676 +L 53.935913 126.637336 +L 56.122433 126.637336 +L 56.122433 128.190126 +L 58.308954 128.190126 +L 58.308954 140.965352 +L 60.495474 140.965352 +L 60.495474 146.470698 +L 62.681995 146.470698 +L 62.681995 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 77.987637 147.6 +L 77.987637 146.611861 +L 80.174158 146.611861 +L 80.174158 141.671166 +L 82.360678 141.671166 +L 82.360678 134.048379 +L 84.547198 134.048379 +L 84.547198 135.742331 +L 86.733719 135.742331 +L 86.733719 141.812328 +L 88.920239 141.812328 +L 88.920239 135.554114 +L 91.106759 135.554114 +L 91.106759 134.942409 +L 93.29328 134.942409 +L 93.29328 141.671166 +L 95.4798 141.671166 +L 95.4798 140.49481 +L 97.666321 140.49481 +L 97.666321 136.495199 +L 99.852841 136.495199 +L 99.852841 139.271399 +L 102.039361 139.271399 +L 102.039361 143.223956 +L 104.225882 143.223956 +L 104.225882 145.200234 +L 106.412402 145.200234 +L 106.412402 146.894186 +L 108.598922 146.894186 +L 108.598922 147.458837 +L 110.785443 147.458837 +L 110.785443 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 123.904565 147.6 +L 123.904565 144.141513 +L 126.091085 144.141513 +L 126.091085 132.919077 +L 128.277606 132.919077 +L 128.277606 127.766637 +L 130.464126 127.766637 +L 130.464126 137.436284 +L 132.650647 137.436284 +L 132.650647 144.635583 +L 134.837167 144.635583 +L 134.837167 147.247093 +L 137.023687 147.247093 +L 137.023687 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 150.14281 147.6 +L 150.14281 146.753024 +L 152.32933 146.753024 +L 152.32933 142.753413 +L 154.51585 142.753413 +L 154.51585 136.918687 +L 156.702371 136.918687 +L 156.702371 136.306982 +L 158.888891 136.306982 +L 158.888891 138.424423 +L 161.075411 138.424423 +L 161.075411 137.295121 +L 163.261932 137.295121 +L 163.261932 137.153959 +L 165.448452 137.153959 +L 165.448452 138.424423 +L 167.634973 138.424423 +L 167.634973 139.977213 +L 169.821493 139.977213 +L 169.821493 137.718609 +L 172.008013 137.718609 +L 172.008013 139.271399 +L 174.194534 139.271399 +L 174.194534 141.953491 +L 176.381054 141.953491 +L 176.381054 144.635583 +L 178.567574 144.635583 +L 178.567574 146.329535 +L 180.754095 146.329535 +L 180.754095 147.176512 +L 182.940615 147.176512 +L 182.940615 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 196.059737 147.6 +L 196.059737 146.282481 +L 198.246258 146.282481 +L 198.246258 136.612835 +L 200.432778 136.612835 +L 200.432778 131.460395 +L 202.619299 131.460395 +L 202.619299 133.554309 +L 204.805819 133.554309 +L 204.805819 140.471283 +L 206.992339 140.471283 +L 206.992339 145.976629 +L 209.17886 145.976629 +L 209.17886 147.388256 +L 211.36538 147.388256 +L 211.36538 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 222.297982 147.6 +L 222.297982 146.894186 +L 224.484502 146.894186 +L 224.484502 144.635583 +L 226.671023 144.635583 +L 226.671023 139.271399 +L 228.857543 139.271399 +L 228.857543 138.000935 +L 231.044063 138.000935 +L 231.044063 138.189152 +L 233.230584 138.189152 +L 233.230584 135.695277 +L 235.417104 135.695277 +L 235.417104 138.847911 +L 237.603625 138.847911 +L 237.603625 137.718609 +L 239.790145 137.718609 +L 239.790145 138.000935 +L 241.976665 138.000935 +L 241.976665 138.800857 +L 244.163186 138.800857 +L 244.163186 139.177291 +L 246.349706 139.177291 +L 246.349706 141.106515 +L 248.536226 141.106515 +L 248.536226 142.518142 +L 250.722747 142.518142 +L 250.722747 145.623722 +L 252.909267 145.623722 +L 252.909267 146.753024 +L 255.095788 146.753024 +L 255.095788 147.458837 +L 257.282308 147.458837 +L 257.282308 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_7"> + <path clip-path="url(#p0f644c1ce2)" d="M 47.376352 147.6 +L 47.376352 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +L 51.749393 147.6 +L 51.749393 146.329535 +L 53.935913 146.329535 +L 53.935913 136.095238 +L 56.122433 136.095238 +L 56.122433 129.413536 +L 58.308954 129.413536 +L 58.308954 133.883689 +L 60.495474 133.883689 +L 60.495474 142.376979 +L 62.681995 142.376979 +L 62.681995 146.188373 +L 64.868515 146.188373 +L 64.868515 147.458837 +L 67.055035 147.458837 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 77.987637 147.6 +L 77.987637 146.894186 +L 80.174158 146.894186 +L 80.174158 144.635583 +L 82.360678 144.635583 +L 82.360678 139.553725 +L 84.547198 139.553725 +L 84.547198 137.859772 +L 86.733719 137.859772 +L 86.733719 138.989074 +L 88.920239 138.989074 +L 88.920239 137.295121 +L 91.106759 137.295121 +L 91.106759 137.295121 +L 93.29328 137.295121 +L 93.29328 138.000935 +L 95.4798 138.000935 +L 95.4798 137.436284 +L 97.666321 137.436284 +L 97.666321 139.412562 +L 99.852841 139.412562 +L 99.852841 139.600779 +L 102.039361 139.600779 +L 102.039361 139.788996 +L 104.225882 139.788996 +L 104.225882 143.365118 +L 106.412402 143.365118 +L 106.412402 145.059071 +L 108.598922 145.059071 +L 108.598922 146.329535 +L 110.785443 146.329535 +L 110.785443 147.317675 +L 112.971963 147.317675 +L 112.971963 147.458837 +L 115.158484 147.458837 +L 115.158484 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 123.904565 147.6 +L 123.904565 146.964768 +L 126.091085 146.964768 +L 126.091085 137.930353 +L 128.277606 137.930353 +L 128.277606 137.789191 +L 130.464126 137.789191 +L 130.464126 134.824774 +L 132.650647 134.824774 +L 132.650647 137.906826 +L 134.837167 137.906826 +L 134.837167 141.765274 +L 137.023687 141.765274 +L 137.023687 144.98849 +L 139.210208 144.98849 +L 139.210208 147.176512 +L 141.396728 147.176512 +L 141.396728 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 150.14281 147.6 +L 150.14281 147.035349 +L 152.32933 147.035349 +L 152.32933 145.482559 +L 154.51585 145.482559 +L 154.51585 141.530003 +L 156.702371 141.530003 +L 156.702371 140.824189 +L 158.888891 140.824189 +L 158.888891 141.530003 +L 161.075411 141.530003 +L 161.075411 134.142487 +L 163.261932 134.142487 +L 163.261932 138.047989 +L 165.448452 138.047989 +L 165.448452 138.989074 +L 167.634973 138.989074 +L 167.634973 136.73047 +L 169.821493 136.73047 +L 169.821493 138.424423 +L 172.008013 138.424423 +L 172.008013 139.553725 +L 174.194534 139.553725 +L 174.194534 140.259538 +L 176.381054 140.259538 +L 176.381054 142.094654 +L 178.567574 142.094654 +L 178.567574 143.506281 +L 180.754095 143.506281 +L 180.754095 145.153179 +L 182.940615 145.153179 +L 182.940615 146.094264 +L 185.127136 146.094264 +L 185.127136 147.035349 +L 187.313656 147.035349 +L 187.313656 147.458837 +L 189.500176 147.458837 +L 189.500176 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 198.246258 147.6 +L 198.246258 139.906632 +L 200.432778 139.906632 +L 200.432778 139.765469 +L 202.619299 139.765469 +L 202.619299 140.118376 +L 204.805819 140.118376 +L 204.805819 139.412562 +L 206.992339 139.412562 +L 206.992339 138.353842 +L 209.17886 138.353842 +L 209.17886 141.459422 +L 211.36538 141.459422 +L 211.36538 144.070932 +L 213.5519 144.070932 +L 213.5519 146.611861 +L 215.738421 146.611861 +L 215.738421 147.247093 +L 217.924941 147.247093 +L 217.924941 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 222.297982 147.6 +L 222.297982 147.458837 +L 224.484502 147.458837 +L 224.484502 146.04721 +L 226.671023 146.04721 +L 226.671023 142.800467 +L 228.857543 142.800467 +L 228.857543 141.530003 +L 231.044063 141.530003 +L 231.044063 144.49442 +L 233.230584 144.49442 +L 233.230584 136.871633 +L 235.417104 136.871633 +L 235.417104 137.012796 +L 237.603625 137.012796 +L 237.603625 139.977213 +L 239.790145 139.977213 +L 239.790145 137.718609 +L 241.976665 137.718609 +L 241.976665 136.165819 +L 244.163186 136.165819 +L 244.163186 139.694888 +L 246.349706 139.694888 +L 246.349706 140.400701 +L 248.536226 140.400701 +L 248.536226 140.824189 +L 250.722747 140.824189 +L 250.722747 142.235817 +L 252.909267 142.235817 +L 252.909267 143.647444 +L 255.095788 143.647444 +L 255.095788 144.635583 +L 257.282308 144.635583 +L 257.282308 145.906047 +L 259.468828 145.906047 +L 259.468828 146.894186 +L 261.655349 146.894186 +L 261.655349 147.317675 +L 263.841869 147.317675 +L 263.841869 147.458837 +L 266.028389 147.458837 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#8b2be2;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_8"> + <path clip-path="url(#p0f644c1ce2)" d="M 47.376352 147.6 +L 47.376352 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +L 51.749393 147.6 +L 51.749393 144.282676 +L 53.935913 144.282676 +L 53.935913 126.637336 +L 56.122433 126.637336 +L 56.122433 128.190126 +L 58.308954 128.190126 +L 58.308954 140.965352 +L 60.495474 140.965352 +L 60.495474 146.470698 +L 62.681995 146.470698 +L 62.681995 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 77.987637 147.6 +L 77.987637 146.611861 +L 80.174158 146.611861 +L 80.174158 141.671166 +L 82.360678 141.671166 +L 82.360678 134.048379 +L 84.547198 134.048379 +L 84.547198 135.742331 +L 86.733719 135.742331 +L 86.733719 141.812328 +L 88.920239 141.812328 +L 88.920239 135.554114 +L 91.106759 135.554114 +L 91.106759 134.942409 +L 93.29328 134.942409 +L 93.29328 141.671166 +L 95.4798 141.671166 +L 95.4798 140.49481 +L 97.666321 140.49481 +L 97.666321 136.495199 +L 99.852841 136.495199 +L 99.852841 139.271399 +L 102.039361 139.271399 +L 102.039361 143.223956 +L 104.225882 143.223956 +L 104.225882 145.200234 +L 106.412402 145.200234 +L 106.412402 146.894186 +L 108.598922 146.894186 +L 108.598922 147.458837 +L 110.785443 147.458837 +L 110.785443 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 123.904565 147.6 +L 123.904565 144.141513 +L 126.091085 144.141513 +L 126.091085 132.919077 +L 128.277606 132.919077 +L 128.277606 127.766637 +L 130.464126 127.766637 +L 130.464126 137.436284 +L 132.650647 137.436284 +L 132.650647 144.635583 +L 134.837167 144.635583 +L 134.837167 147.247093 +L 137.023687 147.247093 +L 137.023687 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 150.14281 147.6 +L 150.14281 146.753024 +L 152.32933 146.753024 +L 152.32933 142.753413 +L 154.51585 142.753413 +L 154.51585 136.918687 +L 156.702371 136.918687 +L 156.702371 136.306982 +L 158.888891 136.306982 +L 158.888891 138.424423 +L 161.075411 138.424423 +L 161.075411 137.295121 +L 163.261932 137.295121 +L 163.261932 137.153959 +L 165.448452 137.153959 +L 165.448452 138.424423 +L 167.634973 138.424423 +L 167.634973 139.977213 +L 169.821493 139.977213 +L 169.821493 137.718609 +L 172.008013 137.718609 +L 172.008013 139.271399 +L 174.194534 139.271399 +L 174.194534 141.953491 +L 176.381054 141.953491 +L 176.381054 144.635583 +L 178.567574 144.635583 +L 178.567574 146.329535 +L 180.754095 146.329535 +L 180.754095 147.176512 +L 182.940615 147.176512 +L 182.940615 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 196.059737 147.6 +L 196.059737 146.282481 +L 198.246258 146.282481 +L 198.246258 136.612835 +L 200.432778 136.612835 +L 200.432778 131.460395 +L 202.619299 131.460395 +L 202.619299 133.554309 +L 204.805819 133.554309 +L 204.805819 140.471283 +L 206.992339 140.471283 +L 206.992339 145.976629 +L 209.17886 145.976629 +L 209.17886 147.388256 +L 211.36538 147.388256 +L 211.36538 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 222.297982 147.6 +L 222.297982 146.894186 +L 224.484502 146.894186 +L 224.484502 144.635583 +L 226.671023 144.635583 +L 226.671023 139.271399 +L 228.857543 139.271399 +L 228.857543 138.000935 +L 231.044063 138.000935 +L 231.044063 138.189152 +L 233.230584 138.189152 +L 233.230584 135.695277 +L 235.417104 135.695277 +L 235.417104 138.847911 +L 237.603625 138.847911 +L 237.603625 137.718609 +L 239.790145 137.718609 +L 239.790145 138.000935 +L 241.976665 138.000935 +L 241.976665 138.800857 +L 244.163186 138.800857 +L 244.163186 139.177291 +L 246.349706 139.177291 +L 246.349706 141.106515 +L 248.536226 141.106515 +L 248.536226 142.518142 +L 250.722747 142.518142 +L 250.722747 145.623722 +L 252.909267 145.623722 +L 252.909267 146.753024 +L 255.095788 146.753024 +L 255.095788 147.458837 +L 257.282308 147.458837 +L 257.282308 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#ffc400;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_9"> + <path clip-path="url(#p0f644c1ce2)" d="M 47.376352 147.6 +L 47.376352 147.6 +L 49.562872 147.6 +L 49.562872 140.400701 +L 51.749393 140.400701 +L 51.749393 123.178849 +L 53.935913 123.178849 +L 53.935913 132.56617 +L 56.122433 132.56617 +L 56.122433 143.223956 +L 58.308954 143.223956 +L 58.308954 147.176512 +L 60.495474 147.176512 +L 60.495474 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 73.614596 147.6 +L 73.614596 147.317675 +L 75.801117 147.317675 +L 75.801117 144.776746 +L 77.987637 144.776746 +L 77.987637 137.153959 +L 80.174158 137.153959 +L 80.174158 132.495589 +L 82.360678 132.495589 +L 82.360678 140.683027 +L 84.547198 140.683027 +L 84.547198 139.694888 +L 86.733719 139.694888 +L 86.733719 131.930938 +L 88.920239 131.930938 +L 88.920239 139.553725 +L 91.106759 139.553725 +L 91.106759 141.671166 +L 93.29328 141.671166 +L 93.29328 136.589308 +L 95.4798 136.589308 +L 95.4798 138.236206 +L 97.666321 138.236206 +L 97.666321 142.424033 +L 99.852841 142.424033 +L 99.852841 144.635583 +L 102.039361 144.635583 +L 102.039361 146.470698 +L 104.225882 146.470698 +L 104.225882 147.458837 +L 106.412402 147.458837 +L 106.412402 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 119.531524 147.6 +L 119.531524 145.270815 +L 121.718045 145.270815 +L 121.718045 131.50745 +L 123.904565 131.50745 +L 123.904565 127.366676 +L 126.091085 127.366676 +L 126.091085 137.55392 +L 128.277606 137.55392 +L 128.277606 145.129652 +L 130.464126 145.129652 +L 130.464126 147.317675 +L 132.650647 147.317675 +L 132.650647 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 143.583248 147.6 +L 143.583248 147.458837 +L 145.769769 147.458837 +L 145.769769 146.04721 +L 147.956289 146.04721 +L 147.956289 141.106515 +L 150.14281 141.106515 +L 150.14281 135.742331 +L 152.32933 135.742331 +L 152.32933 137.718609 +L 154.51585 137.718609 +L 154.51585 138.142098 +L 156.702371 138.142098 +L 156.702371 137.153959 +L 158.888891 137.153959 +L 158.888891 135.17768 +L 161.075411 135.17768 +L 161.075411 139.412562 +L 163.261932 139.412562 +L 163.261932 139.600779 +L 165.448452 139.600779 +L 165.448452 137.953881 +L 167.634973 137.953881 +L 167.634973 139.553725 +L 169.821493 139.553725 +L 169.821493 143.27101 +L 172.008013 143.27101 +L 172.008013 145.71783 +L 174.194534 145.71783 +L 174.194534 147.035349 +L 176.381054 147.035349 +L 176.381054 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 189.500176 147.6 +L 189.500176 145.976629 +L 191.686697 145.976629 +L 191.686697 140.118376 +L 193.873217 140.118376 +L 193.873217 132.777914 +L 196.059737 132.777914 +L 196.059737 130.942799 +L 198.246258 130.942799 +L 198.246258 138.706748 +L 200.432778 138.706748 +L 200.432778 145.811939 +L 202.619299 145.811939 +L 202.619299 147.411783 +L 204.805819 147.411783 +L 204.805819 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 215.738421 147.6 +L 215.738421 146.753024 +L 217.924941 146.753024 +L 217.924941 144.212095 +L 220.111462 144.212095 +L 220.111462 139.694888 +L 222.297982 139.694888 +L 222.297982 136.871633 +L 224.484502 136.871633 +L 224.484502 138.330315 +L 226.671023 138.330315 +L 226.671023 134.848301 +L 228.857543 134.848301 +L 228.857543 139.412562 +L 231.044063 139.412562 +L 231.044063 136.165819 +L 233.230584 136.165819 +L 233.230584 138.565586 +L 235.417104 138.565586 +L 235.417104 139.412562 +L 237.603625 139.412562 +L 237.603625 138.330315 +L 239.790145 138.330315 +L 239.790145 141.906437 +L 241.976665 141.906437 +L 241.976665 143.365118 +L 244.163186 143.365118 +L 244.163186 146.04721 +L 246.349706 146.04721 +L 246.349706 147.176512 +L 248.536226 147.176512 +L 248.536226 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#00d7ff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_10"> + <path clip-path="url(#p0f644c1ce2)" d="M 47.376352 147.6 +L 47.376352 141.247677 +L 49.562872 141.247677 +L 49.562872 132.142682 +L 51.749393 132.142682 +L 51.749393 130.378148 +L 53.935913 130.378148 +L 53.935913 137.577447 +L 56.122433 137.577447 +L 56.122433 145.482559 +L 58.308954 145.482559 +L 58.308954 147.317675 +L 60.495474 147.317675 +L 60.495474 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 146.753024 +L 73.614596 146.753024 +L 73.614596 144.212095 +L 75.801117 144.212095 +L 75.801117 139.694888 +L 77.987637 139.694888 +L 77.987637 136.871633 +L 80.174158 136.871633 +L 80.174158 138.28326 +L 82.360678 138.28326 +L 82.360678 134.61303 +L 84.547198 134.61303 +L 84.547198 139.694888 +L 86.733719 139.694888 +L 86.733719 135.883494 +L 88.920239 135.883494 +L 88.920239 138.142098 +L 91.106759 138.142098 +L 91.106759 139.741942 +L 93.29328 139.741942 +L 93.29328 138.94202 +L 95.4798 138.94202 +L 95.4798 141.38884 +L 97.666321 141.38884 +L 97.666321 143.788606 +L 99.852841 143.788606 +L 99.852841 145.906047 +L 102.039361 145.906047 +L 102.039361 147.176512 +L 104.225882 147.176512 +L 104.225882 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 145.129652 +L 117.345004 145.129652 +L 117.345004 140.541864 +L 119.531524 140.541864 +L 119.531524 135.742331 +L 121.718045 135.742331 +L 121.718045 137.295121 +L 123.904565 137.295121 +L 123.904565 134.895355 +L 126.091085 134.895355 +L 126.091085 142.024072 +L 128.277606 142.024072 +L 128.277606 146.117791 +L 130.464126 146.117791 +L 130.464126 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 139.210208 147.6 +L 139.210208 147.317675 +L 141.396728 147.317675 +L 141.396728 145.764885 +L 143.583248 145.764885 +L 143.583248 143.223956 +L 145.769769 143.223956 +L 145.769769 140.965352 +L 147.956289 140.965352 +L 147.956289 138.706748 +L 150.14281 138.706748 +L 150.14281 137.295121 +L 152.32933 137.295121 +L 152.32933 135.318843 +L 154.51585 135.318843 +L 154.51585 138.424423 +L 156.702371 138.424423 +L 156.702371 139.412562 +L 158.888891 139.412562 +L 158.888891 136.589308 +L 161.075411 136.589308 +L 161.075411 138.424423 +L 163.261932 138.424423 +L 163.261932 141.530003 +L 165.448452 141.530003 +L 165.448452 141.71822 +L 167.634973 141.71822 +L 167.634973 142.753413 +L 169.821493 142.753413 +L 169.821493 145.059071 +L 172.008013 145.059071 +L 172.008013 146.611861 +L 174.194534 146.611861 +L 174.194534 147.176512 +L 176.381054 147.176512 +L 176.381054 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 182.940615 147.6 +L 182.940615 146.682442 +L 185.127136 146.682442 +L 185.127136 144.423839 +L 187.313656 144.423839 +L 187.313656 141.459422 +L 189.500176 141.459422 +L 189.500176 137.718609 +L 191.686697 137.718609 +L 191.686697 138.918493 +L 193.873217 138.918493 +L 193.873217 140.683027 +L 196.059737 140.683027 +L 196.059737 137.22454 +L 198.246258 137.22454 +L 198.246258 143.223956 +L 200.432778 143.223956 +L 200.432778 146.611861 +L 202.619299 146.611861 +L 202.619299 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 206.992339 147.6 +L 206.992339 147.458837 +L 209.17886 147.458837 +L 209.17886 147.035349 +L 211.36538 147.035349 +L 211.36538 145.435505 +L 213.5519 145.435505 +L 213.5519 143.835661 +L 215.738421 143.835661 +L 215.738421 141.812328 +L 217.924941 141.812328 +L 217.924941 140.400701 +L 220.111462 140.400701 +L 220.111462 138.565586 +L 222.297982 138.565586 +L 222.297982 139.130237 +L 224.484502 139.130237 +L 224.484502 134.048379 +L 226.671023 134.048379 +L 226.671023 139.083182 +L 228.857543 139.083182 +L 228.857543 139.83605 +L 231.044063 139.83605 +L 231.044063 135.789386 +L 233.230584 135.789386 +L 233.230584 140.400701 +L 235.417104 140.400701 +L 235.417104 142.800467 +L 237.603625 142.800467 +L 237.603625 141.953491 +L 239.790145 141.953491 +L 239.790145 144.070932 +L 241.976665 144.070932 +L 241.976665 145.764885 +L 244.163186 145.764885 +L 244.163186 146.753024 +L 246.349706 146.753024 +L 246.349706 147.317675 +L 248.536226 147.317675 +L 248.536226 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_10"> + <path clip-path="url(#p0f644c1ce2)" d="M 131.643407 147.6 +L 131.643407 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_11"> + <path d="M 36.44375 147.6 +L 36.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_12"> + <path d="M 276.960991 147.6 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_13"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_14"> + <path d="M 36.44375 38.88 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_11"> + <!-- 5% --> + <defs> + <path id="ArialMT-32"/> + <path d="M 4.15625 18.75 +L 13.375 19.53125 +Q 14.40625 12.796875 18.140625 9.390625 +Q 21.875 6 27.15625 6 +Q 33.5 6 37.890625 10.78125 +Q 42.28125 15.578125 42.28125 23.484375 +Q 42.28125 31 38.0625 35.34375 +Q 33.84375 39.703125 27 39.703125 +Q 22.75 39.703125 19.328125 37.765625 +Q 15.921875 35.84375 13.96875 32.765625 +L 5.71875 33.84375 +L 12.640625 70.609375 +L 48.25 70.609375 +L 48.25 62.203125 +L 19.671875 62.203125 +L 15.828125 42.96875 +Q 22.265625 47.46875 29.34375 47.46875 +Q 38.71875 47.46875 45.15625 40.96875 +Q 51.609375 34.46875 51.609375 24.265625 +Q 51.609375 14.546875 45.953125 7.46875 +Q 39.0625 -1.21875 27.15625 -1.21875 +Q 17.390625 -1.21875 11.203125 4.25 +Q 5.03125 9.71875 4.15625 18.75 +z +" id="ArialMT-53"/> + <path d="M 5.8125 54.390625 +Q 5.8125 62.0625 9.671875 67.421875 +Q 13.53125 72.796875 20.84375 72.796875 +Q 27.59375 72.796875 32 67.984375 +Q 36.421875 63.1875 36.421875 53.859375 +Q 36.421875 44.78125 31.953125 39.875 +Q 27.484375 34.96875 20.953125 34.96875 +Q 14.453125 34.96875 10.125 39.796875 +Q 5.8125 44.625 5.8125 54.390625 +z +M 21.09375 66.75 +Q 17.828125 66.75 15.65625 63.90625 +Q 13.484375 61.078125 13.484375 53.515625 +Q 13.484375 46.625 15.671875 43.8125 +Q 17.875 41.015625 21.09375 41.015625 +Q 24.421875 41.015625 26.59375 43.84375 +Q 28.765625 46.6875 28.765625 54.203125 +Q 28.765625 61.140625 26.5625 63.9375 +Q 24.359375 66.75 21.09375 66.75 +z +M 21.140625 -2.640625 +L 60.296875 72.796875 +L 67.4375 72.796875 +L 28.421875 -2.640625 +z +M 52.09375 16.796875 +Q 52.09375 24.515625 55.953125 29.859375 +Q 59.8125 35.203125 67.1875 35.203125 +Q 73.921875 35.203125 78.34375 30.390625 +Q 82.765625 25.59375 82.765625 16.265625 +Q 82.765625 7.171875 78.296875 2.265625 +Q 73.828125 -2.640625 67.234375 -2.640625 +Q 60.75 -2.640625 56.421875 2.21875 +Q 52.09375 7.078125 52.09375 16.796875 +z +M 67.4375 29.15625 +Q 64.109375 29.15625 61.9375 26.3125 +Q 59.765625 23.484375 59.765625 15.921875 +Q 59.765625 9.078125 61.953125 6.25 +Q 64.15625 3.421875 67.390625 3.421875 +Q 70.75 3.421875 72.921875 6.25 +Q 75.09375 9.078125 75.09375 16.609375 +Q 75.09375 23.53125 72.890625 26.34375 +Q 70.703125 29.15625 67.4375 29.15625 +z +" id="ArialMT-37"/> + </defs> + <g style="fill:#262626;" transform="translate(144.696746 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-53"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_2"> + <g id="patch_15"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +L 565.581681 38.88 +L 325.06444 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_3"> + <g id="xtick_5"> + <g id="line2d_11"> + <path clip-path="url(#pb09b23bb1b)" d="M 338.829451 147.6 +L 338.829451 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_12"> + <!-- 0.016 --> + <g style="fill:#262626;" transform="translate(326.318513 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_12"> + <path clip-path="url(#pb09b23bb1b)" d="M 386.717717 147.6 +L 386.717717 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_13"> + <!-- 0.018 --> + <g style="fill:#262626;" transform="translate(374.20678 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_13"> + <path clip-path="url(#pb09b23bb1b)" d="M 434.605984 147.6 +L 434.605984 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_14"> + <!-- 0.020 --> + <g style="fill:#262626;" transform="translate(422.095047 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_8"> + <g id="line2d_14"> + <path clip-path="url(#pb09b23bb1b)" d="M 482.494251 147.6 +L 482.494251 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_15"> + <!-- 0.022 --> + <g style="fill:#262626;" transform="translate(469.983314 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_9"> + <g id="line2d_15"> + <path clip-path="url(#pb09b23bb1b)" d="M 530.382518 147.6 +L 530.382518 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_16"> + <!-- 0.024 --> + <g style="fill:#262626;" transform="translate(517.87158 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="text_17"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(426.705873 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_4"> + <g id="ytick_6"> + <g id="line2d_16"> + <path clip-path="url(#pb09b23bb1b)" d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_18"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(312.503502 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_17"> + <path clip-path="url(#pb09b23bb1b)" d="M 325.06444 108.600807 +L 565.581681 108.600807 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_19"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(295.82069 112.179713)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_8"> + <g id="line2d_18"> + <path clip-path="url(#pb09b23bb1b)" d="M 325.06444 69.601614 +L 565.581681 69.601614 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_20"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(295.82069 73.18052)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_16"> + <path clip-path="url(#pb09b23bb1b)" d="M 335.997042 147.6 +L 335.997042 144.558063 +L 338.183562 144.558063 +L 338.183562 135.432252 +L 340.370082 135.432252 +L 340.370082 143.856077 +L 342.556603 143.856077 +L 342.556603 134.496271 +L 344.743123 134.496271 +L 344.743123 127.476416 +L 346.929643 127.476416 +L 346.929643 131.688329 +L 349.116164 131.688329 +L 349.116164 112.500726 +L 351.302684 112.500726 +L 351.302684 109.458789 +L 353.489205 109.458789 +L 353.489205 106.260856 +L 355.675725 106.260856 +L 355.675725 107.97682 +L 357.862245 107.97682 +L 357.862245 85.357288 +L 360.048766 85.357288 +L 360.048766 84.265311 +L 362.235286 84.265311 +L 362.235286 92.02615 +L 364.421806 92.02615 +L 364.421806 91.480161 +L 366.608327 91.480161 +L 366.608327 90.037191 +L 368.794847 90.037191 +L 368.794847 97.447038 +L 370.981368 97.447038 +L 370.981368 72.019564 +L 373.167888 72.019564 +L 373.167888 92.104149 +L 375.354408 92.104149 +L 375.354408 82.432349 +L 377.540929 82.432349 +L 377.540929 80.560387 +L 379.727449 80.560387 +L 379.727449 71.785569 +L 381.913969 71.785569 +L 381.913969 59.500823 +L 384.10049 59.500823 +L 384.10049 69.913608 +L 386.28701 69.913608 +L 386.28701 44.057143 +L 388.473531 44.057143 +L 388.473531 64.765714 +L 390.660051 64.765714 +L 390.660051 62.893753 +L 392.846571 62.893753 +L 392.846571 53.923939 +L 395.033092 53.923939 +L 395.033092 71.863567 +L 397.219612 71.863567 +L 397.219612 74.827506 +L 399.406132 74.827506 +L 399.406132 82.783341 +L 401.592653 82.783341 +L 401.592653 85.825278 +L 403.779173 85.825278 +L 403.779173 96.823051 +L 405.965694 96.823051 +L 405.965694 86.761259 +L 408.152214 86.761259 +L 408.152214 92.377143 +L 410.338734 92.377143 +L 410.338734 97.447038 +L 412.525255 97.447038 +L 412.525255 100.488975 +L 414.711775 100.488975 +L 414.711775 95.575077 +L 416.898295 95.575077 +L 416.898295 74.125521 +L 419.084816 74.125521 +L 419.084816 96.589056 +L 421.271336 96.589056 +L 421.271336 77.635448 +L 423.457857 77.635448 +L 423.457857 97.252042 +L 425.644377 97.252042 +L 425.644377 96.511057 +L 427.830897 96.511057 +L 427.830897 67.612655 +L 430.017418 67.612655 +L 430.017418 99.474996 +L 432.203938 99.474996 +L 432.203938 67.339661 +L 434.390458 67.339661 +L 434.390458 87.463245 +L 436.576979 87.463245 +L 436.576979 85.942276 +L 438.763499 85.942276 +L 438.763499 56.692881 +L 440.95002 56.692881 +L 440.95002 66.052688 +L 443.13654 66.052688 +L 443.13654 76.816465 +L 445.32306 76.816465 +L 445.32306 49.439031 +L 447.509581 49.439031 +L 447.509581 75.1395 +L 449.696101 75.1395 +L 449.696101 48.464052 +L 451.882621 48.464052 +L 451.882621 74.515513 +L 454.069142 74.515513 +L 454.069142 78.649427 +L 456.255662 78.649427 +L 456.255662 63.439742 +L 458.442183 63.439742 +L 458.442183 83.251332 +L 460.628703 83.251332 +L 460.628703 106.416852 +L 462.815223 106.416852 +L 462.815223 67.105666 +L 465.001744 67.105666 +L 465.001744 109.458789 +L 467.188264 109.458789 +L 467.188264 85.123293 +L 469.374784 85.123293 +L 469.374784 91.441162 +L 471.561305 91.441162 +L 471.561305 95.341082 +L 473.747825 95.341082 +L 473.747825 103.218918 +L 475.934346 103.218918 +L 475.934346 69.367619 +L 478.120866 69.367619 +L 478.120866 92.923132 +L 480.307386 92.923132 +L 480.307386 83.79732 +L 482.493907 83.79732 +L 482.493907 99.981985 +L 484.680427 99.981985 +L 484.680427 78.142437 +L 486.866947 78.142437 +L 486.866947 93.664116 +L 489.053468 93.664116 +L 489.053468 77.986441 +L 491.239988 77.986441 +L 491.239988 74.086521 +L 493.426509 74.086521 +L 493.426509 76.738467 +L 495.613029 76.738467 +L 495.613029 80.91138 +L 497.799549 80.91138 +L 497.799549 72.370557 +L 499.98607 72.370557 +L 499.98607 64.063729 +L 502.17259 64.063729 +L 502.17259 70.342599 +L 504.359111 70.342599 +L 504.359111 66.559677 +L 506.545631 66.559677 +L 506.545631 83.875319 +L 508.732151 83.875319 +L 508.732151 65.428701 +L 510.918672 65.428701 +L 510.918672 76.699467 +L 513.105192 76.699467 +L 513.105192 84.421308 +L 515.291712 84.421308 +L 515.291712 99.630993 +L 517.478233 99.630993 +L 517.478233 86.293269 +L 519.664753 86.293269 +L 519.664753 120.222567 +L 521.851274 120.222567 +L 521.851274 105.948862 +L 524.037794 105.948862 +L 524.037794 115.074673 +L 526.224314 115.074673 +L 526.224314 131.922324 +L 528.410835 131.922324 +L 528.410835 127.710412 +L 530.597355 127.710412 +L 530.597355 132.858305 +L 532.783875 132.858305 +L 532.783875 137.850202 +L 534.970396 137.850202 +L 534.970396 141.906118 +L 537.156916 141.906118 +L 537.156916 139.87816 +L 539.343437 139.87816 +L 539.343437 143.856077 +L 541.529957 143.856077 +L 541.529957 146.196029 +L 543.716477 146.196029 +L 543.716477 145.260048 +L 545.902998 145.260048 +L 545.902998 145.728039 +L 548.089518 145.728039 +L 548.089518 146.430024 +L 550.276038 146.430024 +L 550.276038 147.366005 +L 552.462559 147.366005 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_17"> + <path clip-path="url(#pb09b23bb1b)" d="M 335.997042 147.6 +L 335.997042 146.079031 +L 338.183562 146.079031 +L 338.183562 141.516126 +L 340.370082 141.516126 +L 340.370082 145.728039 +L 342.556603 145.728039 +L 342.556603 141.048136 +L 344.743123 141.048136 +L 344.743123 137.538208 +L 346.929643 137.538208 +L 346.929643 139.644165 +L 349.116164 139.644165 +L 349.116164 136.836223 +L 351.302684 136.836223 +L 351.302684 139.527167 +L 353.489205 139.527167 +L 353.489205 144.20707 +L 355.675725 144.20707 +L 355.675725 143.505085 +L 357.862245 143.505085 +L 357.862245 129.816368 +L 360.048766 129.816368 +L 360.048766 135.120258 +L 362.235286 135.120258 +L 362.235286 145.923035 +L 364.421806 145.923035 +L 364.421806 138.942179 +L 366.608327 138.942179 +L 366.608327 137.772203 +L 368.794847 137.772203 +L 368.794847 143.23209 +L 370.981368 143.23209 +L 370.981368 125.994447 +L 373.167888 125.994447 +L 373.167888 140.112155 +L 375.354408 140.112155 +L 375.354408 133.326295 +L 377.540929 133.326295 +L 377.540929 134.964262 +L 379.727449 134.964262 +L 379.727449 129.582373 +L 381.913969 129.582373 +L 381.913969 130.518354 +L 384.10049 130.518354 +L 384.10049 138.942179 +L 386.28701 138.942179 +L 386.28701 132.390315 +L 388.473531 132.390315 +L 388.473531 141.048136 +L 390.660051 141.048136 +L 390.660051 141.984116 +L 392.846571 141.984116 +L 392.846571 134.301275 +L 395.033092 134.301275 +L 395.033092 140.073156 +L 397.219612 140.073156 +L 397.219612 145.845036 +L 399.406132 145.845036 +L 399.406132 138.474189 +L 401.592653 138.474189 +L 401.592653 139.059177 +L 403.779173 139.059177 +L 403.779173 140.931138 +L 405.965694 140.931138 +L 405.965694 136.602228 +L 408.152214 136.602228 +L 408.152214 140.697143 +L 410.338734 140.697143 +L 410.338734 142.686102 +L 412.525255 142.686102 +L 412.525255 145.962034 +L 414.711775 145.962034 +L 414.711775 135.315254 +L 416.898295 135.315254 +L 416.898295 130.401356 +L 419.084816 130.401356 +L 419.084816 140.463148 +L 421.271336 140.463148 +L 421.271336 138.240194 +L 423.457857 138.240194 +L 423.457857 140.34615 +L 425.644377 140.34615 +L 425.644377 140.112155 +L 427.830897 140.112155 +L 427.830897 127.944407 +L 430.017418 127.944407 +L 430.017418 141.516126 +L 432.203938 141.516126 +L 432.203938 132.390315 +L 434.390458 132.390315 +L 434.390458 136.836223 +L 436.576979 136.836223 +L 436.576979 134.964262 +L 438.763499 134.964262 +L 438.763499 128.412397 +L 440.95002 128.412397 +L 440.95002 138.006199 +L 443.13654 138.006199 +L 443.13654 136.602228 +L 445.32306 136.602228 +L 445.32306 135.666247 +L 447.509581 135.666247 +L 447.509581 142.569104 +L 449.696101 142.569104 +L 449.696101 133.560291 +L 451.882621 133.560291 +L 451.882621 140.112155 +L 454.069142 140.112155 +L 454.069142 144.558063 +L 456.255662 144.558063 +L 456.255662 137.031219 +L 458.442183 137.031219 +L 458.442183 139.332171 +L 460.628703 139.332171 +L 460.628703 145.260048 +L 462.815223 145.260048 +L 462.815223 133.794286 +L 465.001744 133.794286 +L 465.001744 142.920097 +L 467.188264 142.920097 +L 467.188264 140.34615 +L 469.374784 140.34615 +L 469.374784 144.090073 +L 471.561305 144.090073 +L 471.561305 140.931138 +L 473.747825 140.931138 +L 473.747825 135.198257 +L 475.934346 135.198257 +L 475.934346 131.103341 +L 478.120866 131.103341 +L 478.120866 137.655206 +L 480.307386 137.655206 +L 480.307386 139.644165 +L 482.493907 139.644165 +L 482.493907 141.282131 +L 484.680427 141.282131 +L 484.680427 131.220339 +L 486.866947 131.220339 +L 486.866947 139.176174 +L 489.053468 139.176174 +L 489.053468 135.432252 +L 491.239988 135.432252 +L 491.239988 133.326295 +L 493.426509 133.326295 +L 493.426509 139.87816 +L 495.613029 139.87816 +L 495.613029 132.390315 +L 497.799549 132.390315 +L 497.799549 133.560291 +L 499.98607 133.560291 +L 499.98607 137.772203 +L 502.17259 137.772203 +L 502.17259 135.666247 +L 504.359111 135.666247 +L 504.359111 140.34615 +L 506.545631 140.34615 +L 506.545631 142.452107 +L 508.732151 142.452107 +L 508.732151 140.34615 +L 510.918672 140.34615 +L 510.918672 142.218111 +L 513.105192 142.218111 +L 513.105192 145.962034 +L 515.291712 145.962034 +L 515.291712 146.898015 +L 517.478233 146.898015 +L 517.478233 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_18"> + <path clip-path="url(#pb09b23bb1b)" d="M 335.997042 147.6 +L 335.997042 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 349.116164 147.6 +L 349.116164 140.81414 +L 351.302684 140.81414 +L 351.302684 136.602228 +L 353.489205 136.602228 +L 353.489205 130.323358 +L 355.675725 130.323358 +L 355.675725 131.883325 +L 357.862245 131.883325 +L 357.862245 134.262276 +L 360.048766 134.262276 +L 360.048766 130.401356 +L 362.235286 130.401356 +L 362.235286 143.856077 +L 364.421806 143.856077 +L 364.421806 147.366005 +L 366.608327 147.366005 +L 366.608327 147.6 +L 368.794847 147.6 +L 368.794847 146.664019 +L 370.981368 146.664019 +L 370.981368 144.090073 +L 373.167888 144.090073 +L 373.167888 140.580145 +L 375.354408 140.580145 +L 375.354408 134.028281 +L 377.540929 134.028281 +L 377.540929 132.390315 +L 379.727449 132.390315 +L 379.727449 131.688329 +L 381.913969 131.688329 +L 381.913969 123.030508 +L 384.10049 123.030508 +L 384.10049 128.412397 +L 386.28701 128.412397 +L 386.28701 130.050363 +L 388.473531 130.050363 +L 388.473531 126.540436 +L 390.660051 126.540436 +L 390.660051 137.772203 +L 392.846571 137.772203 +L 392.846571 137.382211 +L 395.033092 137.382211 +L 395.033092 140.034157 +L 397.219612 140.034157 +L 397.219612 144.324068 +L 399.406132 144.324068 +L 399.406132 146.430024 +L 401.592653 146.430024 +L 401.592653 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 405.965694 147.6 +L 405.965694 140.931138 +L 408.152214 140.931138 +L 408.152214 139.527167 +L 410.338734 139.527167 +L 410.338734 134.847264 +L 412.525255 134.847264 +L 412.525255 129.23138 +L 414.711775 129.23138 +L 414.711775 138.942179 +L 416.898295 138.942179 +L 416.898295 130.167361 +L 419.084816 130.167361 +L 419.084816 136.368232 +L 421.271336 136.368232 +L 421.271336 145.494044 +L 423.457857 145.494044 +L 423.457857 147.6 +L 425.644377 147.6 +L 425.644377 146.664019 +L 427.830897 146.664019 +L 427.830897 144.558063 +L 430.017418 144.558063 +L 430.017418 142.686102 +L 432.203938 142.686102 +L 432.203938 134.730266 +L 434.390458 134.730266 +L 434.390458 136.134237 +L 436.576979 136.134237 +L 436.576979 131.688329 +L 438.763499 131.688329 +L 438.763499 127.476416 +L 440.95002 127.476416 +L 440.95002 121.626538 +L 443.13654 121.626538 +L 443.13654 135.198257 +L 445.32306 135.198257 +L 445.32306 126.306441 +L 447.509581 126.306441 +L 447.509581 132.15632 +L 449.696101 132.15632 +L 449.696101 139.722163 +L 451.882621 139.722163 +L 451.882621 137.694205 +L 454.069142 137.694205 +L 454.069142 141.984116 +L 456.255662 141.984116 +L 456.255662 145.494044 +L 458.442183 145.494044 +L 458.442183 146.898015 +L 460.628703 146.898015 +L 460.628703 147.6 +L 462.815223 147.6 +L 462.815223 142.335109 +L 465.001744 142.335109 +L 465.001744 143.973075 +L 467.188264 143.973075 +L 467.188264 134.613269 +L 469.374784 134.613269 +L 469.374784 132.858305 +L 471.561305 132.858305 +L 471.561305 133.326295 +L 473.747825 133.326295 +L 473.747825 140.931138 +L 475.934346 140.931138 +L 475.934346 129.465375 +L 478.120866 129.465375 +L 478.120866 139.176174 +L 480.307386 139.176174 +L 480.307386 146.430024 +L 482.493907 146.430024 +L 482.493907 147.13201 +L 484.680427 147.13201 +L 484.680427 145.026053 +L 486.866947 145.026053 +L 486.866947 142.920097 +L 489.053468 142.920097 +L 489.053468 141.750121 +L 491.239988 141.750121 +L 491.239988 132.62431 +L 493.426509 132.62431 +L 493.426509 131.922324 +L 495.613029 131.922324 +L 495.613029 133.560291 +L 497.799549 133.560291 +L 497.799549 126.540436 +L 499.98607 126.540436 +L 499.98607 124.434479 +L 502.17259 124.434479 +L 502.17259 134.652268 +L 504.359111 134.652268 +L 504.359111 126.618434 +L 506.545631 126.618434 +L 506.545631 136.446231 +L 508.732151 136.446231 +L 508.732151 139.800161 +L 510.918672 139.800161 +L 510.918672 138.942179 +L 513.105192 138.942179 +L 513.105192 142.920097 +L 515.291712 142.920097 +L 515.291712 146.196029 +L 517.478233 146.196029 +L 517.478233 147.13201 +L 519.664753 147.13201 +L 519.664753 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_19"> + <path clip-path="url(#pb09b23bb1b)" d="M 335.997042 147.6 +L 335.997042 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 360.048766 147.6 +L 360.048766 145.611041 +L 362.235286 145.611041 +L 362.235286 129.504374 +L 364.421806 129.504374 +L 364.421806 136.095238 +L 366.608327 136.095238 +L 366.608327 130.752349 +L 368.794847 130.752349 +L 368.794847 129.933366 +L 370.981368 129.933366 +L 370.981368 137.148216 +L 373.167888 137.148216 +L 373.167888 140.736142 +L 375.354408 140.736142 +L 375.354408 145.962034 +L 377.540929 145.962034 +L 377.540929 147.366005 +L 379.727449 147.366005 +L 379.727449 147.6 +L 381.913969 147.6 +L 381.913969 145.962034 +L 384.10049 145.962034 +L 384.10049 140.34615 +L 386.28701 140.34615 +L 386.28701 135.666247 +L 388.473531 135.666247 +L 388.473531 137.070218 +L 390.660051 137.070218 +L 390.660051 124.200484 +L 392.846571 124.200484 +L 392.846571 130.830347 +L 395.033092 130.830347 +L 395.033092 129.270379 +L 397.219612 129.270379 +L 397.219612 125.37046 +L 399.406132 125.37046 +L 399.406132 131.688329 +L 401.592653 131.688329 +L 401.592653 133.326295 +L 403.779173 133.326295 +L 403.779173 135.900242 +L 405.965694 135.900242 +L 405.965694 139.176174 +L 408.152214 139.176174 +L 408.152214 142.686102 +L 410.338734 142.686102 +L 410.338734 145.026053 +L 412.525255 145.026053 +L 412.525255 147.13201 +L 414.711775 147.13201 +L 414.711775 147.366005 +L 416.898295 147.366005 +L 416.898295 147.6 +L 419.084816 147.6 +L 419.084816 141.750121 +L 421.271336 141.750121 +L 421.271336 130.869346 +L 423.457857 130.869346 +L 423.457857 137.421211 +L 425.644377 137.421211 +L 425.644377 132.62431 +L 427.830897 132.62431 +L 427.830897 131.883325 +L 430.017418 131.883325 +L 430.017418 137.109217 +L 432.203938 137.109217 +L 432.203938 140.112155 +L 434.390458 140.112155 +L 434.390458 144.324068 +L 436.576979 144.324068 +L 436.576979 147.015012 +L 438.763499 147.015012 +L 438.763499 147.6 +L 440.95002 147.6 +L 440.95002 145.026053 +L 443.13654 145.026053 +L 443.13654 138.006199 +L 445.32306 138.006199 +L 445.32306 138.942179 +L 447.509581 138.942179 +L 447.509581 136.056239 +L 449.696101 136.056239 +L 449.696101 124.278483 +L 451.882621 124.278483 +L 451.882621 134.964262 +L 454.069142 134.964262 +L 454.069142 125.916449 +L 456.255662 125.916449 +L 456.255662 125.682454 +L 458.442183 125.682454 +L 458.442183 131.532333 +L 460.628703 131.532333 +L 460.628703 135.198257 +L 462.815223 135.198257 +L 462.815223 134.964262 +L 465.001744 134.964262 +L 465.001744 139.644165 +L 467.188264 139.644165 +L 467.188264 142.218111 +L 469.374784 142.218111 +L 469.374784 144.792058 +L 471.561305 144.792058 +L 471.561305 146.508023 +L 473.747825 146.508023 +L 473.747825 147.288006 +L 475.934346 147.288006 +L 475.934346 147.6 +L 478.120866 147.6 +L 478.120866 140.580145 +L 480.307386 140.580145 +L 480.307386 130.986344 +L 482.493907 130.986344 +L 482.493907 138.942179 +L 484.680427 138.942179 +L 484.680427 134.652268 +L 486.866947 134.652268 +L 486.866947 134.106279 +L 489.053468 134.106279 +L 489.053468 134.262276 +L 491.239988 134.262276 +L 491.239988 141.32113 +L 493.426509 141.32113 +L 493.426509 142.062115 +L 495.613029 142.062115 +L 495.613029 146.196029 +L 497.799549 146.196029 +L 497.799549 147.6 +L 499.98607 147.6 +L 499.98607 144.792058 +L 502.17259 144.792058 +L 502.17259 137.538208 +L 504.359111 137.538208 +L 504.359111 140.34615 +L 506.545631 140.34615 +L 506.545631 135.900242 +L 508.732151 135.900242 +L 508.732151 127.944407 +L 510.918672 127.944407 +L 510.918672 132.15632 +L 513.105192 132.15632 +L 513.105192 126.774431 +L 515.291712 126.774431 +L 515.291712 130.752349 +L 517.478233 130.752349 +L 517.478233 126.774431 +L 519.664753 126.774431 +L 519.664753 137.070218 +L 521.851274 137.070218 +L 521.851274 133.0923 +L 524.037794 133.0923 +L 524.037794 139.410169 +L 526.224314 139.410169 +L 526.224314 141.750121 +L 528.410835 141.750121 +L 528.410835 144.324068 +L 530.597355 144.324068 +L 530.597355 145.494044 +L 532.783875 145.494044 +L 532.783875 147.13201 +L 534.970396 147.13201 +L 534.970396 147.366005 +L 537.156916 147.366005 +L 537.156916 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_20"> + <path clip-path="url(#pb09b23bb1b)" d="M 335.997042 147.6 +L 335.997042 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 362.235286 147.6 +L 362.235286 139.059177 +L 364.421806 139.059177 +L 364.421806 132.273317 +L 366.608327 132.273317 +L 366.608327 143.388087 +L 368.794847 143.388087 +L 368.794847 143.388087 +L 370.981368 143.388087 +L 370.981368 143.154092 +L 373.167888 143.154092 +L 373.167888 134.847264 +L 375.354408 134.847264 +L 375.354408 141.399128 +L 377.540929 141.399128 +L 377.540929 136.719225 +L 379.727449 136.719225 +L 379.727449 139.644165 +L 381.913969 139.644165 +L 381.913969 146.079031 +L 384.10049 146.079031 +L 384.10049 140.112155 +L 386.28701 140.112155 +L 386.28701 133.443293 +L 388.473531 133.443293 +L 388.473531 141.048136 +L 390.660051 141.048136 +L 390.660051 140.580145 +L 392.846571 140.580145 +L 392.846571 134.496271 +L 395.033092 134.496271 +L 395.033092 138.708184 +L 397.219612 138.708184 +L 397.219612 129.348378 +L 399.406132 129.348378 +L 399.406132 135.198257 +L 401.592653 135.198257 +L 401.592653 131.454334 +L 403.779173 131.454334 +L 403.779173 133.560291 +L 405.965694 133.560291 +L 405.965694 138.942179 +L 408.152214 138.942179 +L 408.152214 132.15632 +L 410.338734 132.15632 +L 410.338734 137.9282 +L 412.525255 137.9282 +L 412.525255 141.438128 +L 414.711775 141.438128 +L 414.711775 137.9282 +L 416.898295 137.9282 +L 416.898295 143.388087 +L 419.084816 143.388087 +L 419.084816 145.026053 +L 421.271336 145.026053 +L 421.271336 134.028281 +L 423.457857 134.028281 +L 423.457857 132.11732 +L 425.644377 132.11732 +L 425.644377 143.310089 +L 427.830897 143.310089 +L 427.830897 144.441065 +L 430.017418 144.441065 +L 430.017418 142.452107 +L 432.203938 142.452107 +L 432.203938 138.474189 +L 434.390458 138.474189 +L 434.390458 138.474189 +L 436.576979 138.474189 +L 436.576979 144.20707 +L 438.763499 144.20707 +L 438.763499 135.315254 +L 440.95002 135.315254 +L 440.95002 142.335109 +L 443.13654 142.335109 +L 443.13654 142.803099 +L 445.32306 142.803099 +L 445.32306 133.209298 +L 447.509581 133.209298 +L 447.509581 139.176174 +L 449.696101 139.176174 +L 449.696101 138.942179 +L 451.882621 138.942179 +L 451.882621 134.57427 +L 454.069142 134.57427 +L 454.069142 139.332171 +L 456.255662 139.332171 +L 456.255662 132.62431 +L 458.442183 132.62431 +L 458.442183 133.326295 +L 460.628703 133.326295 +L 460.628703 135.900242 +L 462.815223 135.900242 +L 462.815223 130.518354 +L 465.001744 130.518354 +L 465.001744 141.984116 +L 467.188264 141.984116 +L 467.188264 136.368232 +L 469.374784 136.368232 +L 469.374784 133.560291 +L 471.561305 133.560291 +L 471.561305 139.410169 +L 473.747825 139.410169 +L 473.747825 141.984116 +L 475.934346 141.984116 +L 475.934346 138.630186 +L 478.120866 138.630186 +L 478.120866 143.700081 +L 480.307386 143.700081 +L 480.307386 135.276255 +L 482.493907 135.276255 +L 482.493907 130.869346 +L 484.680427 130.869346 +L 484.680427 141.945117 +L 486.866947 141.945117 +L 486.866947 146.859015 +L 489.053468 146.859015 +L 489.053468 140.697143 +L 491.239988 140.697143 +L 491.239988 145.143051 +L 493.426509 145.143051 +L 493.426509 134.613269 +L 495.613029 134.613269 +L 495.613029 142.218111 +L 497.799549 142.218111 +L 497.799549 142.569104 +L 499.98607 142.569104 +L 499.98607 135.666247 +L 502.17259 135.666247 +L 502.17259 140.229153 +L 504.359111 140.229153 +L 504.359111 137.538208 +L 506.545631 137.538208 +L 506.545631 139.87816 +L 508.732151 139.87816 +L 508.732151 134.847264 +L 510.918672 134.847264 +L 510.918672 135.666247 +L 513.105192 135.666247 +L 513.105192 138.708184 +L 515.291712 138.708184 +L 515.291712 137.538208 +L 517.478233 137.538208 +L 517.478233 128.880387 +L 519.664753 128.880387 +L 519.664753 141.282131 +L 521.851274 141.282131 +L 521.851274 134.964262 +L 524.037794 134.964262 +L 524.037794 131.454334 +L 526.224314 131.454334 +L 526.224314 143.622082 +L 528.410835 143.622082 +L 528.410835 134.262276 +L 530.597355 134.262276 +L 530.597355 137.070218 +L 532.783875 137.070218 +L 532.783875 138.786182 +L 534.970396 138.786182 +L 534.970396 142.374108 +L 537.156916 142.374108 +L 537.156916 139.87816 +L 539.343437 139.87816 +L 539.343437 143.856077 +L 541.529957 143.856077 +L 541.529957 146.196029 +L 543.716477 146.196029 +L 543.716477 145.260048 +L 545.902998 145.260048 +L 545.902998 145.728039 +L 548.089518 145.728039 +L 548.089518 146.430024 +L 550.276038 146.430024 +L 550.276038 147.366005 +L 552.462559 147.366005 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#8b2be2;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_21"> + <path clip-path="url(#pb09b23bb1b)" d="M 335.997042 147.6 +L 335.997042 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 360.048766 147.6 +L 360.048766 145.611041 +L 362.235286 145.611041 +L 362.235286 129.504374 +L 364.421806 129.504374 +L 364.421806 136.095238 +L 366.608327 136.095238 +L 366.608327 130.752349 +L 368.794847 130.752349 +L 368.794847 129.933366 +L 370.981368 129.933366 +L 370.981368 137.148216 +L 373.167888 137.148216 +L 373.167888 140.736142 +L 375.354408 140.736142 +L 375.354408 145.962034 +L 377.540929 145.962034 +L 377.540929 147.366005 +L 379.727449 147.366005 +L 379.727449 147.6 +L 381.913969 147.6 +L 381.913969 145.962034 +L 384.10049 145.962034 +L 384.10049 140.34615 +L 386.28701 140.34615 +L 386.28701 135.666247 +L 388.473531 135.666247 +L 388.473531 137.070218 +L 390.660051 137.070218 +L 390.660051 124.200484 +L 392.846571 124.200484 +L 392.846571 130.830347 +L 395.033092 130.830347 +L 395.033092 129.270379 +L 397.219612 129.270379 +L 397.219612 125.37046 +L 399.406132 125.37046 +L 399.406132 131.688329 +L 401.592653 131.688329 +L 401.592653 133.326295 +L 403.779173 133.326295 +L 403.779173 135.900242 +L 405.965694 135.900242 +L 405.965694 139.176174 +L 408.152214 139.176174 +L 408.152214 142.686102 +L 410.338734 142.686102 +L 410.338734 145.026053 +L 412.525255 145.026053 +L 412.525255 147.13201 +L 414.711775 147.13201 +L 414.711775 147.366005 +L 416.898295 147.366005 +L 416.898295 147.6 +L 419.084816 147.6 +L 419.084816 141.750121 +L 421.271336 141.750121 +L 421.271336 130.869346 +L 423.457857 130.869346 +L 423.457857 137.421211 +L 425.644377 137.421211 +L 425.644377 132.62431 +L 427.830897 132.62431 +L 427.830897 131.883325 +L 430.017418 131.883325 +L 430.017418 137.109217 +L 432.203938 137.109217 +L 432.203938 140.112155 +L 434.390458 140.112155 +L 434.390458 144.324068 +L 436.576979 144.324068 +L 436.576979 147.015012 +L 438.763499 147.015012 +L 438.763499 147.6 +L 440.95002 147.6 +L 440.95002 145.026053 +L 443.13654 145.026053 +L 443.13654 138.006199 +L 445.32306 138.006199 +L 445.32306 138.942179 +L 447.509581 138.942179 +L 447.509581 136.056239 +L 449.696101 136.056239 +L 449.696101 124.278483 +L 451.882621 124.278483 +L 451.882621 134.964262 +L 454.069142 134.964262 +L 454.069142 125.916449 +L 456.255662 125.916449 +L 456.255662 125.682454 +L 458.442183 125.682454 +L 458.442183 131.532333 +L 460.628703 131.532333 +L 460.628703 135.198257 +L 462.815223 135.198257 +L 462.815223 134.964262 +L 465.001744 134.964262 +L 465.001744 139.644165 +L 467.188264 139.644165 +L 467.188264 142.218111 +L 469.374784 142.218111 +L 469.374784 144.792058 +L 471.561305 144.792058 +L 471.561305 146.508023 +L 473.747825 146.508023 +L 473.747825 147.288006 +L 475.934346 147.288006 +L 475.934346 147.6 +L 478.120866 147.6 +L 478.120866 140.580145 +L 480.307386 140.580145 +L 480.307386 130.986344 +L 482.493907 130.986344 +L 482.493907 138.942179 +L 484.680427 138.942179 +L 484.680427 134.652268 +L 486.866947 134.652268 +L 486.866947 134.106279 +L 489.053468 134.106279 +L 489.053468 134.262276 +L 491.239988 134.262276 +L 491.239988 141.32113 +L 493.426509 141.32113 +L 493.426509 142.062115 +L 495.613029 142.062115 +L 495.613029 146.196029 +L 497.799549 146.196029 +L 497.799549 147.6 +L 499.98607 147.6 +L 499.98607 144.792058 +L 502.17259 144.792058 +L 502.17259 137.538208 +L 504.359111 137.538208 +L 504.359111 140.34615 +L 506.545631 140.34615 +L 506.545631 135.900242 +L 508.732151 135.900242 +L 508.732151 127.944407 +L 510.918672 127.944407 +L 510.918672 132.15632 +L 513.105192 132.15632 +L 513.105192 126.774431 +L 515.291712 126.774431 +L 515.291712 130.752349 +L 517.478233 130.752349 +L 517.478233 126.774431 +L 519.664753 126.774431 +L 519.664753 137.070218 +L 521.851274 137.070218 +L 521.851274 133.0923 +L 524.037794 133.0923 +L 524.037794 139.410169 +L 526.224314 139.410169 +L 526.224314 141.750121 +L 528.410835 141.750121 +L 528.410835 144.324068 +L 530.597355 144.324068 +L 530.597355 145.494044 +L 532.783875 145.494044 +L 532.783875 147.13201 +L 534.970396 147.13201 +L 534.970396 147.366005 +L 537.156916 147.366005 +L 537.156916 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#ffc400;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_22"> + <path clip-path="url(#pb09b23bb1b)" d="M 335.997042 147.6 +L 335.997042 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 349.116164 147.6 +L 349.116164 140.81414 +L 351.302684 140.81414 +L 351.302684 136.602228 +L 353.489205 136.602228 +L 353.489205 130.323358 +L 355.675725 130.323358 +L 355.675725 131.883325 +L 357.862245 131.883325 +L 357.862245 134.262276 +L 360.048766 134.262276 +L 360.048766 130.401356 +L 362.235286 130.401356 +L 362.235286 143.856077 +L 364.421806 143.856077 +L 364.421806 147.366005 +L 366.608327 147.366005 +L 366.608327 147.6 +L 368.794847 147.6 +L 368.794847 146.664019 +L 370.981368 146.664019 +L 370.981368 144.090073 +L 373.167888 144.090073 +L 373.167888 140.580145 +L 375.354408 140.580145 +L 375.354408 134.028281 +L 377.540929 134.028281 +L 377.540929 132.390315 +L 379.727449 132.390315 +L 379.727449 131.688329 +L 381.913969 131.688329 +L 381.913969 123.030508 +L 384.10049 123.030508 +L 384.10049 128.412397 +L 386.28701 128.412397 +L 386.28701 130.050363 +L 388.473531 130.050363 +L 388.473531 126.540436 +L 390.660051 126.540436 +L 390.660051 137.772203 +L 392.846571 137.772203 +L 392.846571 137.382211 +L 395.033092 137.382211 +L 395.033092 140.034157 +L 397.219612 140.034157 +L 397.219612 144.324068 +L 399.406132 144.324068 +L 399.406132 146.430024 +L 401.592653 146.430024 +L 401.592653 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 405.965694 147.6 +L 405.965694 140.931138 +L 408.152214 140.931138 +L 408.152214 139.527167 +L 410.338734 139.527167 +L 410.338734 134.847264 +L 412.525255 134.847264 +L 412.525255 129.23138 +L 414.711775 129.23138 +L 414.711775 138.942179 +L 416.898295 138.942179 +L 416.898295 130.167361 +L 419.084816 130.167361 +L 419.084816 136.368232 +L 421.271336 136.368232 +L 421.271336 145.494044 +L 423.457857 145.494044 +L 423.457857 147.6 +L 425.644377 147.6 +L 425.644377 146.664019 +L 427.830897 146.664019 +L 427.830897 144.558063 +L 430.017418 144.558063 +L 430.017418 142.686102 +L 432.203938 142.686102 +L 432.203938 134.730266 +L 434.390458 134.730266 +L 434.390458 136.134237 +L 436.576979 136.134237 +L 436.576979 131.688329 +L 438.763499 131.688329 +L 438.763499 127.476416 +L 440.95002 127.476416 +L 440.95002 121.626538 +L 443.13654 121.626538 +L 443.13654 135.198257 +L 445.32306 135.198257 +L 445.32306 126.306441 +L 447.509581 126.306441 +L 447.509581 132.15632 +L 449.696101 132.15632 +L 449.696101 139.722163 +L 451.882621 139.722163 +L 451.882621 137.694205 +L 454.069142 137.694205 +L 454.069142 141.984116 +L 456.255662 141.984116 +L 456.255662 145.494044 +L 458.442183 145.494044 +L 458.442183 146.898015 +L 460.628703 146.898015 +L 460.628703 147.6 +L 462.815223 147.6 +L 462.815223 142.335109 +L 465.001744 142.335109 +L 465.001744 143.973075 +L 467.188264 143.973075 +L 467.188264 134.613269 +L 469.374784 134.613269 +L 469.374784 132.858305 +L 471.561305 132.858305 +L 471.561305 133.326295 +L 473.747825 133.326295 +L 473.747825 140.931138 +L 475.934346 140.931138 +L 475.934346 129.465375 +L 478.120866 129.465375 +L 478.120866 139.176174 +L 480.307386 139.176174 +L 480.307386 146.430024 +L 482.493907 146.430024 +L 482.493907 147.13201 +L 484.680427 147.13201 +L 484.680427 145.026053 +L 486.866947 145.026053 +L 486.866947 142.920097 +L 489.053468 142.920097 +L 489.053468 141.750121 +L 491.239988 141.750121 +L 491.239988 132.62431 +L 493.426509 132.62431 +L 493.426509 131.922324 +L 495.613029 131.922324 +L 495.613029 133.560291 +L 497.799549 133.560291 +L 497.799549 126.540436 +L 499.98607 126.540436 +L 499.98607 124.434479 +L 502.17259 124.434479 +L 502.17259 134.652268 +L 504.359111 134.652268 +L 504.359111 126.618434 +L 506.545631 126.618434 +L 506.545631 136.446231 +L 508.732151 136.446231 +L 508.732151 139.800161 +L 510.918672 139.800161 +L 510.918672 138.942179 +L 513.105192 138.942179 +L 513.105192 142.920097 +L 515.291712 142.920097 +L 515.291712 146.196029 +L 517.478233 146.196029 +L 517.478233 147.13201 +L 519.664753 147.13201 +L 519.664753 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#00d7ff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_23"> + <path clip-path="url(#pb09b23bb1b)" d="M 335.997042 147.6 +L 335.997042 146.079031 +L 338.183562 146.079031 +L 338.183562 141.516126 +L 340.370082 141.516126 +L 340.370082 145.728039 +L 342.556603 145.728039 +L 342.556603 141.048136 +L 344.743123 141.048136 +L 344.743123 137.538208 +L 346.929643 137.538208 +L 346.929643 139.644165 +L 349.116164 139.644165 +L 349.116164 136.836223 +L 351.302684 136.836223 +L 351.302684 139.527167 +L 353.489205 139.527167 +L 353.489205 144.20707 +L 355.675725 144.20707 +L 355.675725 143.505085 +L 357.862245 143.505085 +L 357.862245 129.816368 +L 360.048766 129.816368 +L 360.048766 135.120258 +L 362.235286 135.120258 +L 362.235286 145.923035 +L 364.421806 145.923035 +L 364.421806 138.942179 +L 366.608327 138.942179 +L 366.608327 137.772203 +L 368.794847 137.772203 +L 368.794847 143.23209 +L 370.981368 143.23209 +L 370.981368 125.994447 +L 373.167888 125.994447 +L 373.167888 140.112155 +L 375.354408 140.112155 +L 375.354408 133.326295 +L 377.540929 133.326295 +L 377.540929 134.964262 +L 379.727449 134.964262 +L 379.727449 129.582373 +L 381.913969 129.582373 +L 381.913969 130.518354 +L 384.10049 130.518354 +L 384.10049 138.942179 +L 386.28701 138.942179 +L 386.28701 132.390315 +L 388.473531 132.390315 +L 388.473531 141.048136 +L 390.660051 141.048136 +L 390.660051 141.984116 +L 392.846571 141.984116 +L 392.846571 134.301275 +L 395.033092 134.301275 +L 395.033092 140.073156 +L 397.219612 140.073156 +L 397.219612 145.845036 +L 399.406132 145.845036 +L 399.406132 138.474189 +L 401.592653 138.474189 +L 401.592653 139.059177 +L 403.779173 139.059177 +L 403.779173 140.931138 +L 405.965694 140.931138 +L 405.965694 136.602228 +L 408.152214 136.602228 +L 408.152214 140.697143 +L 410.338734 140.697143 +L 410.338734 142.686102 +L 412.525255 142.686102 +L 412.525255 145.962034 +L 414.711775 145.962034 +L 414.711775 135.315254 +L 416.898295 135.315254 +L 416.898295 130.401356 +L 419.084816 130.401356 +L 419.084816 140.463148 +L 421.271336 140.463148 +L 421.271336 138.240194 +L 423.457857 138.240194 +L 423.457857 140.34615 +L 425.644377 140.34615 +L 425.644377 140.112155 +L 427.830897 140.112155 +L 427.830897 127.944407 +L 430.017418 127.944407 +L 430.017418 141.516126 +L 432.203938 141.516126 +L 432.203938 132.390315 +L 434.390458 132.390315 +L 434.390458 136.836223 +L 436.576979 136.836223 +L 436.576979 134.964262 +L 438.763499 134.964262 +L 438.763499 128.412397 +L 440.95002 128.412397 +L 440.95002 138.006199 +L 443.13654 138.006199 +L 443.13654 136.602228 +L 445.32306 136.602228 +L 445.32306 135.666247 +L 447.509581 135.666247 +L 447.509581 142.569104 +L 449.696101 142.569104 +L 449.696101 133.560291 +L 451.882621 133.560291 +L 451.882621 140.112155 +L 454.069142 140.112155 +L 454.069142 144.558063 +L 456.255662 144.558063 +L 456.255662 137.031219 +L 458.442183 137.031219 +L 458.442183 139.332171 +L 460.628703 139.332171 +L 460.628703 145.260048 +L 462.815223 145.260048 +L 462.815223 133.794286 +L 465.001744 133.794286 +L 465.001744 142.920097 +L 467.188264 142.920097 +L 467.188264 140.34615 +L 469.374784 140.34615 +L 469.374784 144.090073 +L 471.561305 144.090073 +L 471.561305 140.931138 +L 473.747825 140.931138 +L 473.747825 135.198257 +L 475.934346 135.198257 +L 475.934346 131.103341 +L 478.120866 131.103341 +L 478.120866 137.655206 +L 480.307386 137.655206 +L 480.307386 139.644165 +L 482.493907 139.644165 +L 482.493907 141.282131 +L 484.680427 141.282131 +L 484.680427 131.220339 +L 486.866947 131.220339 +L 486.866947 139.176174 +L 489.053468 139.176174 +L 489.053468 135.432252 +L 491.239988 135.432252 +L 491.239988 133.326295 +L 493.426509 133.326295 +L 493.426509 139.87816 +L 495.613029 139.87816 +L 495.613029 132.390315 +L 497.799549 132.390315 +L 497.799549 133.560291 +L 499.98607 133.560291 +L 499.98607 137.772203 +L 502.17259 137.772203 +L 502.17259 135.666247 +L 504.359111 135.666247 +L 504.359111 140.34615 +L 506.545631 140.34615 +L 506.545631 142.452107 +L 508.732151 142.452107 +L 508.732151 140.34615 +L 510.918672 140.34615 +L 510.918672 142.218111 +L 513.105192 142.218111 +L 513.105192 145.962034 +L 515.291712 145.962034 +L 515.291712 146.898015 +L 517.478233 146.898015 +L 517.478233 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_19"> + <path clip-path="url(#pb09b23bb1b)" d="M 434.605984 147.6 +L 434.605984 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_24"> + <path d="M 325.06444 147.6 +L 325.06444 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_25"> + <path d="M 565.581681 147.6 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_26"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_27"> + <path d="M 325.06444 38.88 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_21"> + <!-- 12% --> + <g style="fill:#262626;" transform="translate(431.647748 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-49"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_3"> + <g id="patch_28"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +L 854.202371 38.88 +L 613.685129 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_5"> + <g id="xtick_10"> + <g id="line2d_20"> + <path clip-path="url(#pbf1197cfcd)" d="M 629.563979 147.6 +L 629.563979 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_22"> + <!-- 0.0900 --> + <defs> + <path d="M 5.46875 16.546875 +L 13.921875 17.328125 +Q 14.984375 11.375 18.015625 8.6875 +Q 21.046875 6 25.78125 6 +Q 29.828125 6 32.875 7.859375 +Q 35.9375 9.71875 37.890625 12.8125 +Q 39.84375 15.921875 41.15625 21.1875 +Q 42.484375 26.46875 42.484375 31.9375 +Q 42.484375 32.515625 42.4375 33.6875 +Q 39.796875 29.5 35.234375 26.875 +Q 30.671875 24.265625 25.34375 24.265625 +Q 16.453125 24.265625 10.296875 30.703125 +Q 4.15625 37.15625 4.15625 47.703125 +Q 4.15625 58.59375 10.578125 65.234375 +Q 17 71.875 26.65625 71.875 +Q 33.640625 71.875 39.421875 68.109375 +Q 45.21875 64.359375 48.21875 57.390625 +Q 51.21875 50.4375 51.21875 37.25 +Q 51.21875 23.53125 48.234375 15.40625 +Q 45.265625 7.28125 39.375 3.03125 +Q 33.5 -1.21875 25.59375 -1.21875 +Q 17.1875 -1.21875 11.859375 3.4375 +Q 6.546875 8.109375 5.46875 16.546875 +z +M 41.453125 48.140625 +Q 41.453125 55.71875 37.421875 60.15625 +Q 33.40625 64.59375 27.734375 64.59375 +Q 21.875 64.59375 17.53125 59.8125 +Q 13.1875 55.03125 13.1875 47.40625 +Q 13.1875 40.578125 17.3125 36.296875 +Q 21.4375 32.03125 27.484375 32.03125 +Q 33.59375 32.03125 37.515625 36.296875 +Q 41.453125 40.578125 41.453125 48.140625 +z +" id="ArialMT-57"/> + </defs> + <g style="fill:#262626;" transform="translate(614.272573 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_11"> + <g id="line2d_21"> + <path clip-path="url(#pbf1197cfcd)" d="M 660.524135 147.6 +L 660.524135 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_23"> + <!-- 0.0925 --> + <g style="fill:#262626;" transform="translate(645.232729 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_12"> + <g id="line2d_22"> + <path clip-path="url(#pbf1197cfcd)" d="M 691.484291 147.6 +L 691.484291 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_24"> + <!-- 0.0950 --> + <g style="fill:#262626;" transform="translate(676.192885 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_13"> + <g id="line2d_23"> + <path clip-path="url(#pbf1197cfcd)" d="M 722.444447 147.6 +L 722.444447 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_25"> + <!-- 0.0975 --> + <defs> + <path d="M 4.734375 62.203125 +L 4.734375 70.65625 +L 51.078125 70.65625 +L 51.078125 63.8125 +Q 44.234375 56.546875 37.515625 44.484375 +Q 30.8125 32.421875 27.15625 19.671875 +Q 24.515625 10.6875 23.78125 0 +L 14.75 0 +Q 14.890625 8.453125 18.0625 20.40625 +Q 21.234375 32.375 27.171875 43.484375 +Q 33.109375 54.59375 39.796875 62.203125 +z +" id="ArialMT-55"/> + </defs> + <g style="fill:#262626;" transform="translate(707.153041 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_14"> + <g id="line2d_24"> + <path clip-path="url(#pbf1197cfcd)" d="M 753.404603 147.6 +L 753.404603 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_26"> + <!-- 0.1000 --> + <g style="fill:#262626;" transform="translate(738.113197 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_15"> + <g id="line2d_25"> + <path clip-path="url(#pbf1197cfcd)" d="M 784.364759 147.6 +L 784.364759 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_27"> + <!-- 0.1025 --> + <g style="fill:#262626;" transform="translate(769.073353 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_16"> + <g id="line2d_26"> + <path clip-path="url(#pbf1197cfcd)" d="M 815.324915 147.6 +L 815.324915 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_28"> + <!-- 0.1050 --> + <g style="fill:#262626;" transform="translate(800.033508 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_17"> + <g id="line2d_27"> + <path clip-path="url(#pbf1197cfcd)" d="M 846.285071 147.6 +L 846.285071 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_29"> + <!-- 0.1075 --> + <g style="fill:#262626;" transform="translate(830.993664 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="text_30"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(715.326563 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_6"> + <g id="ytick_9"> + <g id="line2d_28"> + <path clip-path="url(#pbf1197cfcd)" d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_31"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(601.124192 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_10"> + <g id="line2d_29"> + <path clip-path="url(#pbf1197cfcd)" d="M 613.685129 119.232094 +L 854.202371 119.232094 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_32"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(584.441379 122.811)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_11"> + <g id="line2d_30"> + <path clip-path="url(#pbf1197cfcd)" d="M 613.685129 90.864188 +L 854.202371 90.864188 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_33"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(584.441379 94.443094)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_12"> + <g id="line2d_31"> + <path clip-path="url(#pbf1197cfcd)" d="M 613.685129 62.496282 +L 854.202371 62.496282 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_34"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(584.441379 66.075188)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_29"> + <path clip-path="url(#pbf1197cfcd)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 137.727969 +L 631.177292 137.727969 +L 631.177292 143.685229 +L 633.363813 143.685229 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 142.153362 +L 642.109894 142.153362 +L 642.109894 140.451288 +L 644.296415 140.451288 +L 644.296415 131.089879 +L 646.482935 131.089879 +L 646.482935 123.090129 +L 648.669455 123.090129 +L 648.669455 146.068133 +L 650.855976 146.068133 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 143.174607 +L 657.415537 143.174607 +L 657.415537 98.410051 +L 659.602057 98.410051 +L 659.602057 111.345816 +L 661.788578 111.345816 +L 661.788578 134.664235 +L 663.975098 134.664235 +L 663.975098 140.451288 +L 666.161618 140.451288 +L 666.161618 120.196603 +L 668.348139 120.196603 +L 668.348139 111.856438 +L 670.534659 111.856438 +L 670.534659 117.416548 +L 672.721179 117.416548 +L 672.721179 95.062638 +L 674.9077 95.062638 +L 674.9077 98.239843 +L 677.09422 98.239843 +L 677.09422 115.09038 +L 679.280741 115.09038 +L 679.280741 110.324571 +L 681.467261 110.324571 +L 681.467261 111.345816 +L 683.653781 111.345816 +L 683.653781 93.644243 +L 685.840302 93.644243 +L 685.840302 63.006904 +L 688.026822 63.006904 +L 688.026822 76.793706 +L 690.213342 76.793706 +L 690.213342 105.899178 +L 692.399863 105.899178 +L 692.399863 89.048642 +L 694.586383 89.048642 +L 694.586383 92.622998 +L 696.772904 92.622998 +L 696.772904 60.453793 +L 698.959424 60.453793 +L 698.959424 73.21935 +L 701.145944 73.21935 +L 701.145944 64.510403 +L 703.332465 64.510403 +L 703.332465 48.822951 +L 705.518985 48.822951 +L 705.518985 66.921675 +L 707.705505 66.921675 +L 707.705505 77.474536 +L 709.892026 77.474536 +L 709.892026 82.921174 +L 712.078546 82.921174 +L 712.078546 63.716102 +L 714.265067 63.716102 +L 714.265067 50.638497 +L 716.451587 50.638497 +L 716.451587 44.057143 +L 718.638107 44.057143 +L 718.638107 76.680235 +L 720.824628 76.680235 +L 720.824628 70.496031 +L 723.011148 70.496031 +L 723.011148 56.624125 +L 725.197668 56.624125 +L 725.197668 53.049769 +L 727.384189 53.049769 +L 727.384189 53.475288 +L 729.570709 53.475288 +L 729.570709 64.113252 +L 731.75723 64.113252 +L 731.75723 57.900681 +L 733.94375 57.900681 +L 733.94375 69.219476 +L 736.13027 69.219476 +L 736.13027 54.581636 +L 738.316791 54.581636 +L 738.316791 68.283335 +L 740.503311 68.283335 +L 740.503311 74.694481 +L 742.689832 74.694481 +L 742.689832 52.879562 +L 744.876352 52.879562 +L 744.876352 80.424798 +L 747.062872 80.424798 +L 747.062872 83.091382 +L 749.249393 83.091382 +L 749.249393 93.303828 +L 751.435913 93.303828 +L 751.435913 70.042145 +L 753.622433 70.042145 +L 753.622433 52.482411 +L 755.808954 52.482411 +L 755.808954 77.985159 +L 757.995474 77.985159 +L 757.995474 88.197605 +L 760.181995 88.197605 +L 760.181995 90.495405 +L 762.368515 90.495405 +L 762.368515 101.587256 +L 764.555035 101.587256 +L 764.555035 87.431671 +L 766.741556 87.431671 +L 766.741556 76.254716 +L 768.928076 76.254716 +L 768.928076 104.877933 +L 771.114596 104.877933 +L 771.114596 102.721973 +L 773.301117 102.721973 +L 773.301117 101.161738 +L 775.487637 101.161738 +L 775.487637 131.430294 +L 777.674158 131.430294 +L 777.674158 114.579757 +L 779.860678 114.579757 +L 779.860678 118.778207 +L 782.047198 118.778207 +L 782.047198 110.296204 +L 784.233719 110.296204 +L 784.233719 101.303577 +L 786.420239 101.303577 +L 786.420239 128.536767 +L 788.606759 128.536767 +L 788.606759 132.621746 +L 790.79328 132.621746 +L 790.79328 132.621746 +L 792.9798 132.621746 +L 792.9798 134.834442 +L 795.166321 134.834442 +L 795.166321 121.898677 +L 797.352841 121.898677 +L 797.352841 126.153863 +L 799.539361 126.153863 +L 799.539361 133.302575 +L 801.725882 133.302575 +L 801.725882 137.217346 +L 803.912402 137.217346 +L 803.912402 146.068133 +L 806.098922 146.068133 +L 806.098922 146.748963 +L 808.285443 146.748963 +L 808.285443 140.96191 +L 810.471963 140.96191 +L 810.471963 139.940665 +L 812.658484 139.940665 +L 812.658484 140.195977 +L 814.845004 140.195977 +L 814.845004 137.047139 +L 817.031524 137.047139 +L 817.031524 146.238341 +L 819.218045 146.238341 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 144.876681 +L 827.964126 144.876681 +L 827.964126 144.195851 +L 830.150647 144.195851 +L 830.150647 144.536266 +L 832.337167 144.536266 +L 832.337167 144.195851 +L 834.523687 144.195851 +L 834.523687 146.408548 +L 836.710208 146.408548 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_30"> + <path clip-path="url(#pbf1197cfcd)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 142.663984 +L 631.177292 142.663984 +L 631.177292 145.642614 +L 633.363813 145.642614 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 144.876681 +L 642.109894 144.876681 +L 642.109894 144.025644 +L 644.296415 144.025644 +L 644.296415 139.344939 +L 646.482935 139.344939 +L 646.482935 135.345065 +L 648.669455 135.345065 +L 648.669455 146.834067 +L 650.855976 146.834067 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 145.387303 +L 657.415537 145.387303 +L 657.415537 123.770959 +L 659.602057 123.770959 +L 659.602057 135.430168 +L 661.788578 135.430168 +L 661.788578 141.302325 +L 663.975098 141.302325 +L 663.975098 144.025644 +L 666.161618 144.025644 +L 666.161618 140.96191 +L 668.348139 140.96191 +L 668.348139 136.791828 +L 670.534659 136.791828 +L 670.534659 136.76346 +L 672.721179 136.76346 +L 672.721179 136.820196 +L 674.9077 136.820196 +L 674.9077 127.68573 +L 677.09422 127.68573 +L 677.09422 141.302325 +L 679.280741 141.302325 +L 679.280741 137.813072 +L 681.467261 137.813072 +L 681.467261 138.323695 +L 683.653781 138.323695 +L 683.653781 135.940791 +L 685.840302 135.940791 +L 685.840302 128.451663 +L 688.026822 128.451663 +L 688.026822 130.068634 +L 690.213342 130.068634 +L 690.213342 138.579006 +L 692.399863 138.579006 +L 692.399863 137.387554 +L 694.586383 137.387554 +L 694.586383 134.919546 +L 696.772904 134.919546 +L 696.772904 130.068634 +L 698.959424 130.068634 +L 698.959424 128.706975 +L 701.145944 128.706975 +L 701.145944 129.047389 +L 703.332465 129.047389 +L 703.332465 127.090004 +L 705.518985 127.090004 +L 705.518985 138.66411 +L 707.705505 138.66411 +L 707.705505 142.068258 +L 709.892026 142.068258 +L 709.892026 137.898176 +L 712.078546 137.898176 +L 712.078546 137.98328 +L 714.265067 137.98328 +L 714.265067 132.96216 +L 716.451587 132.96216 +L 716.451587 127.600626 +L 718.638107 127.600626 +L 718.638107 139.770458 +L 720.824628 139.770458 +L 720.824628 137.217346 +L 723.011148 137.217346 +L 723.011148 137.387554 +L 725.197668 137.387554 +L 725.197668 130.579256 +L 727.384189 130.579256 +L 727.384189 130.153738 +L 729.570709 130.153738 +L 729.570709 133.813198 +L 731.75723 133.813198 +L 731.75723 139.259836 +L 733.94375 139.259836 +L 733.94375 141.64274 +L 736.13027 141.64274 +L 736.13027 144.195851 +L 738.316791 144.195851 +L 738.316791 138.834317 +L 740.503311 138.834317 +L 740.503311 139.855562 +L 742.689832 139.855562 +L 742.689832 136.508149 +L 744.876352 136.508149 +L 744.876352 143.628493 +L 747.062872 143.628493 +L 747.062872 147.6 +L 749.249393 147.6 +L 749.249393 146.578755 +L 751.435913 146.578755 +L 751.435913 143.685229 +L 753.622433 143.685229 +L 753.622433 138.238591 +L 755.808954 138.238591 +L 755.808954 136.366309 +L 757.995474 136.366309 +L 757.995474 139.259836 +L 760.181995 139.259836 +L 760.181995 142.663984 +L 762.368515 142.663984 +L 762.368515 145.217096 +L 764.555035 145.217096 +L 764.555035 147.429793 +L 766.741556 147.429793 +L 766.741556 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_31"> + <path clip-path="url(#pbf1197cfcd)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 657.415537 147.6 +L 657.415537 146.834067 +L 659.602057 146.834067 +L 659.602057 141.64274 +L 661.788578 141.64274 +L 661.788578 147.429793 +L 663.975098 147.429793 +L 663.975098 147.6 +L 666.161618 147.6 +L 666.161618 140.536391 +L 668.348139 140.536391 +L 668.348139 140.536391 +L 670.534659 140.536391 +L 670.534659 143.344814 +L 672.721179 143.344814 +L 672.721179 132.111123 +L 674.9077 132.111123 +L 674.9077 142.834192 +L 677.09422 142.834192 +L 677.09422 137.642865 +L 679.280741 137.642865 +L 679.280741 138.749213 +L 681.467261 138.749213 +L 681.467261 138.749213 +L 683.653781 138.749213 +L 683.653781 132.281331 +L 685.840302 132.281331 +L 685.840302 124.451789 +L 688.026822 124.451789 +L 688.026822 129.728219 +L 690.213342 129.728219 +L 690.213342 136.706724 +L 692.399863 136.706724 +L 692.399863 140.96191 +L 694.586383 140.96191 +L 694.586383 143.174607 +L 696.772904 143.174607 +L 696.772904 125.302826 +L 698.959424 125.302826 +L 698.959424 132.621746 +L 701.145944 132.621746 +L 701.145944 131.713973 +L 703.332465 131.713973 +L 703.332465 125.019147 +L 705.518985 125.019147 +L 705.518985 141.132117 +L 707.705505 141.132117 +L 707.705505 132.877057 +L 709.892026 132.877057 +L 709.892026 140.451288 +L 712.078546 140.451288 +L 712.078546 141.812947 +L 714.265067 141.812947 +L 714.265067 122.664611 +L 716.451587 122.664611 +L 716.451587 126.040391 +L 718.638107 126.040391 +L 718.638107 132.820321 +L 720.824628 132.820321 +L 720.824628 139.259836 +L 723.011148 139.259836 +L 723.011148 144.195851 +L 725.197668 144.195851 +L 725.197668 135.345065 +L 727.384189 135.345065 +L 727.384189 128.196352 +L 729.570709 128.196352 +L 729.570709 132.791953 +L 731.75723 132.791953 +L 731.75723 123.856063 +L 733.94375 123.856063 +L 733.94375 134.749339 +L 736.13027 134.749339 +L 736.13027 139.685354 +L 738.316791 139.685354 +L 738.316791 136.366309 +L 740.503311 136.366309 +L 740.503311 139.259836 +L 742.689832 139.259836 +L 742.689832 136.791828 +L 744.876352 136.791828 +L 744.876352 126.153863 +L 747.062872 126.153863 +L 747.062872 130.409049 +L 749.249393 130.409049 +L 749.249393 137.217346 +L 751.435913 137.217346 +L 751.435913 140.28108 +L 753.622433 140.28108 +L 753.622433 144.195851 +L 755.808954 144.195851 +L 755.808954 139.940665 +L 757.995474 139.940665 +L 757.995474 136.025894 +L 760.181995 136.025894 +L 760.181995 137.047139 +L 762.368515 137.047139 +L 762.368515 139.656986 +L 764.555035 139.656986 +L 764.555035 142.947663 +L 766.741556 142.947663 +L 766.741556 147.089378 +L 768.928076 147.089378 +L 768.928076 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_32"> + <path clip-path="url(#pbf1197cfcd)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 690.213342 147.6 +L 690.213342 146.663859 +L 692.399863 146.663859 +L 692.399863 135.174857 +L 694.586383 135.174857 +L 694.586383 140.451288 +L 696.772904 140.451288 +L 696.772904 147.429793 +L 698.959424 147.429793 +L 698.959424 147.6 +L 701.145944 147.6 +L 701.145944 140.706599 +L 703.332465 140.706599 +L 703.332465 141.302325 +L 705.518985 141.302325 +L 705.518985 124.111374 +L 707.705505 124.111374 +L 707.705505 136.536517 +L 709.892026 136.536517 +L 709.892026 136.281205 +L 712.078546 136.281205 +L 712.078546 128.706975 +L 714.265067 128.706975 +L 714.265067 143.25971 +L 716.451587 143.25971 +L 716.451587 139.430043 +L 718.638107 139.430043 +L 718.638107 135.259961 +L 720.824628 135.259961 +L 720.824628 131.089879 +L 723.011148 131.089879 +L 723.011148 120.707225 +L 725.197668 120.707225 +L 725.197668 135.259961 +L 727.384189 135.259961 +L 727.384189 141.64274 +L 729.570709 141.64274 +L 729.570709 139.344939 +L 731.75723 139.344939 +L 731.75723 136.025894 +L 733.94375 136.025894 +L 733.94375 136.791828 +L 736.13027 136.791828 +L 736.13027 120.111499 +L 738.316791 120.111499 +L 738.316791 134.32382 +L 740.503311 134.32382 +L 740.503311 135.089753 +L 742.689832 135.089753 +L 742.689832 129.813323 +L 744.876352 129.813323 +L 744.876352 143.855436 +L 747.062872 143.855436 +L 747.062872 137.898176 +L 749.249393 137.898176 +L 749.249393 136.025894 +L 751.435913 136.025894 +L 751.435913 129.302701 +L 753.622433 129.302701 +L 753.622433 121.558262 +L 755.808954 121.558262 +L 755.808954 137.132243 +L 757.995474 137.132243 +L 757.995474 142.493777 +L 760.181995 142.493777 +L 760.181995 138.408798 +L 762.368515 138.408798 +L 762.368515 136.281205 +L 764.555035 136.281205 +L 764.555035 133.699726 +L 766.741556 133.699726 +L 766.741556 122.522771 +L 768.928076 122.522771 +L 768.928076 133.983405 +L 771.114596 133.983405 +L 771.114596 134.86281 +L 773.301117 134.86281 +L 773.301117 132.252963 +L 775.487637 132.252963 +L 775.487637 143.174607 +L 777.674158 143.174607 +L 777.674158 136.196102 +L 779.860678 136.196102 +L 779.860678 137.103875 +L 782.047198 137.103875 +L 782.047198 136.735092 +L 784.233719 136.735092 +L 784.233719 132.96216 +L 786.420239 132.96216 +L 786.420239 139.940665 +L 788.606759 139.940665 +L 788.606759 142.323569 +L 790.79328 142.323569 +L 790.79328 141.64274 +L 792.9798 141.64274 +L 792.9798 142.323569 +L 795.166321 142.323569 +L 795.166321 144.876681 +L 797.352841 144.876681 +L 797.352841 145.046888 +L 799.539361 145.046888 +L 799.539361 144.025644 +L 801.725882 144.025644 +L 801.725882 147.089378 +L 803.912402 147.089378 +L 803.912402 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_33"> + <path clip-path="url(#pbf1197cfcd)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 694.586383 147.6 +L 694.586383 141.132117 +L 696.772904 141.132117 +L 696.772904 140.451288 +L 698.959424 140.451288 +L 698.959424 140.96191 +L 701.145944 140.96191 +L 701.145944 147.174481 +L 703.332465 147.174481 +L 703.332465 147.6 +L 705.518985 147.6 +L 705.518985 144.706474 +L 707.705505 144.706474 +L 707.705505 140.110873 +L 709.892026 140.110873 +L 709.892026 139.259836 +L 712.078546 139.259836 +L 712.078546 132.309699 +L 714.265067 132.309699 +L 714.265067 138.465534 +L 716.451587 138.465534 +L 716.451587 143.515022 +L 718.638107 143.515022 +L 718.638107 146.578755 +L 720.824628 146.578755 +L 720.824628 140.96191 +L 723.011148 140.96191 +L 723.011148 137.642865 +L 725.197668 137.642865 +L 725.197668 136.281205 +L 727.384189 136.281205 +L 727.384189 139.089628 +L 729.570709 139.089628 +L 729.570709 137.813072 +L 731.75723 137.813072 +L 731.75723 145.217096 +L 733.94375 145.217096 +L 733.94375 128.451663 +L 736.13027 128.451663 +L 736.13027 132.196227 +L 738.316791 132.196227 +L 738.316791 134.834442 +L 740.503311 134.834442 +L 740.503311 131.88418 +L 742.689832 131.88418 +L 742.689832 132.252963 +L 744.876352 132.252963 +L 744.876352 138.749213 +L 747.062872 138.749213 +L 747.062872 136.876932 +L 749.249393 136.876932 +L 749.249393 139.259836 +L 751.435913 139.259836 +L 751.435913 129.104125 +L 753.622433 129.104125 +L 753.622433 130.097002 +L 755.808954 130.097002 +L 755.808954 136.706724 +L 757.995474 136.706724 +L 757.995474 138.238591 +L 760.181995 138.238591 +L 760.181995 139.855562 +L 762.368515 139.855562 +L 762.368515 144.876681 +L 764.555035 144.876681 +L 764.555035 124.877307 +L 766.741556 124.877307 +L 766.741556 127.430419 +L 768.928076 127.430419 +L 768.928076 132.111123 +L 771.114596 132.111123 +L 771.114596 128.196352 +L 773.301117 128.196352 +L 773.301117 131.855812 +L 775.487637 131.855812 +L 775.487637 140.28108 +L 777.674158 140.28108 +L 777.674158 137.387554 +L 779.860678 137.387554 +L 779.860678 139.770458 +L 782.047198 139.770458 +L 782.047198 132.02602 +L 784.233719 132.02602 +L 784.233719 130.579256 +L 786.420239 130.579256 +L 786.420239 143.855436 +L 788.606759 143.855436 +L 788.606759 143.174607 +L 790.79328 143.174607 +L 790.79328 144.536266 +L 792.9798 144.536266 +L 792.9798 145.387303 +L 795.166321 145.387303 +L 795.166321 127.345315 +L 797.352841 127.345315 +L 797.352841 131.260086 +L 799.539361 131.260086 +L 799.539361 140.451288 +L 801.725882 140.451288 +L 801.725882 138.238591 +L 803.912402 138.238591 +L 803.912402 146.068133 +L 806.098922 146.068133 +L 806.098922 146.748963 +L 808.285443 146.748963 +L 808.285443 140.96191 +L 810.471963 140.96191 +L 810.471963 139.940665 +L 812.658484 139.940665 +L 812.658484 140.195977 +L 814.845004 140.195977 +L 814.845004 137.047139 +L 817.031524 137.047139 +L 817.031524 146.238341 +L 819.218045 146.238341 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 144.876681 +L 827.964126 144.876681 +L 827.964126 144.195851 +L 830.150647 144.195851 +L 830.150647 144.536266 +L 832.337167 144.536266 +L 832.337167 144.195851 +L 834.523687 144.195851 +L 834.523687 146.408548 +L 836.710208 146.408548 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#8b2be2;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_34"> + <path clip-path="url(#pbf1197cfcd)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 690.213342 147.6 +L 690.213342 146.663859 +L 692.399863 146.663859 +L 692.399863 135.174857 +L 694.586383 135.174857 +L 694.586383 140.451288 +L 696.772904 140.451288 +L 696.772904 147.429793 +L 698.959424 147.429793 +L 698.959424 147.6 +L 701.145944 147.6 +L 701.145944 140.706599 +L 703.332465 140.706599 +L 703.332465 141.302325 +L 705.518985 141.302325 +L 705.518985 124.111374 +L 707.705505 124.111374 +L 707.705505 136.536517 +L 709.892026 136.536517 +L 709.892026 136.281205 +L 712.078546 136.281205 +L 712.078546 128.706975 +L 714.265067 128.706975 +L 714.265067 143.25971 +L 716.451587 143.25971 +L 716.451587 139.430043 +L 718.638107 139.430043 +L 718.638107 135.259961 +L 720.824628 135.259961 +L 720.824628 131.089879 +L 723.011148 131.089879 +L 723.011148 120.707225 +L 725.197668 120.707225 +L 725.197668 135.259961 +L 727.384189 135.259961 +L 727.384189 141.64274 +L 729.570709 141.64274 +L 729.570709 139.344939 +L 731.75723 139.344939 +L 731.75723 136.025894 +L 733.94375 136.025894 +L 733.94375 136.791828 +L 736.13027 136.791828 +L 736.13027 120.111499 +L 738.316791 120.111499 +L 738.316791 134.32382 +L 740.503311 134.32382 +L 740.503311 135.089753 +L 742.689832 135.089753 +L 742.689832 129.813323 +L 744.876352 129.813323 +L 744.876352 143.855436 +L 747.062872 143.855436 +L 747.062872 137.898176 +L 749.249393 137.898176 +L 749.249393 136.025894 +L 751.435913 136.025894 +L 751.435913 129.302701 +L 753.622433 129.302701 +L 753.622433 121.558262 +L 755.808954 121.558262 +L 755.808954 137.132243 +L 757.995474 137.132243 +L 757.995474 142.493777 +L 760.181995 142.493777 +L 760.181995 138.408798 +L 762.368515 138.408798 +L 762.368515 136.281205 +L 764.555035 136.281205 +L 764.555035 133.699726 +L 766.741556 133.699726 +L 766.741556 122.522771 +L 768.928076 122.522771 +L 768.928076 133.983405 +L 771.114596 133.983405 +L 771.114596 134.86281 +L 773.301117 134.86281 +L 773.301117 132.252963 +L 775.487637 132.252963 +L 775.487637 143.174607 +L 777.674158 143.174607 +L 777.674158 136.196102 +L 779.860678 136.196102 +L 779.860678 137.103875 +L 782.047198 137.103875 +L 782.047198 136.735092 +L 784.233719 136.735092 +L 784.233719 132.96216 +L 786.420239 132.96216 +L 786.420239 139.940665 +L 788.606759 139.940665 +L 788.606759 142.323569 +L 790.79328 142.323569 +L 790.79328 141.64274 +L 792.9798 141.64274 +L 792.9798 142.323569 +L 795.166321 142.323569 +L 795.166321 144.876681 +L 797.352841 144.876681 +L 797.352841 145.046888 +L 799.539361 145.046888 +L 799.539361 144.025644 +L 801.725882 144.025644 +L 801.725882 147.089378 +L 803.912402 147.089378 +L 803.912402 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#ffc400;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_35"> + <path clip-path="url(#pbf1197cfcd)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 657.415537 147.6 +L 657.415537 146.834067 +L 659.602057 146.834067 +L 659.602057 141.64274 +L 661.788578 141.64274 +L 661.788578 147.429793 +L 663.975098 147.429793 +L 663.975098 147.6 +L 666.161618 147.6 +L 666.161618 140.536391 +L 668.348139 140.536391 +L 668.348139 140.536391 +L 670.534659 140.536391 +L 670.534659 143.344814 +L 672.721179 143.344814 +L 672.721179 132.111123 +L 674.9077 132.111123 +L 674.9077 142.834192 +L 677.09422 142.834192 +L 677.09422 137.642865 +L 679.280741 137.642865 +L 679.280741 138.749213 +L 681.467261 138.749213 +L 681.467261 138.749213 +L 683.653781 138.749213 +L 683.653781 132.281331 +L 685.840302 132.281331 +L 685.840302 124.451789 +L 688.026822 124.451789 +L 688.026822 129.728219 +L 690.213342 129.728219 +L 690.213342 136.706724 +L 692.399863 136.706724 +L 692.399863 140.96191 +L 694.586383 140.96191 +L 694.586383 143.174607 +L 696.772904 143.174607 +L 696.772904 125.302826 +L 698.959424 125.302826 +L 698.959424 132.621746 +L 701.145944 132.621746 +L 701.145944 131.713973 +L 703.332465 131.713973 +L 703.332465 125.019147 +L 705.518985 125.019147 +L 705.518985 141.132117 +L 707.705505 141.132117 +L 707.705505 132.877057 +L 709.892026 132.877057 +L 709.892026 140.451288 +L 712.078546 140.451288 +L 712.078546 141.812947 +L 714.265067 141.812947 +L 714.265067 122.664611 +L 716.451587 122.664611 +L 716.451587 126.040391 +L 718.638107 126.040391 +L 718.638107 132.820321 +L 720.824628 132.820321 +L 720.824628 139.259836 +L 723.011148 139.259836 +L 723.011148 144.195851 +L 725.197668 144.195851 +L 725.197668 135.345065 +L 727.384189 135.345065 +L 727.384189 128.196352 +L 729.570709 128.196352 +L 729.570709 132.791953 +L 731.75723 132.791953 +L 731.75723 123.856063 +L 733.94375 123.856063 +L 733.94375 134.749339 +L 736.13027 134.749339 +L 736.13027 139.685354 +L 738.316791 139.685354 +L 738.316791 136.366309 +L 740.503311 136.366309 +L 740.503311 139.259836 +L 742.689832 139.259836 +L 742.689832 136.791828 +L 744.876352 136.791828 +L 744.876352 126.153863 +L 747.062872 126.153863 +L 747.062872 130.409049 +L 749.249393 130.409049 +L 749.249393 137.217346 +L 751.435913 137.217346 +L 751.435913 140.28108 +L 753.622433 140.28108 +L 753.622433 144.195851 +L 755.808954 144.195851 +L 755.808954 139.940665 +L 757.995474 139.940665 +L 757.995474 136.025894 +L 760.181995 136.025894 +L 760.181995 137.047139 +L 762.368515 137.047139 +L 762.368515 139.656986 +L 764.555035 139.656986 +L 764.555035 142.947663 +L 766.741556 142.947663 +L 766.741556 147.089378 +L 768.928076 147.089378 +L 768.928076 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#00d7ff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_36"> + <path clip-path="url(#pbf1197cfcd)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 142.663984 +L 631.177292 142.663984 +L 631.177292 145.642614 +L 633.363813 145.642614 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 144.876681 +L 642.109894 144.876681 +L 642.109894 144.025644 +L 644.296415 144.025644 +L 644.296415 139.344939 +L 646.482935 139.344939 +L 646.482935 135.345065 +L 648.669455 135.345065 +L 648.669455 146.834067 +L 650.855976 146.834067 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 145.387303 +L 657.415537 145.387303 +L 657.415537 123.770959 +L 659.602057 123.770959 +L 659.602057 135.430168 +L 661.788578 135.430168 +L 661.788578 141.302325 +L 663.975098 141.302325 +L 663.975098 144.025644 +L 666.161618 144.025644 +L 666.161618 140.96191 +L 668.348139 140.96191 +L 668.348139 136.791828 +L 670.534659 136.791828 +L 670.534659 136.76346 +L 672.721179 136.76346 +L 672.721179 136.820196 +L 674.9077 136.820196 +L 674.9077 127.68573 +L 677.09422 127.68573 +L 677.09422 141.302325 +L 679.280741 141.302325 +L 679.280741 137.813072 +L 681.467261 137.813072 +L 681.467261 138.323695 +L 683.653781 138.323695 +L 683.653781 135.940791 +L 685.840302 135.940791 +L 685.840302 128.451663 +L 688.026822 128.451663 +L 688.026822 130.068634 +L 690.213342 130.068634 +L 690.213342 138.579006 +L 692.399863 138.579006 +L 692.399863 137.387554 +L 694.586383 137.387554 +L 694.586383 134.919546 +L 696.772904 134.919546 +L 696.772904 130.068634 +L 698.959424 130.068634 +L 698.959424 128.706975 +L 701.145944 128.706975 +L 701.145944 129.047389 +L 703.332465 129.047389 +L 703.332465 127.090004 +L 705.518985 127.090004 +L 705.518985 138.66411 +L 707.705505 138.66411 +L 707.705505 142.068258 +L 709.892026 142.068258 +L 709.892026 137.898176 +L 712.078546 137.898176 +L 712.078546 137.98328 +L 714.265067 137.98328 +L 714.265067 132.96216 +L 716.451587 132.96216 +L 716.451587 127.600626 +L 718.638107 127.600626 +L 718.638107 139.770458 +L 720.824628 139.770458 +L 720.824628 137.217346 +L 723.011148 137.217346 +L 723.011148 137.387554 +L 725.197668 137.387554 +L 725.197668 130.579256 +L 727.384189 130.579256 +L 727.384189 130.153738 +L 729.570709 130.153738 +L 729.570709 133.813198 +L 731.75723 133.813198 +L 731.75723 139.259836 +L 733.94375 139.259836 +L 733.94375 141.64274 +L 736.13027 141.64274 +L 736.13027 144.195851 +L 738.316791 144.195851 +L 738.316791 138.834317 +L 740.503311 138.834317 +L 740.503311 139.855562 +L 742.689832 139.855562 +L 742.689832 136.508149 +L 744.876352 136.508149 +L 744.876352 143.628493 +L 747.062872 143.628493 +L 747.062872 147.6 +L 749.249393 147.6 +L 749.249393 146.578755 +L 751.435913 146.578755 +L 751.435913 143.685229 +L 753.622433 143.685229 +L 753.622433 138.238591 +L 755.808954 138.238591 +L 755.808954 136.366309 +L 757.995474 136.366309 +L 757.995474 139.259836 +L 760.181995 139.259836 +L 760.181995 142.663984 +L 762.368515 142.663984 +L 762.368515 145.217096 +L 764.555035 145.217096 +L 764.555035 147.429793 +L 766.741556 147.429793 +L 766.741556 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_32"> + <path clip-path="url(#pbf1197cfcd)" d="M 753.404603 147.6 +L 753.404603 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_37"> + <path d="M 613.685129 147.6 +L 613.685129 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_38"> + <path d="M 854.202371 147.6 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_39"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_40"> + <path d="M 613.685129 38.88 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_35"> + <!-- 29% --> + <g style="fill:#262626;" transform="translate(720.268438 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-50"/> + <use x="83.398438" xlink:href="#ArialMT-57"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + <g id="legend_1"> + <g id="patch_41"> + <path d="M 786.850808 145.897188 +L 847.202371 145.897188 +Q 849.202371 145.897188 849.202371 143.897188 +L 849.202371 45.88 +Q 849.202371 43.88 847.202371 43.88 +L 786.850808 43.88 +Q 784.850808 43.88 784.850808 45.88 +L 784.850808 143.897188 +Q 784.850808 145.897188 786.850808 145.897188 +z +" style="fill:#ffffff;opacity:0.1;stroke:#cccccc;stroke-linejoin:miter;"/> + </g> + <g id="patch_42"> + <path d="M 788.850808 55.037813 +L 808.850808 55.037813 +L 808.850808 48.037813 +L 788.850808 48.037813 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_36"> + <!-- -180.0 --> + <defs> + <path d="M 3.171875 21.484375 +L 3.171875 30.328125 +L 30.171875 30.328125 +L 30.171875 21.484375 +z +" id="ArialMT-45"/> + </defs> + <g style="fill:#262626;" transform="translate(816.850808 55.037813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-45"/> + <use x="33.300781" xlink:href="#ArialMT-49"/> + <use x="88.916016" xlink:href="#ArialMT-56"/> + <use x="144.53125" xlink:href="#ArialMT-48"/> + <use x="200.146484" xlink:href="#ArialMT-46"/> + <use x="227.929688" xlink:href="#ArialMT-48"/> + </g> + </g> + <g id="patch_43"> + <path d="M 788.850808 69.183125 +L 808.850808 69.183125 +L 808.850808 62.183125 +L 788.850808 62.183125 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_37"> + <!-- -120.0 --> + <g style="fill:#262626;" transform="translate(816.850808 69.183125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-45"/> + <use x="33.300781" xlink:href="#ArialMT-49"/> + <use x="88.916016" xlink:href="#ArialMT-50"/> + <use x="144.53125" xlink:href="#ArialMT-48"/> + <use x="200.146484" xlink:href="#ArialMT-46"/> + <use x="227.929688" xlink:href="#ArialMT-48"/> + </g> + </g> + <g id="patch_44"> + <path d="M 788.850808 83.328438 +L 808.850808 83.328438 +L 808.850808 76.328438 +L 788.850808 76.328438 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_38"> + <!-- -60.0 --> + <g style="fill:#262626;" transform="translate(816.850808 83.328438)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-45"/> + <use x="33.300781" xlink:href="#ArialMT-54"/> + <use x="88.916016" xlink:href="#ArialMT-48"/> + <use x="144.53125" xlink:href="#ArialMT-46"/> + <use x="172.314453" xlink:href="#ArialMT-48"/> + </g> + </g> + <g id="patch_45"> + <path d="M 788.850808 97.47375 +L 808.850808 97.47375 +L 808.850808 90.47375 +L 788.850808 90.47375 +z +" style="fill:#8b2be2;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_39"> + <!-- 0.0 --> + <g style="fill:#262626;" transform="translate(816.850808 97.47375)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + </g> + </g> + <g id="patch_46"> + <path d="M 788.850808 111.619063 +L 808.850808 111.619063 +L 808.850808 104.619063 +L 788.850808 104.619063 +z +" style="fill:#ffc400;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_40"> + <!-- 60.0 --> + <g style="fill:#262626;" transform="translate(816.850808 111.619063)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-54"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-46"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + </g> + </g> + <g id="patch_47"> + <path d="M 788.850808 125.764375 +L 808.850808 125.764375 +L 808.850808 118.764375 +L 788.850808 118.764375 +z +" style="fill:#00d7ff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_41"> + <!-- 120.0 --> + <g style="fill:#262626;" transform="translate(816.850808 125.764375)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-50"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-46"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + <g id="patch_48"> + <path d="M 788.850808 139.909688 +L 808.850808 139.909688 +L 808.850808 132.909688 +L 788.850808 132.909688 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_42"> + <!-- 180.0 --> + <g style="fill:#262626;" transform="translate(816.850808 139.909688)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-56"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-46"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="axes_4"> + <g id="patch_49"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +L 1142.82306 38.88 +L 902.305819 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_7"> + <g id="xtick_18"> + <g id="line2d_33"> + <path clip-path="url(#p715ef18a4f)" d="M 947.094664 147.6 +L 947.094664 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_43"> + <!-- 0.28 --> + <g style="fill:#262626;" transform="translate(937.364196 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_19"> + <g id="line2d_34"> + <path clip-path="url(#p715ef18a4f)" d="M 1003.68917 147.6 +L 1003.68917 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_44"> + <!-- 0.29 --> + <g style="fill:#262626;" transform="translate(993.958702 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + </g> + </g> + </g> + <g id="xtick_20"> + <g id="line2d_35"> + <path clip-path="url(#p715ef18a4f)" d="M 1060.283676 147.6 +L 1060.283676 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_45"> + <!-- 0.30 --> + <g style="fill:#262626;" transform="translate(1050.553208 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_21"> + <g id="line2d_36"> + <path clip-path="url(#p715ef18a4f)" d="M 1116.878182 147.6 +L 1116.878182 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_46"> + <!-- 0.31 --> + <g style="fill:#262626;" transform="translate(1107.147714 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="text_47"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1003.947252 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_8"> + <g id="ytick_13"> + <g id="line2d_37"> + <path clip-path="url(#p715ef18a4f)" d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_48"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(889.744881 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_14"> + <g id="line2d_38"> + <path clip-path="url(#p715ef18a4f)" d="M 902.305819 124.788179 +L 1142.82306 124.788179 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_49"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(873.062069 128.367085)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_15"> + <g id="line2d_39"> + <path clip-path="url(#p715ef18a4f)" d="M 902.305819 101.976357 +L 1142.82306 101.976357 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_50"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(873.062069 105.555264)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_16"> + <g id="line2d_40"> + <path clip-path="url(#p715ef18a4f)" d="M 902.305819 79.164536 +L 1142.82306 79.164536 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_51"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(873.062069 82.743442)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_17"> + <g id="line2d_41"> + <path clip-path="url(#p715ef18a4f)" d="M 902.305819 56.352715 +L 1142.82306 56.352715 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_52"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(873.062069 59.931621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_50"> + <path clip-path="url(#p715ef18a4f)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 136.513455 +L 921.984502 136.513455 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 140.20897 +L 926.357543 140.20897 +L 926.357543 133.639165 +L 928.544063 133.639165 +L 928.544063 146.778774 +L 930.730584 146.778774 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 136.513455 +L 935.103625 136.513455 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 133.912907 +L 939.476665 133.912907 +L 939.476665 139.114002 +L 941.663186 139.114002 +L 941.663186 135.007875 +L 943.849706 135.007875 +L 943.849706 132.31608 +L 946.036226 132.31608 +L 946.036226 131.084241 +L 948.222747 131.084241 +L 948.222747 121.229535 +L 950.409267 121.229535 +L 950.409267 123.601964 +L 952.595788 123.601964 +L 952.595788 136.695949 +L 954.782308 136.695949 +L 954.782308 131.586101 +L 956.968828 131.586101 +L 956.968828 136.650326 +L 959.155349 136.650326 +L 959.155349 115.709074 +L 961.341869 115.709074 +L 961.341869 114.477235 +L 963.528389 114.477235 +L 963.528389 115.572203 +L 965.71491 115.572203 +L 965.71491 107.77056 +L 967.90143 107.77056 +L 967.90143 128.848683 +L 970.087951 128.848683 +L 970.087951 105.991238 +L 972.274471 105.991238 +L 972.274471 95.452176 +L 974.460991 95.452176 +L 974.460991 117.077783 +L 976.647512 117.077783 +L 976.647512 76.427117 +L 978.834032 76.427117 +L 978.834032 86.418695 +L 981.020553 86.418695 +L 981.020553 138.155906 +L 983.207073 138.155906 +L 983.207073 103.527561 +L 985.393593 103.527561 +L 985.393593 83.772524 +L 987.580114 83.772524 +L 987.580114 94.813445 +L 989.766634 94.813445 +L 989.766634 67.119894 +L 991.953154 67.119894 +L 991.953154 71.636635 +L 994.139675 71.636635 +L 994.139675 103.664432 +L 996.326195 103.664432 +L 996.326195 85.049986 +L 998.512716 85.049986 +L 998.512716 76.427117 +L 1000.699236 76.427117 +L 1000.699236 75.469021 +L 1002.885756 75.469021 +L 1002.885756 67.119894 +L 1005.072277 67.119894 +L 1005.072277 59.728864 +L 1007.258797 59.728864 +L 1007.258797 95.771542 +L 1009.445317 95.771542 +L 1009.445317 90.273893 +L 1011.631838 90.273893 +L 1011.631838 44.057143 +L 1013.818358 44.057143 +L 1013.818358 64.245605 +L 1016.004879 64.245605 +L 1016.004879 75.948069 +L 1018.191399 75.948069 +L 1018.191399 80.898234 +L 1020.377919 80.898234 +L 1020.377919 84.890303 +L 1022.56444 84.890303 +L 1022.56444 88.471759 +L 1024.75096 88.471759 +L 1024.75096 49.075744 +L 1026.93748 49.075744 +L 1026.93748 76.267435 +L 1029.124001 76.267435 +L 1029.124001 79.71202 +L 1031.310521 79.71202 +L 1031.310521 71.089151 +L 1033.497042 71.089151 +L 1033.497042 105.649061 +L 1035.683562 105.649061 +L 1035.683562 103.664432 +L 1037.870082 103.664432 +L 1037.870082 68.488604 +L 1040.056603 68.488604 +L 1040.056603 86.487131 +L 1042.243123 86.487131 +L 1042.243123 93.809725 +L 1044.429643 93.809725 +L 1044.429643 99.193315 +L 1046.616164 99.193315 +L 1046.616164 116.005627 +L 1048.802684 116.005627 +L 1048.802684 99.284562 +L 1050.989205 99.284562 +L 1050.989205 86.509942 +L 1053.175725 86.509942 +L 1053.175725 112.880408 +L 1055.362245 112.880408 +L 1055.362245 112.834784 +L 1057.548766 112.834784 +L 1057.548766 103.253819 +L 1059.735286 103.253819 +L 1059.735286 130.285828 +L 1061.921806 130.285828 +L 1061.921806 125.769087 +L 1064.108327 125.769087 +L 1064.108327 88.540195 +L 1066.294847 88.540195 +L 1066.294847 118.720234 +L 1068.481368 118.720234 +L 1068.481368 133.776036 +L 1070.667888 133.776036 +L 1070.667888 129.738344 +L 1072.854408 129.738344 +L 1072.854408 133.844472 +L 1075.040929 133.844472 +L 1075.040929 127.959022 +L 1077.227449 127.959022 +L 1077.227449 123.168539 +L 1079.413969 123.168539 +L 1079.413969 136.239713 +L 1081.60049 136.239713 +L 1081.60049 138.292777 +L 1083.78701 138.292777 +L 1083.78701 136.239713 +L 1085.973531 136.239713 +L 1085.973531 146.09442 +L 1088.160051 146.09442 +L 1088.160051 136.513455 +L 1090.346571 136.513455 +L 1090.346571 142.056727 +L 1092.533092 142.056727 +L 1092.533092 142.672647 +L 1094.719612 142.672647 +L 1094.719612 129.669908 +L 1096.906132 129.669908 +L 1096.906132 138.019035 +L 1099.092653 138.019035 +L 1099.092653 146.505033 +L 1101.279173 146.505033 +L 1101.279173 142.330469 +L 1103.465694 142.330469 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 143.904485 +L 1107.838734 143.904485 +L 1107.838734 140.345841 +L 1110.025255 140.345841 +L 1110.025255 147.463129 +L 1112.211775 147.463129 +L 1112.211775 144.451969 +L 1114.398295 144.451969 +L 1114.398295 145.204759 +L 1116.584816 145.204759 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 141.303937 +L 1120.957857 141.303937 +L 1120.957857 142.809518 +L 1123.144377 142.809518 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_51"> + <path clip-path="url(#p715ef18a4f)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 142.056727 +L 921.984502 142.056727 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 143.904485 +L 926.357543 143.904485 +L 926.357543 140.619583 +L 928.544063 140.619583 +L 928.544063 147.189387 +L 930.730584 147.189387 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 142.056727 +L 935.103625 142.056727 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 140.756454 +L 939.476665 140.756454 +L 939.476665 143.357001 +L 941.663186 143.357001 +L 941.663186 141.303937 +L 943.849706 141.303937 +L 943.849706 139.95804 +L 946.036226 139.95804 +L 946.036226 139.342121 +L 948.222747 139.342121 +L 948.222747 134.414767 +L 950.409267 134.414767 +L 950.409267 135.600982 +L 952.595788 135.600982 +L 952.595788 142.147975 +L 954.782308 142.147975 +L 954.782308 139.593051 +L 956.968828 139.593051 +L 956.968828 142.125163 +L 959.155349 142.125163 +L 959.155349 132.270456 +L 961.341869 132.270456 +L 961.341869 135.965971 +L 963.528389 135.965971 +L 963.528389 131.586101 +L 965.71491 131.586101 +L 965.71491 134.939439 +L 967.90143 134.939439 +L 967.90143 142.056727 +L 970.087951 142.056727 +L 970.087951 128.917118 +L 972.274471 128.917118 +L 972.274471 135.692229 +L 974.460991 135.692229 +L 974.460991 132.681069 +L 976.647512 132.681069 +L 976.647512 123.784459 +L 978.834032 123.784459 +L 978.834032 144.862581 +L 981.020553 144.862581 +L 981.020553 147.6 +L 983.207073 147.6 +L 983.207073 130.970182 +L 985.393593 130.970182 +L 985.393593 147.6 +L 987.580114 147.6 +L 987.580114 128.917118 +L 989.766634 128.917118 +L 989.766634 127.753715 +L 991.953154 127.753715 +L 991.953154 141.782986 +L 994.139675 141.782986 +L 994.139675 131.791408 +L 996.326195 131.791408 +L 996.326195 137.539987 +L 998.512716 137.539987 +L 998.512716 139.935228 +L 1000.699236 139.935228 +L 1000.699236 126.042829 +L 1002.885756 126.042829 +L 1002.885756 141.71455 +L 1005.072277 141.71455 +L 1005.072277 139.729922 +L 1007.258797 139.729922 +L 1007.258797 134.255085 +L 1009.445317 134.255085 +L 1009.445317 141.030195 +L 1011.631838 141.030195 +L 1011.631838 138.429648 +L 1013.818358 138.429648 +L 1013.818358 135.07631 +L 1016.004879 135.07631 +L 1016.004879 144.520404 +L 1018.191399 144.520404 +L 1018.191399 141.030195 +L 1020.377919 141.030195 +L 1020.377919 134.802568 +L 1022.56444 134.802568 +L 1022.56444 140.072099 +L 1024.75096 140.072099 +L 1024.75096 138.612142 +L 1026.93748 138.612142 +L 1026.93748 141.805797 +L 1029.124001 141.805797 +L 1029.124001 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_52"> + <path clip-path="url(#p715ef18a4f)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 959.155349 147.6 +L 959.155349 146.984081 +L 961.341869 146.984081 +L 961.341869 142.672647 +L 963.528389 142.672647 +L 963.528389 147.6 +L 965.71491 147.6 +L 965.71491 140.345841 +L 967.90143 140.345841 +L 967.90143 143.767614 +L 970.087951 143.767614 +L 970.087951 145.478501 +L 972.274471 145.478501 +L 972.274471 133.433859 +L 974.460991 133.433859 +L 974.460991 147.257823 +L 976.647512 147.257823 +L 976.647512 135.8291 +L 978.834032 135.8291 +L 978.834032 119.746766 +L 981.020553 119.746766 +L 981.020553 142.877953 +L 983.207073 142.877953 +L 983.207073 142.193598 +L 985.393593 142.193598 +L 985.393593 115.686262 +L 987.580114 115.686262 +L 987.580114 139.889604 +L 989.766634 139.889604 +L 989.766634 127.206232 +L 991.953154 127.206232 +L 991.953154 115.435332 +L 994.139675 115.435332 +L 994.139675 141.440808 +L 996.326195 141.440808 +L 996.326195 126.385006 +L 998.512716 126.385006 +L 998.512716 119.678331 +L 1000.699236 119.678331 +L 1000.699236 133.091682 +L 1002.885756 133.091682 +L 1002.885756 113.245397 +L 1005.072277 113.245397 +L 1005.072277 117.077783 +L 1007.258797 117.077783 +L 1007.258797 141.509244 +L 1009.445317 141.509244 +L 1009.445317 134.665697 +L 1011.631838 134.665697 +L 1011.631838 120.636427 +L 1013.818358 120.636427 +L 1013.818358 135.418487 +L 1016.004879 135.418487 +L 1016.004879 126.521877 +L 1018.191399 126.521877 +L 1018.191399 137.608422 +L 1020.377919 137.608422 +L 1020.377919 142.056727 +L 1022.56444 142.056727 +L 1022.56444 137.471551 +L 1024.75096 137.471551 +L 1024.75096 142.946388 +L 1026.93748 142.946388 +L 1026.93748 135.418487 +L 1029.124001 135.418487 +L 1029.124001 133.502294 +L 1031.310521 133.502294 +L 1031.310521 144.315098 +L 1033.497042 144.315098 +L 1033.497042 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_53"> + <path clip-path="url(#p715ef18a4f)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1005.072277 147.6 +L 1005.072277 142.056727 +L 1007.258797 142.056727 +L 1007.258797 141.121443 +L 1009.445317 141.121443 +L 1009.445317 141.21269 +L 1011.631838 141.21269 +L 1011.631838 134.734133 +L 1013.818358 134.734133 +L 1013.818358 133.091682 +L 1016.004879 133.091682 +L 1016.004879 143.493872 +L 1018.191399 143.493872 +L 1018.191399 134.232273 +L 1020.377919 134.232273 +L 1020.377919 139.136814 +L 1022.56444 139.136814 +L 1022.56444 139.866793 +L 1024.75096 139.866793 +L 1024.75096 114.750977 +L 1026.93748 114.750977 +L 1026.93748 135.692229 +L 1029.124001 135.692229 +L 1029.124001 132.749504 +L 1031.310521 132.749504 +L 1031.310521 115.640638 +L 1033.497042 115.640638 +L 1033.497042 135.692229 +L 1035.683562 135.692229 +L 1035.683562 128.095893 +L 1037.870082 128.095893 +L 1037.870082 110.850156 +L 1040.056603 110.850156 +L 1040.056603 127.753715 +L 1042.243123 127.753715 +L 1042.243123 127.000925 +L 1044.429643 127.000925 +L 1044.429643 125.723463 +L 1046.616164 125.723463 +L 1046.616164 144.22385 +L 1048.802684 144.22385 +L 1048.802684 124.537249 +L 1050.989205 124.537249 +L 1050.989205 121.29797 +L 1053.175725 121.29797 +L 1053.175725 140.847701 +L 1055.362245 140.847701 +L 1055.362245 131.996714 +L 1057.548766 131.996714 +L 1057.548766 125.42691 +L 1059.735286 125.42691 +L 1059.735286 147.257823 +L 1061.921806 147.257823 +L 1061.921806 138.840261 +L 1064.108327 138.840261 +L 1064.108327 126.93249 +L 1066.294847 126.93249 +L 1066.294847 143.767614 +L 1068.481368 143.767614 +L 1068.481368 144.931017 +L 1070.667888 144.931017 +L 1070.667888 144.725711 +L 1072.854408 144.725711 +L 1072.854408 147.6 +L 1075.040929 147.6 +L 1075.040929 140.482712 +L 1077.227449 140.482712 +L 1077.227449 143.630743 +L 1079.413969 143.630743 +L 1079.413969 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_54"> + <path clip-path="url(#p715ef18a4f)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1009.445317 147.6 +L 1009.445317 142.056727 +L 1011.631838 142.056727 +L 1011.631838 142.056727 +L 1013.818358 142.056727 +L 1013.818358 142.672647 +L 1016.004879 142.672647 +L 1016.004879 132.475762 +L 1018.191399 132.475762 +L 1018.191399 140.756454 +L 1020.377919 140.756454 +L 1020.377919 138.498083 +L 1022.56444 138.498083 +L 1022.56444 139.250873 +L 1024.75096 139.250873 +L 1024.75096 142.056727 +L 1026.93748 142.056727 +L 1026.93748 136.034407 +L 1029.124001 136.034407 +L 1029.124001 137.608422 +L 1031.310521 137.608422 +L 1031.310521 141.577679 +L 1033.497042 141.577679 +L 1033.497042 129.464602 +L 1035.683562 129.464602 +L 1035.683562 142.672647 +L 1037.870082 142.672647 +L 1037.870082 141.988292 +L 1040.056603 141.988292 +L 1040.056603 126.1797 +L 1042.243123 126.1797 +L 1042.243123 135.007875 +L 1044.429643 135.007875 +L 1044.429643 142.946388 +L 1046.616164 142.946388 +L 1046.616164 122.757927 +L 1048.802684 122.757927 +L 1048.802684 145.410065 +L 1050.989205 145.410065 +L 1050.989205 139.114002 +L 1053.175725 139.114002 +L 1053.175725 126.385006 +L 1055.362245 126.385006 +L 1055.362245 144.041356 +L 1057.548766 144.041356 +L 1057.548766 147.6 +L 1059.735286 147.6 +L 1059.735286 130.970182 +L 1061.921806 130.970182 +L 1061.921806 143.288566 +L 1064.108327 143.288566 +L 1064.108327 129.875215 +L 1066.294847 129.875215 +L 1066.294847 126.385006 +L 1068.481368 126.385006 +L 1068.481368 139.114002 +L 1070.667888 139.114002 +L 1070.667888 135.486923 +L 1072.854408 135.486923 +L 1072.854408 133.844472 +L 1075.040929 133.844472 +L 1075.040929 142.193598 +L 1077.227449 142.193598 +L 1077.227449 131.107053 +L 1079.413969 131.107053 +L 1079.413969 136.239713 +L 1081.60049 136.239713 +L 1081.60049 138.292777 +L 1083.78701 138.292777 +L 1083.78701 136.239713 +L 1085.973531 136.239713 +L 1085.973531 146.09442 +L 1088.160051 146.09442 +L 1088.160051 136.513455 +L 1090.346571 136.513455 +L 1090.346571 142.056727 +L 1092.533092 142.056727 +L 1092.533092 142.672647 +L 1094.719612 142.672647 +L 1094.719612 129.669908 +L 1096.906132 129.669908 +L 1096.906132 138.019035 +L 1099.092653 138.019035 +L 1099.092653 146.505033 +L 1101.279173 146.505033 +L 1101.279173 142.330469 +L 1103.465694 142.330469 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 143.904485 +L 1107.838734 143.904485 +L 1107.838734 140.345841 +L 1110.025255 140.345841 +L 1110.025255 147.463129 +L 1112.211775 147.463129 +L 1112.211775 144.451969 +L 1114.398295 144.451969 +L 1114.398295 145.204759 +L 1116.584816 145.204759 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 141.303937 +L 1120.957857 141.303937 +L 1120.957857 142.809518 +L 1123.144377 142.809518 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#8b2be2;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_55"> + <path clip-path="url(#p715ef18a4f)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1005.072277 147.6 +L 1005.072277 142.056727 +L 1007.258797 142.056727 +L 1007.258797 141.121443 +L 1009.445317 141.121443 +L 1009.445317 141.21269 +L 1011.631838 141.21269 +L 1011.631838 134.734133 +L 1013.818358 134.734133 +L 1013.818358 133.091682 +L 1016.004879 133.091682 +L 1016.004879 143.493872 +L 1018.191399 143.493872 +L 1018.191399 134.232273 +L 1020.377919 134.232273 +L 1020.377919 139.136814 +L 1022.56444 139.136814 +L 1022.56444 139.866793 +L 1024.75096 139.866793 +L 1024.75096 114.750977 +L 1026.93748 114.750977 +L 1026.93748 135.692229 +L 1029.124001 135.692229 +L 1029.124001 132.749504 +L 1031.310521 132.749504 +L 1031.310521 115.640638 +L 1033.497042 115.640638 +L 1033.497042 135.692229 +L 1035.683562 135.692229 +L 1035.683562 128.095893 +L 1037.870082 128.095893 +L 1037.870082 110.850156 +L 1040.056603 110.850156 +L 1040.056603 127.753715 +L 1042.243123 127.753715 +L 1042.243123 127.000925 +L 1044.429643 127.000925 +L 1044.429643 125.723463 +L 1046.616164 125.723463 +L 1046.616164 144.22385 +L 1048.802684 144.22385 +L 1048.802684 124.537249 +L 1050.989205 124.537249 +L 1050.989205 121.29797 +L 1053.175725 121.29797 +L 1053.175725 140.847701 +L 1055.362245 140.847701 +L 1055.362245 131.996714 +L 1057.548766 131.996714 +L 1057.548766 125.42691 +L 1059.735286 125.42691 +L 1059.735286 147.257823 +L 1061.921806 147.257823 +L 1061.921806 138.840261 +L 1064.108327 138.840261 +L 1064.108327 126.93249 +L 1066.294847 126.93249 +L 1066.294847 143.767614 +L 1068.481368 143.767614 +L 1068.481368 144.931017 +L 1070.667888 144.931017 +L 1070.667888 144.725711 +L 1072.854408 144.725711 +L 1072.854408 147.6 +L 1075.040929 147.6 +L 1075.040929 140.482712 +L 1077.227449 140.482712 +L 1077.227449 143.630743 +L 1079.413969 143.630743 +L 1079.413969 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#ffc400;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_56"> + <path clip-path="url(#p715ef18a4f)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 959.155349 147.6 +L 959.155349 146.984081 +L 961.341869 146.984081 +L 961.341869 142.672647 +L 963.528389 142.672647 +L 963.528389 147.6 +L 965.71491 147.6 +L 965.71491 140.345841 +L 967.90143 140.345841 +L 967.90143 143.767614 +L 970.087951 143.767614 +L 970.087951 145.478501 +L 972.274471 145.478501 +L 972.274471 133.433859 +L 974.460991 133.433859 +L 974.460991 147.257823 +L 976.647512 147.257823 +L 976.647512 135.8291 +L 978.834032 135.8291 +L 978.834032 119.746766 +L 981.020553 119.746766 +L 981.020553 142.877953 +L 983.207073 142.877953 +L 983.207073 142.193598 +L 985.393593 142.193598 +L 985.393593 115.686262 +L 987.580114 115.686262 +L 987.580114 139.889604 +L 989.766634 139.889604 +L 989.766634 127.206232 +L 991.953154 127.206232 +L 991.953154 115.435332 +L 994.139675 115.435332 +L 994.139675 141.440808 +L 996.326195 141.440808 +L 996.326195 126.385006 +L 998.512716 126.385006 +L 998.512716 119.678331 +L 1000.699236 119.678331 +L 1000.699236 133.091682 +L 1002.885756 133.091682 +L 1002.885756 113.245397 +L 1005.072277 113.245397 +L 1005.072277 117.077783 +L 1007.258797 117.077783 +L 1007.258797 141.509244 +L 1009.445317 141.509244 +L 1009.445317 134.665697 +L 1011.631838 134.665697 +L 1011.631838 120.636427 +L 1013.818358 120.636427 +L 1013.818358 135.418487 +L 1016.004879 135.418487 +L 1016.004879 126.521877 +L 1018.191399 126.521877 +L 1018.191399 137.608422 +L 1020.377919 137.608422 +L 1020.377919 142.056727 +L 1022.56444 142.056727 +L 1022.56444 137.471551 +L 1024.75096 137.471551 +L 1024.75096 142.946388 +L 1026.93748 142.946388 +L 1026.93748 135.418487 +L 1029.124001 135.418487 +L 1029.124001 133.502294 +L 1031.310521 133.502294 +L 1031.310521 144.315098 +L 1033.497042 144.315098 +L 1033.497042 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#00d7ff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_57"> + <path clip-path="url(#p715ef18a4f)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 142.056727 +L 921.984502 142.056727 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 143.904485 +L 926.357543 143.904485 +L 926.357543 140.619583 +L 928.544063 140.619583 +L 928.544063 147.189387 +L 930.730584 147.189387 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 142.056727 +L 935.103625 142.056727 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 140.756454 +L 939.476665 140.756454 +L 939.476665 143.357001 +L 941.663186 143.357001 +L 941.663186 141.303937 +L 943.849706 141.303937 +L 943.849706 139.95804 +L 946.036226 139.95804 +L 946.036226 139.342121 +L 948.222747 139.342121 +L 948.222747 134.414767 +L 950.409267 134.414767 +L 950.409267 135.600982 +L 952.595788 135.600982 +L 952.595788 142.147975 +L 954.782308 142.147975 +L 954.782308 139.593051 +L 956.968828 139.593051 +L 956.968828 142.125163 +L 959.155349 142.125163 +L 959.155349 132.270456 +L 961.341869 132.270456 +L 961.341869 135.965971 +L 963.528389 135.965971 +L 963.528389 131.586101 +L 965.71491 131.586101 +L 965.71491 134.939439 +L 967.90143 134.939439 +L 967.90143 142.056727 +L 970.087951 142.056727 +L 970.087951 128.917118 +L 972.274471 128.917118 +L 972.274471 135.692229 +L 974.460991 135.692229 +L 974.460991 132.681069 +L 976.647512 132.681069 +L 976.647512 123.784459 +L 978.834032 123.784459 +L 978.834032 144.862581 +L 981.020553 144.862581 +L 981.020553 147.6 +L 983.207073 147.6 +L 983.207073 130.970182 +L 985.393593 130.970182 +L 985.393593 147.6 +L 987.580114 147.6 +L 987.580114 128.917118 +L 989.766634 128.917118 +L 989.766634 127.753715 +L 991.953154 127.753715 +L 991.953154 141.782986 +L 994.139675 141.782986 +L 994.139675 131.791408 +L 996.326195 131.791408 +L 996.326195 137.539987 +L 998.512716 137.539987 +L 998.512716 139.935228 +L 1000.699236 139.935228 +L 1000.699236 126.042829 +L 1002.885756 126.042829 +L 1002.885756 141.71455 +L 1005.072277 141.71455 +L 1005.072277 139.729922 +L 1007.258797 139.729922 +L 1007.258797 134.255085 +L 1009.445317 134.255085 +L 1009.445317 141.030195 +L 1011.631838 141.030195 +L 1011.631838 138.429648 +L 1013.818358 138.429648 +L 1013.818358 135.07631 +L 1016.004879 135.07631 +L 1016.004879 144.520404 +L 1018.191399 144.520404 +L 1018.191399 141.030195 +L 1020.377919 141.030195 +L 1020.377919 134.802568 +L 1022.56444 134.802568 +L 1022.56444 140.072099 +L 1024.75096 140.072099 +L 1024.75096 138.612142 +L 1026.93748 138.612142 +L 1026.93748 141.805797 +L 1029.124001 141.805797 +L 1029.124001 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_42"> + <path clip-path="url(#p715ef18a4f)" d="M 1060.283676 147.6 +L 1060.283676 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_58"> + <path d="M 902.305819 147.6 +L 902.305819 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_59"> + <path d="M 1142.82306 147.6 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_60"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_61"> + <path d="M 902.305819 38.88 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_53"> + <!-- 39% --> + <g style="fill:#262626;" transform="translate(1008.889127 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-51"/> + <use x="83.398438" xlink:href="#ArialMT-57"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_5"> + <g id="patch_62"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +L 1431.44375 38.88 +L 1190.926509 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_9"> + <g id="xtick_22"> + <g id="line2d_43"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1191.977151 147.6 +L 1191.977151 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_54"> + <!-- 0.41 --> + <g style="fill:#262626;" transform="translate(1182.246682 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="xtick_23"> + <g id="line2d_44"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1232.424459 147.6 +L 1232.424459 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_55"> + <!-- 0.42 --> + <g style="fill:#262626;" transform="translate(1222.69399 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_24"> + <g id="line2d_45"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1272.871767 147.6 +L 1272.871767 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_56"> + <!-- 0.43 --> + <g style="fill:#262626;" transform="translate(1263.141298 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-51"/> + </g> + </g> + </g> + <g id="xtick_25"> + <g id="line2d_46"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1313.319075 147.6 +L 1313.319075 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_57"> + <!-- 0.44 --> + <g style="fill:#262626;" transform="translate(1303.588606 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_26"> + <g id="line2d_47"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1353.766383 147.6 +L 1353.766383 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_58"> + <!-- 0.45 --> + <g style="fill:#262626;" transform="translate(1344.035914 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_27"> + <g id="line2d_48"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1394.213691 147.6 +L 1394.213691 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_59"> + <!-- 0.46 --> + <g style="fill:#262626;" transform="translate(1384.483222 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="text_60"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1292.567942 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_10"> + <g id="ytick_18"> + <g id="line2d_49"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_61"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(1178.365571 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_19"> + <g id="line2d_50"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1190.926509 125.847299 +L 1431.44375 125.847299 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_62"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(1161.682759 129.426205)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_20"> + <g id="line2d_51"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1190.926509 104.094598 +L 1431.44375 104.094598 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_63"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(1161.682759 107.673504)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_21"> + <g id="line2d_52"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1190.926509 82.341897 +L 1431.44375 82.341897 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_64"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(1161.682759 85.920803)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_22"> + <g id="line2d_53"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1190.926509 60.589196 +L 1431.44375 60.589196 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_65"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(1161.682759 64.168102)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_63"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 137.680768 +L 1210.605192 137.680768 +L 1210.605192 146.947419 +L 1212.791712 146.947419 +L 1212.791712 126.717407 +L 1214.978233 126.717407 +L 1214.978233 147.338968 +L 1217.164753 147.338968 +L 1217.164753 137.028187 +L 1219.351274 137.028187 +L 1219.351274 140.552125 +L 1221.537794 140.552125 +L 1221.537794 133.50425 +L 1223.724314 133.50425 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 137.028187 +L 1228.097355 137.028187 +L 1228.097355 130.632893 +L 1230.283875 130.632893 +L 1230.283875 143.423481 +L 1232.470396 143.423481 +L 1232.470396 135.984058 +L 1234.656916 135.984058 +L 1234.656916 124.498631 +L 1236.843437 124.498631 +L 1236.843437 121.757791 +L 1239.029957 121.757791 +L 1239.029957 134.678896 +L 1241.216477 134.678896 +L 1241.216477 136.506122 +L 1243.402998 136.506122 +L 1243.402998 126.717407 +L 1245.589518 126.717407 +L 1245.589518 126.195342 +L 1247.776038 126.195342 +L 1247.776038 137.028187 +L 1249.962559 137.028187 +L 1249.962559 111.185978 +L 1252.149079 111.185978 +L 1252.149079 99.178487 +L 1254.3356 99.178487 +L 1254.3356 105.573782 +L 1256.52212 105.573782 +L 1256.52212 121.627275 +L 1258.70864 121.627275 +L 1258.70864 131.285474 +L 1260.895161 131.285474 +L 1260.895161 105.704298 +L 1263.081681 105.704298 +L 1263.081681 105.312749 +L 1265.268201 105.312749 +L 1265.268201 98.656423 +L 1267.454722 98.656423 +L 1267.454722 98.003842 +L 1269.641242 98.003842 +L 1269.641242 86.257383 +L 1271.827763 86.257383 +L 1271.827763 100.701176 +L 1274.014283 100.701176 +L 1274.014283 104.703673 +L 1276.200803 104.703673 +L 1276.200803 75.294022 +L 1278.387324 75.294022 +L 1278.387324 120.322113 +L 1280.573844 120.322113 +L 1280.573844 94.740936 +L 1282.760364 94.740936 +L 1282.760364 87.170996 +L 1284.946885 87.170996 +L 1284.946885 63.808595 +L 1287.133405 63.808595 +L 1287.133405 112.099592 +L 1289.319926 112.099592 +L 1289.319926 86.387899 +L 1291.506446 86.387899 +L 1291.506446 82.211381 +L 1293.692966 82.211381 +L 1293.692966 44.057143 +L 1295.879487 44.057143 +L 1295.879487 99.221993 +L 1298.066007 99.221993 +L 1298.066007 81.036735 +L 1300.252527 81.036735 +L 1300.252527 75.163505 +L 1302.439048 75.163505 +L 1302.439048 75.294022 +L 1304.625568 75.294022 +L 1304.625568 48.472941 +L 1306.812089 48.472941 +L 1306.812089 88.4109 +L 1308.998609 88.4109 +L 1308.998609 60.893733 +L 1311.185129 60.893733 +L 1311.185129 78.730948 +L 1313.37165 78.730948 +L 1313.37165 88.345642 +L 1315.55817 88.345642 +L 1315.55817 91.586795 +L 1317.74469 91.586795 +L 1317.74469 107.096471 +L 1319.931211 107.096471 +L 1319.931211 80.253637 +L 1322.117731 80.253637 +L 1322.117731 98.525906 +L 1324.304252 98.525906 +L 1324.304252 69.094502 +L 1326.490772 69.094502 +L 1326.490772 115.297239 +L 1328.677292 115.297239 +L 1328.677292 109.358752 +L 1330.863813 109.358752 +L 1330.863813 108.771429 +L 1333.050333 108.771429 +L 1333.050333 63.112509 +L 1335.236853 63.112509 +L 1335.236853 120.496134 +L 1337.423374 120.496134 +L 1337.423374 106.356879 +L 1339.609894 106.356879 +L 1339.609894 107.074718 +L 1341.796415 107.074718 +L 1341.796415 84.952221 +L 1343.982935 84.952221 +L 1343.982935 128.67515 +L 1346.169455 128.67515 +L 1346.169455 102.376134 +L 1348.355976 102.376134 +L 1348.355976 107.00946 +L 1350.542496 107.00946 +L 1350.542496 103.311501 +L 1352.729016 103.311501 +L 1352.729016 128.457623 +L 1354.915537 128.457623 +L 1354.915537 132.590636 +L 1357.102057 132.590636 +L 1357.102057 118.581897 +L 1359.288578 118.581897 +L 1359.288578 145.816279 +L 1361.475098 145.816279 +L 1361.475098 116.145594 +L 1363.661618 116.145594 +L 1363.661618 125.020696 +L 1365.848139 125.020696 +L 1365.848139 130.241345 +L 1368.034659 130.241345 +L 1368.034659 135.070444 +L 1370.221179 135.070444 +L 1370.221179 141.661513 +L 1372.4077 141.661513 +L 1372.4077 142.053061 +L 1374.59422 142.053061 +L 1374.59422 133.765282 +L 1376.780741 133.765282 +L 1376.780741 140.095318 +L 1378.967261 140.095318 +L 1378.967261 138.529124 +L 1381.153781 138.529124 +L 1381.153781 139.769028 +L 1383.340302 139.769028 +L 1383.340302 135.853541 +L 1385.526822 135.853541 +L 1385.526822 144.989676 +L 1387.713342 144.989676 +L 1387.713342 147.012677 +L 1389.899863 147.012677 +L 1389.899863 142.901417 +L 1392.086383 142.901417 +L 1392.086383 141.335222 +L 1394.272904 141.335222 +L 1394.272904 143.292965 +L 1396.459424 143.292965 +L 1396.459424 142.314094 +L 1398.645944 142.314094 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 137.419736 +L 1403.018985 137.419736 +L 1403.018985 147.208451 +L 1405.205505 147.208451 +L 1405.205505 142.314094 +L 1407.392026 142.314094 +L 1407.392026 144.076062 +L 1409.578546 144.076062 +L 1409.578546 140.552125 +L 1411.765067 140.552125 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_64"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 142.640384 +L 1210.605192 142.640384 +L 1210.605192 147.273709 +L 1212.791712 147.273709 +L 1212.791712 137.158703 +L 1214.978233 137.158703 +L 1214.978233 147.469484 +L 1217.164753 147.469484 +L 1217.164753 142.314094 +L 1219.351274 142.314094 +L 1219.351274 144.076062 +L 1221.537794 144.076062 +L 1221.537794 140.552125 +L 1223.724314 140.552125 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 142.314094 +L 1228.097355 142.314094 +L 1228.097355 139.116447 +L 1230.283875 139.116447 +L 1230.283875 145.511741 +L 1232.470396 145.511741 +L 1232.470396 141.792029 +L 1234.656916 141.792029 +L 1234.656916 136.049316 +L 1236.843437 136.049316 +L 1236.843437 134.678896 +L 1239.029957 134.678896 +L 1239.029957 141.139448 +L 1241.216477 141.139448 +L 1241.216477 142.053061 +L 1243.402998 142.053061 +L 1243.402998 137.158703 +L 1245.589518 137.158703 +L 1245.589518 136.897671 +L 1247.776038 136.897671 +L 1247.776038 142.314094 +L 1249.962559 142.314094 +L 1249.962559 129.392989 +L 1252.149079 129.392989 +L 1252.149079 128.67515 +L 1254.3356 128.67515 +L 1254.3356 126.586891 +L 1256.52212 126.586891 +L 1256.52212 145.18545 +L 1258.70864 145.18545 +L 1258.70864 139.442737 +L 1260.895161 139.442737 +L 1260.895161 131.938055 +L 1263.081681 131.938055 +L 1263.081681 136.832413 +L 1265.268201 136.832413 +L 1265.268201 133.895798 +L 1267.454722 133.895798 +L 1267.454722 140.160576 +L 1269.641242 140.160576 +L 1269.641242 125.999568 +L 1271.827763 125.999568 +L 1271.827763 142.7709 +L 1274.014283 142.7709 +L 1274.014283 139.769028 +L 1276.200803 139.769028 +L 1276.200803 144.85916 +L 1278.387324 144.85916 +L 1278.387324 142.314094 +L 1280.573844 142.314094 +L 1280.573844 147.6 +L 1282.760364 147.6 +L 1282.760364 131.742281 +L 1284.946885 131.742281 +L 1284.946885 144.076062 +L 1287.133405 144.076062 +L 1287.133405 135.266218 +L 1289.319926 135.266218 +L 1289.319926 132.851669 +L 1291.506446 132.851669 +L 1291.506446 138.855414 +L 1293.692966 138.855414 +L 1293.692966 125.608019 +L 1295.879487 125.608019 +L 1295.879487 144.924418 +L 1298.066007 144.924418 +L 1298.066007 127.174214 +L 1300.252527 127.174214 +L 1300.252527 139.899544 +L 1302.439048 139.899544 +L 1302.439048 128.740408 +L 1304.625568 128.740408 +L 1304.625568 138.790156 +L 1306.812089 138.790156 +L 1306.812089 140.552125 +L 1308.998609 140.552125 +L 1308.998609 137.028187 +L 1311.185129 137.028187 +L 1311.185129 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_65"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1252.149079 147.6 +L 1252.149079 142.314094 +L 1254.3356 142.314094 +L 1254.3356 147.6 +L 1256.52212 147.6 +L 1256.52212 137.028187 +L 1258.70864 137.028187 +L 1258.70864 147.6 +L 1260.895161 147.6 +L 1260.895161 142.314094 +L 1263.081681 142.314094 +L 1263.081681 137.223962 +L 1265.268201 137.223962 +L 1265.268201 136.832413 +L 1267.454722 136.832413 +L 1267.454722 130.241345 +L 1269.641242 130.241345 +L 1269.641242 138.529124 +L 1271.827763 138.529124 +L 1271.827763 128.979688 +L 1274.014283 128.979688 +L 1274.014283 133.982809 +L 1276.200803 133.982809 +L 1276.200803 114.187851 +L 1278.387324 114.187851 +L 1278.387324 139.246963 +L 1280.573844 139.246963 +L 1280.573844 121.170468 +L 1282.760364 121.170468 +L 1282.760364 133.243217 +L 1284.946885 133.243217 +L 1284.946885 109.228235 +L 1287.133405 109.228235 +L 1287.133405 142.183577 +L 1289.319926 142.183577 +L 1289.319926 131.742281 +L 1291.506446 131.742281 +L 1291.506446 123.650276 +L 1293.692966 123.650276 +L 1293.692966 117.820552 +L 1295.879487 117.820552 +L 1295.879487 126.086579 +L 1298.066007 126.086579 +L 1298.066007 134.744154 +L 1300.252527 134.744154 +L 1300.252527 124.368115 +L 1302.439048 124.368115 +L 1302.439048 135.592509 +L 1304.625568 135.592509 +L 1304.625568 128.870924 +L 1306.812089 128.870924 +L 1306.812089 141.661513 +L 1308.998609 141.661513 +L 1308.998609 132.525378 +L 1311.185129 132.525378 +L 1311.185129 132.851669 +L 1313.37165 132.851669 +L 1313.37165 140.421609 +L 1315.55817 140.421609 +L 1315.55817 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_66"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1300.252527 147.6 +L 1300.252527 142.314094 +L 1302.439048 142.314094 +L 1302.439048 142.314094 +L 1304.625568 142.314094 +L 1304.625568 128.218343 +L 1306.812089 128.218343 +L 1306.812089 134.809412 +L 1308.998609 134.809412 +L 1308.998609 134.004562 +L 1311.185129 134.004562 +L 1311.185129 135.940552 +L 1313.37165 135.940552 +L 1313.37165 127.826795 +L 1315.55817 127.826795 +L 1315.55817 131.111453 +L 1317.74469 131.111453 +L 1317.74469 130.676399 +L 1319.931211 130.676399 +L 1319.931211 122.736663 +L 1322.117731 122.736663 +L 1322.117731 127.435246 +L 1324.304252 127.435246 +L 1324.304252 117.189724 +L 1326.490772 117.189724 +L 1326.490772 138.072317 +L 1328.677292 138.072317 +L 1328.677292 129.784538 +L 1330.863813 129.784538 +L 1330.863813 135.984058 +L 1333.050333 135.984058 +L 1333.050333 105.486771 +L 1335.236853 105.486771 +L 1335.236853 139.268715 +L 1337.423374 139.268715 +L 1337.423374 127.043697 +L 1339.609894 127.043697 +L 1339.609894 129.980312 +L 1341.796415 129.980312 +L 1341.796415 118.038079 +L 1343.982935 118.038079 +L 1343.982935 144.010804 +L 1346.169455 144.010804 +L 1346.169455 130.04557 +L 1348.355976 130.04557 +L 1348.355976 135.853541 +L 1350.542496 135.853541 +L 1350.542496 132.525378 +L 1352.729016 132.525378 +L 1352.729016 144.076062 +L 1354.915537 144.076062 +L 1354.915537 140.552125 +L 1357.102057 140.552125 +L 1357.102057 143.140696 +L 1359.288578 143.140696 +L 1359.288578 146.773397 +L 1361.475098 146.773397 +L 1361.475098 139.638511 +L 1363.661618 139.638511 +L 1363.661618 144.989676 +L 1365.848139 144.989676 +L 1365.848139 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_67"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1304.625568 147.6 +L 1304.625568 142.314094 +L 1306.812089 142.314094 +L 1306.812089 139.964802 +L 1308.998609 139.964802 +L 1308.998609 139.377479 +L 1311.185129 139.377479 +L 1311.185129 131.546507 +L 1313.37165 131.546507 +L 1313.37165 142.248836 +L 1315.55817 142.248836 +L 1315.55817 124.56389 +L 1317.74469 124.56389 +L 1317.74469 140.943673 +L 1319.931211 140.943673 +L 1319.931211 129.980312 +L 1322.117731 129.980312 +L 1322.117731 138.855414 +L 1324.304252 138.855414 +L 1324.304252 129.915054 +L 1326.490772 129.915054 +L 1326.490772 134.352605 +L 1328.677292 134.352605 +L 1328.677292 144.989676 +L 1330.863813 144.989676 +L 1330.863813 132.003313 +L 1333.050333 132.003313 +L 1333.050333 147.338968 +L 1335.236853 147.338968 +L 1335.236853 137.158703 +L 1337.423374 137.158703 +L 1337.423374 147.469484 +L 1339.609894 147.469484 +L 1339.609894 142.314094 +L 1341.796415 142.314094 +L 1341.796415 144.076062 +L 1343.982935 144.076062 +L 1343.982935 135.853541 +L 1346.169455 135.853541 +L 1346.169455 137.484994 +L 1348.355976 137.484994 +L 1348.355976 130.502377 +L 1350.542496 130.502377 +L 1350.542496 133.460744 +L 1352.729016 133.460744 +L 1352.729016 135.505498 +L 1354.915537 135.505498 +L 1354.915537 146.686387 +L 1357.102057 146.686387 +L 1357.102057 127.500504 +L 1359.288578 127.500504 +L 1359.288578 147.469484 +L 1361.475098 147.469484 +L 1361.475098 132.068571 +L 1363.661618 132.068571 +L 1363.661618 130.241345 +L 1365.848139 130.241345 +L 1365.848139 130.241345 +L 1368.034659 130.241345 +L 1368.034659 135.070444 +L 1370.221179 135.070444 +L 1370.221179 141.661513 +L 1372.4077 141.661513 +L 1372.4077 142.053061 +L 1374.59422 142.053061 +L 1374.59422 133.765282 +L 1376.780741 133.765282 +L 1376.780741 140.095318 +L 1378.967261 140.095318 +L 1378.967261 138.529124 +L 1381.153781 138.529124 +L 1381.153781 139.769028 +L 1383.340302 139.769028 +L 1383.340302 135.853541 +L 1385.526822 135.853541 +L 1385.526822 144.989676 +L 1387.713342 144.989676 +L 1387.713342 147.012677 +L 1389.899863 147.012677 +L 1389.899863 142.901417 +L 1392.086383 142.901417 +L 1392.086383 141.335222 +L 1394.272904 141.335222 +L 1394.272904 143.292965 +L 1396.459424 143.292965 +L 1396.459424 142.314094 +L 1398.645944 142.314094 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 137.419736 +L 1403.018985 137.419736 +L 1403.018985 147.208451 +L 1405.205505 147.208451 +L 1405.205505 142.314094 +L 1407.392026 142.314094 +L 1407.392026 144.076062 +L 1409.578546 144.076062 +L 1409.578546 140.552125 +L 1411.765067 140.552125 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#8b2be2;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_68"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1300.252527 147.6 +L 1300.252527 142.314094 +L 1302.439048 142.314094 +L 1302.439048 142.314094 +L 1304.625568 142.314094 +L 1304.625568 128.218343 +L 1306.812089 128.218343 +L 1306.812089 134.809412 +L 1308.998609 134.809412 +L 1308.998609 134.004562 +L 1311.185129 134.004562 +L 1311.185129 135.940552 +L 1313.37165 135.940552 +L 1313.37165 127.826795 +L 1315.55817 127.826795 +L 1315.55817 131.111453 +L 1317.74469 131.111453 +L 1317.74469 130.676399 +L 1319.931211 130.676399 +L 1319.931211 122.736663 +L 1322.117731 122.736663 +L 1322.117731 127.435246 +L 1324.304252 127.435246 +L 1324.304252 117.189724 +L 1326.490772 117.189724 +L 1326.490772 138.072317 +L 1328.677292 138.072317 +L 1328.677292 129.784538 +L 1330.863813 129.784538 +L 1330.863813 135.984058 +L 1333.050333 135.984058 +L 1333.050333 105.486771 +L 1335.236853 105.486771 +L 1335.236853 139.268715 +L 1337.423374 139.268715 +L 1337.423374 127.043697 +L 1339.609894 127.043697 +L 1339.609894 129.980312 +L 1341.796415 129.980312 +L 1341.796415 118.038079 +L 1343.982935 118.038079 +L 1343.982935 144.010804 +L 1346.169455 144.010804 +L 1346.169455 130.04557 +L 1348.355976 130.04557 +L 1348.355976 135.853541 +L 1350.542496 135.853541 +L 1350.542496 132.525378 +L 1352.729016 132.525378 +L 1352.729016 144.076062 +L 1354.915537 144.076062 +L 1354.915537 140.552125 +L 1357.102057 140.552125 +L 1357.102057 143.140696 +L 1359.288578 143.140696 +L 1359.288578 146.773397 +L 1361.475098 146.773397 +L 1361.475098 139.638511 +L 1363.661618 139.638511 +L 1363.661618 144.989676 +L 1365.848139 144.989676 +L 1365.848139 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#ffc400;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_69"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1252.149079 147.6 +L 1252.149079 142.314094 +L 1254.3356 142.314094 +L 1254.3356 147.6 +L 1256.52212 147.6 +L 1256.52212 137.028187 +L 1258.70864 137.028187 +L 1258.70864 147.6 +L 1260.895161 147.6 +L 1260.895161 142.314094 +L 1263.081681 142.314094 +L 1263.081681 137.223962 +L 1265.268201 137.223962 +L 1265.268201 136.832413 +L 1267.454722 136.832413 +L 1267.454722 130.241345 +L 1269.641242 130.241345 +L 1269.641242 138.529124 +L 1271.827763 138.529124 +L 1271.827763 128.979688 +L 1274.014283 128.979688 +L 1274.014283 133.982809 +L 1276.200803 133.982809 +L 1276.200803 114.187851 +L 1278.387324 114.187851 +L 1278.387324 139.246963 +L 1280.573844 139.246963 +L 1280.573844 121.170468 +L 1282.760364 121.170468 +L 1282.760364 133.243217 +L 1284.946885 133.243217 +L 1284.946885 109.228235 +L 1287.133405 109.228235 +L 1287.133405 142.183577 +L 1289.319926 142.183577 +L 1289.319926 131.742281 +L 1291.506446 131.742281 +L 1291.506446 123.650276 +L 1293.692966 123.650276 +L 1293.692966 117.820552 +L 1295.879487 117.820552 +L 1295.879487 126.086579 +L 1298.066007 126.086579 +L 1298.066007 134.744154 +L 1300.252527 134.744154 +L 1300.252527 124.368115 +L 1302.439048 124.368115 +L 1302.439048 135.592509 +L 1304.625568 135.592509 +L 1304.625568 128.870924 +L 1306.812089 128.870924 +L 1306.812089 141.661513 +L 1308.998609 141.661513 +L 1308.998609 132.525378 +L 1311.185129 132.525378 +L 1311.185129 132.851669 +L 1313.37165 132.851669 +L 1313.37165 140.421609 +L 1315.55817 140.421609 +L 1315.55817 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#00d7ff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_70"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 142.640384 +L 1210.605192 142.640384 +L 1210.605192 147.273709 +L 1212.791712 147.273709 +L 1212.791712 137.158703 +L 1214.978233 137.158703 +L 1214.978233 147.469484 +L 1217.164753 147.469484 +L 1217.164753 142.314094 +L 1219.351274 142.314094 +L 1219.351274 144.076062 +L 1221.537794 144.076062 +L 1221.537794 140.552125 +L 1223.724314 140.552125 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 142.314094 +L 1228.097355 142.314094 +L 1228.097355 139.116447 +L 1230.283875 139.116447 +L 1230.283875 145.511741 +L 1232.470396 145.511741 +L 1232.470396 141.792029 +L 1234.656916 141.792029 +L 1234.656916 136.049316 +L 1236.843437 136.049316 +L 1236.843437 134.678896 +L 1239.029957 134.678896 +L 1239.029957 141.139448 +L 1241.216477 141.139448 +L 1241.216477 142.053061 +L 1243.402998 142.053061 +L 1243.402998 137.158703 +L 1245.589518 137.158703 +L 1245.589518 136.897671 +L 1247.776038 136.897671 +L 1247.776038 142.314094 +L 1249.962559 142.314094 +L 1249.962559 129.392989 +L 1252.149079 129.392989 +L 1252.149079 128.67515 +L 1254.3356 128.67515 +L 1254.3356 126.586891 +L 1256.52212 126.586891 +L 1256.52212 145.18545 +L 1258.70864 145.18545 +L 1258.70864 139.442737 +L 1260.895161 139.442737 +L 1260.895161 131.938055 +L 1263.081681 131.938055 +L 1263.081681 136.832413 +L 1265.268201 136.832413 +L 1265.268201 133.895798 +L 1267.454722 133.895798 +L 1267.454722 140.160576 +L 1269.641242 140.160576 +L 1269.641242 125.999568 +L 1271.827763 125.999568 +L 1271.827763 142.7709 +L 1274.014283 142.7709 +L 1274.014283 139.769028 +L 1276.200803 139.769028 +L 1276.200803 144.85916 +L 1278.387324 144.85916 +L 1278.387324 142.314094 +L 1280.573844 142.314094 +L 1280.573844 147.6 +L 1282.760364 147.6 +L 1282.760364 131.742281 +L 1284.946885 131.742281 +L 1284.946885 144.076062 +L 1287.133405 144.076062 +L 1287.133405 135.266218 +L 1289.319926 135.266218 +L 1289.319926 132.851669 +L 1291.506446 132.851669 +L 1291.506446 138.855414 +L 1293.692966 138.855414 +L 1293.692966 125.608019 +L 1295.879487 125.608019 +L 1295.879487 144.924418 +L 1298.066007 144.924418 +L 1298.066007 127.174214 +L 1300.252527 127.174214 +L 1300.252527 139.899544 +L 1302.439048 139.899544 +L 1302.439048 128.740408 +L 1304.625568 128.740408 +L 1304.625568 138.790156 +L 1306.812089 138.790156 +L 1306.812089 140.552125 +L 1308.998609 140.552125 +L 1308.998609 137.028187 +L 1311.185129 137.028187 +L 1311.185129 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_54"> + <path clip-path="url(#p8f5a11bd3f)" d="M 1353.766383 147.6 +L 1353.766383 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_71"> + <path d="M 1190.926509 147.6 +L 1190.926509 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_72"> + <path d="M 1431.44375 147.6 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_73"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_74"> + <path d="M 1190.926509 38.88 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_66"> + <!-- 42% --> + <g style="fill:#262626;" transform="translate(1297.509817 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-52"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="text_67"> + <!-- example lidar with linear polarizer before receiver - RetC error contribution --> + <defs> + <path d="M 0.734375 0 +L 19.671875 26.953125 +L 2.15625 51.859375 +L 13.140625 51.859375 +L 21.09375 39.703125 +Q 23.34375 36.234375 24.703125 33.890625 +Q 26.859375 37.109375 28.65625 39.59375 +L 37.40625 51.859375 +L 47.90625 51.859375 +L 29.984375 27.4375 +L 49.265625 0 +L 38.484375 0 +L 27.828125 16.109375 +L 25 20.453125 +L 11.375 0 +z +" id="ArialMT-120"/> + <path d="M 40.4375 6.390625 +Q 35.546875 2.25 31.03125 0.53125 +Q 26.515625 -1.171875 21.34375 -1.171875 +Q 12.796875 -1.171875 8.203125 3 +Q 3.609375 7.171875 3.609375 13.671875 +Q 3.609375 17.484375 5.34375 20.625 +Q 7.078125 23.78125 9.890625 25.6875 +Q 12.703125 27.59375 16.21875 28.5625 +Q 18.796875 29.25 24.03125 29.890625 +Q 34.671875 31.15625 39.703125 32.90625 +Q 39.75 34.71875 39.75 35.203125 +Q 39.75 40.578125 37.25 42.78125 +Q 33.890625 45.75 27.25 45.75 +Q 21.046875 45.75 18.09375 43.578125 +Q 15.140625 41.40625 13.71875 35.890625 +L 5.125 37.0625 +Q 6.296875 42.578125 8.984375 45.96875 +Q 11.671875 49.359375 16.75 51.1875 +Q 21.828125 53.03125 28.515625 53.03125 +Q 35.15625 53.03125 39.296875 51.46875 +Q 43.453125 49.90625 45.40625 47.53125 +Q 47.359375 45.171875 48.140625 41.546875 +Q 48.578125 39.3125 48.578125 33.453125 +L 48.578125 21.734375 +Q 48.578125 9.46875 49.140625 6.21875 +Q 49.703125 2.984375 51.375 0 +L 42.1875 0 +Q 40.828125 2.734375 40.4375 6.390625 +z +M 39.703125 26.03125 +Q 34.90625 24.078125 25.34375 22.703125 +Q 19.921875 21.921875 17.671875 20.9375 +Q 15.4375 19.96875 14.203125 18.09375 +Q 12.984375 16.21875 12.984375 13.921875 +Q 12.984375 10.40625 15.640625 8.0625 +Q 18.3125 5.71875 23.4375 5.71875 +Q 28.515625 5.71875 32.46875 7.9375 +Q 36.421875 10.15625 38.28125 14.015625 +Q 39.703125 17 39.703125 22.796875 +z +" id="ArialMT-97"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.453125 51.859375 +L 14.453125 44.578125 +Q 16.890625 48.390625 20.9375 50.703125 +Q 25 53.03125 30.171875 53.03125 +Q 35.9375 53.03125 39.625 50.640625 +Q 43.3125 48.25 44.828125 43.953125 +Q 50.984375 53.03125 60.84375 53.03125 +Q 68.5625 53.03125 72.703125 48.75 +Q 76.859375 44.484375 76.859375 35.59375 +L 76.859375 0 +L 68.109375 0 +L 68.109375 32.671875 +Q 68.109375 37.9375 67.25 40.25 +Q 66.40625 42.578125 64.15625 43.984375 +Q 61.921875 45.40625 58.890625 45.40625 +Q 53.421875 45.40625 49.796875 41.765625 +Q 46.1875 38.140625 46.1875 30.125 +L 46.1875 0 +L 37.40625 0 +L 37.40625 33.6875 +Q 37.40625 39.546875 35.25 42.46875 +Q 33.109375 45.40625 28.21875 45.40625 +Q 24.515625 45.40625 21.359375 43.453125 +Q 18.21875 41.5 16.796875 37.734375 +Q 15.375 33.984375 15.375 26.90625 +L 15.375 0 +z +" id="ArialMT-109"/> + <path d="M 6.59375 -19.875 +L 6.59375 51.859375 +L 14.59375 51.859375 +L 14.59375 45.125 +Q 17.4375 49.078125 21 51.046875 +Q 24.5625 53.03125 29.640625 53.03125 +Q 36.28125 53.03125 41.359375 49.609375 +Q 46.4375 46.1875 49.015625 39.953125 +Q 51.609375 33.734375 51.609375 26.3125 +Q 51.609375 18.359375 48.75 11.984375 +Q 45.90625 5.609375 40.453125 2.21875 +Q 35.015625 -1.171875 29 -1.171875 +Q 24.609375 -1.171875 21.109375 0.6875 +Q 17.625 2.546875 15.375 5.375 +L 15.375 -19.875 +z +M 14.546875 25.640625 +Q 14.546875 15.625 18.59375 10.84375 +Q 22.65625 6.0625 28.421875 6.0625 +Q 34.28125 6.0625 38.453125 11.015625 +Q 42.625 15.96875 42.625 26.375 +Q 42.625 36.28125 38.546875 41.203125 +Q 34.46875 46.140625 28.8125 46.140625 +Q 23.1875 46.140625 18.859375 40.890625 +Q 14.546875 35.640625 14.546875 25.640625 +z +" id="ArialMT-112"/> + <path d="M 6.390625 0 +L 6.390625 71.578125 +L 15.1875 71.578125 +L 15.1875 0 +z +" id="ArialMT-108"/> + <path d="M 6.640625 61.46875 +L 6.640625 71.578125 +L 15.4375 71.578125 +L 15.4375 61.46875 +z +M 6.640625 0 +L 6.640625 51.859375 +L 15.4375 51.859375 +L 15.4375 0 +z +" id="ArialMT-105"/> + <path d="M 40.234375 0 +L 40.234375 6.546875 +Q 35.296875 -1.171875 25.734375 -1.171875 +Q 19.53125 -1.171875 14.328125 2.25 +Q 9.125 5.671875 6.265625 11.796875 +Q 3.421875 17.921875 3.421875 25.875 +Q 3.421875 33.640625 6 39.96875 +Q 8.59375 46.296875 13.765625 49.65625 +Q 18.953125 53.03125 25.34375 53.03125 +Q 30.03125 53.03125 33.6875 51.046875 +Q 37.359375 49.078125 39.65625 45.90625 +L 39.65625 71.578125 +L 48.390625 71.578125 +L 48.390625 0 +z +M 12.453125 25.875 +Q 12.453125 15.921875 16.640625 10.984375 +Q 20.84375 6.0625 26.5625 6.0625 +Q 32.328125 6.0625 36.34375 10.765625 +Q 40.375 15.484375 40.375 25.140625 +Q 40.375 35.796875 36.265625 40.765625 +Q 32.171875 45.75 26.171875 45.75 +Q 20.3125 45.75 16.375 40.96875 +Q 12.453125 36.1875 12.453125 25.875 +z +" id="ArialMT-100"/> + <path d="M 16.15625 0 +L 0.296875 51.859375 +L 9.375 51.859375 +L 17.625 21.921875 +L 20.703125 10.796875 +Q 20.90625 11.625 23.390625 21.484375 +L 31.640625 51.859375 +L 40.671875 51.859375 +L 48.4375 21.78125 +L 51.03125 11.859375 +L 54 21.875 +L 62.890625 51.859375 +L 71.4375 51.859375 +L 55.21875 0 +L 46.09375 0 +L 37.84375 31.0625 +L 35.84375 39.890625 +L 25.34375 0 +z +" id="ArialMT-119"/> + <path d="M 6.59375 0 +L 6.59375 71.578125 +L 15.375 71.578125 +L 15.375 45.90625 +Q 21.53125 53.03125 30.90625 53.03125 +Q 36.671875 53.03125 40.921875 50.75 +Q 45.171875 48.484375 47 44.484375 +Q 48.828125 40.484375 48.828125 32.859375 +L 48.828125 0 +L 40.046875 0 +L 40.046875 32.859375 +Q 40.046875 39.453125 37.1875 42.453125 +Q 34.328125 45.453125 29.109375 45.453125 +Q 25.203125 45.453125 21.75 43.421875 +Q 18.3125 41.40625 16.84375 37.9375 +Q 15.375 34.46875 15.375 28.375 +L 15.375 0 +z +" id="ArialMT-104"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.5 51.859375 +L 14.5 44.484375 +Q 20.21875 53.03125 31 53.03125 +Q 35.6875 53.03125 39.625 51.34375 +Q 43.5625 49.65625 45.515625 46.921875 +Q 47.46875 44.1875 48.25 40.4375 +Q 48.734375 37.984375 48.734375 31.890625 +L 48.734375 0 +L 39.9375 0 +L 39.9375 31.546875 +Q 39.9375 36.921875 38.90625 39.578125 +Q 37.890625 42.234375 35.28125 43.8125 +Q 32.671875 45.40625 29.15625 45.40625 +Q 23.53125 45.40625 19.453125 41.84375 +Q 15.375 38.28125 15.375 28.328125 +L 15.375 0 +z +" id="ArialMT-110"/> + <path d="M 3.328125 25.921875 +Q 3.328125 40.328125 11.328125 47.265625 +Q 18.015625 53.03125 27.640625 53.03125 +Q 38.328125 53.03125 45.109375 46.015625 +Q 51.90625 39.015625 51.90625 26.65625 +Q 51.90625 16.65625 48.90625 10.90625 +Q 45.90625 5.171875 40.15625 2 +Q 34.421875 -1.171875 27.640625 -1.171875 +Q 16.75 -1.171875 10.03125 5.8125 +Q 3.328125 12.796875 3.328125 25.921875 +z +M 12.359375 25.921875 +Q 12.359375 15.96875 16.703125 11.015625 +Q 21.046875 6.0625 27.640625 6.0625 +Q 34.1875 6.0625 38.53125 11.03125 +Q 42.875 16.015625 42.875 26.21875 +Q 42.875 35.84375 38.5 40.796875 +Q 34.125 45.75 27.640625 45.75 +Q 21.046875 45.75 16.703125 40.8125 +Q 12.359375 35.890625 12.359375 25.921875 +z +" id="ArialMT-111"/> + <path d="M 1.953125 0 +L 1.953125 7.125 +L 34.96875 45.015625 +Q 29.34375 44.734375 25.046875 44.734375 +L 3.90625 44.734375 +L 3.90625 51.859375 +L 46.296875 51.859375 +L 46.296875 46.046875 +L 18.21875 13.140625 +L 12.796875 7.125 +Q 18.703125 7.5625 23.875 7.5625 +L 47.859375 7.5625 +L 47.859375 0 +z +" id="ArialMT-122"/> + <path d="M 14.703125 0 +L 6.546875 0 +L 6.546875 71.578125 +L 15.328125 71.578125 +L 15.328125 46.046875 +Q 20.90625 53.03125 29.546875 53.03125 +Q 34.328125 53.03125 38.59375 51.09375 +Q 42.875 49.171875 45.625 45.671875 +Q 48.390625 42.1875 49.953125 37.25 +Q 51.515625 32.328125 51.515625 26.703125 +Q 51.515625 13.375 44.921875 6.09375 +Q 38.328125 -1.171875 29.109375 -1.171875 +Q 19.921875 -1.171875 14.703125 6.5 +z +M 14.59375 26.3125 +Q 14.59375 17 17.140625 12.84375 +Q 21.296875 6.0625 28.375 6.0625 +Q 34.125 6.0625 38.328125 11.0625 +Q 42.53125 16.0625 42.53125 25.984375 +Q 42.53125 36.140625 38.5 40.96875 +Q 34.46875 45.796875 28.765625 45.796875 +Q 23 45.796875 18.796875 40.796875 +Q 14.59375 35.796875 14.59375 26.3125 +z +" id="ArialMT-98"/> + <path d="M 8.6875 0 +L 8.6875 45.015625 +L 0.921875 45.015625 +L 0.921875 51.859375 +L 8.6875 51.859375 +L 8.6875 57.375 +Q 8.6875 62.59375 9.625 65.140625 +Q 10.890625 68.5625 14.078125 70.671875 +Q 17.28125 72.796875 23.046875 72.796875 +Q 26.765625 72.796875 31.25 71.921875 +L 29.9375 64.265625 +Q 27.203125 64.75 24.75 64.75 +Q 20.75 64.75 19.09375 63.03125 +Q 17.4375 61.328125 17.4375 56.640625 +L 17.4375 51.859375 +L 27.546875 51.859375 +L 27.546875 45.015625 +L 17.4375 45.015625 +L 17.4375 0 +z +" id="ArialMT-102"/> + <path d="M 40.4375 19 +L 49.078125 17.875 +Q 47.65625 8.9375 41.8125 3.875 +Q 35.984375 -1.171875 27.484375 -1.171875 +Q 16.84375 -1.171875 10.375 5.78125 +Q 3.90625 12.75 3.90625 25.734375 +Q 3.90625 34.125 6.6875 40.421875 +Q 9.46875 46.734375 15.15625 49.875 +Q 20.84375 53.03125 27.546875 53.03125 +Q 35.984375 53.03125 41.359375 48.75 +Q 46.734375 44.484375 48.25 36.625 +L 39.703125 35.296875 +Q 38.484375 40.53125 35.375 43.15625 +Q 32.28125 45.796875 27.875 45.796875 +Q 21.234375 45.796875 17.078125 41.03125 +Q 12.9375 36.28125 12.9375 25.984375 +Q 12.9375 15.53125 16.9375 10.796875 +Q 20.953125 6.0625 27.390625 6.0625 +Q 32.5625 6.0625 36.03125 9.234375 +Q 39.5 12.40625 40.4375 19 +z +" id="ArialMT-99"/> + <path d="M 21 0 +L 1.265625 51.859375 +L 10.546875 51.859375 +L 21.6875 20.796875 +Q 23.484375 15.765625 25 10.359375 +Q 26.171875 14.453125 28.265625 20.21875 +L 39.796875 51.859375 +L 48.828125 51.859375 +L 29.203125 0 +z +" id="ArialMT-118"/> + <path d="M 58.796875 25.09375 +L 68.265625 22.703125 +Q 65.28125 11.03125 57.546875 4.90625 +Q 49.8125 -1.21875 38.625 -1.21875 +Q 27.046875 -1.21875 19.796875 3.484375 +Q 12.546875 8.203125 8.765625 17.140625 +Q 4.984375 26.078125 4.984375 36.328125 +Q 4.984375 47.515625 9.25 55.828125 +Q 13.53125 64.15625 21.40625 68.46875 +Q 29.296875 72.796875 38.765625 72.796875 +Q 49.515625 72.796875 56.828125 67.328125 +Q 64.15625 61.859375 67.046875 51.953125 +L 57.71875 49.75 +Q 55.21875 57.5625 50.484375 61.125 +Q 45.75 64.703125 38.578125 64.703125 +Q 30.328125 64.703125 24.78125 60.734375 +Q 19.234375 56.78125 16.984375 50.109375 +Q 14.75 43.453125 14.75 36.375 +Q 14.75 27.25 17.40625 20.4375 +Q 20.0625 13.625 25.671875 10.25 +Q 31.296875 6.890625 37.84375 6.890625 +Q 45.796875 6.890625 51.3125 11.46875 +Q 56.84375 16.0625 58.796875 25.09375 +z +" id="ArialMT-67"/> + </defs> + <g style="fill:#262626;" transform="translate(481.919219 17.391563)scale(0.14 -0.14)"> + <use xlink:href="#ArialMT-101"/> + <use x="55.615234" xlink:href="#ArialMT-120"/> + <use x="105.615234" xlink:href="#ArialMT-97"/> + <use x="161.230469" xlink:href="#ArialMT-109"/> + <use x="244.53125" xlink:href="#ArialMT-112"/> + <use x="300.146484" xlink:href="#ArialMT-108"/> + <use x="322.363281" xlink:href="#ArialMT-101"/> + <use x="377.978516" xlink:href="#ArialMT-32"/> + <use x="405.761719" xlink:href="#ArialMT-108"/> + <use x="427.978516" xlink:href="#ArialMT-105"/> + <use x="450.195312" xlink:href="#ArialMT-100"/> + <use x="505.810547" xlink:href="#ArialMT-97"/> + <use x="561.425781" xlink:href="#ArialMT-114"/> + <use x="594.726562" xlink:href="#ArialMT-32"/> + <use x="622.509766" xlink:href="#ArialMT-119"/> + <use x="694.726562" xlink:href="#ArialMT-105"/> + <use x="716.943359" xlink:href="#ArialMT-116"/> + <use x="744.726562" xlink:href="#ArialMT-104"/> + <use x="800.341797" xlink:href="#ArialMT-32"/> + <use x="828.125" xlink:href="#ArialMT-108"/> + <use x="850.341797" xlink:href="#ArialMT-105"/> + <use x="872.558594" xlink:href="#ArialMT-110"/> + <use x="928.173828" xlink:href="#ArialMT-101"/> + <use x="983.789062" xlink:href="#ArialMT-97"/> + <use x="1039.404297" xlink:href="#ArialMT-114"/> + <use x="1072.705078" xlink:href="#ArialMT-32"/> + <use x="1100.488281" xlink:href="#ArialMT-112"/> + <use x="1156.103516" xlink:href="#ArialMT-111"/> + <use x="1211.71875" xlink:href="#ArialMT-108"/> + <use x="1233.935547" xlink:href="#ArialMT-97"/> + <use x="1289.550781" xlink:href="#ArialMT-114"/> + <use x="1322.851562" xlink:href="#ArialMT-105"/> + <use x="1345.068359" xlink:href="#ArialMT-122"/> + <use x="1395.068359" xlink:href="#ArialMT-101"/> + <use x="1450.683594" xlink:href="#ArialMT-114"/> + <use x="1483.984375" xlink:href="#ArialMT-32"/> + <use x="1511.767578" xlink:href="#ArialMT-98"/> + <use x="1567.382812" xlink:href="#ArialMT-101"/> + <use x="1622.998047" xlink:href="#ArialMT-102"/> + <use x="1650.78125" xlink:href="#ArialMT-111"/> + <use x="1706.396484" xlink:href="#ArialMT-114"/> + <use x="1739.697266" xlink:href="#ArialMT-101"/> + <use x="1795.3125" xlink:href="#ArialMT-32"/> + <use x="1823.095703" xlink:href="#ArialMT-114"/> + <use x="1856.396484" xlink:href="#ArialMT-101"/> + <use x="1912.011719" xlink:href="#ArialMT-99"/> + <use x="1962.011719" xlink:href="#ArialMT-101"/> + <use x="2017.626953" xlink:href="#ArialMT-105"/> + <use x="2039.84375" xlink:href="#ArialMT-118"/> + <use x="2089.84375" xlink:href="#ArialMT-101"/> + <use x="2145.458984" xlink:href="#ArialMT-114"/> + <use x="2178.759766" xlink:href="#ArialMT-32"/> + <use x="2206.542969" xlink:href="#ArialMT-45"/> + <use x="2239.84375" xlink:href="#ArialMT-32"/> + <use x="2267.626953" xlink:href="#ArialMT-82"/> + <use x="2339.84375" xlink:href="#ArialMT-101"/> + <use x="2395.458984" xlink:href="#ArialMT-116"/> + <use x="2423.242188" xlink:href="#ArialMT-67"/> + <use x="2495.458984" xlink:href="#ArialMT-32"/> + <use x="2523.242188" xlink:href="#ArialMT-101"/> + <use x="2578.857422" xlink:href="#ArialMT-114"/> + <use x="2612.158203" xlink:href="#ArialMT-114"/> + <use x="2645.458984" xlink:href="#ArialMT-111"/> + <use x="2701.074219" xlink:href="#ArialMT-114"/> + <use x="2734.375" xlink:href="#ArialMT-32"/> + <use x="2762.158203" xlink:href="#ArialMT-99"/> + <use x="2812.158203" xlink:href="#ArialMT-111"/> + <use x="2867.773438" xlink:href="#ArialMT-110"/> + <use x="2923.388672" xlink:href="#ArialMT-116"/> + <use x="2951.171875" xlink:href="#ArialMT-114"/> + <use x="2984.472656" xlink:href="#ArialMT-105"/> + <use x="3006.689453" xlink:href="#ArialMT-98"/> + <use x="3062.304688" xlink:href="#ArialMT-117"/> + <use x="3117.919922" xlink:href="#ArialMT-116"/> + <use x="3145.703125" xlink:href="#ArialMT-105"/> + <use x="3167.919922" xlink:href="#ArialMT-111"/> + <use x="3223.535156" xlink:href="#ArialMT-110"/> + </g> + </g> + </g> + <defs> + <clipPath id="p0f644c1ce2"> + <rect height="108.72" width="240.517241" x="36.44375" y="38.88"/> + </clipPath> + <clipPath id="pb09b23bb1b"> + <rect height="108.72" width="240.517241" x="325.06444" y="38.88"/> + </clipPath> + <clipPath id="pbf1197cfcd"> + <rect height="108.72" width="240.517241" x="613.685129" y="38.88"/> + </clipPath> + <clipPath id="p715ef18a4f"> + <rect height="108.72" width="240.517241" x="902.305819" y="38.88"/> + </clipPath> + <clipPath id="p8f5a11bd3f"> + <rect height="108.72" width="240.517241" x="1190.926509" y="38.88"/> + </clipPath> + </defs> +</svg> +</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><svg height="184.090625pt" version="1.1" viewBox="0 0 1438.64375 184.090625" width="1438.64375pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 184.090625 +L 1438.64375 184.090625 +L 1438.64375 0 +L 0 0 +z +" style="fill:#ffffff;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +L 276.960991 38.88 +L 36.44375 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <path clip-path="url(#pc69c8549e7)" d="M 72.690303 147.6 +L 72.690303 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_1"> + <!-- 0.002 --> + <defs> + <path d="M 4.15625 35.296875 +Q 4.15625 48 6.765625 55.734375 +Q 9.375 63.484375 14.515625 67.671875 +Q 19.671875 71.875 27.484375 71.875 +Q 33.25 71.875 37.59375 69.546875 +Q 41.9375 67.234375 44.765625 62.859375 +Q 47.609375 58.5 49.21875 52.21875 +Q 50.828125 45.953125 50.828125 35.296875 +Q 50.828125 22.703125 48.234375 14.96875 +Q 45.65625 7.234375 40.5 3 +Q 35.359375 -1.21875 27.484375 -1.21875 +Q 17.140625 -1.21875 11.234375 6.203125 +Q 4.15625 15.140625 4.15625 35.296875 +z +M 13.1875 35.296875 +Q 13.1875 17.671875 17.3125 11.828125 +Q 21.4375 6 27.484375 6 +Q 33.546875 6 37.671875 11.859375 +Q 41.796875 17.71875 41.796875 35.296875 +Q 41.796875 52.984375 37.671875 58.78125 +Q 33.546875 64.59375 27.390625 64.59375 +Q 21.34375 64.59375 17.71875 59.46875 +Q 13.1875 52.9375 13.1875 35.296875 +z +" id="ArialMT-48"/> + <path d="M 9.078125 0 +L 9.078125 10.015625 +L 19.09375 10.015625 +L 19.09375 0 +z +" id="ArialMT-46"/> + <path d="M 50.34375 8.453125 +L 50.34375 0 +L 3.03125 0 +Q 2.9375 3.171875 4.046875 6.109375 +Q 5.859375 10.9375 9.828125 15.625 +Q 13.8125 20.3125 21.34375 26.46875 +Q 33.015625 36.03125 37.109375 41.625 +Q 41.21875 47.21875 41.21875 52.203125 +Q 41.21875 57.421875 37.46875 61 +Q 33.734375 64.59375 27.734375 64.59375 +Q 21.390625 64.59375 17.578125 60.78125 +Q 13.765625 56.984375 13.71875 50.25 +L 4.6875 51.171875 +Q 5.609375 61.28125 11.65625 66.578125 +Q 17.71875 71.875 27.9375 71.875 +Q 38.234375 71.875 44.234375 66.15625 +Q 50.25 60.453125 50.25 52 +Q 50.25 47.703125 48.484375 43.546875 +Q 46.734375 39.40625 42.65625 34.8125 +Q 38.578125 30.21875 29.109375 22.21875 +Q 21.1875 15.578125 18.9375 13.203125 +Q 16.703125 10.84375 15.234375 8.453125 +z +" id="ArialMT-50"/> + </defs> + <g style="fill:#262626;" transform="translate(60.179366 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <path clip-path="url(#pc69c8549e7)" d="M 131.643407 147.6 +L 131.643407 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_2"> + <!-- 0.004 --> + <defs> + <path d="M 32.328125 0 +L 32.328125 17.140625 +L 1.265625 17.140625 +L 1.265625 25.203125 +L 33.9375 71.578125 +L 41.109375 71.578125 +L 41.109375 25.203125 +L 50.78125 25.203125 +L 50.78125 17.140625 +L 41.109375 17.140625 +L 41.109375 0 +z +M 32.328125 25.203125 +L 32.328125 57.46875 +L 9.90625 25.203125 +z +" id="ArialMT-52"/> + </defs> + <g style="fill:#262626;" transform="translate(119.13247 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <path clip-path="url(#pc69c8549e7)" d="M 190.596512 147.6 +L 190.596512 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_3"> + <!-- 0.006 --> + <defs> + <path d="M 49.75 54.046875 +L 41.015625 53.375 +Q 39.84375 58.546875 37.703125 60.890625 +Q 34.125 64.65625 28.90625 64.65625 +Q 24.703125 64.65625 21.53125 62.3125 +Q 17.390625 59.28125 14.984375 53.46875 +Q 12.59375 47.65625 12.5 36.921875 +Q 15.671875 41.75 20.265625 44.09375 +Q 24.859375 46.4375 29.890625 46.4375 +Q 38.671875 46.4375 44.84375 39.96875 +Q 51.03125 33.5 51.03125 23.25 +Q 51.03125 16.5 48.125 10.71875 +Q 45.21875 4.9375 40.140625 1.859375 +Q 35.0625 -1.21875 28.609375 -1.21875 +Q 17.625 -1.21875 10.6875 6.859375 +Q 3.765625 14.9375 3.765625 33.5 +Q 3.765625 54.25 11.421875 63.671875 +Q 18.109375 71.875 29.4375 71.875 +Q 37.890625 71.875 43.28125 67.140625 +Q 48.6875 62.40625 49.75 54.046875 +z +M 13.875 23.1875 +Q 13.875 18.65625 15.796875 14.5 +Q 17.71875 10.359375 21.1875 8.171875 +Q 24.65625 6 28.46875 6 +Q 34.03125 6 38.03125 10.484375 +Q 42.046875 14.984375 42.046875 22.703125 +Q 42.046875 30.125 38.078125 34.390625 +Q 34.125 38.671875 28.125 38.671875 +Q 22.171875 38.671875 18.015625 34.390625 +Q 13.875 30.125 13.875 23.1875 +z +" id="ArialMT-54"/> + </defs> + <g style="fill:#262626;" transform="translate(178.085574 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <path clip-path="url(#pc69c8549e7)" d="M 249.549616 147.6 +L 249.549616 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_4"> + <!-- 0.008 --> + <defs> + <path d="M 17.671875 38.8125 +Q 12.203125 40.828125 9.5625 44.53125 +Q 6.9375 48.25 6.9375 53.421875 +Q 6.9375 61.234375 12.546875 66.546875 +Q 18.171875 71.875 27.484375 71.875 +Q 36.859375 71.875 42.578125 66.421875 +Q 48.296875 60.984375 48.296875 53.171875 +Q 48.296875 48.1875 45.671875 44.5 +Q 43.0625 40.828125 37.75 38.8125 +Q 44.34375 36.671875 47.78125 31.875 +Q 51.21875 27.09375 51.21875 20.453125 +Q 51.21875 11.28125 44.71875 5.03125 +Q 38.234375 -1.21875 27.640625 -1.21875 +Q 17.046875 -1.21875 10.546875 5.046875 +Q 4.046875 11.328125 4.046875 20.703125 +Q 4.046875 27.6875 7.59375 32.390625 +Q 11.140625 37.109375 17.671875 38.8125 +z +M 15.921875 53.71875 +Q 15.921875 48.640625 19.1875 45.40625 +Q 22.46875 42.1875 27.6875 42.1875 +Q 32.765625 42.1875 36.015625 45.375 +Q 39.265625 48.578125 39.265625 53.21875 +Q 39.265625 58.0625 35.90625 61.359375 +Q 32.5625 64.65625 27.59375 64.65625 +Q 22.5625 64.65625 19.234375 61.421875 +Q 15.921875 58.203125 15.921875 53.71875 +z +M 13.09375 20.65625 +Q 13.09375 16.890625 14.875 13.375 +Q 16.65625 9.859375 20.171875 7.921875 +Q 23.6875 6 27.734375 6 +Q 34.03125 6 38.125 10.046875 +Q 42.234375 14.109375 42.234375 20.359375 +Q 42.234375 26.703125 38.015625 30.859375 +Q 33.796875 35.015625 27.4375 35.015625 +Q 21.234375 35.015625 17.15625 30.90625 +Q 13.09375 26.8125 13.09375 20.65625 +z +" id="ArialMT-56"/> + </defs> + <g style="fill:#262626;" transform="translate(237.038679 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="text_5"> + <!-- LDRtrue --> + <defs> + <path d="M 7.328125 0 +L 7.328125 71.578125 +L 16.796875 71.578125 +L 16.796875 8.453125 +L 52.046875 8.453125 +L 52.046875 0 +z +" id="ArialMT-76"/> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 32.375 71.578125 +Q 40.71875 71.578125 45.125 70.5625 +Q 51.265625 69.140625 55.609375 65.4375 +Q 61.28125 60.640625 64.078125 53.1875 +Q 66.890625 45.75 66.890625 36.1875 +Q 66.890625 28.03125 64.984375 21.734375 +Q 63.09375 15.4375 60.109375 11.296875 +Q 57.125 7.171875 53.578125 4.796875 +Q 50.046875 2.4375 45.046875 1.21875 +Q 40.046875 0 33.546875 0 +z +M 17.1875 8.453125 +L 32.46875 8.453125 +Q 39.546875 8.453125 43.578125 9.765625 +Q 47.609375 11.078125 50 13.484375 +Q 53.375 16.84375 55.25 22.53125 +Q 57.125 28.21875 57.125 36.328125 +Q 57.125 47.5625 53.4375 53.59375 +Q 49.75 59.625 44.484375 61.671875 +Q 40.671875 63.140625 32.234375 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-68"/> + <path d="M 7.859375 0 +L 7.859375 71.578125 +L 39.59375 71.578125 +Q 49.171875 71.578125 54.140625 69.640625 +Q 59.125 67.71875 62.109375 62.828125 +Q 65.09375 57.953125 65.09375 52.046875 +Q 65.09375 44.4375 60.15625 39.203125 +Q 55.21875 33.984375 44.921875 32.5625 +Q 48.6875 30.765625 50.640625 29 +Q 54.78125 25.203125 58.5 19.484375 +L 70.953125 0 +L 59.03125 0 +L 49.5625 14.890625 +Q 45.40625 21.34375 42.71875 24.75 +Q 40.046875 28.171875 37.921875 29.53125 +Q 35.796875 30.90625 33.59375 31.453125 +Q 31.984375 31.78125 28.328125 31.78125 +L 17.328125 31.78125 +L 17.328125 0 +z +M 17.328125 39.984375 +L 37.703125 39.984375 +Q 44.1875 39.984375 47.84375 41.328125 +Q 51.515625 42.671875 53.421875 45.625 +Q 55.328125 48.578125 55.328125 52.046875 +Q 55.328125 57.125 51.640625 60.390625 +Q 47.953125 63.671875 39.984375 63.671875 +L 17.328125 63.671875 +z +" id="ArialMT-82"/> + <path d="M 25.78125 7.859375 +L 27.046875 0.09375 +Q 23.34375 -0.6875 20.40625 -0.6875 +Q 15.625 -0.6875 12.984375 0.828125 +Q 10.359375 2.34375 9.28125 4.8125 +Q 8.203125 7.28125 8.203125 15.1875 +L 8.203125 45.015625 +L 1.765625 45.015625 +L 1.765625 51.859375 +L 8.203125 51.859375 +L 8.203125 64.703125 +L 16.9375 69.96875 +L 16.9375 51.859375 +L 25.78125 51.859375 +L 25.78125 45.015625 +L 16.9375 45.015625 +L 16.9375 14.703125 +Q 16.9375 10.9375 17.40625 9.859375 +Q 17.875 8.796875 18.921875 8.15625 +Q 19.96875 7.515625 21.921875 7.515625 +Q 23.390625 7.515625 25.78125 7.859375 +z +" id="ArialMT-116"/> + <path d="M 6.5 0 +L 6.5 51.859375 +L 14.40625 51.859375 +L 14.40625 44 +Q 17.4375 49.515625 20 51.265625 +Q 22.5625 53.03125 25.640625 53.03125 +Q 30.078125 53.03125 34.671875 50.203125 +L 31.640625 42.046875 +Q 28.421875 43.953125 25.203125 43.953125 +Q 22.3125 43.953125 20.015625 42.21875 +Q 17.71875 40.484375 16.75 37.40625 +Q 15.28125 32.71875 15.28125 27.15625 +L 15.28125 0 +z +" id="ArialMT-114"/> + <path d="M 40.578125 0 +L 40.578125 7.625 +Q 34.515625 -1.171875 24.125 -1.171875 +Q 19.53125 -1.171875 15.546875 0.578125 +Q 11.578125 2.34375 9.640625 5 +Q 7.71875 7.671875 6.9375 11.53125 +Q 6.390625 14.109375 6.390625 19.734375 +L 6.390625 51.859375 +L 15.1875 51.859375 +L 15.1875 23.09375 +Q 15.1875 16.21875 15.71875 13.8125 +Q 16.546875 10.359375 19.234375 8.375 +Q 21.921875 6.390625 25.875 6.390625 +Q 29.828125 6.390625 33.296875 8.421875 +Q 36.765625 10.453125 38.203125 13.9375 +Q 39.65625 17.4375 39.65625 24.078125 +L 39.65625 51.859375 +L 48.4375 51.859375 +L 48.4375 0 +z +" id="ArialMT-117"/> + <path d="M 42.09375 16.703125 +L 51.171875 15.578125 +Q 49.03125 7.625 43.21875 3.21875 +Q 37.40625 -1.171875 28.375 -1.171875 +Q 17 -1.171875 10.328125 5.828125 +Q 3.65625 12.84375 3.65625 25.484375 +Q 3.65625 38.578125 10.390625 45.796875 +Q 17.140625 53.03125 27.875 53.03125 +Q 38.28125 53.03125 44.875 45.953125 +Q 51.46875 38.875 51.46875 26.03125 +Q 51.46875 25.25 51.421875 23.6875 +L 12.75 23.6875 +Q 13.234375 15.140625 17.578125 10.59375 +Q 21.921875 6.0625 28.421875 6.0625 +Q 33.25 6.0625 36.671875 8.59375 +Q 40.09375 11.140625 42.09375 16.703125 +z +M 13.234375 30.90625 +L 42.1875 30.90625 +Q 41.609375 37.453125 38.875 40.71875 +Q 34.671875 45.796875 27.984375 45.796875 +Q 21.921875 45.796875 17.796875 41.75 +Q 13.671875 37.703125 13.234375 30.90625 +z +" id="ArialMT-101"/> + </defs> + <g style="fill:#ff0000;" transform="translate(138.085183 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_5"> + <path clip-path="url(#pc69c8549e7)" d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_6"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(23.882813 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_6"> + <path clip-path="url(#pc69c8549e7)" d="M 36.44375 124.07288 +L 276.960991 124.07288 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_7"> + <!-- 1000 --> + <defs> + <path d="M 37.25 0 +L 28.46875 0 +L 28.46875 56 +Q 25.296875 52.984375 20.140625 49.953125 +Q 14.984375 46.921875 10.890625 45.40625 +L 10.890625 53.90625 +Q 18.265625 57.375 23.78125 62.296875 +Q 29.296875 67.234375 31.59375 71.875 +L 37.25 71.875 +z +" id="ArialMT-49"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 127.651786)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_7"> + <path clip-path="url(#pc69c8549e7)" d="M 36.44375 100.545759 +L 276.960991 100.545759 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_8"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(7.2 104.124665)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_8"> + <path clip-path="url(#pc69c8549e7)" d="M 36.44375 77.018639 +L 276.960991 77.018639 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_9"> + <!-- 3000 --> + <defs> + <path d="M 4.203125 18.890625 +L 12.984375 20.0625 +Q 14.5 12.59375 18.140625 9.296875 +Q 21.78125 6 27 6 +Q 33.203125 6 37.46875 10.296875 +Q 41.75 14.59375 41.75 20.953125 +Q 41.75 27 37.796875 30.921875 +Q 33.84375 34.859375 27.734375 34.859375 +Q 25.25 34.859375 21.53125 33.890625 +L 22.515625 41.609375 +Q 23.390625 41.5 23.921875 41.5 +Q 29.546875 41.5 34.03125 44.421875 +Q 38.53125 47.359375 38.53125 53.46875 +Q 38.53125 58.296875 35.25 61.46875 +Q 31.984375 64.65625 26.8125 64.65625 +Q 21.6875 64.65625 18.265625 61.421875 +Q 14.84375 58.203125 13.875 51.765625 +L 5.078125 53.328125 +Q 6.6875 62.15625 12.390625 67.015625 +Q 18.109375 71.875 26.609375 71.875 +Q 32.46875 71.875 37.390625 69.359375 +Q 42.328125 66.84375 44.9375 62.5 +Q 47.5625 58.15625 47.5625 53.265625 +Q 47.5625 48.640625 45.0625 44.828125 +Q 42.578125 41.015625 37.703125 38.765625 +Q 44.046875 37.3125 47.5625 32.6875 +Q 51.078125 28.078125 51.078125 21.140625 +Q 51.078125 11.765625 44.234375 5.25 +Q 37.40625 -1.265625 26.953125 -1.265625 +Q 17.53125 -1.265625 11.296875 4.34375 +Q 5.078125 9.96875 4.203125 18.890625 +z +" id="ArialMT-51"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 80.597545)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_9"> + <path clip-path="url(#pc69c8549e7)" d="M 36.44375 53.491518 +L 276.960991 53.491518 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_10"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(7.2 57.070424)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_3"> + <path clip-path="url(#pc69c8549e7)" d="M 47.376352 147.6 +L 47.376352 134.895355 +L 49.562872 134.895355 +L 49.562872 102.286766 +L 51.749393 102.286766 +L 51.749393 56.408881 +L 53.935913 56.408881 +L 53.935913 44.057143 +L 56.122433 44.057143 +L 56.122433 77.606817 +L 58.308954 77.606817 +L 58.308954 119.202766 +L 60.495474 119.202766 +L 60.495474 140.118376 +L 62.681995 140.118376 +L 62.681995 146.188373 +L 64.868515 146.188373 +L 64.868515 147.458837 +L 67.055035 147.458837 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 145.906047 +L 73.614596 145.906047 +L 73.614596 140.259538 +L 75.801117 140.259538 +L 75.801117 126.143266 +L 77.987637 126.143266 +L 77.987637 102.569091 +L 80.174158 102.569091 +L 80.174158 83.935612 +L 82.360678 83.935612 +L 82.360678 72.642594 +L 84.547198 72.642594 +L 84.547198 82.523985 +L 86.733719 82.523985 +L 86.733719 72.642594 +L 88.920239 72.642594 +L 88.920239 78.194995 +L 91.106759 78.194995 +L 91.106759 84.406154 +L 93.29328 84.406154 +L 93.29328 86.805921 +L 95.4798 86.805921 +L 95.4798 92.075996 +L 97.666321 92.075996 +L 97.666321 99.22824 +L 99.852841 99.22824 +L 99.852841 113.626838 +L 102.039361 113.626838 +L 102.039361 127.931327 +L 104.225882 127.931327 +L 104.225882 138.28326 +L 106.412402 138.28326 +L 106.412402 143.647444 +L 108.598922 143.647444 +L 108.598922 146.04721 +L 110.785443 146.04721 +L 110.785443 147.317675 +L 112.971963 147.317675 +L 112.971963 147.458837 +L 115.158484 147.458837 +L 115.158484 142.659305 +L 117.345004 142.659305 +L 117.345004 133.483728 +L 119.531524 133.483728 +L 119.531524 119.226293 +L 121.718045 119.226293 +L 121.718045 94.805142 +L 123.904565 94.805142 +L 123.904565 74.171857 +L 126.091085 74.171857 +L 126.091085 77.324491 +L 128.277606 77.324491 +L 128.277606 90.217353 +L 130.464126 90.217353 +L 130.464126 113.932691 +L 132.650647 113.932691 +L 132.650647 131.977992 +L 134.837167 131.977992 +L 134.837167 141.059461 +L 137.023687 141.059461 +L 137.023687 144.98849 +L 139.210208 144.98849 +L 139.210208 146.611861 +L 141.396728 146.611861 +L 141.396728 143.929769 +L 143.583248 143.929769 +L 143.583248 138.565586 +L 145.769769 138.565586 +L 145.769769 131.225124 +L 147.956289 131.225124 +L 147.956289 116.826526 +L 150.14281 116.826526 +L 150.14281 101.016301 +L 152.32933 101.016301 +L 152.32933 91.464291 +L 154.51585 91.464291 +L 154.51585 82.900419 +L 156.702371 82.900419 +L 156.702371 80.971195 +L 158.888891 80.971195 +L 158.888891 76.312825 +L 161.075411 76.312825 +L 161.075411 78.8067 +L 163.261932 78.8067 +L 163.261932 89.01747 +L 165.448452 89.01747 +L 165.448452 89.582121 +L 167.634973 89.582121 +L 167.634973 95.699172 +L 169.821493 95.699172 +L 169.821493 104.921803 +L 172.008013 104.921803 +L 172.008013 117.155906 +L 174.194534 117.155906 +L 174.194534 126.990242 +L 176.381054 126.990242 +L 176.381054 136.165819 +L 178.567574 136.165819 +L 178.567574 140.965352 +L 180.754095 140.965352 +L 180.754095 144.306203 +L 182.940615 144.306203 +L 182.940615 144.259149 +L 185.127136 144.259149 +L 185.127136 140.683027 +L 187.313656 140.683027 +L 187.313656 135.17768 +L 189.500176 135.17768 +L 189.500176 124.590476 +L 191.686697 124.590476 +L 191.686697 115.273736 +L 193.873217 115.273736 +L 193.873217 104.121881 +L 196.059737 104.121881 +L 196.059737 90.89964 +L 198.246258 90.89964 +L 198.246258 91.393709 +L 200.432778 91.393709 +L 200.432778 101.933859 +L 202.619299 101.933859 +L 202.619299 111.65056 +L 204.805819 111.65056 +L 204.805819 125.155127 +L 206.992339 125.155127 +L 206.992339 134.824774 +L 209.17886 134.824774 +L 209.17886 139.906632 +L 211.36538 139.906632 +L 211.36538 139.741942 +L 213.5519 139.741942 +L 213.5519 139.083182 +L 215.738421 139.083182 +L 215.738421 133.977797 +L 217.924941 133.977797 +L 217.924941 126.425592 +L 220.111462 126.425592 +L 220.111462 113.720947 +L 222.297982 113.720947 +L 222.297982 107.650949 +L 224.484502 107.650949 +L 224.484502 94.475762 +L 226.671023 94.475762 +L 226.671023 83.606232 +L 228.857543 83.606232 +L 228.857543 90.429097 +L 231.044063 90.429097 +L 231.044063 79.183134 +L 233.230584 79.183134 +L 233.230584 80.594761 +L 235.417104 80.594761 +L 235.417104 93.534677 +L 237.603625 93.534677 +L 237.603625 90.382043 +L 239.790145 90.382043 +L 239.790145 100.075217 +L 241.976665 100.075217 +L 241.976665 106.427539 +L 244.163186 106.427539 +L 244.163186 118.049937 +L 246.349706 118.049937 +L 246.349706 126.002103 +L 248.536226 126.002103 +L 248.536226 130.660473 +L 250.722747 130.660473 +L 250.722747 138.28326 +L 252.909267 138.28326 +L 252.909267 141.953491 +L 255.095788 141.953491 +L 255.095788 144.353257 +L 257.282308 144.353257 +L 257.282308 145.906047 +L 259.468828 145.906047 +L 259.468828 146.894186 +L 261.655349 146.894186 +L 261.655349 147.317675 +L 263.841869 147.317675 +L 263.841869 147.458837 +L 266.028389 147.458837 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_4"> + <path clip-path="url(#pc69c8549e7)" d="M 47.376352 147.6 +L 47.376352 144.070932 +L 49.562872 144.070932 +L 49.562872 133.766053 +L 51.749393 133.766053 +L 51.749393 120.214432 +L 53.935913 120.214432 +L 53.935913 114.215016 +L 56.122433 114.215016 +L 56.122433 122.473035 +L 58.308954 122.473035 +L 58.308954 135.601169 +L 60.495474 135.601169 +L 60.495474 143.788606 +L 62.681995 143.788606 +L 62.681995 146.753024 +L 64.868515 146.753024 +L 64.868515 147.458837 +L 67.055035 147.458837 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 146.470698 +L 73.614596 146.470698 +L 73.614596 145.059071 +L 75.801117 145.059071 +L 75.801117 138.565586 +L 77.987637 138.565586 +L 77.987637 131.366287 +L 80.174158 131.366287 +L 80.174158 126.990242 +L 82.360678 126.990242 +L 82.360678 124.025825 +L 84.547198 124.025825 +L 84.547198 127.978382 +L 86.733719 127.978382 +L 86.733719 125.155127 +L 88.920239 125.155127 +L 88.920239 126.707917 +L 91.106759 126.707917 +L 91.106759 128.025436 +L 93.29328 128.025436 +L 93.29328 128.778304 +L 95.4798 128.778304 +L 95.4798 129.907605 +L 97.666321 129.907605 +L 97.666321 130.84869 +L 99.852841 130.84869 +L 99.852841 133.718999 +L 102.039361 133.718999 +L 102.039361 138.894965 +L 104.225882 138.894965 +L 104.225882 142.659305 +L 106.412402 142.659305 +L 106.412402 145.200234 +L 108.598922 145.200234 +L 108.598922 146.611861 +L 110.785443 146.611861 +L 110.785443 147.458837 +L 112.971963 147.458837 +L 112.971963 147.458837 +L 115.158484 147.458837 +L 115.158484 146.188373 +L 117.345004 146.188373 +L 117.345004 143.223956 +L 119.531524 143.223956 +L 119.531524 138.847911 +L 121.718045 138.847911 +L 121.718045 131.789775 +L 123.904565 131.789775 +L 123.904565 123.531756 +L 126.091085 123.531756 +L 126.091085 124.590476 +L 128.277606 124.590476 +L 128.277606 127.484312 +L 130.464126 127.484312 +L 130.464126 135.389424 +L 132.650647 135.389424 +L 132.650647 141.22415 +L 134.837167 141.22415 +L 134.837167 145.082598 +L 137.023687 145.082598 +L 137.023687 146.400117 +L 139.210208 146.400117 +L 139.210208 147.10593 +L 141.396728 147.10593 +L 141.396728 145.906047 +L 143.583248 145.906047 +L 143.583248 144.212095 +L 145.769769 144.212095 +L 145.769769 141.38884 +L 147.956289 141.38884 +L 147.956289 136.589308 +L 150.14281 136.589308 +L 150.14281 132.213263 +L 152.32933 132.213263 +L 152.32933 129.060629 +L 154.51585 129.060629 +L 154.51585 127.884273 +L 156.702371 127.884273 +L 156.702371 126.707917 +L 158.888891 126.707917 +L 158.888891 126.284429 +L 161.075411 126.284429 +L 161.075411 126.002103 +L 163.261932 126.002103 +L 163.261932 129.531171 +L 165.448452 129.531171 +L 165.448452 129.860551 +L 167.634973 129.860551 +L 167.634973 129.342955 +L 169.821493 129.342955 +L 169.821493 133.201402 +L 172.008013 133.201402 +L 172.008013 136.165819 +L 174.194534 136.165819 +L 174.194534 138.706748 +L 176.381054 138.706748 +L 176.381054 142.235817 +L 178.567574 142.235817 +L 178.567574 144.776746 +L 180.754095 144.776746 +L 180.754095 145.71783 +L 182.940615 145.71783 +L 182.940615 146.517752 +L 185.127136 146.517752 +L 185.127136 145.200234 +L 187.313656 145.200234 +L 187.313656 143.647444 +L 189.500176 143.647444 +L 189.500176 140.259538 +L 191.686697 140.259538 +L 191.686697 137.859772 +L 193.873217 137.859772 +L 193.873217 133.907216 +L 196.059737 133.907216 +L 196.059737 129.107683 +L 198.246258 129.107683 +L 198.246258 128.966521 +L 200.432778 128.966521 +L 200.432778 131.319233 +L 202.619299 131.319233 +L 202.619299 135.577641 +L 204.805819 135.577641 +L 204.805819 139.200818 +L 206.992339 139.200818 +L 206.992339 142.800467 +L 209.17886 142.800467 +L 209.17886 144.423839 +L 211.36538 144.423839 +L 211.36538 144.635583 +L 213.5519 144.635583 +L 213.5519 144.141513 +L 215.738421 144.141513 +L 215.738421 142.588723 +L 217.924941 142.588723 +L 217.924941 141.106515 +L 220.111462 141.106515 +L 220.111462 135.17768 +L 222.297982 135.17768 +L 222.297982 134.471867 +L 224.484502 134.471867 +L 224.484502 131.366287 +L 226.671023 131.366287 +L 226.671023 126.707917 +L 228.857543 126.707917 +L 228.857543 129.248846 +L 231.044063 129.248846 +L 231.044063 127.366676 +L 233.230584 127.366676 +L 233.230584 126.19032 +L 235.417104 126.19032 +L 235.417104 130.236985 +L 237.603625 130.236985 +L 237.603625 130.095822 +L 239.790145 130.095822 +L 239.790145 131.648612 +L 241.976665 131.648612 +L 241.976665 133.06024 +L 244.163186 133.06024 +L 244.163186 136.73047 +L 246.349706 136.73047 +L 246.349706 139.553725 +L 248.536226 139.553725 +L 248.536226 140.541864 +L 250.722747 140.541864 +L 250.722747 143.929769 +L 252.909267 143.929769 +L 252.909267 144.635583 +L 255.095788 144.635583 +L 255.095788 146.188373 +L 257.282308 146.188373 +L 257.282308 146.894186 +L 259.468828 146.894186 +L 259.468828 147.176512 +L 261.655349 147.176512 +L 261.655349 147.458837 +L 263.841869 147.458837 +L 263.841869 147.458837 +L 266.028389 147.458837 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_5"> + <path clip-path="url(#pc69c8549e7)" d="M 47.376352 147.6 +L 47.376352 143.365118 +L 49.562872 143.365118 +L 49.562872 132.777914 +L 51.749393 132.777914 +L 51.749393 116.967689 +L 53.935913 116.967689 +L 53.935913 112.521063 +L 56.122433 112.521063 +L 56.122433 124.402259 +L 58.308954 124.402259 +L 58.308954 138.330315 +L 60.495474 138.330315 +L 60.495474 145.129652 +L 62.681995 145.129652 +L 62.681995 147.247093 +L 64.868515 147.247093 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.317675 +L 73.614596 147.317675 +L 73.614596 144.49442 +L 75.801117 144.49442 +L 75.801117 140.824189 +L 77.987637 140.824189 +L 77.987637 133.201402 +L 80.174158 133.201402 +L 80.174158 126.002103 +L 82.360678 126.002103 +L 82.360678 122.473035 +L 84.547198 122.473035 +L 84.547198 126.566754 +L 86.733719 126.566754 +L 86.733719 122.19071 +L 88.920239 122.19071 +L 88.920239 124.07288 +L 91.106759 124.07288 +L 91.106759 126.802026 +L 93.29328 126.802026 +L 93.29328 127.837219 +L 95.4798 127.837219 +L 95.4798 128.731249 +L 97.666321 128.731249 +L 97.666321 131.17807 +L 99.852841 131.17807 +L 99.852841 136.306982 +L 102.039361 136.306982 +L 102.039361 140.683027 +L 104.225882 140.683027 +L 104.225882 144.49442 +L 106.412402 144.49442 +L 106.412402 146.470698 +L 108.598922 146.470698 +L 108.598922 147.176512 +L 110.785443 147.176512 +L 110.785443 147.458837 +L 112.971963 147.458837 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 145.906047 +L 117.345004 145.906047 +L 117.345004 143.082793 +L 119.531524 143.082793 +L 119.531524 138.000935 +L 121.718045 138.000935 +L 121.718045 129.672334 +L 123.904565 129.672334 +L 123.904565 123.955244 +L 126.091085 123.955244 +L 126.091085 123.955244 +L 128.277606 123.955244 +L 128.277606 129.248846 +L 130.464126 129.248846 +L 130.464126 135.67175 +L 132.650647 135.67175 +L 132.650647 142.235817 +L 134.837167 142.235817 +L 134.837167 145.270815 +L 137.023687 145.270815 +L 137.023687 146.753024 +L 139.210208 146.753024 +L 139.210208 147.10593 +L 141.396728 147.10593 +L 141.396728 146.470698 +L 143.583248 146.470698 +L 143.583248 144.49442 +L 145.769769 144.49442 +L 145.769769 142.235817 +L 147.956289 142.235817 +L 147.956289 137.718609 +L 150.14281 137.718609 +L 150.14281 131.083961 +L 152.32933 131.083961 +L 152.32933 129.672334 +L 154.51585 129.672334 +L 154.51585 125.578615 +L 156.702371 125.578615 +L 156.702371 126.143266 +L 158.888891 126.143266 +L 158.888891 123.602337 +L 161.075411 123.602337 +L 161.075411 124.96691 +L 163.261932 124.96691 +L 163.261932 127.696056 +L 165.448452 127.696056 +L 165.448452 127.74311 +L 167.634973 127.74311 +L 167.634973 131.083961 +L 169.821493 131.083961 +L 169.821493 133.154348 +L 172.008013 133.154348 +L 172.008013 137.201013 +L 174.194534 137.201013 +L 174.194534 140.683027 +L 176.381054 140.683027 +L 176.381054 143.788606 +L 178.567574 143.788606 +L 178.567574 145.200234 +L 180.754095 145.200234 +L 180.754095 146.753024 +L 182.940615 146.753024 +L 182.940615 146.329535 +L 185.127136 146.329535 +L 185.127136 145.482559 +L 187.313656 145.482559 +L 187.313656 143.506281 +L 189.500176 143.506281 +L 189.500176 139.977213 +L 191.686697 139.977213 +L 191.686697 136.448145 +L 193.873217 136.448145 +L 193.873217 132.777914 +L 196.059737 132.777914 +L 196.059737 129.672334 +L 198.246258 129.672334 +L 198.246258 128.284234 +L 200.432778 128.284234 +L 200.432778 132.966131 +L 202.619299 132.966131 +L 202.619299 135.107099 +L 204.805819 135.107099 +L 204.805819 140.33012 +L 206.992339 140.33012 +L 206.992339 143.223956 +L 209.17886 143.223956 +L 209.17886 145.129652 +L 211.36538 145.129652 +L 211.36538 144.894381 +L 213.5519 144.894381 +L 213.5519 145.012017 +L 215.738421 145.012017 +L 215.738421 142.94163 +L 217.924941 142.94163 +L 217.924941 139.977213 +L 220.111462 139.977213 +L 220.111462 136.871633 +L 222.297982 136.871633 +L 222.297982 134.330704 +L 224.484502 134.330704 +L 224.484502 129.248846 +L 226.671023 129.248846 +L 226.671023 127.413731 +L 228.857543 127.413731 +L 228.857543 128.966521 +L 231.044063 128.966521 +L 231.044063 123.602337 +L 233.230584 123.602337 +L 233.230584 126.002103 +L 235.417104 126.002103 +L 235.417104 129.95466 +L 237.603625 129.95466 +L 237.603625 127.366676 +L 239.790145 127.366676 +L 239.790145 131.554504 +L 241.976665 131.554504 +L 241.976665 134.518921 +L 244.163186 134.518921 +L 244.163186 137.248067 +L 246.349706 137.248067 +L 246.349706 140.118376 +L 248.536226 140.118376 +L 248.536226 142.376979 +L 250.722747 142.376979 +L 250.722747 144.212095 +L 252.909267 144.212095 +L 252.909267 146.04721 +L 255.095788 146.04721 +L 255.095788 146.611861 +L 257.282308 146.611861 +L 257.282308 146.894186 +L 259.468828 146.894186 +L 259.468828 147.458837 +L 261.655349 147.458837 +L 261.655349 147.458837 +L 263.841869 147.458837 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_6"> + <path clip-path="url(#pc69c8549e7)" d="M 47.376352 147.6 +L 47.376352 142.659305 +L 49.562872 142.659305 +L 49.562872 130.942799 +L 51.749393 130.942799 +L 51.749393 114.42676 +L 53.935913 114.42676 +L 53.935913 112.521063 +L 56.122433 112.521063 +L 56.122433 125.931522 +L 58.308954 125.931522 +L 58.308954 140.471283 +L 60.495474 140.471283 +L 60.495474 146.400117 +L 62.681995 146.400117 +L 62.681995 147.388256 +L 64.868515 147.388256 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.317675 +L 73.614596 147.317675 +L 73.614596 145.906047 +L 75.801117 145.906047 +L 75.801117 141.953491 +L 77.987637 141.953491 +L 77.987637 133.201402 +L 80.174158 133.201402 +L 80.174158 126.143266 +L 82.360678 126.143266 +L 82.360678 121.343734 +L 84.547198 121.343734 +L 84.547198 123.178849 +L 86.733719 123.178849 +L 86.733719 120.496757 +L 88.920239 120.496757 +L 88.920239 122.614198 +L 91.106759 122.614198 +L 91.106759 124.778693 +L 93.29328 124.778693 +L 93.29328 125.390398 +L 95.4798 125.390398 +L 95.4798 128.637141 +L 97.666321 128.637141 +L 97.666321 132.40148 +L 99.852841 132.40148 +L 99.852841 138.800857 +L 102.039361 138.800857 +L 102.039361 143.553335 +L 104.225882 143.553335 +L 104.225882 146.329535 +L 106.412402 146.329535 +L 106.412402 147.176512 +L 108.598922 147.176512 +L 108.598922 147.458837 +L 110.785443 147.458837 +L 110.785443 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 145.764885 +L 117.345004 145.764885 +L 117.345004 142.376979 +L 119.531524 142.376979 +L 119.531524 137.577447 +L 121.718045 137.577447 +L 121.718045 128.543032 +L 123.904565 128.543032 +L 123.904565 121.884857 +L 126.091085 121.884857 +L 126.091085 123.978771 +L 128.277606 123.978771 +L 128.277606 128.684195 +L 130.464126 128.684195 +L 130.464126 138.071516 +L 132.650647 138.071516 +L 132.650647 143.718025 +L 134.837167 143.718025 +L 134.837167 145.906047 +L 137.023687 145.906047 +L 137.023687 147.035349 +L 139.210208 147.035349 +L 139.210208 147.6 +L 141.396728 147.6 +L 141.396728 146.753024 +L 143.583248 146.753024 +L 143.583248 145.059071 +L 145.769769 145.059071 +L 145.769769 142.800467 +L 147.956289 142.800467 +L 147.956289 137.718609 +L 150.14281 137.718609 +L 150.14281 132.919077 +L 152.32933 132.919077 +L 152.32933 127.931327 +L 154.51585 127.931327 +L 154.51585 124.63753 +L 156.702371 124.63753 +L 156.702371 123.320012 +L 158.888891 123.320012 +L 158.888891 121.626059 +L 161.075411 121.626059 +L 161.075411 123.037686 +L 163.261932 123.037686 +L 163.261932 126.990242 +L 165.448452 126.990242 +L 165.448452 127.178459 +L 167.634973 127.178459 +L 167.634973 130.472256 +L 169.821493 130.472256 +L 169.821493 133.766053 +L 172.008013 133.766053 +L 172.008013 138.989074 +L 174.194534 138.989074 +L 174.194534 142.800467 +L 176.381054 142.800467 +L 176.381054 145.341396 +L 178.567574 145.341396 +L 178.567574 146.188373 +L 180.754095 146.188373 +L 180.754095 147.035349 +L 182.940615 147.035349 +L 182.940615 146.611861 +L 185.127136 146.611861 +L 185.127136 145.200234 +L 187.313656 145.200234 +L 187.313656 143.223956 +L 189.500176 143.223956 +L 189.500176 139.553725 +L 191.686697 139.553725 +L 191.686697 136.165819 +L 193.873217 136.165819 +L 193.873217 132.636751 +L 196.059737 132.636751 +L 196.059737 127.319622 +L 198.246258 127.319622 +L 198.246258 129.342955 +L 200.432778 129.342955 +L 200.432778 132.848495 +L 202.619299 132.848495 +L 202.619299 136.165819 +L 204.805819 136.165819 +L 204.805819 140.824189 +L 206.992339 140.824189 +L 206.992339 144.000351 +L 209.17886 144.000351 +L 209.17886 145.553141 +L 211.36538 145.553141 +L 211.36538 145.411978 +L 213.5519 145.411978 +L 213.5519 145.129652 +L 215.738421 145.129652 +L 215.738421 143.647444 +L 217.924941 143.647444 +L 217.924941 140.541864 +L 220.111462 140.541864 +L 220.111462 136.871633 +L 222.297982 136.871633 +L 222.297982 134.048379 +L 224.484502 134.048379 +L 224.484502 129.060629 +L 226.671023 129.060629 +L 226.671023 124.684585 +L 228.857543 124.684585 +L 228.857543 127.413731 +L 231.044063 127.413731 +L 231.044063 123.41412 +L 233.230584 123.41412 +L 233.230584 123.602337 +L 235.417104 123.602337 +L 235.417104 128.543032 +L 237.603625 128.543032 +L 237.603625 128.119544 +L 239.790145 128.119544 +L 239.790145 132.0721 +L 241.976665 132.0721 +L 241.976665 134.048379 +L 244.163186 134.048379 +L 244.163186 139.271399 +L 246.349706 139.271399 +L 246.349706 141.530003 +L 248.536226 141.530003 +L 248.536226 142.94163 +L 250.722747 142.94163 +L 250.722747 145.341396 +L 252.909267 145.341396 +L 252.909267 146.470698 +L 255.095788 146.470698 +L 255.095788 146.753024 +L 257.282308 146.753024 +L 257.282308 147.317675 +L 259.468828 147.317675 +L 259.468828 147.458837 +L 261.655349 147.458837 +L 261.655349 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_10"> + <path clip-path="url(#pc69c8549e7)" d="M 131.643407 147.6 +L 131.643407 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_7"> + <path d="M 36.44375 147.6 +L 36.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_8"> + <path d="M 276.960991 147.6 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_9"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_10"> + <path d="M 36.44375 38.88 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_11"> + <!-- 0% --> + <defs> + <path id="ArialMT-32"/> + <path d="M 5.8125 54.390625 +Q 5.8125 62.0625 9.671875 67.421875 +Q 13.53125 72.796875 20.84375 72.796875 +Q 27.59375 72.796875 32 67.984375 +Q 36.421875 63.1875 36.421875 53.859375 +Q 36.421875 44.78125 31.953125 39.875 +Q 27.484375 34.96875 20.953125 34.96875 +Q 14.453125 34.96875 10.125 39.796875 +Q 5.8125 44.625 5.8125 54.390625 +z +M 21.09375 66.75 +Q 17.828125 66.75 15.65625 63.90625 +Q 13.484375 61.078125 13.484375 53.515625 +Q 13.484375 46.625 15.671875 43.8125 +Q 17.875 41.015625 21.09375 41.015625 +Q 24.421875 41.015625 26.59375 43.84375 +Q 28.765625 46.6875 28.765625 54.203125 +Q 28.765625 61.140625 26.5625 63.9375 +Q 24.359375 66.75 21.09375 66.75 +z +M 21.140625 -2.640625 +L 60.296875 72.796875 +L 67.4375 72.796875 +L 28.421875 -2.640625 +z +M 52.09375 16.796875 +Q 52.09375 24.515625 55.953125 29.859375 +Q 59.8125 35.203125 67.1875 35.203125 +Q 73.921875 35.203125 78.34375 30.390625 +Q 82.765625 25.59375 82.765625 16.265625 +Q 82.765625 7.171875 78.296875 2.265625 +Q 73.828125 -2.640625 67.234375 -2.640625 +Q 60.75 -2.640625 56.421875 2.21875 +Q 52.09375 7.078125 52.09375 16.796875 +z +M 67.4375 29.15625 +Q 64.109375 29.15625 61.9375 26.3125 +Q 59.765625 23.484375 59.765625 15.921875 +Q 59.765625 9.078125 61.953125 6.25 +Q 64.15625 3.421875 67.390625 3.421875 +Q 70.75 3.421875 72.921875 6.25 +Q 75.09375 9.078125 75.09375 16.609375 +Q 75.09375 23.53125 72.890625 26.34375 +Q 70.703125 29.15625 67.4375 29.15625 +z +" id="ArialMT-37"/> + </defs> + <g style="fill:#262626;" transform="translate(144.696746 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_2"> + <g id="patch_11"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +L 565.581681 38.88 +L 325.06444 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_3"> + <g id="xtick_5"> + <g id="line2d_11"> + <path clip-path="url(#p77a300db6a)" d="M 338.829451 147.6 +L 338.829451 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_12"> + <!-- 0.016 --> + <g style="fill:#262626;" transform="translate(326.318513 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_12"> + <path clip-path="url(#p77a300db6a)" d="M 386.717717 147.6 +L 386.717717 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_13"> + <!-- 0.018 --> + <g style="fill:#262626;" transform="translate(374.20678 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_13"> + <path clip-path="url(#p77a300db6a)" d="M 434.605984 147.6 +L 434.605984 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_14"> + <!-- 0.020 --> + <g style="fill:#262626;" transform="translate(422.095047 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_8"> + <g id="line2d_14"> + <path clip-path="url(#p77a300db6a)" d="M 482.494251 147.6 +L 482.494251 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_15"> + <!-- 0.022 --> + <g style="fill:#262626;" transform="translate(469.983314 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_9"> + <g id="line2d_15"> + <path clip-path="url(#p77a300db6a)" d="M 530.382518 147.6 +L 530.382518 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_16"> + <!-- 0.024 --> + <g style="fill:#262626;" transform="translate(517.87158 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="text_17"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(426.705873 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_4"> + <g id="ytick_6"> + <g id="line2d_16"> + <path clip-path="url(#p77a300db6a)" d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_18"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(312.503502 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_17"> + <path clip-path="url(#p77a300db6a)" d="M 325.06444 108.600807 +L 565.581681 108.600807 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_19"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(295.82069 112.179713)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_8"> + <g id="line2d_18"> + <path clip-path="url(#p77a300db6a)" d="M 325.06444 69.601614 +L 565.581681 69.601614 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_20"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(295.82069 73.18052)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_12"> + <path clip-path="url(#p77a300db6a)" d="M 335.997042 147.6 +L 335.997042 144.558063 +L 338.183562 144.558063 +L 338.183562 135.432252 +L 340.370082 135.432252 +L 340.370082 143.856077 +L 342.556603 143.856077 +L 342.556603 134.496271 +L 344.743123 134.496271 +L 344.743123 127.476416 +L 346.929643 127.476416 +L 346.929643 131.688329 +L 349.116164 131.688329 +L 349.116164 112.500726 +L 351.302684 112.500726 +L 351.302684 109.458789 +L 353.489205 109.458789 +L 353.489205 106.260856 +L 355.675725 106.260856 +L 355.675725 107.97682 +L 357.862245 107.97682 +L 357.862245 85.357288 +L 360.048766 85.357288 +L 360.048766 84.265311 +L 362.235286 84.265311 +L 362.235286 92.02615 +L 364.421806 92.02615 +L 364.421806 91.480161 +L 366.608327 91.480161 +L 366.608327 90.037191 +L 368.794847 90.037191 +L 368.794847 97.447038 +L 370.981368 97.447038 +L 370.981368 72.019564 +L 373.167888 72.019564 +L 373.167888 92.104149 +L 375.354408 92.104149 +L 375.354408 82.432349 +L 377.540929 82.432349 +L 377.540929 80.560387 +L 379.727449 80.560387 +L 379.727449 71.785569 +L 381.913969 71.785569 +L 381.913969 59.500823 +L 384.10049 59.500823 +L 384.10049 69.913608 +L 386.28701 69.913608 +L 386.28701 44.057143 +L 388.473531 44.057143 +L 388.473531 64.765714 +L 390.660051 64.765714 +L 390.660051 62.893753 +L 392.846571 62.893753 +L 392.846571 53.923939 +L 395.033092 53.923939 +L 395.033092 71.863567 +L 397.219612 71.863567 +L 397.219612 74.827506 +L 399.406132 74.827506 +L 399.406132 82.783341 +L 401.592653 82.783341 +L 401.592653 85.825278 +L 403.779173 85.825278 +L 403.779173 96.823051 +L 405.965694 96.823051 +L 405.965694 86.761259 +L 408.152214 86.761259 +L 408.152214 92.377143 +L 410.338734 92.377143 +L 410.338734 97.447038 +L 412.525255 97.447038 +L 412.525255 100.488975 +L 414.711775 100.488975 +L 414.711775 95.575077 +L 416.898295 95.575077 +L 416.898295 74.125521 +L 419.084816 74.125521 +L 419.084816 96.589056 +L 421.271336 96.589056 +L 421.271336 77.635448 +L 423.457857 77.635448 +L 423.457857 97.252042 +L 425.644377 97.252042 +L 425.644377 96.511057 +L 427.830897 96.511057 +L 427.830897 67.612655 +L 430.017418 67.612655 +L 430.017418 99.474996 +L 432.203938 99.474996 +L 432.203938 67.339661 +L 434.390458 67.339661 +L 434.390458 87.463245 +L 436.576979 87.463245 +L 436.576979 85.942276 +L 438.763499 85.942276 +L 438.763499 56.692881 +L 440.95002 56.692881 +L 440.95002 66.052688 +L 443.13654 66.052688 +L 443.13654 76.816465 +L 445.32306 76.816465 +L 445.32306 49.439031 +L 447.509581 49.439031 +L 447.509581 75.1395 +L 449.696101 75.1395 +L 449.696101 48.464052 +L 451.882621 48.464052 +L 451.882621 74.515513 +L 454.069142 74.515513 +L 454.069142 78.649427 +L 456.255662 78.649427 +L 456.255662 63.439742 +L 458.442183 63.439742 +L 458.442183 83.251332 +L 460.628703 83.251332 +L 460.628703 106.416852 +L 462.815223 106.416852 +L 462.815223 67.105666 +L 465.001744 67.105666 +L 465.001744 109.458789 +L 467.188264 109.458789 +L 467.188264 85.123293 +L 469.374784 85.123293 +L 469.374784 91.441162 +L 471.561305 91.441162 +L 471.561305 95.341082 +L 473.747825 95.341082 +L 473.747825 103.218918 +L 475.934346 103.218918 +L 475.934346 69.367619 +L 478.120866 69.367619 +L 478.120866 92.923132 +L 480.307386 92.923132 +L 480.307386 83.79732 +L 482.493907 83.79732 +L 482.493907 99.981985 +L 484.680427 99.981985 +L 484.680427 78.142437 +L 486.866947 78.142437 +L 486.866947 93.664116 +L 489.053468 93.664116 +L 489.053468 77.986441 +L 491.239988 77.986441 +L 491.239988 74.086521 +L 493.426509 74.086521 +L 493.426509 76.738467 +L 495.613029 76.738467 +L 495.613029 80.91138 +L 497.799549 80.91138 +L 497.799549 72.370557 +L 499.98607 72.370557 +L 499.98607 64.063729 +L 502.17259 64.063729 +L 502.17259 70.342599 +L 504.359111 70.342599 +L 504.359111 66.559677 +L 506.545631 66.559677 +L 506.545631 83.875319 +L 508.732151 83.875319 +L 508.732151 65.428701 +L 510.918672 65.428701 +L 510.918672 76.699467 +L 513.105192 76.699467 +L 513.105192 84.421308 +L 515.291712 84.421308 +L 515.291712 99.630993 +L 517.478233 99.630993 +L 517.478233 86.293269 +L 519.664753 86.293269 +L 519.664753 120.222567 +L 521.851274 120.222567 +L 521.851274 105.948862 +L 524.037794 105.948862 +L 524.037794 115.074673 +L 526.224314 115.074673 +L 526.224314 131.922324 +L 528.410835 131.922324 +L 528.410835 127.710412 +L 530.597355 127.710412 +L 530.597355 132.858305 +L 532.783875 132.858305 +L 532.783875 137.850202 +L 534.970396 137.850202 +L 534.970396 141.906118 +L 537.156916 141.906118 +L 537.156916 139.87816 +L 539.343437 139.87816 +L 539.343437 143.856077 +L 541.529957 143.856077 +L 541.529957 146.196029 +L 543.716477 146.196029 +L 543.716477 145.260048 +L 545.902998 145.260048 +L 545.902998 145.728039 +L 548.089518 145.728039 +L 548.089518 146.430024 +L 550.276038 146.430024 +L 550.276038 147.366005 +L 552.462559 147.366005 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_13"> + <path clip-path="url(#p77a300db6a)" d="M 335.997042 147.6 +L 335.997042 146.898015 +L 338.183562 146.898015 +L 338.183562 143.856077 +L 340.370082 143.856077 +L 340.370082 145.728039 +L 342.556603 145.728039 +L 342.556603 143.622082 +L 344.743123 143.622082 +L 344.743123 141.516126 +L 346.929643 141.516126 +L 346.929643 141.750121 +L 349.116164 141.750121 +L 349.116164 136.836223 +L 351.302684 136.836223 +L 351.302684 134.964262 +L 353.489205 134.964262 +L 353.489205 133.794286 +L 355.675725 133.794286 +L 355.675725 133.794286 +L 357.862245 133.794286 +L 357.862245 127.944407 +L 360.048766 127.944407 +L 360.048766 126.618434 +L 362.235286 126.618434 +L 362.235286 129.036384 +L 364.421806 129.036384 +L 364.421806 128.646392 +L 366.608327 128.646392 +L 366.608327 128.178402 +L 368.794847 128.178402 +L 368.794847 130.635351 +L 370.981368 130.635351 +L 370.981368 122.328523 +L 373.167888 122.328523 +L 373.167888 128.061404 +L 375.354408 128.061404 +L 375.354408 127.242421 +L 377.540929 127.242421 +L 377.540929 124.551477 +L 379.727449 124.551477 +L 379.727449 123.147506 +L 381.913969 123.147506 +L 381.913969 118.5846 +L 384.10049 118.5846 +L 384.10049 122.562518 +L 386.28701 122.562518 +L 386.28701 114.372688 +L 388.473531 114.372688 +L 388.473531 118.935593 +L 390.660051 118.935593 +L 390.660051 121.392542 +L 392.846571 121.392542 +L 392.846571 116.946634 +L 395.033092 116.946634 +L 395.033092 122.796513 +L 397.219612 122.796513 +L 397.219612 122.328523 +L 399.406132 122.328523 +L 399.406132 125.136465 +L 401.592653 125.136465 +L 401.592653 127.008426 +L 403.779173 127.008426 +L 403.779173 130.518354 +L 405.965694 130.518354 +L 405.965694 127.242421 +L 408.152214 127.242421 +L 408.152214 127.944407 +L 410.338734 127.944407 +L 410.338734 130.284358 +L 412.525255 130.284358 +L 412.525255 132.15632 +L 414.711775 132.15632 +L 414.711775 130.986344 +L 416.898295 130.986344 +L 416.898295 123.498499 +L 419.084816 123.498499 +L 419.084816 129.114383 +L 421.271336 129.114383 +L 421.271336 123.966489 +L 423.457857 123.966489 +L 423.457857 131.259338 +L 425.644377 131.259338 +L 425.644377 129.192381 +L 427.830897 129.192381 +L 427.830897 121.97753 +L 430.017418 121.97753 +L 430.017418 130.050363 +L 432.203938 130.050363 +L 432.203938 122.679516 +L 434.390458 122.679516 +L 434.390458 127.125424 +L 436.576979 127.125424 +L 436.576979 126.657433 +L 438.763499 126.657433 +L 438.763499 117.531622 +L 440.95002 117.531622 +L 440.95002 121.50954 +L 443.13654 121.50954 +L 443.13654 124.317482 +L 445.32306 124.317482 +L 445.32306 115.074673 +L 447.509581 115.074673 +L 447.509581 123.264504 +L 449.696101 123.264504 +L 449.696101 116.829637 +L 451.882621 116.829637 +L 451.882621 122.640517 +L 454.069142 122.640517 +L 454.069142 124.590476 +L 456.255662 124.590476 +L 456.255662 119.676578 +L 458.442183 119.676578 +L 458.442183 125.448458 +L 460.628703 125.448458 +L 460.628703 132.15632 +L 462.815223 132.15632 +L 462.815223 123.264504 +L 465.001744 123.264504 +L 465.001744 133.326295 +L 467.188264 133.326295 +L 467.188264 127.242421 +L 469.374784 127.242421 +L 469.374784 127.710412 +L 471.561305 127.710412 +L 471.561305 129.816368 +L 473.747825 129.816368 +L 473.747825 133.326295 +L 475.934346 133.326295 +L 475.934346 122.328523 +L 478.120866 122.328523 +L 478.120866 127.476416 +L 480.307386 127.476416 +L 480.307386 127.164423 +L 482.493907 127.164423 +L 482.493907 130.869346 +L 484.680427 130.869346 +L 484.680427 124.551477 +L 486.866947 124.551477 +L 486.866947 128.139403 +L 489.053468 128.139403 +L 489.053468 126.306441 +L 491.239988 126.306441 +L 491.239988 122.406521 +L 493.426509 122.406521 +L 493.426509 123.888491 +L 495.613029 123.888491 +L 495.613029 125.253462 +L 497.799549 125.253462 +L 497.799549 123.264504 +L 499.98607 123.264504 +L 499.98607 121.275545 +L 502.17259 121.275545 +L 502.17259 120.807554 +L 504.359111 120.807554 +L 504.359111 122.094528 +L 506.545631 122.094528 +L 506.545631 125.721453 +L 508.732151 125.721453 +L 508.732151 122.679516 +L 510.918672 122.679516 +L 510.918672 121.97753 +L 513.105192 121.97753 +L 513.105192 126.774431 +L 515.291712 126.774431 +L 515.291712 130.518354 +L 517.478233 130.518354 +L 517.478233 127.710412 +L 519.664753 127.710412 +L 519.664753 138.006199 +L 521.851274 138.006199 +L 521.851274 133.794286 +L 524.037794 133.794286 +L 524.037794 135.900242 +L 526.224314 135.900242 +L 526.224314 142.218111 +L 528.410835 142.218111 +L 528.410835 141.282131 +L 530.597355 141.282131 +L 530.597355 141.048136 +L 532.783875 141.048136 +L 532.783875 144.558063 +L 534.970396 144.558063 +L 534.970396 145.260048 +L 537.156916 145.260048 +L 537.156916 145.026053 +L 539.343437 145.026053 +L 539.343437 146.196029 +L 541.529957 146.196029 +L 541.529957 146.898015 +L 543.716477 146.898015 +L 543.716477 146.898015 +L 545.902998 146.898015 +L 545.902998 146.898015 +L 548.089518 146.898015 +L 548.089518 147.13201 +L 550.276038 147.13201 +L 550.276038 147.366005 +L 552.462559 147.366005 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_14"> + <path clip-path="url(#p77a300db6a)" d="M 335.997042 147.6 +L 335.997042 146.430024 +L 338.183562 146.430024 +L 338.183562 143.622082 +L 340.370082 143.622082 +L 340.370082 146.430024 +L 342.556603 146.430024 +L 342.556603 143.622082 +L 344.743123 143.622082 +L 344.743123 140.34615 +L 346.929643 140.34615 +L 346.929643 142.452107 +L 349.116164 142.452107 +L 349.116164 135.666247 +L 351.302684 135.666247 +L 351.302684 135.432252 +L 353.489205 135.432252 +L 353.489205 134.106279 +L 355.675725 134.106279 +L 355.675725 134.652268 +L 357.862245 134.652268 +L 357.862245 125.83845 +L 360.048766 125.83845 +L 360.048766 126.774431 +L 362.235286 126.774431 +L 362.235286 129.114383 +L 364.421806 129.114383 +L 364.421806 127.944407 +L 366.608327 127.944407 +L 366.608327 129.465375 +L 368.794847 129.465375 +L 368.794847 131.142341 +L 370.981368 131.142341 +L 370.981368 122.562518 +L 373.167888 122.562518 +L 373.167888 128.2564 +L 375.354408 128.2564 +L 375.354408 126.423438 +L 377.540929 126.423438 +L 377.540929 125.136465 +L 379.727449 125.136465 +L 379.727449 122.211525 +L 381.913969 122.211525 +L 381.913969 118.467603 +L 384.10049 118.467603 +L 384.10049 121.50954 +L 386.28701 121.50954 +L 386.28701 113.085714 +L 388.473531 113.085714 +L 388.473531 120.573559 +L 390.660051 120.573559 +L 390.660051 118.818596 +L 392.846571 118.818596 +L 392.846571 115.854657 +L 395.033092 115.854657 +L 395.033092 121.782534 +L 397.219612 121.782534 +L 397.219612 124.434479 +L 399.406132 124.434479 +L 399.406132 126.774431 +L 401.592653 126.774431 +L 401.592653 126.540436 +L 403.779173 126.540436 +L 403.779173 129.816368 +L 405.965694 129.816368 +L 405.965694 127.710412 +L 408.152214 127.710412 +L 408.152214 129.348378 +L 410.338734 129.348378 +L 410.338734 130.752349 +L 412.525255 130.752349 +L 412.525255 131.532333 +L 414.711775 131.532333 +L 414.711775 129.270379 +L 416.898295 129.270379 +L 416.898295 124.200484 +L 419.084816 124.200484 +L 419.084816 130.518354 +L 421.271336 130.518354 +L 421.271336 125.019467 +L 423.457857 125.019467 +L 423.457857 129.933366 +L 425.644377 129.933366 +L 425.644377 132.273317 +L 427.830897 132.273317 +L 427.830897 119.325585 +L 430.017418 119.325585 +L 430.017418 131.64933 +L 432.203938 131.64933 +L 432.203938 121.04155 +L 434.390458 121.04155 +L 434.390458 127.242421 +L 436.576979 127.242421 +L 436.576979 126.891429 +L 438.763499 126.891429 +L 438.763499 117.18063 +L 440.95002 117.18063 +L 440.95002 121.50954 +L 443.13654 121.50954 +L 443.13654 123.030508 +L 445.32306 123.030508 +L 445.32306 116.010654 +L 447.509581 116.010654 +L 447.509581 122.640517 +L 449.696101 122.640517 +L 449.696101 114.567684 +L 451.882621 114.567684 +L 451.882621 123.576497 +L 454.069142 123.576497 +L 454.069142 125.058467 +L 456.255662 125.058467 +L 456.255662 119.208588 +L 458.442183 119.208588 +L 458.442183 126.462437 +L 460.628703 126.462437 +L 460.628703 133.560291 +L 462.815223 133.560291 +L 462.815223 121.158547 +L 465.001744 121.158547 +L 465.001744 133.560291 +L 467.188264 133.560291 +L 467.188264 127.944407 +L 469.374784 127.944407 +L 469.374784 127.944407 +L 471.561305 127.944407 +L 471.561305 130.908345 +L 473.747825 130.908345 +L 473.747825 132.468313 +L 475.934346 132.468313 +L 475.934346 121.080549 +L 478.120866 121.080549 +L 478.120866 129.192381 +L 480.307386 129.192381 +L 480.307386 127.359419 +L 482.493907 127.359419 +L 482.493907 131.103341 +L 484.680427 131.103341 +L 484.680427 124.39548 +L 486.866947 124.39548 +L 486.866947 130.440355 +L 489.053468 130.440355 +L 489.053468 123.381501 +L 491.239988 123.381501 +L 491.239988 123.498499 +L 493.426509 123.498499 +L 493.426509 124.200484 +L 495.613029 124.200484 +L 495.613029 125.604455 +L 497.799549 125.604455 +L 497.799549 121.626538 +L 499.98607 121.626538 +L 499.98607 119.871574 +L 502.17259 119.871574 +L 502.17259 122.523519 +L 504.359111 122.523519 +L 504.359111 120.378563 +L 506.545631 120.378563 +L 506.545631 126.111445 +L 508.732151 126.111445 +L 508.732151 119.715577 +L 510.918672 119.715577 +L 510.918672 123.849492 +L 513.105192 123.849492 +L 513.105192 128.178402 +L 515.291712 128.178402 +L 515.291712 130.518354 +L 517.478233 130.518354 +L 517.478233 127.710412 +L 519.664753 127.710412 +L 519.664753 137.304213 +L 521.851274 137.304213 +L 521.851274 134.496271 +L 524.037794 134.496271 +L 524.037794 137.070218 +L 526.224314 137.070218 +L 526.224314 142.218111 +L 528.410835 142.218111 +L 528.410835 140.34615 +L 530.597355 140.34615 +L 530.597355 143.388087 +L 532.783875 143.388087 +L 532.783875 144.090073 +L 534.970396 144.090073 +L 534.970396 145.962034 +L 537.156916 145.962034 +L 537.156916 145.026053 +L 539.343437 145.026053 +L 539.343437 145.962034 +L 541.529957 145.962034 +L 541.529957 147.366005 +L 543.716477 147.366005 +L 543.716477 146.898015 +L 545.902998 146.898015 +L 545.902998 146.898015 +L 548.089518 146.898015 +L 548.089518 147.13201 +L 550.276038 147.13201 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_15"> + <path clip-path="url(#p77a300db6a)" d="M 335.997042 147.6 +L 335.997042 146.430024 +L 338.183562 146.430024 +L 338.183562 143.154092 +L 340.370082 143.154092 +L 340.370082 146.898015 +L 342.556603 146.898015 +L 342.556603 142.452107 +L 344.743123 142.452107 +L 344.743123 140.81414 +L 346.929643 140.81414 +L 346.929643 142.686102 +L 349.116164 142.686102 +L 349.116164 135.198257 +L 351.302684 135.198257 +L 351.302684 134.262276 +L 353.489205 134.262276 +L 353.489205 133.560291 +L 355.675725 133.560291 +L 355.675725 134.730266 +L 357.862245 134.730266 +L 357.862245 126.774431 +L 360.048766 126.774431 +L 360.048766 126.072446 +L 362.235286 126.072446 +L 362.235286 129.075383 +L 364.421806 129.075383 +L 364.421806 130.089362 +L 366.608327 130.089362 +L 366.608327 127.593414 +L 368.794847 127.593414 +L 368.794847 130.869346 +L 370.981368 130.869346 +L 370.981368 122.328523 +L 373.167888 122.328523 +L 373.167888 130.986344 +L 375.354408 130.986344 +L 375.354408 123.966489 +L 377.540929 123.966489 +L 377.540929 126.072446 +L 379.727449 126.072446 +L 379.727449 121.626538 +L 381.913969 121.626538 +L 381.913969 117.64862 +L 384.10049 117.64862 +L 384.10049 121.04155 +L 386.28701 121.04155 +L 386.28701 111.798741 +L 388.473531 111.798741 +L 388.473531 120.456562 +L 390.660051 120.456562 +L 390.660051 117.882615 +L 392.846571 117.882615 +L 392.846571 116.322647 +L 395.033092 116.322647 +L 395.033092 122.48452 +L 397.219612 122.48452 +L 397.219612 123.264504 +L 399.406132 123.264504 +L 399.406132 126.072446 +L 401.592653 126.072446 +L 401.592653 127.476416 +L 403.779173 127.476416 +L 403.779173 131.688329 +L 405.965694 131.688329 +L 405.965694 127.008426 +L 408.152214 127.008426 +L 408.152214 130.284358 +L 410.338734 130.284358 +L 410.338734 131.610331 +L 412.525255 131.610331 +L 412.525255 132.000323 +L 414.711775 132.000323 +L 414.711775 130.518354 +L 416.898295 130.518354 +L 416.898295 121.626538 +L 419.084816 121.626538 +L 419.084816 132.15632 +L 421.271336 132.15632 +L 421.271336 123.849492 +L 423.457857 123.849492 +L 423.457857 131.259338 +L 425.644377 131.259338 +L 425.644377 130.245359 +L 427.830897 130.245359 +L 427.830897 121.50954 +L 430.017418 121.50954 +L 430.017418 132.975303 +L 432.203938 132.975303 +L 432.203938 118.818596 +L 434.390458 118.818596 +L 434.390458 128.2954 +L 436.576979 128.2954 +L 436.576979 127.593414 +L 438.763499 127.593414 +L 438.763499 117.18063 +L 440.95002 117.18063 +L 440.95002 118.233608 +L 443.13654 118.233608 +L 443.13654 124.668475 +L 445.32306 124.668475 +L 445.32306 113.553705 +L 447.509581 113.553705 +L 447.509581 124.434479 +L 449.696101 124.434479 +L 449.696101 112.266731 +L 451.882621 112.266731 +L 451.882621 123.498499 +L 454.069142 123.498499 +L 454.069142 124.200484 +L 456.255662 124.200484 +L 456.255662 119.754576 +L 458.442183 119.754576 +L 458.442183 126.540436 +L 460.628703 126.540436 +L 460.628703 135.900242 +L 462.815223 135.900242 +L 462.815223 117.882615 +L 465.001744 117.882615 +L 465.001744 137.772203 +L 467.188264 137.772203 +L 467.188264 125.136465 +L 469.374784 125.136465 +L 469.374784 130.986344 +L 471.561305 130.986344 +L 471.561305 129.816368 +L 473.747825 129.816368 +L 473.747825 132.62431 +L 475.934346 132.62431 +L 475.934346 121.158547 +L 478.120866 121.158547 +L 478.120866 131.454334 +L 480.307386 131.454334 +L 480.307386 124.473479 +L 482.493907 124.473479 +L 482.493907 133.209298 +L 484.680427 133.209298 +L 484.680427 124.39548 +L 486.866947 124.39548 +L 486.866947 130.284358 +L 489.053468 130.284358 +L 489.053468 123.498499 +L 491.239988 123.498499 +L 491.239988 123.381501 +L 493.426509 123.381501 +L 493.426509 123.849492 +L 495.613029 123.849492 +L 495.613029 125.253462 +L 497.799549 125.253462 +L 497.799549 122.679516 +L 499.98607 122.679516 +L 499.98607 118.11661 +L 502.17259 118.11661 +L 502.17259 122.211525 +L 504.359111 122.211525 +L 504.359111 119.286586 +L 506.545631 119.286586 +L 506.545631 127.242421 +L 508.732151 127.242421 +L 508.732151 118.233608 +L 510.918672 118.233608 +L 510.918672 126.072446 +L 513.105192 126.072446 +L 513.105192 124.668475 +L 515.291712 124.668475 +L 515.291712 133.794286 +L 517.478233 133.794286 +L 517.478233 126.072446 +L 519.664753 126.072446 +L 519.664753 140.112155 +L 521.851274 140.112155 +L 521.851274 132.858305 +L 524.037794 132.858305 +L 524.037794 137.304213 +L 526.224314 137.304213 +L 526.224314 142.686102 +L 528.410835 142.686102 +L 528.410835 141.282131 +L 530.597355 141.282131 +L 530.597355 143.622082 +L 532.783875 143.622082 +L 532.783875 144.402066 +L 534.970396 144.402066 +L 534.970396 145.884036 +L 537.156916 145.884036 +L 537.156916 145.026053 +L 539.343437 145.026053 +L 539.343437 146.898015 +L 541.529957 146.898015 +L 541.529957 147.13201 +L 543.716477 147.13201 +L 543.716477 146.664019 +L 545.902998 146.664019 +L 545.902998 147.13201 +L 548.089518 147.13201 +L 548.089518 147.366005 +L 550.276038 147.366005 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_19"> + <path clip-path="url(#p77a300db6a)" d="M 434.605984 147.6 +L 434.605984 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_16"> + <path d="M 325.06444 147.6 +L 325.06444 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_17"> + <path d="M 565.581681 147.6 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_18"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_19"> + <path d="M 325.06444 38.88 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_21"> + <!-- 0% --> + <g style="fill:#262626;" transform="translate(433.317435 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_3"> + <g id="patch_20"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +L 854.202371 38.88 +L 613.685129 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_5"> + <g id="xtick_10"> + <g id="line2d_20"> + <path clip-path="url(#p719e6f5651)" d="M 629.563979 147.6 +L 629.563979 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_22"> + <!-- 0.0900 --> + <defs> + <path d="M 5.46875 16.546875 +L 13.921875 17.328125 +Q 14.984375 11.375 18.015625 8.6875 +Q 21.046875 6 25.78125 6 +Q 29.828125 6 32.875 7.859375 +Q 35.9375 9.71875 37.890625 12.8125 +Q 39.84375 15.921875 41.15625 21.1875 +Q 42.484375 26.46875 42.484375 31.9375 +Q 42.484375 32.515625 42.4375 33.6875 +Q 39.796875 29.5 35.234375 26.875 +Q 30.671875 24.265625 25.34375 24.265625 +Q 16.453125 24.265625 10.296875 30.703125 +Q 4.15625 37.15625 4.15625 47.703125 +Q 4.15625 58.59375 10.578125 65.234375 +Q 17 71.875 26.65625 71.875 +Q 33.640625 71.875 39.421875 68.109375 +Q 45.21875 64.359375 48.21875 57.390625 +Q 51.21875 50.4375 51.21875 37.25 +Q 51.21875 23.53125 48.234375 15.40625 +Q 45.265625 7.28125 39.375 3.03125 +Q 33.5 -1.21875 25.59375 -1.21875 +Q 17.1875 -1.21875 11.859375 3.4375 +Q 6.546875 8.109375 5.46875 16.546875 +z +M 41.453125 48.140625 +Q 41.453125 55.71875 37.421875 60.15625 +Q 33.40625 64.59375 27.734375 64.59375 +Q 21.875 64.59375 17.53125 59.8125 +Q 13.1875 55.03125 13.1875 47.40625 +Q 13.1875 40.578125 17.3125 36.296875 +Q 21.4375 32.03125 27.484375 32.03125 +Q 33.59375 32.03125 37.515625 36.296875 +Q 41.453125 40.578125 41.453125 48.140625 +z +" id="ArialMT-57"/> + </defs> + <g style="fill:#262626;" transform="translate(614.272573 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_11"> + <g id="line2d_21"> + <path clip-path="url(#p719e6f5651)" d="M 660.524135 147.6 +L 660.524135 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_23"> + <!-- 0.0925 --> + <defs> + <path d="M 4.15625 18.75 +L 13.375 19.53125 +Q 14.40625 12.796875 18.140625 9.390625 +Q 21.875 6 27.15625 6 +Q 33.5 6 37.890625 10.78125 +Q 42.28125 15.578125 42.28125 23.484375 +Q 42.28125 31 38.0625 35.34375 +Q 33.84375 39.703125 27 39.703125 +Q 22.75 39.703125 19.328125 37.765625 +Q 15.921875 35.84375 13.96875 32.765625 +L 5.71875 33.84375 +L 12.640625 70.609375 +L 48.25 70.609375 +L 48.25 62.203125 +L 19.671875 62.203125 +L 15.828125 42.96875 +Q 22.265625 47.46875 29.34375 47.46875 +Q 38.71875 47.46875 45.15625 40.96875 +Q 51.609375 34.46875 51.609375 24.265625 +Q 51.609375 14.546875 45.953125 7.46875 +Q 39.0625 -1.21875 27.15625 -1.21875 +Q 17.390625 -1.21875 11.203125 4.25 +Q 5.03125 9.71875 4.15625 18.75 +z +" id="ArialMT-53"/> + </defs> + <g style="fill:#262626;" transform="translate(645.232729 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_12"> + <g id="line2d_22"> + <path clip-path="url(#p719e6f5651)" d="M 691.484291 147.6 +L 691.484291 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_24"> + <!-- 0.0950 --> + <g style="fill:#262626;" transform="translate(676.192885 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_13"> + <g id="line2d_23"> + <path clip-path="url(#p719e6f5651)" d="M 722.444447 147.6 +L 722.444447 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_25"> + <!-- 0.0975 --> + <defs> + <path d="M 4.734375 62.203125 +L 4.734375 70.65625 +L 51.078125 70.65625 +L 51.078125 63.8125 +Q 44.234375 56.546875 37.515625 44.484375 +Q 30.8125 32.421875 27.15625 19.671875 +Q 24.515625 10.6875 23.78125 0 +L 14.75 0 +Q 14.890625 8.453125 18.0625 20.40625 +Q 21.234375 32.375 27.171875 43.484375 +Q 33.109375 54.59375 39.796875 62.203125 +z +" id="ArialMT-55"/> + </defs> + <g style="fill:#262626;" transform="translate(707.153041 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_14"> + <g id="line2d_24"> + <path clip-path="url(#p719e6f5651)" d="M 753.404603 147.6 +L 753.404603 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_26"> + <!-- 0.1000 --> + <g style="fill:#262626;" transform="translate(738.113197 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_15"> + <g id="line2d_25"> + <path clip-path="url(#p719e6f5651)" d="M 784.364759 147.6 +L 784.364759 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_27"> + <!-- 0.1025 --> + <g style="fill:#262626;" transform="translate(769.073353 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_16"> + <g id="line2d_26"> + <path clip-path="url(#p719e6f5651)" d="M 815.324915 147.6 +L 815.324915 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_28"> + <!-- 0.1050 --> + <g style="fill:#262626;" transform="translate(800.033508 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_17"> + <g id="line2d_27"> + <path clip-path="url(#p719e6f5651)" d="M 846.285071 147.6 +L 846.285071 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_29"> + <!-- 0.1075 --> + <g style="fill:#262626;" transform="translate(830.993664 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="text_30"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(715.326563 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_6"> + <g id="ytick_9"> + <g id="line2d_28"> + <path clip-path="url(#p719e6f5651)" d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_31"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(601.124192 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_10"> + <g id="line2d_29"> + <path clip-path="url(#p719e6f5651)" d="M 613.685129 119.232094 +L 854.202371 119.232094 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_32"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(584.441379 122.811)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_11"> + <g id="line2d_30"> + <path clip-path="url(#p719e6f5651)" d="M 613.685129 90.864188 +L 854.202371 90.864188 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_33"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(584.441379 94.443094)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_12"> + <g id="line2d_31"> + <path clip-path="url(#p719e6f5651)" d="M 613.685129 62.496282 +L 854.202371 62.496282 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_34"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(584.441379 66.075188)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_21"> + <path clip-path="url(#p719e6f5651)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 137.727969 +L 631.177292 137.727969 +L 631.177292 143.685229 +L 633.363813 143.685229 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 142.153362 +L 642.109894 142.153362 +L 642.109894 140.451288 +L 644.296415 140.451288 +L 644.296415 131.089879 +L 646.482935 131.089879 +L 646.482935 123.090129 +L 648.669455 123.090129 +L 648.669455 146.068133 +L 650.855976 146.068133 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 143.174607 +L 657.415537 143.174607 +L 657.415537 98.410051 +L 659.602057 98.410051 +L 659.602057 111.345816 +L 661.788578 111.345816 +L 661.788578 134.664235 +L 663.975098 134.664235 +L 663.975098 140.451288 +L 666.161618 140.451288 +L 666.161618 120.196603 +L 668.348139 120.196603 +L 668.348139 111.856438 +L 670.534659 111.856438 +L 670.534659 117.416548 +L 672.721179 117.416548 +L 672.721179 95.062638 +L 674.9077 95.062638 +L 674.9077 98.239843 +L 677.09422 98.239843 +L 677.09422 115.09038 +L 679.280741 115.09038 +L 679.280741 110.324571 +L 681.467261 110.324571 +L 681.467261 111.345816 +L 683.653781 111.345816 +L 683.653781 93.644243 +L 685.840302 93.644243 +L 685.840302 63.006904 +L 688.026822 63.006904 +L 688.026822 76.793706 +L 690.213342 76.793706 +L 690.213342 105.899178 +L 692.399863 105.899178 +L 692.399863 89.048642 +L 694.586383 89.048642 +L 694.586383 92.622998 +L 696.772904 92.622998 +L 696.772904 60.453793 +L 698.959424 60.453793 +L 698.959424 73.21935 +L 701.145944 73.21935 +L 701.145944 64.510403 +L 703.332465 64.510403 +L 703.332465 48.822951 +L 705.518985 48.822951 +L 705.518985 66.921675 +L 707.705505 66.921675 +L 707.705505 77.474536 +L 709.892026 77.474536 +L 709.892026 82.921174 +L 712.078546 82.921174 +L 712.078546 63.716102 +L 714.265067 63.716102 +L 714.265067 50.638497 +L 716.451587 50.638497 +L 716.451587 44.057143 +L 718.638107 44.057143 +L 718.638107 76.680235 +L 720.824628 76.680235 +L 720.824628 70.496031 +L 723.011148 70.496031 +L 723.011148 56.624125 +L 725.197668 56.624125 +L 725.197668 53.049769 +L 727.384189 53.049769 +L 727.384189 53.475288 +L 729.570709 53.475288 +L 729.570709 64.113252 +L 731.75723 64.113252 +L 731.75723 57.900681 +L 733.94375 57.900681 +L 733.94375 69.219476 +L 736.13027 69.219476 +L 736.13027 54.581636 +L 738.316791 54.581636 +L 738.316791 68.283335 +L 740.503311 68.283335 +L 740.503311 74.694481 +L 742.689832 74.694481 +L 742.689832 52.879562 +L 744.876352 52.879562 +L 744.876352 80.424798 +L 747.062872 80.424798 +L 747.062872 83.091382 +L 749.249393 83.091382 +L 749.249393 93.303828 +L 751.435913 93.303828 +L 751.435913 70.042145 +L 753.622433 70.042145 +L 753.622433 52.482411 +L 755.808954 52.482411 +L 755.808954 77.985159 +L 757.995474 77.985159 +L 757.995474 88.197605 +L 760.181995 88.197605 +L 760.181995 90.495405 +L 762.368515 90.495405 +L 762.368515 101.587256 +L 764.555035 101.587256 +L 764.555035 87.431671 +L 766.741556 87.431671 +L 766.741556 76.254716 +L 768.928076 76.254716 +L 768.928076 104.877933 +L 771.114596 104.877933 +L 771.114596 102.721973 +L 773.301117 102.721973 +L 773.301117 101.161738 +L 775.487637 101.161738 +L 775.487637 131.430294 +L 777.674158 131.430294 +L 777.674158 114.579757 +L 779.860678 114.579757 +L 779.860678 118.778207 +L 782.047198 118.778207 +L 782.047198 110.296204 +L 784.233719 110.296204 +L 784.233719 101.303577 +L 786.420239 101.303577 +L 786.420239 128.536767 +L 788.606759 128.536767 +L 788.606759 132.621746 +L 790.79328 132.621746 +L 790.79328 132.621746 +L 792.9798 132.621746 +L 792.9798 134.834442 +L 795.166321 134.834442 +L 795.166321 121.898677 +L 797.352841 121.898677 +L 797.352841 126.153863 +L 799.539361 126.153863 +L 799.539361 133.302575 +L 801.725882 133.302575 +L 801.725882 137.217346 +L 803.912402 137.217346 +L 803.912402 146.068133 +L 806.098922 146.068133 +L 806.098922 146.748963 +L 808.285443 146.748963 +L 808.285443 140.96191 +L 810.471963 140.96191 +L 810.471963 139.940665 +L 812.658484 139.940665 +L 812.658484 140.195977 +L 814.845004 140.195977 +L 814.845004 137.047139 +L 817.031524 137.047139 +L 817.031524 146.238341 +L 819.218045 146.238341 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 144.876681 +L 827.964126 144.876681 +L 827.964126 144.195851 +L 830.150647 144.195851 +L 830.150647 144.536266 +L 832.337167 144.536266 +L 832.337167 144.195851 +L 834.523687 144.195851 +L 834.523687 146.408548 +L 836.710208 146.408548 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_22"> + <path clip-path="url(#p719e6f5651)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 144.706474 +L 631.177292 144.706474 +L 631.177292 145.897926 +L 633.363813 145.897926 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 145.557511 +L 642.109894 145.557511 +L 642.109894 145.557511 +L 644.296415 145.557511 +L 644.296415 142.834192 +L 646.482935 142.834192 +L 646.482935 139.259836 +L 648.669455 139.259836 +L 648.669455 146.408548 +L 650.855976 146.408548 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 145.557511 +L 657.415537 145.557511 +L 657.415537 132.451538 +L 659.602057 132.451538 +L 659.602057 135.174857 +L 661.788578 135.174857 +L 661.788578 143.855436 +L 663.975098 143.855436 +L 663.975098 144.536266 +L 666.161618 144.536266 +L 666.161618 139.259836 +L 668.348139 139.259836 +L 668.348139 133.983405 +L 670.534659 133.983405 +L 670.534659 139.089628 +L 672.721179 139.089628 +L 672.721179 131.260086 +L 674.9077 131.260086 +L 674.9077 130.919671 +L 677.09422 130.919671 +L 677.09422 135.174857 +L 679.280741 135.174857 +L 679.280741 135.345065 +L 681.467261 135.345065 +L 681.467261 136.025894 +L 683.653781 136.025894 +L 683.653781 129.728219 +L 685.840302 129.728219 +L 685.840302 120.36681 +L 688.026822 120.36681 +L 688.026822 122.409299 +L 690.213342 122.409299 +L 690.213342 134.664235 +L 692.399863 134.664235 +L 692.399863 127.68573 +L 694.586383 127.68573 +L 694.586383 128.877182 +L 696.772904 128.877182 +L 696.772904 117.813699 +L 698.959424 117.813699 +L 698.959424 123.770959 +L 701.145944 123.770959 +L 701.145944 120.962536 +L 703.332465 120.962536 +L 703.332465 115.601002 +L 705.518985 115.601002 +L 705.518985 118.891679 +L 707.705505 118.891679 +L 707.705505 124.224845 +L 709.892026 124.224845 +L 709.892026 127.0049 +L 712.078546 127.0049 +L 712.078546 119.600877 +L 714.265067 119.600877 +L 714.265067 115.09038 +L 716.451587 115.09038 +L 716.451587 112.991155 +L 718.638107 112.991155 +L 718.638107 124.508524 +L 720.824628 124.508524 +L 720.824628 121.643366 +L 723.011148 121.643366 +L 723.011148 116.792454 +L 725.197668 116.792454 +L 725.197668 117.047765 +L 727.384189 117.047765 +L 727.384189 114.920172 +L 729.570709 114.920172 +L 729.570709 121.643366 +L 731.75723 121.643366 +L 731.75723 117.643491 +L 733.94375 117.643491 +L 733.94375 120.281706 +L 736.13027 120.281706 +L 736.13027 116.026521 +L 738.316791 116.026521 +L 738.316791 122.579507 +L 740.503311 122.579507 +L 740.503311 123.430544 +L 742.689832 123.430544 +L 742.689832 115.544266 +L 744.876352 115.544266 +L 744.876352 124.139742 +L 747.062872 124.139742 +L 747.062872 125.586505 +L 749.249393 125.586505 +L 749.249393 130.749464 +L 751.435913 130.749464 +L 751.435913 122.210724 +L 753.622433 122.210724 +L 753.622433 115.288955 +L 755.808954 115.288955 +L 755.808954 123.515648 +L 757.995474 123.515648 +L 757.995474 129.132493 +L 760.181995 129.132493 +L 760.181995 129.047389 +L 762.368515 129.047389 +L 762.368515 130.182106 +L 764.555035 130.182106 +L 764.555035 127.572258 +L 766.741556 127.572258 +L 766.741556 124.451789 +L 768.928076 124.451789 +L 768.928076 134.32382 +L 771.114596 134.32382 +L 771.114596 132.111123 +L 773.301117 132.111123 +L 773.301117 131.543765 +L 775.487637 131.543765 +L 775.487637 141.10375 +L 777.674158 141.10375 +L 777.674158 137.217346 +L 779.860678 137.217346 +L 779.860678 138.408798 +L 782.047198 138.408798 +L 782.047198 135.600376 +L 784.233719 135.600376 +L 784.233719 131.260086 +L 786.420239 131.260086 +L 786.420239 141.132117 +L 788.606759 141.132117 +L 788.606759 143.174607 +L 790.79328 143.174607 +L 790.79328 142.323569 +L 792.9798 142.323569 +L 792.9798 142.323569 +L 795.166321 142.323569 +L 795.166321 139.855562 +L 797.352841 139.855562 +L 797.352841 140.706599 +L 799.539361 140.706599 +L 799.539361 143.004399 +L 801.725882 143.004399 +L 801.725882 143.685229 +L 803.912402 143.685229 +L 803.912402 146.578755 +L 806.098922 146.578755 +L 806.098922 147.259585 +L 808.285443 147.259585 +L 808.285443 145.387303 +L 810.471963 145.387303 +L 810.471963 145.217096 +L 812.658484 145.217096 +L 812.658484 145.3022 +L 814.845004 145.3022 +L 814.845004 144.195851 +L 817.031524 144.195851 +L 817.031524 146.748963 +L 819.218045 146.748963 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 146.578755 +L 827.964126 146.578755 +L 827.964126 146.578755 +L 830.150647 146.578755 +L 830.150647 146.578755 +L 832.337167 146.578755 +L 832.337167 146.748963 +L 834.523687 146.748963 +L 834.523687 146.91917 +L 836.710208 146.91917 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_23"> + <path clip-path="url(#p719e6f5651)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 144.366059 +L 631.177292 144.366059 +L 631.177292 146.238341 +L 633.363813 146.238341 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 145.897926 +L 642.109894 145.897926 +L 642.109894 145.217096 +L 644.296415 145.217096 +L 644.296415 141.983155 +L 646.482935 141.983155 +L 646.482935 139.259836 +L 648.669455 139.259836 +L 648.669455 147.259585 +L 650.855976 147.259585 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 146.238341 +L 657.415537 146.238341 +L 657.415537 131.260086 +L 659.602057 131.260086 +L 659.602057 135.345065 +L 661.788578 135.345065 +L 661.788578 143.174607 +L 663.975098 143.174607 +L 663.975098 145.217096 +L 666.161618 145.217096 +L 666.161618 138.579006 +L 668.348139 138.579006 +L 668.348139 135.685479 +L 670.534659 135.685479 +L 670.534659 137.387554 +L 672.721179 137.387554 +L 672.721179 130.749464 +L 674.9077 130.749464 +L 674.9077 130.579256 +L 677.09422 130.579256 +L 677.09422 136.536517 +L 679.280741 136.536517 +L 679.280741 135.515272 +L 681.467261 135.515272 +L 681.467261 135.515272 +L 683.653781 135.515272 +L 683.653781 129.898427 +L 685.840302 129.898427 +L 685.840302 118.834943 +L 688.026822 118.834943 +L 688.026822 124.281581 +L 690.213342 124.281581 +L 690.213342 133.983405 +L 692.399863 133.983405 +L 692.399863 127.345315 +L 694.586383 127.345315 +L 694.586383 129.813323 +L 696.772904 129.813323 +L 696.772904 118.06901 +L 698.959424 118.06901 +L 698.959424 123.175233 +L 701.145944 123.175233 +L 701.145944 119.68598 +L 703.332465 119.68598 +L 703.332465 115.430795 +L 705.518985 115.430795 +L 705.518985 119.856188 +L 707.705505 119.856188 +L 707.705505 124.621996 +L 709.892026 124.621996 +L 709.892026 126.153863 +L 712.078546 126.153863 +L 712.078546 119.969659 +L 714.265067 119.969659 +L 714.265067 114.040767 +L 716.451587 114.040767 +L 716.451587 113.558513 +L 718.638107 113.558513 +L 718.638107 123.941166 +L 720.824628 123.941166 +L 720.824628 122.834818 +L 723.011148 122.834818 +L 723.011148 116.962661 +L 725.197668 116.962661 +L 725.197668 115.09038 +L 727.384189 115.09038 +L 727.384189 117.558387 +L 729.570709 117.558387 +L 729.570709 119.260462 +L 731.75723 119.260462 +L 731.75723 117.813699 +L 733.94375 117.813699 +L 733.94375 121.217847 +L 736.13027 121.217847 +L 736.13027 116.281832 +L 738.316791 116.281832 +L 738.316791 121.558262 +L 740.503311 121.558262 +L 740.503311 123.203601 +L 742.689832 123.203601 +L 742.689832 116.16836 +L 744.876352 116.16836 +L 744.876352 124.7071 +L 747.062872 124.7071 +L 747.062872 126.494278 +L 749.249393 126.494278 +L 749.249393 129.217597 +L 751.435913 129.217597 +L 751.435913 121.72847 +L 753.622433 121.72847 +L 753.622433 116.196728 +L 755.808954 116.196728 +L 755.808954 124.451789 +L 757.995474 124.451789 +L 757.995474 127.430419 +L 760.181995 127.430419 +L 760.181995 128.536767 +L 762.368515 128.536767 +L 762.368515 132.791953 +L 764.555035 132.791953 +L 764.555035 127.600626 +L 766.741556 127.600626 +L 766.741556 123.175233 +L 768.928076 123.175233 +L 768.928076 133.813198 +L 771.114596 133.813198 +L 771.114596 132.848689 +L 773.301117 132.848689 +L 773.301117 131.543765 +L 775.487637 131.543765 +L 775.487637 142.578881 +L 777.674158 142.578881 +L 777.674158 136.196102 +L 779.860678 136.196102 +L 779.860678 138.749213 +L 782.047198 138.749213 +L 782.047198 134.834442 +L 784.233719 134.834442 +L 784.233719 132.02602 +L 786.420239 132.02602 +L 786.420239 140.96191 +L 788.606759 140.96191 +L 788.606759 142.663984 +L 790.79328 142.663984 +L 790.79328 142.834192 +L 792.9798 142.834192 +L 792.9798 143.174607 +L 795.166321 143.174607 +L 795.166321 139.174732 +L 797.352841 139.174732 +L 797.352841 140.536391 +L 799.539361 140.536391 +L 799.539361 142.834192 +L 801.725882 142.834192 +L 801.725882 144.025644 +L 803.912402 144.025644 +L 803.912402 147.089378 +L 806.098922 147.089378 +L 806.098922 147.259585 +L 808.285443 147.259585 +L 808.285443 145.387303 +L 810.471963 145.387303 +L 810.471963 145.217096 +L 812.658484 145.217096 +L 812.658484 145.3022 +L 814.845004 145.3022 +L 814.845004 143.685229 +L 817.031524 143.685229 +L 817.031524 147.259585 +L 819.218045 147.259585 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 146.748963 +L 827.964126 146.748963 +L 827.964126 146.408548 +L 830.150647 146.408548 +L 830.150647 146.578755 +L 832.337167 146.578755 +L 832.337167 146.408548 +L 834.523687 146.408548 +L 834.523687 147.259585 +L 836.710208 147.259585 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_24"> + <path clip-path="url(#p719e6f5651)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 143.855436 +L 631.177292 143.855436 +L 631.177292 146.748963 +L 633.363813 146.748963 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 145.897926 +L 642.109894 145.897926 +L 642.109894 144.876681 +L 644.296415 144.876681 +L 644.296415 141.472532 +L 646.482935 141.472532 +L 646.482935 139.770458 +L 648.669455 139.770458 +L 648.669455 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 146.578755 +L 657.415537 146.578755 +L 657.415537 129.898427 +L 659.602057 129.898427 +L 659.602057 136.025894 +L 661.788578 136.025894 +L 661.788578 142.834192 +L 663.975098 142.834192 +L 663.975098 145.897926 +L 666.161618 145.897926 +L 666.161618 137.557761 +L 668.348139 137.557761 +L 668.348139 137.387554 +L 670.534659 137.387554 +L 670.534659 136.139366 +L 672.721179 136.139366 +L 672.721179 128.253088 +L 674.9077 128.253088 +L 674.9077 131.940916 +L 677.09422 131.940916 +L 677.09422 138.579006 +L 679.280741 138.579006 +L 679.280741 134.664235 +L 681.467261 134.664235 +L 681.467261 135.00465 +L 683.653781 135.00465 +L 683.653781 129.217597 +L 685.840302 129.217597 +L 685.840302 119.005151 +L 688.026822 119.005151 +L 688.026822 125.302826 +L 690.213342 125.302826 +L 690.213342 132.451538 +L 692.399863 132.451538 +L 692.399863 129.217597 +L 694.586383 129.217597 +L 694.586383 129.132493 +L 696.772904 129.132493 +L 696.772904 119.771084 +L 698.959424 119.771084 +L 698.959424 121.473159 +L 701.145944 121.473159 +L 701.145944 119.061886 +L 703.332465 119.061886 +L 703.332465 112.991155 +L 705.518985 112.991155 +L 705.518985 123.373808 +L 707.705505 123.373808 +L 707.705505 123.827695 +L 709.892026 123.827695 +L 709.892026 124.962411 +L 712.078546 124.962411 +L 712.078546 119.345566 +L 714.265067 119.345566 +L 714.265067 116.70735 +L 716.451587 116.70735 +L 716.451587 112.707476 +L 718.638107 112.707476 +L 718.638107 123.430544 +L 720.824628 123.430544 +L 720.824628 121.217847 +L 723.011148 121.217847 +L 723.011148 118.06901 +L 725.197668 118.06901 +L 725.197668 116.111624 +L 727.384189 116.111624 +L 727.384189 116.196728 +L 729.570709 116.196728 +L 729.570709 118.409425 +L 731.75723 118.409425 +L 731.75723 117.643491 +L 733.94375 117.643491 +L 733.94375 122.919922 +L 736.13027 122.919922 +L 736.13027 117.473284 +L 738.316791 117.473284 +L 738.316791 119.345566 +L 740.503311 119.345566 +L 740.503311 123.260337 +L 742.689832 123.260337 +L 742.689832 116.366935 +L 744.876352 116.366935 +L 744.876352 126.777957 +L 747.062872 126.777957 +L 747.062872 126.210599 +L 749.249393 126.210599 +L 749.249393 128.536767 +L 751.435913 128.536767 +L 751.435913 121.302951 +L 753.622433 121.302951 +L 753.622433 116.196728 +L 755.808954 116.196728 +L 755.808954 125.217722 +L 757.995474 125.217722 +L 757.995474 126.834693 +L 760.181995 126.834693 +L 760.181995 128.111249 +L 762.368515 128.111249 +L 762.368515 133.813198 +L 764.555035 133.813198 +L 764.555035 127.458787 +L 766.741556 127.458787 +L 766.741556 123.827695 +L 768.928076 123.827695 +L 768.928076 131.940916 +L 771.114596 131.940916 +L 771.114596 132.96216 +L 773.301117 132.96216 +L 773.301117 133.274207 +L 775.487637 133.274207 +L 775.487637 142.947663 +L 777.674158 142.947663 +L 777.674158 136.366309 +L 779.860678 136.366309 +L 779.860678 136.820196 +L 782.047198 136.820196 +L 782.047198 135.061386 +L 784.233719 135.061386 +L 784.233719 133.217472 +L 786.420239 133.217472 +L 786.420239 141.64274 +L 788.606759 141.64274 +L 788.606759 141.983155 +L 790.79328 141.983155 +L 790.79328 142.663984 +L 792.9798 142.663984 +L 792.9798 144.536266 +L 795.166321 144.536266 +L 795.166321 138.068384 +L 797.352841 138.068384 +L 797.352841 140.110873 +L 799.539361 140.110873 +L 799.539361 142.663984 +L 801.725882 142.663984 +L 801.725882 144.706474 +L 803.912402 144.706474 +L 803.912402 147.6 +L 806.098922 147.6 +L 806.098922 147.429793 +L 808.285443 147.429793 +L 808.285443 145.387303 +L 810.471963 145.387303 +L 810.471963 144.706474 +L 812.658484 144.706474 +L 812.658484 144.791577 +L 814.845004 144.791577 +L 814.845004 144.366059 +L 817.031524 144.366059 +L 817.031524 147.429793 +L 819.218045 147.429793 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 146.748963 +L 827.964126 146.748963 +L 827.964126 146.408548 +L 830.150647 146.408548 +L 830.150647 146.578755 +L 832.337167 146.578755 +L 832.337167 146.238341 +L 834.523687 146.238341 +L 834.523687 147.429793 +L 836.710208 147.429793 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_32"> + <path clip-path="url(#p719e6f5651)" d="M 753.404603 147.6 +L 753.404603 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_25"> + <path d="M 613.685129 147.6 +L 613.685129 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_26"> + <path d="M 854.202371 147.6 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_27"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_28"> + <path d="M 613.685129 38.88 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_35"> + <!-- 0% --> + <g style="fill:#262626;" transform="translate(721.938125 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + <g id="legend_1"> + <g id="patch_29"> + <path d="M 795.741433 89.315938 +L 847.202371 89.315938 +Q 849.202371 89.315938 849.202371 87.315938 +L 849.202371 45.88 +Q 849.202371 43.88 847.202371 43.88 +L 795.741433 43.88 +Q 793.741433 43.88 793.741433 45.88 +L 793.741433 87.315938 +Q 793.741433 89.315938 795.741433 89.315938 +z +" style="fill:#ffffff;opacity:0.1;stroke:#cccccc;stroke-linejoin:miter;"/> + </g> + <g id="patch_30"> + <path d="M 797.741433 55.037813 +L 817.741433 55.037813 +L 817.741433 48.037813 +L 797.741433 48.037813 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_36"> + <!-- 0.94 --> + <g style="fill:#262626;" transform="translate(825.741433 55.037813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-57"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + </g> + </g> + <g id="patch_31"> + <path d="M 797.741433 69.183125 +L 817.741433 69.183125 +L 817.741433 62.183125 +L 797.741433 62.183125 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_37"> + <!-- 0.95 --> + <g style="fill:#262626;" transform="translate(825.741433 69.183125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-57"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + </g> + </g> + <g id="patch_32"> + <path d="M 797.741433 83.328438 +L 817.741433 83.328438 +L 817.741433 76.328438 +L 797.741433 76.328438 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_38"> + <!-- 0.96 --> + <g style="fill:#262626;" transform="translate(825.741433 83.328438)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-57"/> + <use x="139.013672" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + </g> + <g id="axes_4"> + <g id="patch_33"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +L 1142.82306 38.88 +L 902.305819 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_7"> + <g id="xtick_18"> + <g id="line2d_33"> + <path clip-path="url(#p47c91568c9)" d="M 947.094664 147.6 +L 947.094664 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_39"> + <!-- 0.28 --> + <g style="fill:#262626;" transform="translate(937.364196 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_19"> + <g id="line2d_34"> + <path clip-path="url(#p47c91568c9)" d="M 1003.68917 147.6 +L 1003.68917 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_40"> + <!-- 0.29 --> + <g style="fill:#262626;" transform="translate(993.958702 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + </g> + </g> + </g> + <g id="xtick_20"> + <g id="line2d_35"> + <path clip-path="url(#p47c91568c9)" d="M 1060.283676 147.6 +L 1060.283676 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_41"> + <!-- 0.30 --> + <g style="fill:#262626;" transform="translate(1050.553208 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_21"> + <g id="line2d_36"> + <path clip-path="url(#p47c91568c9)" d="M 1116.878182 147.6 +L 1116.878182 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_42"> + <!-- 0.31 --> + <g style="fill:#262626;" transform="translate(1107.147714 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="text_43"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1003.947252 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_8"> + <g id="ytick_13"> + <g id="line2d_37"> + <path clip-path="url(#p47c91568c9)" d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_44"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(889.744881 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_14"> + <g id="line2d_38"> + <path clip-path="url(#p47c91568c9)" d="M 902.305819 124.788179 +L 1142.82306 124.788179 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_45"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(873.062069 128.367085)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_15"> + <g id="line2d_39"> + <path clip-path="url(#p47c91568c9)" d="M 902.305819 101.976357 +L 1142.82306 101.976357 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_46"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(873.062069 105.555264)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_16"> + <g id="line2d_40"> + <path clip-path="url(#p47c91568c9)" d="M 902.305819 79.164536 +L 1142.82306 79.164536 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_47"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(873.062069 82.743442)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_17"> + <g id="line2d_41"> + <path clip-path="url(#p47c91568c9)" d="M 902.305819 56.352715 +L 1142.82306 56.352715 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_48"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(873.062069 59.931621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_34"> + <path clip-path="url(#p47c91568c9)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 136.513455 +L 921.984502 136.513455 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 140.20897 +L 926.357543 140.20897 +L 926.357543 133.639165 +L 928.544063 133.639165 +L 928.544063 146.778774 +L 930.730584 146.778774 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 136.513455 +L 935.103625 136.513455 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 133.912907 +L 939.476665 133.912907 +L 939.476665 139.114002 +L 941.663186 139.114002 +L 941.663186 135.007875 +L 943.849706 135.007875 +L 943.849706 132.31608 +L 946.036226 132.31608 +L 946.036226 131.084241 +L 948.222747 131.084241 +L 948.222747 121.229535 +L 950.409267 121.229535 +L 950.409267 123.601964 +L 952.595788 123.601964 +L 952.595788 136.695949 +L 954.782308 136.695949 +L 954.782308 131.586101 +L 956.968828 131.586101 +L 956.968828 136.650326 +L 959.155349 136.650326 +L 959.155349 115.709074 +L 961.341869 115.709074 +L 961.341869 114.477235 +L 963.528389 114.477235 +L 963.528389 115.572203 +L 965.71491 115.572203 +L 965.71491 107.77056 +L 967.90143 107.77056 +L 967.90143 128.848683 +L 970.087951 128.848683 +L 970.087951 105.991238 +L 972.274471 105.991238 +L 972.274471 95.452176 +L 974.460991 95.452176 +L 974.460991 117.077783 +L 976.647512 117.077783 +L 976.647512 76.427117 +L 978.834032 76.427117 +L 978.834032 86.418695 +L 981.020553 86.418695 +L 981.020553 138.155906 +L 983.207073 138.155906 +L 983.207073 103.527561 +L 985.393593 103.527561 +L 985.393593 83.772524 +L 987.580114 83.772524 +L 987.580114 94.813445 +L 989.766634 94.813445 +L 989.766634 67.119894 +L 991.953154 67.119894 +L 991.953154 71.636635 +L 994.139675 71.636635 +L 994.139675 103.664432 +L 996.326195 103.664432 +L 996.326195 85.049986 +L 998.512716 85.049986 +L 998.512716 76.427117 +L 1000.699236 76.427117 +L 1000.699236 75.469021 +L 1002.885756 75.469021 +L 1002.885756 67.119894 +L 1005.072277 67.119894 +L 1005.072277 59.728864 +L 1007.258797 59.728864 +L 1007.258797 95.771542 +L 1009.445317 95.771542 +L 1009.445317 90.273893 +L 1011.631838 90.273893 +L 1011.631838 44.057143 +L 1013.818358 44.057143 +L 1013.818358 64.245605 +L 1016.004879 64.245605 +L 1016.004879 75.948069 +L 1018.191399 75.948069 +L 1018.191399 80.898234 +L 1020.377919 80.898234 +L 1020.377919 84.890303 +L 1022.56444 84.890303 +L 1022.56444 88.471759 +L 1024.75096 88.471759 +L 1024.75096 49.075744 +L 1026.93748 49.075744 +L 1026.93748 76.267435 +L 1029.124001 76.267435 +L 1029.124001 79.71202 +L 1031.310521 79.71202 +L 1031.310521 71.089151 +L 1033.497042 71.089151 +L 1033.497042 105.649061 +L 1035.683562 105.649061 +L 1035.683562 103.664432 +L 1037.870082 103.664432 +L 1037.870082 68.488604 +L 1040.056603 68.488604 +L 1040.056603 86.487131 +L 1042.243123 86.487131 +L 1042.243123 93.809725 +L 1044.429643 93.809725 +L 1044.429643 99.193315 +L 1046.616164 99.193315 +L 1046.616164 116.005627 +L 1048.802684 116.005627 +L 1048.802684 99.284562 +L 1050.989205 99.284562 +L 1050.989205 86.509942 +L 1053.175725 86.509942 +L 1053.175725 112.880408 +L 1055.362245 112.880408 +L 1055.362245 112.834784 +L 1057.548766 112.834784 +L 1057.548766 103.253819 +L 1059.735286 103.253819 +L 1059.735286 130.285828 +L 1061.921806 130.285828 +L 1061.921806 125.769087 +L 1064.108327 125.769087 +L 1064.108327 88.540195 +L 1066.294847 88.540195 +L 1066.294847 118.720234 +L 1068.481368 118.720234 +L 1068.481368 133.776036 +L 1070.667888 133.776036 +L 1070.667888 129.738344 +L 1072.854408 129.738344 +L 1072.854408 133.844472 +L 1075.040929 133.844472 +L 1075.040929 127.959022 +L 1077.227449 127.959022 +L 1077.227449 123.168539 +L 1079.413969 123.168539 +L 1079.413969 136.239713 +L 1081.60049 136.239713 +L 1081.60049 138.292777 +L 1083.78701 138.292777 +L 1083.78701 136.239713 +L 1085.973531 136.239713 +L 1085.973531 146.09442 +L 1088.160051 146.09442 +L 1088.160051 136.513455 +L 1090.346571 136.513455 +L 1090.346571 142.056727 +L 1092.533092 142.056727 +L 1092.533092 142.672647 +L 1094.719612 142.672647 +L 1094.719612 129.669908 +L 1096.906132 129.669908 +L 1096.906132 138.019035 +L 1099.092653 138.019035 +L 1099.092653 146.505033 +L 1101.279173 146.505033 +L 1101.279173 142.330469 +L 1103.465694 142.330469 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 143.904485 +L 1107.838734 143.904485 +L 1107.838734 140.345841 +L 1110.025255 140.345841 +L 1110.025255 147.463129 +L 1112.211775 147.463129 +L 1112.211775 144.451969 +L 1114.398295 144.451969 +L 1114.398295 145.204759 +L 1116.584816 145.204759 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 141.303937 +L 1120.957857 141.303937 +L 1120.957857 142.809518 +L 1123.144377 142.809518 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_35"> + <path clip-path="url(#p47c91568c9)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 143.904485 +L 921.984502 143.904485 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 145.136323 +L 926.357543 145.136323 +L 926.357543 143.22013 +L 928.544063 143.22013 +L 928.544063 147.052516 +L 930.730584 147.052516 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 143.904485 +L 935.103625 143.904485 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 143.22013 +L 939.476665 143.22013 +L 939.476665 144.58884 +L 941.663186 144.58884 +L 941.663186 143.493872 +L 943.849706 143.493872 +L 943.849706 142.71827 +L 946.036226 142.71827 +L 946.036226 141.942668 +L 948.222747 141.942668 +L 948.222747 138.566519 +L 950.409267 138.566519 +L 950.409267 140.20897 +L 952.595788 140.20897 +L 952.595788 143.630743 +L 954.782308 143.630743 +L 954.782308 142.262034 +L 956.968828 142.262034 +L 956.968828 144.315098 +L 959.155349 144.315098 +L 959.155349 136.513455 +L 961.341869 136.513455 +L 961.341869 136.924068 +L 963.528389 136.924068 +L 963.528389 136.924068 +L 965.71491 136.924068 +L 965.71491 134.049778 +L 967.90143 134.049778 +L 967.90143 141.167066 +L 970.087951 141.167066 +L 970.087951 134.049778 +L 972.274471 134.049778 +L 972.274471 130.354263 +L 974.460991 130.354263 +L 974.460991 137.060939 +L 976.647512 137.060939 +L 976.647512 124.605684 +L 978.834032 124.605684 +L 978.834032 127.753715 +L 981.020553 127.753715 +L 981.020553 143.083259 +L 983.207073 143.083259 +L 983.207073 133.091682 +L 985.393593 133.091682 +L 985.393593 126.658748 +L 987.580114 126.658748 +L 987.580114 129.806779 +L 989.766634 129.806779 +L 989.766634 120.910169 +L 991.953154 120.910169 +L 991.953154 122.278878 +L 994.139675 122.278878 +L 994.139675 133.593542 +L 996.326195 133.593542 +L 996.326195 125.883146 +L 998.512716 125.883146 +L 998.512716 124.468813 +L 1000.699236 124.468813 +L 1000.699236 123.100104 +L 1002.885756 123.100104 +L 1002.885756 121.320782 +L 1005.072277 121.320782 +L 1005.072277 117.762138 +L 1007.258797 117.762138 +L 1007.258797 130.628005 +L 1009.445317 130.628005 +L 1009.445317 127.822151 +L 1011.631838 127.822151 +L 1011.631838 113.450703 +L 1013.818358 113.450703 +L 1013.818358 120.362685 +L 1016.004879 120.362685 +L 1016.004879 123.852894 +L 1018.191399 123.852894 +L 1018.191399 124.696931 +L 1020.377919 124.696931 +L 1020.377919 126.978113 +L 1022.56444 126.978113 +L 1022.56444 127.548409 +L 1024.75096 127.548409 +L 1024.75096 114.956284 +L 1026.93748 114.956284 +L 1026.93748 124.263507 +L 1029.124001 124.263507 +L 1029.124001 124.468813 +L 1031.310521 124.468813 +L 1031.310521 122.278878 +L 1033.497042 122.278878 +L 1033.497042 133.160117 +L 1035.683562 133.160117 +L 1035.683562 133.912907 +L 1037.870082 133.912907 +L 1037.870082 120.225814 +L 1040.056603 120.225814 +L 1040.056603 128.232764 +L 1042.243123 128.232764 +L 1042.243123 128.985554 +L 1044.429643 128.985554 +L 1044.429643 131.31236 +L 1046.616164 131.31236 +L 1046.616164 136.992503 +L 1048.802684 136.992503 +L 1048.802684 131.44923 +L 1050.989205 131.44923 +L 1050.989205 127.571221 +L 1053.175725 127.571221 +L 1053.175725 135.600982 +L 1055.362245 135.600982 +L 1055.362245 136.650326 +L 1057.548766 136.650326 +L 1057.548766 132.270456 +L 1059.735286 132.270456 +L 1059.735286 141.646115 +L 1061.921806 141.646115 +L 1061.921806 140.277405 +L 1064.108327 140.277405 +L 1064.108327 128.780247 +L 1066.294847 128.780247 +L 1066.294847 137.471551 +L 1068.481368 137.471551 +L 1068.481368 142.946388 +L 1070.667888 142.946388 +L 1070.667888 141.509244 +L 1072.854408 141.509244 +L 1072.854408 142.877953 +L 1075.040929 142.877953 +L 1075.040929 141.235502 +L 1077.227449 141.235502 +L 1077.227449 139.410556 +L 1079.413969 139.410556 +L 1079.413969 143.676367 +L 1081.60049 143.676367 +L 1081.60049 144.451969 +L 1083.78701 144.451969 +L 1083.78701 144.041356 +L 1085.973531 144.041356 +L 1085.973531 146.915645 +L 1088.160051 146.915645 +L 1088.160051 143.904485 +L 1090.346571 143.904485 +L 1090.346571 145.752242 +L 1092.533092 145.752242 +L 1092.533092 145.820678 +L 1094.719612 145.820678 +L 1094.719612 142.125163 +L 1096.906132 142.125163 +L 1096.906132 144.178227 +L 1099.092653 144.178227 +L 1099.092653 147.09814 +L 1101.279173 147.09814 +L 1101.279173 145.84349 +L 1103.465694 145.84349 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 146.368162 +L 1107.838734 146.368162 +L 1107.838734 145.273194 +L 1110.025255 145.273194 +L 1110.025255 147.463129 +L 1112.211775 147.463129 +L 1112.211775 146.710339 +L 1114.398295 146.710339 +L 1114.398295 146.641904 +L 1116.584816 146.641904 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 145.683807 +L 1120.957857 145.683807 +L 1120.957857 145.820678 +L 1123.144377 145.820678 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_36"> + <path clip-path="url(#p47c91568c9)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 143.904485 +L 921.984502 143.904485 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 145.136323 +L 926.357543 145.136323 +L 926.357543 142.946388 +L 928.544063 142.946388 +L 928.544063 147.326258 +L 930.730584 147.326258 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 143.904485 +L 935.103625 143.904485 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 142.946388 +L 939.476665 142.946388 +L 939.476665 144.862581 +L 941.663186 144.862581 +L 941.663186 143.493872 +L 943.849706 143.493872 +L 943.849706 142.535776 +L 946.036226 142.535776 +L 946.036226 141.942668 +L 948.222747 141.942668 +L 948.222747 139.022755 +L 950.409267 139.022755 +L 950.409267 139.387744 +L 952.595788 139.387744 +L 952.595788 144.178227 +L 954.782308 144.178227 +L 954.782308 141.988292 +L 956.968828 141.988292 +L 956.968828 143.904485 +L 959.155349 143.904485 +L 959.155349 136.924068 +L 961.341869 136.924068 +L 961.341869 136.650326 +L 963.528389 136.650326 +L 963.528389 136.924068 +L 965.71491 136.924068 +L 965.71491 134.32352 +L 967.90143 134.32352 +L 967.90143 141.440808 +L 970.087951 141.440808 +L 970.087951 133.776036 +L 972.274471 133.776036 +L 972.274471 130.217392 +L 974.460991 130.217392 +L 974.460991 137.197809 +L 976.647512 137.197809 +L 976.647512 124.0582 +L 978.834032 124.0582 +L 978.834032 127.114984 +L 981.020553 127.114984 +L 981.020553 144.543216 +L 983.207073 144.543216 +L 983.207073 132.81794 +L 985.393593 132.81794 +L 985.393593 126.385006 +L 987.580114 126.385006 +L 987.580114 130.080521 +L 989.766634 130.080521 +L 989.766634 120.910169 +L 991.953154 120.910169 +L 991.953154 122.278878 +L 994.139675 122.278878 +L 994.139675 132.681069 +L 996.326195 132.681069 +L 996.326195 126.521877 +L 998.512716 126.521877 +L 998.512716 124.195071 +L 1000.699236 124.195071 +L 1000.699236 123.373846 +L 1002.885756 123.373846 +L 1002.885756 121.04704 +L 1005.072277 121.04704 +L 1005.072277 118.03588 +L 1007.258797 118.03588 +L 1007.258797 130.354263 +L 1009.445317 130.354263 +L 1009.445317 128.369635 +L 1011.631838 128.369635 +L 1011.631838 113.450703 +L 1013.818358 113.450703 +L 1013.818358 119.815202 +L 1016.004879 119.815202 +L 1016.004879 123.442281 +L 1018.191399 123.442281 +L 1018.191399 125.563781 +L 1020.377919 125.563781 +L 1020.377919 126.658748 +L 1022.56444 126.658748 +L 1022.56444 127.959022 +L 1024.75096 127.959022 +L 1024.75096 114.682542 +L 1026.93748 114.682542 +L 1026.93748 123.784459 +L 1029.124001 123.784459 +L 1029.124001 125.221603 +L 1031.310521 125.221603 +L 1031.310521 121.868266 +L 1033.497042 121.868266 +L 1033.497042 133.639165 +L 1035.683562 133.639165 +L 1035.683562 132.749504 +L 1037.870082 132.749504 +L 1037.870082 121.731395 +L 1040.056603 121.731395 +L 1040.056603 126.727183 +L 1042.243123 126.727183 +L 1042.243123 130.080521 +L 1044.429643 130.080521 +L 1044.429643 131.221112 +L 1046.616164 131.221112 +L 1046.616164 137.08375 +L 1048.802684 137.08375 +L 1048.802684 131.586101 +L 1050.989205 131.586101 +L 1050.989205 127.479974 +L 1053.175725 127.479974 +L 1053.175725 135.965971 +L 1055.362245 135.965971 +L 1055.362245 135.692229 +L 1057.548766 135.692229 +L 1057.548766 132.954811 +L 1059.735286 132.954811 +L 1059.735286 141.782986 +L 1061.921806 141.782986 +L 1061.921806 140.482712 +L 1064.108327 140.482712 +L 1064.108327 127.616844 +L 1066.294847 127.616844 +L 1066.294847 138.019035 +L 1068.481368 138.019035 +L 1068.481368 143.083259 +L 1070.667888 143.083259 +L 1070.667888 141.646115 +L 1072.854408 141.646115 +L 1072.854408 143.014824 +L 1075.040929 143.014824 +L 1075.040929 141.098631 +L 1077.227449 141.098631 +L 1077.227449 139.410556 +L 1079.413969 139.410556 +L 1079.413969 143.813238 +L 1081.60049 143.813238 +L 1081.60049 144.451969 +L 1083.78701 144.451969 +L 1083.78701 143.904485 +L 1085.973531 143.904485 +L 1085.973531 147.052516 +L 1088.160051 147.052516 +L 1088.160051 143.904485 +L 1090.346571 143.904485 +L 1090.346571 145.752242 +L 1092.533092 145.752242 +L 1092.533092 145.957549 +L 1094.719612 145.957549 +L 1094.719612 141.577679 +L 1096.906132 141.577679 +L 1096.906132 144.451969 +L 1099.092653 144.451969 +L 1099.092653 147.235011 +L 1101.279173 147.235011 +L 1101.279173 145.84349 +L 1103.465694 145.84349 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 146.368162 +L 1107.838734 146.368162 +L 1107.838734 145.136323 +L 1110.025255 145.136323 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 146.641904 +L 1114.398295 146.641904 +L 1114.398295 146.710339 +L 1116.584816 146.710339 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 145.410065 +L 1120.957857 145.410065 +L 1120.957857 146.09442 +L 1123.144377 146.09442 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_37"> + <path clip-path="url(#p47c91568c9)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 143.904485 +L 921.984502 143.904485 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 145.136323 +L 926.357543 145.136323 +L 926.357543 142.672647 +L 928.544063 142.672647 +L 928.544063 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 143.904485 +L 935.103625 143.904485 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 142.946388 +L 939.476665 142.946388 +L 939.476665 144.862581 +L 941.663186 144.862581 +L 941.663186 143.22013 +L 943.849706 143.22013 +L 943.849706 142.262034 +L 946.036226 142.262034 +L 946.036226 142.398905 +L 948.222747 142.398905 +L 948.222747 138.840261 +L 950.409267 138.840261 +L 950.409267 139.20525 +L 952.595788 139.20525 +L 952.595788 144.08698 +L 954.782308 144.08698 +L 954.782308 142.535776 +L 956.968828 142.535776 +L 956.968828 143.630743 +L 959.155349 143.630743 +L 959.155349 137.471551 +L 961.341869 137.471551 +L 961.341869 136.102842 +L 963.528389 136.102842 +L 963.528389 136.924068 +L 965.71491 136.924068 +L 965.71491 134.597262 +L 967.90143 134.597262 +L 967.90143 141.440808 +L 970.087951 141.440808 +L 970.087951 133.365423 +L 972.274471 133.365423 +L 972.274471 130.080521 +L 974.460991 130.080521 +L 974.460991 138.019035 +L 976.647512 138.019035 +L 976.647512 122.963233 +L 978.834032 122.963233 +L 978.834032 126.749995 +L 981.020553 126.749995 +L 981.020553 145.729431 +L 983.207073 145.729431 +L 983.207073 132.81794 +L 985.393593 132.81794 +L 985.393593 125.92877 +L 987.580114 125.92877 +L 987.580114 130.126145 +L 989.766634 130.126145 +L 989.766634 120.499556 +L 991.953154 120.499556 +L 991.953154 122.278878 +L 994.139675 122.278878 +L 994.139675 132.589822 +L 996.326195 132.589822 +L 996.326195 127.844963 +L 998.512716 127.844963 +L 998.512716 122.963233 +L 1000.699236 122.963233 +L 1000.699236 124.195071 +L 1002.885756 124.195071 +L 1002.885756 119.952073 +L 1005.072277 119.952073 +L 1005.072277 119.130847 +L 1007.258797 119.130847 +L 1007.258797 129.989274 +L 1009.445317 129.989274 +L 1009.445317 129.282107 +L 1011.631838 129.282107 +L 1011.631838 112.355736 +L 1013.818358 112.355736 +L 1013.818358 119.267718 +L 1016.004879 119.267718 +L 1016.004879 123.852894 +L 1018.191399 123.852894 +L 1018.191399 125.837522 +L 1020.377919 125.837522 +L 1020.377919 126.453442 +L 1022.56444 126.453442 +L 1022.56444 128.164328 +L 1024.75096 128.164328 +L 1024.75096 114.636918 +L 1026.93748 114.636918 +L 1026.93748 123.419469 +L 1029.124001 123.419469 +L 1029.124001 125.221603 +L 1031.310521 125.221603 +L 1031.310521 122.142007 +L 1033.497042 122.142007 +L 1033.497042 134.049778 +L 1035.683562 134.049778 +L 1035.683562 132.202021 +L 1037.870082 132.202021 +L 1037.870082 121.731395 +L 1040.056603 121.731395 +L 1040.056603 126.727183 +L 1042.243123 126.727183 +L 1042.243123 129.94365 +L 1044.429643 129.94365 +L 1044.429643 131.859843 +L 1046.616164 131.859843 +L 1046.616164 137.129374 +L 1048.802684 137.129374 +L 1048.802684 131.44923 +L 1050.989205 131.44923 +L 1050.989205 126.658748 +L 1053.175725 126.658748 +L 1053.175725 136.513455 +L 1055.362245 136.513455 +L 1055.362245 135.692229 +L 1057.548766 135.692229 +L 1057.548766 133.228553 +L 1059.735286 133.228553 +L 1059.735286 142.056727 +L 1061.921806 142.056727 +L 1061.921806 140.20897 +L 1064.108327 140.20897 +L 1064.108327 127.343103 +L 1066.294847 127.343103 +L 1066.294847 138.429648 +L 1068.481368 138.429648 +L 1068.481368 142.946388 +L 1070.667888 142.946388 +L 1070.667888 141.782986 +L 1072.854408 141.782986 +L 1072.854408 143.151695 +L 1075.040929 143.151695 +L 1075.040929 140.824889 +L 1077.227449 140.824889 +L 1077.227449 139.547427 +L 1079.413969 139.547427 +L 1079.413969 143.950109 +L 1081.60049 143.950109 +L 1081.60049 144.58884 +L 1083.78701 144.58884 +L 1083.78701 143.493872 +L 1085.973531 143.493872 +L 1085.973531 147.326258 +L 1088.160051 147.326258 +L 1088.160051 143.904485 +L 1090.346571 143.904485 +L 1090.346571 145.752242 +L 1092.533092 145.752242 +L 1092.533092 146.09442 +L 1094.719612 146.09442 +L 1094.719612 141.167066 +L 1096.906132 141.167066 +L 1096.906132 144.58884 +L 1099.092653 144.58884 +L 1099.092653 147.371882 +L 1101.279173 147.371882 +L 1101.279173 145.84349 +L 1103.465694 145.84349 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 146.368162 +L 1107.838734 146.368162 +L 1107.838734 145.136323 +L 1110.025255 145.136323 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 146.299726 +L 1114.398295 146.299726 +L 1114.398295 147.052516 +L 1116.584816 147.052516 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 145.410065 +L 1120.957857 145.410065 +L 1120.957857 146.09442 +L 1123.144377 146.09442 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_42"> + <path clip-path="url(#p47c91568c9)" d="M 1060.283676 147.6 +L 1060.283676 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_38"> + <path d="M 902.305819 147.6 +L 902.305819 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_39"> + <path d="M 1142.82306 147.6 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_40"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_41"> + <path d="M 902.305819 38.88 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_49"> + <!-- 0% --> + <g style="fill:#262626;" transform="translate(1010.558815 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_5"> + <g id="patch_42"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +L 1431.44375 38.88 +L 1190.926509 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_9"> + <g id="xtick_22"> + <g id="line2d_43"> + <path clip-path="url(#p1fce2055c3)" d="M 1191.977151 147.6 +L 1191.977151 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_50"> + <!-- 0.41 --> + <g style="fill:#262626;" transform="translate(1182.246682 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="xtick_23"> + <g id="line2d_44"> + <path clip-path="url(#p1fce2055c3)" d="M 1232.424459 147.6 +L 1232.424459 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_51"> + <!-- 0.42 --> + <g style="fill:#262626;" transform="translate(1222.69399 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_24"> + <g id="line2d_45"> + <path clip-path="url(#p1fce2055c3)" d="M 1272.871767 147.6 +L 1272.871767 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_52"> + <!-- 0.43 --> + <g style="fill:#262626;" transform="translate(1263.141298 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-51"/> + </g> + </g> + </g> + <g id="xtick_25"> + <g id="line2d_46"> + <path clip-path="url(#p1fce2055c3)" d="M 1313.319075 147.6 +L 1313.319075 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_53"> + <!-- 0.44 --> + <g style="fill:#262626;" transform="translate(1303.588606 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_26"> + <g id="line2d_47"> + <path clip-path="url(#p1fce2055c3)" d="M 1353.766383 147.6 +L 1353.766383 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_54"> + <!-- 0.45 --> + <g style="fill:#262626;" transform="translate(1344.035914 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_27"> + <g id="line2d_48"> + <path clip-path="url(#p1fce2055c3)" d="M 1394.213691 147.6 +L 1394.213691 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_55"> + <!-- 0.46 --> + <g style="fill:#262626;" transform="translate(1384.483222 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="text_56"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1292.567942 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_10"> + <g id="ytick_18"> + <g id="line2d_49"> + <path clip-path="url(#p1fce2055c3)" d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_57"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(1178.365571 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_19"> + <g id="line2d_50"> + <path clip-path="url(#p1fce2055c3)" d="M 1190.926509 125.847299 +L 1431.44375 125.847299 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_58"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(1161.682759 129.426205)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_20"> + <g id="line2d_51"> + <path clip-path="url(#p1fce2055c3)" d="M 1190.926509 104.094598 +L 1431.44375 104.094598 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_59"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(1161.682759 107.673504)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_21"> + <g id="line2d_52"> + <path clip-path="url(#p1fce2055c3)" d="M 1190.926509 82.341897 +L 1431.44375 82.341897 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_60"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(1161.682759 85.920803)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_22"> + <g id="line2d_53"> + <path clip-path="url(#p1fce2055c3)" d="M 1190.926509 60.589196 +L 1431.44375 60.589196 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_61"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(1161.682759 64.168102)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_43"> + <path clip-path="url(#p1fce2055c3)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 137.680768 +L 1210.605192 137.680768 +L 1210.605192 146.947419 +L 1212.791712 146.947419 +L 1212.791712 126.717407 +L 1214.978233 126.717407 +L 1214.978233 147.338968 +L 1217.164753 147.338968 +L 1217.164753 137.028187 +L 1219.351274 137.028187 +L 1219.351274 140.552125 +L 1221.537794 140.552125 +L 1221.537794 133.50425 +L 1223.724314 133.50425 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 137.028187 +L 1228.097355 137.028187 +L 1228.097355 130.632893 +L 1230.283875 130.632893 +L 1230.283875 143.423481 +L 1232.470396 143.423481 +L 1232.470396 135.984058 +L 1234.656916 135.984058 +L 1234.656916 124.498631 +L 1236.843437 124.498631 +L 1236.843437 121.757791 +L 1239.029957 121.757791 +L 1239.029957 134.678896 +L 1241.216477 134.678896 +L 1241.216477 136.506122 +L 1243.402998 136.506122 +L 1243.402998 126.717407 +L 1245.589518 126.717407 +L 1245.589518 126.195342 +L 1247.776038 126.195342 +L 1247.776038 137.028187 +L 1249.962559 137.028187 +L 1249.962559 111.185978 +L 1252.149079 111.185978 +L 1252.149079 99.178487 +L 1254.3356 99.178487 +L 1254.3356 105.573782 +L 1256.52212 105.573782 +L 1256.52212 121.627275 +L 1258.70864 121.627275 +L 1258.70864 131.285474 +L 1260.895161 131.285474 +L 1260.895161 105.704298 +L 1263.081681 105.704298 +L 1263.081681 105.312749 +L 1265.268201 105.312749 +L 1265.268201 98.656423 +L 1267.454722 98.656423 +L 1267.454722 98.003842 +L 1269.641242 98.003842 +L 1269.641242 86.257383 +L 1271.827763 86.257383 +L 1271.827763 100.701176 +L 1274.014283 100.701176 +L 1274.014283 104.703673 +L 1276.200803 104.703673 +L 1276.200803 75.294022 +L 1278.387324 75.294022 +L 1278.387324 120.322113 +L 1280.573844 120.322113 +L 1280.573844 94.740936 +L 1282.760364 94.740936 +L 1282.760364 87.170996 +L 1284.946885 87.170996 +L 1284.946885 63.808595 +L 1287.133405 63.808595 +L 1287.133405 112.099592 +L 1289.319926 112.099592 +L 1289.319926 86.387899 +L 1291.506446 86.387899 +L 1291.506446 82.211381 +L 1293.692966 82.211381 +L 1293.692966 44.057143 +L 1295.879487 44.057143 +L 1295.879487 99.221993 +L 1298.066007 99.221993 +L 1298.066007 81.036735 +L 1300.252527 81.036735 +L 1300.252527 75.163505 +L 1302.439048 75.163505 +L 1302.439048 75.294022 +L 1304.625568 75.294022 +L 1304.625568 48.472941 +L 1306.812089 48.472941 +L 1306.812089 88.4109 +L 1308.998609 88.4109 +L 1308.998609 60.893733 +L 1311.185129 60.893733 +L 1311.185129 78.730948 +L 1313.37165 78.730948 +L 1313.37165 88.345642 +L 1315.55817 88.345642 +L 1315.55817 91.586795 +L 1317.74469 91.586795 +L 1317.74469 107.096471 +L 1319.931211 107.096471 +L 1319.931211 80.253637 +L 1322.117731 80.253637 +L 1322.117731 98.525906 +L 1324.304252 98.525906 +L 1324.304252 69.094502 +L 1326.490772 69.094502 +L 1326.490772 115.297239 +L 1328.677292 115.297239 +L 1328.677292 109.358752 +L 1330.863813 109.358752 +L 1330.863813 108.771429 +L 1333.050333 108.771429 +L 1333.050333 63.112509 +L 1335.236853 63.112509 +L 1335.236853 120.496134 +L 1337.423374 120.496134 +L 1337.423374 106.356879 +L 1339.609894 106.356879 +L 1339.609894 107.074718 +L 1341.796415 107.074718 +L 1341.796415 84.952221 +L 1343.982935 84.952221 +L 1343.982935 128.67515 +L 1346.169455 128.67515 +L 1346.169455 102.376134 +L 1348.355976 102.376134 +L 1348.355976 107.00946 +L 1350.542496 107.00946 +L 1350.542496 103.311501 +L 1352.729016 103.311501 +L 1352.729016 128.457623 +L 1354.915537 128.457623 +L 1354.915537 132.590636 +L 1357.102057 132.590636 +L 1357.102057 118.581897 +L 1359.288578 118.581897 +L 1359.288578 145.816279 +L 1361.475098 145.816279 +L 1361.475098 116.145594 +L 1363.661618 116.145594 +L 1363.661618 125.020696 +L 1365.848139 125.020696 +L 1365.848139 130.241345 +L 1368.034659 130.241345 +L 1368.034659 135.070444 +L 1370.221179 135.070444 +L 1370.221179 141.661513 +L 1372.4077 141.661513 +L 1372.4077 142.053061 +L 1374.59422 142.053061 +L 1374.59422 133.765282 +L 1376.780741 133.765282 +L 1376.780741 140.095318 +L 1378.967261 140.095318 +L 1378.967261 138.529124 +L 1381.153781 138.529124 +L 1381.153781 139.769028 +L 1383.340302 139.769028 +L 1383.340302 135.853541 +L 1385.526822 135.853541 +L 1385.526822 144.989676 +L 1387.713342 144.989676 +L 1387.713342 147.012677 +L 1389.899863 147.012677 +L 1389.899863 142.901417 +L 1392.086383 142.901417 +L 1392.086383 141.335222 +L 1394.272904 141.335222 +L 1394.272904 143.292965 +L 1396.459424 143.292965 +L 1396.459424 142.314094 +L 1398.645944 142.314094 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 137.419736 +L 1403.018985 137.419736 +L 1403.018985 147.208451 +L 1405.205505 147.208451 +L 1405.205505 142.314094 +L 1407.392026 142.314094 +L 1407.392026 144.076062 +L 1409.578546 144.076062 +L 1409.578546 140.552125 +L 1411.765067 140.552125 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_44"> + <path clip-path="url(#p1fce2055c3)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 144.467611 +L 1210.605192 144.467611 +L 1210.605192 147.208451 +L 1212.791712 147.208451 +L 1212.791712 140.813157 +L 1214.978233 140.813157 +L 1214.978233 147.338968 +L 1217.164753 147.338968 +L 1217.164753 144.076062 +L 1219.351274 144.076062 +L 1219.351274 145.250708 +L 1221.537794 145.250708 +L 1221.537794 142.901417 +L 1223.724314 142.901417 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 144.076062 +L 1228.097355 144.076062 +L 1228.097355 142.379352 +L 1230.283875 142.379352 +L 1230.283875 145.772773 +L 1232.470396 145.772773 +L 1232.470396 143.728019 +L 1234.656916 143.728019 +L 1234.656916 139.986555 +L 1236.843437 139.986555 +L 1236.843437 139.246963 +L 1239.029957 139.246963 +L 1239.029957 143.031933 +L 1241.216477 143.031933 +L 1241.216477 143.81503 +L 1243.402998 143.81503 +L 1243.402998 140.552125 +L 1245.589518 140.552125 +L 1245.589518 140.552125 +L 1247.776038 140.552125 +L 1247.776038 144.076062 +L 1249.962559 144.076062 +L 1249.962559 135.461993 +L 1252.149079 135.461993 +L 1252.149079 131.546507 +L 1254.3356 131.546507 +L 1254.3356 133.50425 +L 1256.52212 133.50425 +L 1256.52212 139.377479 +L 1258.70864 139.377479 +L 1258.70864 141.726771 +L 1260.895161 141.726771 +L 1260.895161 134.156831 +L 1263.081681 134.156831 +L 1263.081681 133.50425 +L 1265.268201 133.50425 +L 1265.268201 130.763409 +L 1267.454722 130.763409 +L 1267.454722 131.938055 +L 1269.641242 131.938055 +L 1269.641242 126.456375 +L 1271.827763 126.456375 +L 1271.827763 132.416615 +L 1274.014283 132.416615 +L 1274.014283 132.764658 +L 1276.200803 132.764658 +L 1276.200803 124.107083 +L 1278.387324 124.107083 +L 1278.387324 137.811285 +L 1280.573844 137.811285 +L 1280.573844 129.980312 +L 1282.760364 129.980312 +L 1282.760364 127.63102 +L 1284.946885 127.63102 +L 1284.946885 119.669532 +L 1287.133405 119.669532 +L 1287.133405 135.592509 +L 1289.319926 135.592509 +L 1289.319926 127.63102 +L 1291.506446 127.63102 +L 1291.506446 125.542761 +L 1293.692966 125.542761 +L 1293.692966 113.230732 +L 1295.879487 113.230732 +L 1295.879487 131.32898 +L 1298.066007 131.32898 +L 1298.066007 125.412245 +L 1300.252527 125.412245 +L 1300.252527 123.628523 +L 1302.439048 123.628523 +L 1302.439048 123.149964 +L 1304.625568 123.149964 +L 1304.625568 114.90569 +L 1306.812089 114.90569 +L 1306.812089 127.696279 +L 1308.998609 127.696279 +L 1308.998609 119.147467 +L 1311.185129 119.147467 +L 1311.185129 124.498631 +L 1313.37165 124.498631 +L 1313.37165 127.761537 +L 1315.55817 127.761537 +L 1315.55817 129.392989 +L 1317.74469 129.392989 +L 1317.74469 133.50425 +L 1319.931211 133.50425 +L 1319.931211 125.542761 +L 1322.117731 125.542761 +L 1322.117731 130.763409 +L 1324.304252 130.763409 +L 1324.304252 121.953565 +L 1326.490772 121.953565 +L 1326.490772 136.310348 +L 1328.677292 136.310348 +L 1328.677292 134.939928 +L 1330.863813 134.939928 +L 1330.863813 134.352605 +L 1333.050333 134.352605 +L 1333.050333 120.322113 +L 1335.236853 120.322113 +L 1335.236853 137.811285 +L 1337.423374 137.811285 +L 1337.423374 133.765282 +L 1339.609894 133.765282 +L 1339.609894 134.352605 +L 1341.796415 134.352605 +L 1341.796415 126.717407 +L 1343.982935 126.717407 +L 1343.982935 141.465738 +L 1346.169455 141.465738 +L 1346.169455 132.46012 +L 1348.355976 132.46012 +L 1348.355976 134.178583 +L 1350.542496 134.178583 +L 1350.542496 132.503625 +L 1352.729016 132.503625 +L 1352.729016 141.07419 +L 1354.915537 141.07419 +L 1354.915537 142.509868 +L 1357.102057 142.509868 +L 1357.102057 138.463866 +L 1359.288578 138.463866 +L 1359.288578 146.55587 +L 1361.475098 146.55587 +L 1361.475098 137.550252 +L 1363.661618 137.550252 +L 1363.661618 139.638511 +L 1365.848139 139.638511 +L 1365.848139 141.987803 +L 1368.034659 141.987803 +L 1368.034659 143.379976 +L 1370.221179 143.379976 +L 1370.221179 145.489988 +L 1372.4077 145.489988 +L 1372.4077 145.707515 +L 1374.59422 145.707515 +L 1374.59422 143.031933 +L 1376.780741 143.031933 +L 1376.780741 145.098439 +L 1378.967261 145.098439 +L 1378.967261 144.685138 +L 1381.153781 144.685138 +L 1381.153781 144.924418 +L 1383.340302 144.924418 +L 1383.340302 143.81503 +L 1385.526822 143.81503 +L 1385.526822 146.55587 +L 1387.713342 146.55587 +L 1387.713342 147.404226 +L 1389.899863 147.404226 +L 1389.899863 146.033806 +L 1392.086383 146.033806 +L 1392.086383 145.642257 +L 1394.272904 145.642257 +L 1394.272904 146.033806 +L 1396.459424 146.033806 +L 1396.459424 145.838031 +L 1398.645944 145.838031 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 144.337095 +L 1403.018985 144.337095 +L 1403.018985 147.338968 +L 1405.205505 147.338968 +L 1405.205505 145.838031 +L 1407.392026 145.838031 +L 1407.392026 146.425354 +L 1409.578546 146.425354 +L 1409.578546 145.250708 +L 1411.765067 145.250708 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_45"> + <path clip-path="url(#p1fce2055c3)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 144.337095 +L 1210.605192 144.337095 +L 1210.605192 147.338968 +L 1212.791712 147.338968 +L 1212.791712 140.552125 +L 1214.978233 140.552125 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 144.076062 +L 1219.351274 144.076062 +L 1219.351274 145.250708 +L 1221.537794 145.250708 +L 1221.537794 142.901417 +L 1223.724314 142.901417 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 144.076062 +L 1228.097355 144.076062 +L 1228.097355 141.857287 +L 1230.283875 141.857287 +L 1230.283875 146.294838 +L 1232.470396 146.294838 +L 1232.470396 143.728019 +L 1234.656916 143.728019 +L 1234.656916 139.986555 +L 1236.843437 139.986555 +L 1236.843437 138.98593 +L 1239.029957 138.98593 +L 1239.029957 143.292965 +L 1241.216477 143.292965 +L 1241.216477 143.81503 +L 1243.402998 143.81503 +L 1243.402998 140.813157 +L 1245.589518 140.813157 +L 1245.589518 140.291092 +L 1247.776038 140.291092 +L 1247.776038 144.076062 +L 1249.962559 144.076062 +L 1249.962559 135.461993 +L 1252.149079 135.461993 +L 1252.149079 131.285474 +L 1254.3356 131.285474 +L 1254.3356 133.765282 +L 1256.52212 133.765282 +L 1256.52212 138.855414 +L 1258.70864 138.855414 +L 1258.70864 142.248836 +L 1260.895161 142.248836 +L 1260.895161 133.634766 +L 1263.081681 133.634766 +L 1263.081681 133.373733 +L 1265.268201 133.373733 +L 1265.268201 131.41599 +L 1267.454722 131.41599 +L 1267.454722 130.763409 +L 1269.641242 130.763409 +L 1269.641242 127.369988 +L 1271.827763 127.369988 +L 1271.827763 132.199088 +L 1274.014283 132.199088 +L 1274.014283 133.50425 +L 1276.200803 133.50425 +L 1276.200803 123.062953 +L 1278.387324 123.062953 +L 1278.387324 138.594382 +L 1280.573844 138.594382 +L 1280.573844 129.980312 +L 1282.760364 129.980312 +L 1282.760364 127.369988 +L 1284.946885 127.369988 +L 1284.946885 119.669532 +L 1287.133405 119.669532 +L 1287.133405 135.853541 +L 1289.319926 135.853541 +L 1289.319926 127.108956 +L 1291.506446 127.108956 +L 1291.506446 125.803794 +L 1293.692966 125.803794 +L 1293.692966 113.143721 +L 1295.879487 113.143721 +L 1295.879487 131.41599 +L 1298.066007 131.41599 +L 1298.066007 125.412245 +L 1300.252527 125.412245 +L 1300.252527 123.715534 +L 1302.439048 123.715534 +L 1302.439048 123.323986 +L 1304.625568 123.323986 +L 1304.625568 114.644658 +L 1306.812089 114.644658 +L 1306.812089 127.957311 +L 1308.998609 127.957311 +L 1308.998609 118.451381 +L 1311.185129 118.451381 +L 1311.185129 124.542137 +L 1313.37165 124.542137 +L 1313.37165 127.892053 +L 1315.55817 127.892053 +L 1315.55817 128.870924 +L 1317.74469 128.870924 +L 1317.74469 134.287347 +L 1319.931211 134.287347 +L 1319.931211 125.281729 +L 1322.117731 125.281729 +L 1322.117731 131.220216 +L 1324.304252 131.220216 +L 1324.304252 121.496759 +L 1326.490772 121.496759 +L 1326.490772 136.701897 +L 1328.677292 136.701897 +L 1328.677292 134.939928 +L 1330.863813 134.939928 +L 1330.863813 134.483121 +L 1333.050333 134.483121 +L 1333.050333 119.626026 +L 1335.236853 119.626026 +L 1335.236853 138.376855 +L 1337.423374 138.376855 +L 1337.423374 133.895798 +L 1339.609894 133.895798 +L 1339.609894 134.091573 +L 1341.796415 134.091573 +L 1341.796415 126.717407 +L 1343.982935 126.717407 +L 1343.982935 141.40048 +L 1346.169455 141.40048 +L 1346.169455 132.525378 +L 1348.355976 132.525378 +L 1348.355976 134.265594 +L 1350.542496 134.265594 +L 1350.542496 132.634142 +L 1352.729016 132.634142 +L 1352.729016 141.117695 +L 1354.915537 141.117695 +L 1354.915537 142.640384 +L 1357.102057 142.640384 +L 1357.102057 137.767779 +L 1359.288578 137.767779 +L 1359.288578 147.121441 +L 1361.475098 147.121441 +L 1361.475098 137.223962 +L 1363.661618 137.223962 +L 1363.661618 139.964802 +L 1365.848139 139.964802 +L 1365.848139 141.857287 +L 1368.034659 141.857287 +L 1368.034659 143.423481 +L 1370.221179 143.423481 +L 1370.221179 145.576999 +L 1372.4077 145.576999 +L 1372.4077 145.707515 +L 1374.59422 145.707515 +L 1374.59422 143.031933 +L 1376.780741 143.031933 +L 1376.780741 145.098439 +L 1378.967261 145.098439 +L 1378.967261 144.685138 +L 1381.153781 144.685138 +L 1381.153781 144.924418 +L 1383.340302 144.924418 +L 1383.340302 143.684514 +L 1385.526822 143.684514 +L 1385.526822 146.686387 +L 1387.713342 146.686387 +L 1387.713342 147.404226 +L 1389.899863 147.404226 +L 1389.899863 146.033806 +L 1392.086383 146.033806 +L 1392.086383 145.511741 +L 1394.272904 145.511741 +L 1394.272904 146.164322 +L 1396.459424 146.164322 +L 1396.459424 145.838031 +L 1398.645944 145.838031 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 144.206579 +L 1403.018985 144.206579 +L 1403.018985 147.469484 +L 1405.205505 147.469484 +L 1405.205505 145.838031 +L 1407.392026 145.838031 +L 1407.392026 146.425354 +L 1409.578546 146.425354 +L 1409.578546 145.250708 +L 1411.765067 145.250708 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_46"> + <path clip-path="url(#p1fce2055c3)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 144.076062 +L 1210.605192 144.076062 +L 1210.605192 147.6 +L 1212.791712 147.6 +L 1212.791712 140.552125 +L 1214.978233 140.552125 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 144.076062 +L 1219.351274 144.076062 +L 1219.351274 145.250708 +L 1221.537794 145.250708 +L 1221.537794 142.901417 +L 1223.724314 142.901417 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 144.076062 +L 1228.097355 144.076062 +L 1228.097355 141.596255 +L 1230.283875 141.596255 +L 1230.283875 146.55587 +L 1232.470396 146.55587 +L 1232.470396 143.728019 +L 1234.656916 143.728019 +L 1234.656916 139.725522 +L 1236.843437 139.725522 +L 1236.843437 138.724898 +L 1239.029957 138.724898 +L 1239.029957 143.553998 +L 1241.216477 143.553998 +L 1241.216477 144.076062 +L 1243.402998 144.076062 +L 1243.402998 140.552125 +L 1245.589518 140.552125 +L 1245.589518 140.552125 +L 1247.776038 140.552125 +L 1247.776038 144.076062 +L 1249.962559 144.076062 +L 1249.962559 135.461993 +L 1252.149079 135.461993 +L 1252.149079 131.546507 +L 1254.3356 131.546507 +L 1254.3356 133.50425 +L 1256.52212 133.50425 +L 1256.52212 138.594382 +L 1258.70864 138.594382 +L 1258.70864 142.509868 +L 1260.895161 142.509868 +L 1260.895161 133.112701 +L 1263.081681 133.112701 +L 1263.081681 133.634766 +L 1265.268201 133.634766 +L 1265.268201 131.677023 +L 1267.454722 131.677023 +L 1267.454722 130.502377 +L 1269.641242 130.502377 +L 1269.641242 127.63102 +L 1271.827763 127.63102 +L 1271.827763 131.285474 +L 1274.014283 131.285474 +L 1274.014283 133.634766 +L 1276.200803 133.634766 +L 1276.200803 123.323986 +L 1278.387324 123.323986 +L 1278.387324 139.116447 +L 1280.573844 139.116447 +L 1280.573844 129.980312 +L 1282.760364 129.980312 +L 1282.760364 127.369988 +L 1284.946885 127.369988 +L 1284.946885 119.669532 +L 1287.133405 119.669532 +L 1287.133405 135.853541 +L 1289.319926 135.853541 +L 1289.319926 126.847923 +L 1291.506446 126.847923 +L 1291.506446 126.064826 +L 1293.692966 126.064826 +L 1293.692966 112.882689 +L 1295.879487 112.882689 +L 1295.879487 131.677023 +L 1298.066007 131.677023 +L 1298.066007 125.412245 +L 1300.252527 125.412245 +L 1300.252527 123.019448 +L 1302.439048 123.019448 +L 1302.439048 124.020072 +L 1304.625568 124.020072 +L 1304.625568 114.122593 +L 1306.812089 114.122593 +L 1306.812089 127.957311 +L 1308.998609 127.957311 +L 1308.998609 118.494886 +L 1311.185129 118.494886 +L 1311.185129 124.89018 +L 1313.37165 124.89018 +L 1313.37165 127.892053 +L 1315.55817 127.892053 +L 1315.55817 128.522881 +L 1317.74469 128.522881 +L 1317.74469 134.504874 +L 1319.931211 134.504874 +L 1319.931211 124.629148 +L 1322.117731 124.629148 +L 1322.117731 131.742281 +L 1324.304252 131.742281 +L 1324.304252 120.844178 +L 1326.490772 120.844178 +L 1326.490772 137.484994 +L 1328.677292 137.484994 +L 1328.677292 134.678896 +L 1330.863813 134.678896 +L 1330.863813 135.135702 +L 1333.050333 135.135702 +L 1333.050333 118.36437 +L 1335.236853 118.36437 +L 1335.236853 139.507995 +L 1337.423374 139.507995 +L 1337.423374 133.895798 +L 1339.609894 133.895798 +L 1339.609894 133.83054 +L 1341.796415 133.83054 +L 1341.796415 126.717407 +L 1343.982935 126.717407 +L 1343.982935 141.008932 +L 1346.169455 141.008932 +L 1346.169455 132.590636 +L 1348.355976 132.590636 +L 1348.355976 133.765282 +L 1350.542496 133.765282 +L 1350.542496 133.373733 +L 1352.729016 133.373733 +L 1352.729016 141.465738 +L 1354.915537 141.465738 +L 1354.915537 142.640384 +L 1357.102057 142.640384 +L 1357.102057 137.550252 +L 1359.288578 137.550252 +L 1359.288578 147.338968 +L 1361.475098 147.338968 +L 1361.475098 136.571381 +L 1363.661618 136.571381 +L 1363.661618 140.617383 +L 1365.848139 140.617383 +L 1365.848139 141.596255 +L 1368.034659 141.596255 +L 1368.034659 143.466987 +L 1370.221179 143.466987 +L 1370.221179 145.794526 +L 1372.4077 145.794526 +L 1372.4077 145.838031 +L 1374.59422 145.838031 +L 1374.59422 142.901417 +L 1376.780741 142.901417 +L 1376.780741 145.098439 +L 1378.967261 145.098439 +L 1378.967261 144.358848 +L 1381.153781 144.358848 +L 1381.153781 145.120192 +L 1383.340302 145.120192 +L 1383.340302 143.553998 +L 1385.526822 143.553998 +L 1385.526822 146.947419 +L 1387.713342 146.947419 +L 1387.713342 147.404226 +L 1389.899863 147.404226 +L 1389.899863 146.033806 +L 1392.086383 146.033806 +L 1392.086383 145.381224 +L 1394.272904 145.381224 +L 1394.272904 146.294838 +L 1396.459424 146.294838 +L 1396.459424 145.838031 +L 1398.645944 145.838031 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 144.076062 +L 1403.018985 144.076062 +L 1403.018985 147.6 +L 1405.205505 147.6 +L 1405.205505 145.838031 +L 1407.392026 145.838031 +L 1407.392026 146.425354 +L 1409.578546 146.425354 +L 1409.578546 145.250708 +L 1411.765067 145.250708 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_54"> + <path clip-path="url(#p1fce2055c3)" d="M 1353.766383 147.6 +L 1353.766383 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_47"> + <path d="M 1190.926509 147.6 +L 1190.926509 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_48"> + <path d="M 1431.44375 147.6 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_49"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_50"> + <path d="M 1190.926509 38.88 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_62"> + <!-- 0% --> + <g style="fill:#262626;" transform="translate(1299.179504 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="text_63"> + <!-- example lidar with linear polarizer before receiver - TP error contribution --> + <defs> + <path d="M 0.734375 0 +L 19.671875 26.953125 +L 2.15625 51.859375 +L 13.140625 51.859375 +L 21.09375 39.703125 +Q 23.34375 36.234375 24.703125 33.890625 +Q 26.859375 37.109375 28.65625 39.59375 +L 37.40625 51.859375 +L 47.90625 51.859375 +L 29.984375 27.4375 +L 49.265625 0 +L 38.484375 0 +L 27.828125 16.109375 +L 25 20.453125 +L 11.375 0 +z +" id="ArialMT-120"/> + <path d="M 40.4375 6.390625 +Q 35.546875 2.25 31.03125 0.53125 +Q 26.515625 -1.171875 21.34375 -1.171875 +Q 12.796875 -1.171875 8.203125 3 +Q 3.609375 7.171875 3.609375 13.671875 +Q 3.609375 17.484375 5.34375 20.625 +Q 7.078125 23.78125 9.890625 25.6875 +Q 12.703125 27.59375 16.21875 28.5625 +Q 18.796875 29.25 24.03125 29.890625 +Q 34.671875 31.15625 39.703125 32.90625 +Q 39.75 34.71875 39.75 35.203125 +Q 39.75 40.578125 37.25 42.78125 +Q 33.890625 45.75 27.25 45.75 +Q 21.046875 45.75 18.09375 43.578125 +Q 15.140625 41.40625 13.71875 35.890625 +L 5.125 37.0625 +Q 6.296875 42.578125 8.984375 45.96875 +Q 11.671875 49.359375 16.75 51.1875 +Q 21.828125 53.03125 28.515625 53.03125 +Q 35.15625 53.03125 39.296875 51.46875 +Q 43.453125 49.90625 45.40625 47.53125 +Q 47.359375 45.171875 48.140625 41.546875 +Q 48.578125 39.3125 48.578125 33.453125 +L 48.578125 21.734375 +Q 48.578125 9.46875 49.140625 6.21875 +Q 49.703125 2.984375 51.375 0 +L 42.1875 0 +Q 40.828125 2.734375 40.4375 6.390625 +z +M 39.703125 26.03125 +Q 34.90625 24.078125 25.34375 22.703125 +Q 19.921875 21.921875 17.671875 20.9375 +Q 15.4375 19.96875 14.203125 18.09375 +Q 12.984375 16.21875 12.984375 13.921875 +Q 12.984375 10.40625 15.640625 8.0625 +Q 18.3125 5.71875 23.4375 5.71875 +Q 28.515625 5.71875 32.46875 7.9375 +Q 36.421875 10.15625 38.28125 14.015625 +Q 39.703125 17 39.703125 22.796875 +z +" id="ArialMT-97"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.453125 51.859375 +L 14.453125 44.578125 +Q 16.890625 48.390625 20.9375 50.703125 +Q 25 53.03125 30.171875 53.03125 +Q 35.9375 53.03125 39.625 50.640625 +Q 43.3125 48.25 44.828125 43.953125 +Q 50.984375 53.03125 60.84375 53.03125 +Q 68.5625 53.03125 72.703125 48.75 +Q 76.859375 44.484375 76.859375 35.59375 +L 76.859375 0 +L 68.109375 0 +L 68.109375 32.671875 +Q 68.109375 37.9375 67.25 40.25 +Q 66.40625 42.578125 64.15625 43.984375 +Q 61.921875 45.40625 58.890625 45.40625 +Q 53.421875 45.40625 49.796875 41.765625 +Q 46.1875 38.140625 46.1875 30.125 +L 46.1875 0 +L 37.40625 0 +L 37.40625 33.6875 +Q 37.40625 39.546875 35.25 42.46875 +Q 33.109375 45.40625 28.21875 45.40625 +Q 24.515625 45.40625 21.359375 43.453125 +Q 18.21875 41.5 16.796875 37.734375 +Q 15.375 33.984375 15.375 26.90625 +L 15.375 0 +z +" id="ArialMT-109"/> + <path d="M 6.59375 -19.875 +L 6.59375 51.859375 +L 14.59375 51.859375 +L 14.59375 45.125 +Q 17.4375 49.078125 21 51.046875 +Q 24.5625 53.03125 29.640625 53.03125 +Q 36.28125 53.03125 41.359375 49.609375 +Q 46.4375 46.1875 49.015625 39.953125 +Q 51.609375 33.734375 51.609375 26.3125 +Q 51.609375 18.359375 48.75 11.984375 +Q 45.90625 5.609375 40.453125 2.21875 +Q 35.015625 -1.171875 29 -1.171875 +Q 24.609375 -1.171875 21.109375 0.6875 +Q 17.625 2.546875 15.375 5.375 +L 15.375 -19.875 +z +M 14.546875 25.640625 +Q 14.546875 15.625 18.59375 10.84375 +Q 22.65625 6.0625 28.421875 6.0625 +Q 34.28125 6.0625 38.453125 11.015625 +Q 42.625 15.96875 42.625 26.375 +Q 42.625 36.28125 38.546875 41.203125 +Q 34.46875 46.140625 28.8125 46.140625 +Q 23.1875 46.140625 18.859375 40.890625 +Q 14.546875 35.640625 14.546875 25.640625 +z +" id="ArialMT-112"/> + <path d="M 6.390625 0 +L 6.390625 71.578125 +L 15.1875 71.578125 +L 15.1875 0 +z +" id="ArialMT-108"/> + <path d="M 6.640625 61.46875 +L 6.640625 71.578125 +L 15.4375 71.578125 +L 15.4375 61.46875 +z +M 6.640625 0 +L 6.640625 51.859375 +L 15.4375 51.859375 +L 15.4375 0 +z +" id="ArialMT-105"/> + <path d="M 40.234375 0 +L 40.234375 6.546875 +Q 35.296875 -1.171875 25.734375 -1.171875 +Q 19.53125 -1.171875 14.328125 2.25 +Q 9.125 5.671875 6.265625 11.796875 +Q 3.421875 17.921875 3.421875 25.875 +Q 3.421875 33.640625 6 39.96875 +Q 8.59375 46.296875 13.765625 49.65625 +Q 18.953125 53.03125 25.34375 53.03125 +Q 30.03125 53.03125 33.6875 51.046875 +Q 37.359375 49.078125 39.65625 45.90625 +L 39.65625 71.578125 +L 48.390625 71.578125 +L 48.390625 0 +z +M 12.453125 25.875 +Q 12.453125 15.921875 16.640625 10.984375 +Q 20.84375 6.0625 26.5625 6.0625 +Q 32.328125 6.0625 36.34375 10.765625 +Q 40.375 15.484375 40.375 25.140625 +Q 40.375 35.796875 36.265625 40.765625 +Q 32.171875 45.75 26.171875 45.75 +Q 20.3125 45.75 16.375 40.96875 +Q 12.453125 36.1875 12.453125 25.875 +z +" id="ArialMT-100"/> + <path d="M 16.15625 0 +L 0.296875 51.859375 +L 9.375 51.859375 +L 17.625 21.921875 +L 20.703125 10.796875 +Q 20.90625 11.625 23.390625 21.484375 +L 31.640625 51.859375 +L 40.671875 51.859375 +L 48.4375 21.78125 +L 51.03125 11.859375 +L 54 21.875 +L 62.890625 51.859375 +L 71.4375 51.859375 +L 55.21875 0 +L 46.09375 0 +L 37.84375 31.0625 +L 35.84375 39.890625 +L 25.34375 0 +z +" id="ArialMT-119"/> + <path d="M 6.59375 0 +L 6.59375 71.578125 +L 15.375 71.578125 +L 15.375 45.90625 +Q 21.53125 53.03125 30.90625 53.03125 +Q 36.671875 53.03125 40.921875 50.75 +Q 45.171875 48.484375 47 44.484375 +Q 48.828125 40.484375 48.828125 32.859375 +L 48.828125 0 +L 40.046875 0 +L 40.046875 32.859375 +Q 40.046875 39.453125 37.1875 42.453125 +Q 34.328125 45.453125 29.109375 45.453125 +Q 25.203125 45.453125 21.75 43.421875 +Q 18.3125 41.40625 16.84375 37.9375 +Q 15.375 34.46875 15.375 28.375 +L 15.375 0 +z +" id="ArialMT-104"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.5 51.859375 +L 14.5 44.484375 +Q 20.21875 53.03125 31 53.03125 +Q 35.6875 53.03125 39.625 51.34375 +Q 43.5625 49.65625 45.515625 46.921875 +Q 47.46875 44.1875 48.25 40.4375 +Q 48.734375 37.984375 48.734375 31.890625 +L 48.734375 0 +L 39.9375 0 +L 39.9375 31.546875 +Q 39.9375 36.921875 38.90625 39.578125 +Q 37.890625 42.234375 35.28125 43.8125 +Q 32.671875 45.40625 29.15625 45.40625 +Q 23.53125 45.40625 19.453125 41.84375 +Q 15.375 38.28125 15.375 28.328125 +L 15.375 0 +z +" id="ArialMT-110"/> + <path d="M 3.328125 25.921875 +Q 3.328125 40.328125 11.328125 47.265625 +Q 18.015625 53.03125 27.640625 53.03125 +Q 38.328125 53.03125 45.109375 46.015625 +Q 51.90625 39.015625 51.90625 26.65625 +Q 51.90625 16.65625 48.90625 10.90625 +Q 45.90625 5.171875 40.15625 2 +Q 34.421875 -1.171875 27.640625 -1.171875 +Q 16.75 -1.171875 10.03125 5.8125 +Q 3.328125 12.796875 3.328125 25.921875 +z +M 12.359375 25.921875 +Q 12.359375 15.96875 16.703125 11.015625 +Q 21.046875 6.0625 27.640625 6.0625 +Q 34.1875 6.0625 38.53125 11.03125 +Q 42.875 16.015625 42.875 26.21875 +Q 42.875 35.84375 38.5 40.796875 +Q 34.125 45.75 27.640625 45.75 +Q 21.046875 45.75 16.703125 40.8125 +Q 12.359375 35.890625 12.359375 25.921875 +z +" id="ArialMT-111"/> + <path d="M 1.953125 0 +L 1.953125 7.125 +L 34.96875 45.015625 +Q 29.34375 44.734375 25.046875 44.734375 +L 3.90625 44.734375 +L 3.90625 51.859375 +L 46.296875 51.859375 +L 46.296875 46.046875 +L 18.21875 13.140625 +L 12.796875 7.125 +Q 18.703125 7.5625 23.875 7.5625 +L 47.859375 7.5625 +L 47.859375 0 +z +" id="ArialMT-122"/> + <path d="M 14.703125 0 +L 6.546875 0 +L 6.546875 71.578125 +L 15.328125 71.578125 +L 15.328125 46.046875 +Q 20.90625 53.03125 29.546875 53.03125 +Q 34.328125 53.03125 38.59375 51.09375 +Q 42.875 49.171875 45.625 45.671875 +Q 48.390625 42.1875 49.953125 37.25 +Q 51.515625 32.328125 51.515625 26.703125 +Q 51.515625 13.375 44.921875 6.09375 +Q 38.328125 -1.171875 29.109375 -1.171875 +Q 19.921875 -1.171875 14.703125 6.5 +z +M 14.59375 26.3125 +Q 14.59375 17 17.140625 12.84375 +Q 21.296875 6.0625 28.375 6.0625 +Q 34.125 6.0625 38.328125 11.0625 +Q 42.53125 16.0625 42.53125 25.984375 +Q 42.53125 36.140625 38.5 40.96875 +Q 34.46875 45.796875 28.765625 45.796875 +Q 23 45.796875 18.796875 40.796875 +Q 14.59375 35.796875 14.59375 26.3125 +z +" id="ArialMT-98"/> + <path d="M 8.6875 0 +L 8.6875 45.015625 +L 0.921875 45.015625 +L 0.921875 51.859375 +L 8.6875 51.859375 +L 8.6875 57.375 +Q 8.6875 62.59375 9.625 65.140625 +Q 10.890625 68.5625 14.078125 70.671875 +Q 17.28125 72.796875 23.046875 72.796875 +Q 26.765625 72.796875 31.25 71.921875 +L 29.9375 64.265625 +Q 27.203125 64.75 24.75 64.75 +Q 20.75 64.75 19.09375 63.03125 +Q 17.4375 61.328125 17.4375 56.640625 +L 17.4375 51.859375 +L 27.546875 51.859375 +L 27.546875 45.015625 +L 17.4375 45.015625 +L 17.4375 0 +z +" id="ArialMT-102"/> + <path d="M 40.4375 19 +L 49.078125 17.875 +Q 47.65625 8.9375 41.8125 3.875 +Q 35.984375 -1.171875 27.484375 -1.171875 +Q 16.84375 -1.171875 10.375 5.78125 +Q 3.90625 12.75 3.90625 25.734375 +Q 3.90625 34.125 6.6875 40.421875 +Q 9.46875 46.734375 15.15625 49.875 +Q 20.84375 53.03125 27.546875 53.03125 +Q 35.984375 53.03125 41.359375 48.75 +Q 46.734375 44.484375 48.25 36.625 +L 39.703125 35.296875 +Q 38.484375 40.53125 35.375 43.15625 +Q 32.28125 45.796875 27.875 45.796875 +Q 21.234375 45.796875 17.078125 41.03125 +Q 12.9375 36.28125 12.9375 25.984375 +Q 12.9375 15.53125 16.9375 10.796875 +Q 20.953125 6.0625 27.390625 6.0625 +Q 32.5625 6.0625 36.03125 9.234375 +Q 39.5 12.40625 40.4375 19 +z +" id="ArialMT-99"/> + <path d="M 21 0 +L 1.265625 51.859375 +L 10.546875 51.859375 +L 21.6875 20.796875 +Q 23.484375 15.765625 25 10.359375 +Q 26.171875 14.453125 28.265625 20.21875 +L 39.796875 51.859375 +L 48.828125 51.859375 +L 29.203125 0 +z +" id="ArialMT-118"/> + <path d="M 3.171875 21.484375 +L 3.171875 30.328125 +L 30.171875 30.328125 +L 30.171875 21.484375 +z +" id="ArialMT-45"/> + <path d="M 25.921875 0 +L 25.921875 63.140625 +L 2.34375 63.140625 +L 2.34375 71.578125 +L 59.078125 71.578125 +L 59.078125 63.140625 +L 35.40625 63.140625 +L 35.40625 0 +z +" id="ArialMT-84"/> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 34.71875 71.578125 +Q 41.84375 71.578125 45.609375 70.90625 +Q 50.875 70.015625 54.4375 67.546875 +Q 58.015625 65.09375 60.1875 60.640625 +Q 62.359375 56.203125 62.359375 50.875 +Q 62.359375 41.75 56.546875 35.421875 +Q 50.734375 29.109375 35.546875 29.109375 +L 17.1875 29.109375 +L 17.1875 0 +z +M 17.1875 37.546875 +L 35.6875 37.546875 +Q 44.875 37.546875 48.734375 40.96875 +Q 52.59375 44.390625 52.59375 50.59375 +Q 52.59375 55.078125 50.3125 58.265625 +Q 48.046875 61.46875 44.34375 62.5 +Q 41.9375 63.140625 35.5 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-80"/> + </defs> + <g style="fill:#262626;" transform="translate(488.924688 17.391563)scale(0.14 -0.14)"> + <use xlink:href="#ArialMT-101"/> + <use x="55.615234" xlink:href="#ArialMT-120"/> + <use x="105.615234" xlink:href="#ArialMT-97"/> + <use x="161.230469" xlink:href="#ArialMT-109"/> + <use x="244.53125" xlink:href="#ArialMT-112"/> + <use x="300.146484" xlink:href="#ArialMT-108"/> + <use x="322.363281" xlink:href="#ArialMT-101"/> + <use x="377.978516" xlink:href="#ArialMT-32"/> + <use x="405.761719" xlink:href="#ArialMT-108"/> + <use x="427.978516" xlink:href="#ArialMT-105"/> + <use x="450.195312" xlink:href="#ArialMT-100"/> + <use x="505.810547" xlink:href="#ArialMT-97"/> + <use x="561.425781" xlink:href="#ArialMT-114"/> + <use x="594.726562" xlink:href="#ArialMT-32"/> + <use x="622.509766" xlink:href="#ArialMT-119"/> + <use x="694.726562" xlink:href="#ArialMT-105"/> + <use x="716.943359" xlink:href="#ArialMT-116"/> + <use x="744.726562" xlink:href="#ArialMT-104"/> + <use x="800.341797" xlink:href="#ArialMT-32"/> + <use x="828.125" xlink:href="#ArialMT-108"/> + <use x="850.341797" xlink:href="#ArialMT-105"/> + <use x="872.558594" xlink:href="#ArialMT-110"/> + <use x="928.173828" xlink:href="#ArialMT-101"/> + <use x="983.789062" xlink:href="#ArialMT-97"/> + <use x="1039.404297" xlink:href="#ArialMT-114"/> + <use x="1072.705078" xlink:href="#ArialMT-32"/> + <use x="1100.488281" xlink:href="#ArialMT-112"/> + <use x="1156.103516" xlink:href="#ArialMT-111"/> + <use x="1211.71875" xlink:href="#ArialMT-108"/> + <use x="1233.935547" xlink:href="#ArialMT-97"/> + <use x="1289.550781" xlink:href="#ArialMT-114"/> + <use x="1322.851562" xlink:href="#ArialMT-105"/> + <use x="1345.068359" xlink:href="#ArialMT-122"/> + <use x="1395.068359" xlink:href="#ArialMT-101"/> + <use x="1450.683594" xlink:href="#ArialMT-114"/> + <use x="1483.984375" xlink:href="#ArialMT-32"/> + <use x="1511.767578" xlink:href="#ArialMT-98"/> + <use x="1567.382812" xlink:href="#ArialMT-101"/> + <use x="1622.998047" xlink:href="#ArialMT-102"/> + <use x="1650.78125" xlink:href="#ArialMT-111"/> + <use x="1706.396484" xlink:href="#ArialMT-114"/> + <use x="1739.697266" xlink:href="#ArialMT-101"/> + <use x="1795.3125" xlink:href="#ArialMT-32"/> + <use x="1823.095703" xlink:href="#ArialMT-114"/> + <use x="1856.396484" xlink:href="#ArialMT-101"/> + <use x="1912.011719" xlink:href="#ArialMT-99"/> + <use x="1962.011719" xlink:href="#ArialMT-101"/> + <use x="2017.626953" xlink:href="#ArialMT-105"/> + <use x="2039.84375" xlink:href="#ArialMT-118"/> + <use x="2089.84375" xlink:href="#ArialMT-101"/> + <use x="2145.458984" xlink:href="#ArialMT-114"/> + <use x="2178.759766" xlink:href="#ArialMT-32"/> + <use x="2206.542969" xlink:href="#ArialMT-45"/> + <use x="2239.84375" xlink:href="#ArialMT-32"/> + <use x="2267.611328" xlink:href="#ArialMT-84"/> + <use x="2328.695312" xlink:href="#ArialMT-80"/> + <use x="2395.378906" xlink:href="#ArialMT-32"/> + <use x="2423.162109" xlink:href="#ArialMT-101"/> + <use x="2478.777344" xlink:href="#ArialMT-114"/> + <use x="2512.078125" xlink:href="#ArialMT-114"/> + <use x="2545.378906" xlink:href="#ArialMT-111"/> + <use x="2600.994141" xlink:href="#ArialMT-114"/> + <use x="2634.294922" xlink:href="#ArialMT-32"/> + <use x="2662.078125" xlink:href="#ArialMT-99"/> + <use x="2712.078125" xlink:href="#ArialMT-111"/> + <use x="2767.693359" xlink:href="#ArialMT-110"/> + <use x="2823.308594" xlink:href="#ArialMT-116"/> + <use x="2851.091797" xlink:href="#ArialMT-114"/> + <use x="2884.392578" xlink:href="#ArialMT-105"/> + <use x="2906.609375" xlink:href="#ArialMT-98"/> + <use x="2962.224609" xlink:href="#ArialMT-117"/> + <use x="3017.839844" xlink:href="#ArialMT-116"/> + <use x="3045.623047" xlink:href="#ArialMT-105"/> + <use x="3067.839844" xlink:href="#ArialMT-111"/> + <use x="3123.455078" xlink:href="#ArialMT-110"/> + </g> + </g> + </g> + <defs> + <clipPath id="pc69c8549e7"> + <rect height="108.72" width="240.517241" x="36.44375" y="38.88"/> + </clipPath> + <clipPath id="p77a300db6a"> + <rect height="108.72" width="240.517241" x="325.06444" y="38.88"/> + </clipPath> + <clipPath id="p719e6f5651"> + <rect height="108.72" width="240.517241" x="613.685129" y="38.88"/> + </clipPath> + <clipPath id="p47c91568c9"> + <rect height="108.72" width="240.517241" x="902.305819" y="38.88"/> + </clipPath> + <clipPath id="p1fce2055c3"> + <rect height="108.72" width="240.517241" x="1190.926509" y="38.88"/> + </clipPath> + </defs> +</svg> +</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><svg height="184.090625pt" version="1.1" viewBox="0 0 1438.64375 184.090625" width="1438.64375pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 184.090625 +L 1438.64375 184.090625 +L 1438.64375 0 +L 0 0 +z +" style="fill:#ffffff;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +L 276.960991 38.88 +L 36.44375 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <path clip-path="url(#p378dd34aeb)" d="M 72.690303 147.6 +L 72.690303 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_1"> + <!-- 0.002 --> + <defs> + <path d="M 4.15625 35.296875 +Q 4.15625 48 6.765625 55.734375 +Q 9.375 63.484375 14.515625 67.671875 +Q 19.671875 71.875 27.484375 71.875 +Q 33.25 71.875 37.59375 69.546875 +Q 41.9375 67.234375 44.765625 62.859375 +Q 47.609375 58.5 49.21875 52.21875 +Q 50.828125 45.953125 50.828125 35.296875 +Q 50.828125 22.703125 48.234375 14.96875 +Q 45.65625 7.234375 40.5 3 +Q 35.359375 -1.21875 27.484375 -1.21875 +Q 17.140625 -1.21875 11.234375 6.203125 +Q 4.15625 15.140625 4.15625 35.296875 +z +M 13.1875 35.296875 +Q 13.1875 17.671875 17.3125 11.828125 +Q 21.4375 6 27.484375 6 +Q 33.546875 6 37.671875 11.859375 +Q 41.796875 17.71875 41.796875 35.296875 +Q 41.796875 52.984375 37.671875 58.78125 +Q 33.546875 64.59375 27.390625 64.59375 +Q 21.34375 64.59375 17.71875 59.46875 +Q 13.1875 52.9375 13.1875 35.296875 +z +" id="ArialMT-48"/> + <path d="M 9.078125 0 +L 9.078125 10.015625 +L 19.09375 10.015625 +L 19.09375 0 +z +" id="ArialMT-46"/> + <path d="M 50.34375 8.453125 +L 50.34375 0 +L 3.03125 0 +Q 2.9375 3.171875 4.046875 6.109375 +Q 5.859375 10.9375 9.828125 15.625 +Q 13.8125 20.3125 21.34375 26.46875 +Q 33.015625 36.03125 37.109375 41.625 +Q 41.21875 47.21875 41.21875 52.203125 +Q 41.21875 57.421875 37.46875 61 +Q 33.734375 64.59375 27.734375 64.59375 +Q 21.390625 64.59375 17.578125 60.78125 +Q 13.765625 56.984375 13.71875 50.25 +L 4.6875 51.171875 +Q 5.609375 61.28125 11.65625 66.578125 +Q 17.71875 71.875 27.9375 71.875 +Q 38.234375 71.875 44.234375 66.15625 +Q 50.25 60.453125 50.25 52 +Q 50.25 47.703125 48.484375 43.546875 +Q 46.734375 39.40625 42.65625 34.8125 +Q 38.578125 30.21875 29.109375 22.21875 +Q 21.1875 15.578125 18.9375 13.203125 +Q 16.703125 10.84375 15.234375 8.453125 +z +" id="ArialMT-50"/> + </defs> + <g style="fill:#262626;" transform="translate(60.179366 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <path clip-path="url(#p378dd34aeb)" d="M 131.643407 147.6 +L 131.643407 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_2"> + <!-- 0.004 --> + <defs> + <path d="M 32.328125 0 +L 32.328125 17.140625 +L 1.265625 17.140625 +L 1.265625 25.203125 +L 33.9375 71.578125 +L 41.109375 71.578125 +L 41.109375 25.203125 +L 50.78125 25.203125 +L 50.78125 17.140625 +L 41.109375 17.140625 +L 41.109375 0 +z +M 32.328125 25.203125 +L 32.328125 57.46875 +L 9.90625 25.203125 +z +" id="ArialMT-52"/> + </defs> + <g style="fill:#262626;" transform="translate(119.13247 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <path clip-path="url(#p378dd34aeb)" d="M 190.596512 147.6 +L 190.596512 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_3"> + <!-- 0.006 --> + <defs> + <path d="M 49.75 54.046875 +L 41.015625 53.375 +Q 39.84375 58.546875 37.703125 60.890625 +Q 34.125 64.65625 28.90625 64.65625 +Q 24.703125 64.65625 21.53125 62.3125 +Q 17.390625 59.28125 14.984375 53.46875 +Q 12.59375 47.65625 12.5 36.921875 +Q 15.671875 41.75 20.265625 44.09375 +Q 24.859375 46.4375 29.890625 46.4375 +Q 38.671875 46.4375 44.84375 39.96875 +Q 51.03125 33.5 51.03125 23.25 +Q 51.03125 16.5 48.125 10.71875 +Q 45.21875 4.9375 40.140625 1.859375 +Q 35.0625 -1.21875 28.609375 -1.21875 +Q 17.625 -1.21875 10.6875 6.859375 +Q 3.765625 14.9375 3.765625 33.5 +Q 3.765625 54.25 11.421875 63.671875 +Q 18.109375 71.875 29.4375 71.875 +Q 37.890625 71.875 43.28125 67.140625 +Q 48.6875 62.40625 49.75 54.046875 +z +M 13.875 23.1875 +Q 13.875 18.65625 15.796875 14.5 +Q 17.71875 10.359375 21.1875 8.171875 +Q 24.65625 6 28.46875 6 +Q 34.03125 6 38.03125 10.484375 +Q 42.046875 14.984375 42.046875 22.703125 +Q 42.046875 30.125 38.078125 34.390625 +Q 34.125 38.671875 28.125 38.671875 +Q 22.171875 38.671875 18.015625 34.390625 +Q 13.875 30.125 13.875 23.1875 +z +" id="ArialMT-54"/> + </defs> + <g style="fill:#262626;" transform="translate(178.085574 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <path clip-path="url(#p378dd34aeb)" d="M 249.549616 147.6 +L 249.549616 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_4"> + <!-- 0.008 --> + <defs> + <path d="M 17.671875 38.8125 +Q 12.203125 40.828125 9.5625 44.53125 +Q 6.9375 48.25 6.9375 53.421875 +Q 6.9375 61.234375 12.546875 66.546875 +Q 18.171875 71.875 27.484375 71.875 +Q 36.859375 71.875 42.578125 66.421875 +Q 48.296875 60.984375 48.296875 53.171875 +Q 48.296875 48.1875 45.671875 44.5 +Q 43.0625 40.828125 37.75 38.8125 +Q 44.34375 36.671875 47.78125 31.875 +Q 51.21875 27.09375 51.21875 20.453125 +Q 51.21875 11.28125 44.71875 5.03125 +Q 38.234375 -1.21875 27.640625 -1.21875 +Q 17.046875 -1.21875 10.546875 5.046875 +Q 4.046875 11.328125 4.046875 20.703125 +Q 4.046875 27.6875 7.59375 32.390625 +Q 11.140625 37.109375 17.671875 38.8125 +z +M 15.921875 53.71875 +Q 15.921875 48.640625 19.1875 45.40625 +Q 22.46875 42.1875 27.6875 42.1875 +Q 32.765625 42.1875 36.015625 45.375 +Q 39.265625 48.578125 39.265625 53.21875 +Q 39.265625 58.0625 35.90625 61.359375 +Q 32.5625 64.65625 27.59375 64.65625 +Q 22.5625 64.65625 19.234375 61.421875 +Q 15.921875 58.203125 15.921875 53.71875 +z +M 13.09375 20.65625 +Q 13.09375 16.890625 14.875 13.375 +Q 16.65625 9.859375 20.171875 7.921875 +Q 23.6875 6 27.734375 6 +Q 34.03125 6 38.125 10.046875 +Q 42.234375 14.109375 42.234375 20.359375 +Q 42.234375 26.703125 38.015625 30.859375 +Q 33.796875 35.015625 27.4375 35.015625 +Q 21.234375 35.015625 17.15625 30.90625 +Q 13.09375 26.8125 13.09375 20.65625 +z +" id="ArialMT-56"/> + </defs> + <g style="fill:#262626;" transform="translate(237.038679 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="text_5"> + <!-- LDRtrue --> + <defs> + <path d="M 7.328125 0 +L 7.328125 71.578125 +L 16.796875 71.578125 +L 16.796875 8.453125 +L 52.046875 8.453125 +L 52.046875 0 +z +" id="ArialMT-76"/> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 32.375 71.578125 +Q 40.71875 71.578125 45.125 70.5625 +Q 51.265625 69.140625 55.609375 65.4375 +Q 61.28125 60.640625 64.078125 53.1875 +Q 66.890625 45.75 66.890625 36.1875 +Q 66.890625 28.03125 64.984375 21.734375 +Q 63.09375 15.4375 60.109375 11.296875 +Q 57.125 7.171875 53.578125 4.796875 +Q 50.046875 2.4375 45.046875 1.21875 +Q 40.046875 0 33.546875 0 +z +M 17.1875 8.453125 +L 32.46875 8.453125 +Q 39.546875 8.453125 43.578125 9.765625 +Q 47.609375 11.078125 50 13.484375 +Q 53.375 16.84375 55.25 22.53125 +Q 57.125 28.21875 57.125 36.328125 +Q 57.125 47.5625 53.4375 53.59375 +Q 49.75 59.625 44.484375 61.671875 +Q 40.671875 63.140625 32.234375 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-68"/> + <path d="M 7.859375 0 +L 7.859375 71.578125 +L 39.59375 71.578125 +Q 49.171875 71.578125 54.140625 69.640625 +Q 59.125 67.71875 62.109375 62.828125 +Q 65.09375 57.953125 65.09375 52.046875 +Q 65.09375 44.4375 60.15625 39.203125 +Q 55.21875 33.984375 44.921875 32.5625 +Q 48.6875 30.765625 50.640625 29 +Q 54.78125 25.203125 58.5 19.484375 +L 70.953125 0 +L 59.03125 0 +L 49.5625 14.890625 +Q 45.40625 21.34375 42.71875 24.75 +Q 40.046875 28.171875 37.921875 29.53125 +Q 35.796875 30.90625 33.59375 31.453125 +Q 31.984375 31.78125 28.328125 31.78125 +L 17.328125 31.78125 +L 17.328125 0 +z +M 17.328125 39.984375 +L 37.703125 39.984375 +Q 44.1875 39.984375 47.84375 41.328125 +Q 51.515625 42.671875 53.421875 45.625 +Q 55.328125 48.578125 55.328125 52.046875 +Q 55.328125 57.125 51.640625 60.390625 +Q 47.953125 63.671875 39.984375 63.671875 +L 17.328125 63.671875 +z +" id="ArialMT-82"/> + <path d="M 25.78125 7.859375 +L 27.046875 0.09375 +Q 23.34375 -0.6875 20.40625 -0.6875 +Q 15.625 -0.6875 12.984375 0.828125 +Q 10.359375 2.34375 9.28125 4.8125 +Q 8.203125 7.28125 8.203125 15.1875 +L 8.203125 45.015625 +L 1.765625 45.015625 +L 1.765625 51.859375 +L 8.203125 51.859375 +L 8.203125 64.703125 +L 16.9375 69.96875 +L 16.9375 51.859375 +L 25.78125 51.859375 +L 25.78125 45.015625 +L 16.9375 45.015625 +L 16.9375 14.703125 +Q 16.9375 10.9375 17.40625 9.859375 +Q 17.875 8.796875 18.921875 8.15625 +Q 19.96875 7.515625 21.921875 7.515625 +Q 23.390625 7.515625 25.78125 7.859375 +z +" id="ArialMT-116"/> + <path d="M 6.5 0 +L 6.5 51.859375 +L 14.40625 51.859375 +L 14.40625 44 +Q 17.4375 49.515625 20 51.265625 +Q 22.5625 53.03125 25.640625 53.03125 +Q 30.078125 53.03125 34.671875 50.203125 +L 31.640625 42.046875 +Q 28.421875 43.953125 25.203125 43.953125 +Q 22.3125 43.953125 20.015625 42.21875 +Q 17.71875 40.484375 16.75 37.40625 +Q 15.28125 32.71875 15.28125 27.15625 +L 15.28125 0 +z +" id="ArialMT-114"/> + <path d="M 40.578125 0 +L 40.578125 7.625 +Q 34.515625 -1.171875 24.125 -1.171875 +Q 19.53125 -1.171875 15.546875 0.578125 +Q 11.578125 2.34375 9.640625 5 +Q 7.71875 7.671875 6.9375 11.53125 +Q 6.390625 14.109375 6.390625 19.734375 +L 6.390625 51.859375 +L 15.1875 51.859375 +L 15.1875 23.09375 +Q 15.1875 16.21875 15.71875 13.8125 +Q 16.546875 10.359375 19.234375 8.375 +Q 21.921875 6.390625 25.875 6.390625 +Q 29.828125 6.390625 33.296875 8.421875 +Q 36.765625 10.453125 38.203125 13.9375 +Q 39.65625 17.4375 39.65625 24.078125 +L 39.65625 51.859375 +L 48.4375 51.859375 +L 48.4375 0 +z +" id="ArialMT-117"/> + <path d="M 42.09375 16.703125 +L 51.171875 15.578125 +Q 49.03125 7.625 43.21875 3.21875 +Q 37.40625 -1.171875 28.375 -1.171875 +Q 17 -1.171875 10.328125 5.828125 +Q 3.65625 12.84375 3.65625 25.484375 +Q 3.65625 38.578125 10.390625 45.796875 +Q 17.140625 53.03125 27.875 53.03125 +Q 38.28125 53.03125 44.875 45.953125 +Q 51.46875 38.875 51.46875 26.03125 +Q 51.46875 25.25 51.421875 23.6875 +L 12.75 23.6875 +Q 13.234375 15.140625 17.578125 10.59375 +Q 21.921875 6.0625 28.421875 6.0625 +Q 33.25 6.0625 36.671875 8.59375 +Q 40.09375 11.140625 42.09375 16.703125 +z +M 13.234375 30.90625 +L 42.1875 30.90625 +Q 41.609375 37.453125 38.875 40.71875 +Q 34.671875 45.796875 27.984375 45.796875 +Q 21.921875 45.796875 17.796875 41.75 +Q 13.671875 37.703125 13.234375 30.90625 +z +" id="ArialMT-101"/> + </defs> + <g style="fill:#ff0000;" transform="translate(138.085183 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_5"> + <path clip-path="url(#p378dd34aeb)" d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_6"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(23.882813 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_6"> + <path clip-path="url(#p378dd34aeb)" d="M 36.44375 124.07288 +L 276.960991 124.07288 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_7"> + <!-- 1000 --> + <defs> + <path d="M 37.25 0 +L 28.46875 0 +L 28.46875 56 +Q 25.296875 52.984375 20.140625 49.953125 +Q 14.984375 46.921875 10.890625 45.40625 +L 10.890625 53.90625 +Q 18.265625 57.375 23.78125 62.296875 +Q 29.296875 67.234375 31.59375 71.875 +L 37.25 71.875 +z +" id="ArialMT-49"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 127.651786)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_7"> + <path clip-path="url(#p378dd34aeb)" d="M 36.44375 100.545759 +L 276.960991 100.545759 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_8"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(7.2 104.124665)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_8"> + <path clip-path="url(#p378dd34aeb)" d="M 36.44375 77.018639 +L 276.960991 77.018639 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_9"> + <!-- 3000 --> + <defs> + <path d="M 4.203125 18.890625 +L 12.984375 20.0625 +Q 14.5 12.59375 18.140625 9.296875 +Q 21.78125 6 27 6 +Q 33.203125 6 37.46875 10.296875 +Q 41.75 14.59375 41.75 20.953125 +Q 41.75 27 37.796875 30.921875 +Q 33.84375 34.859375 27.734375 34.859375 +Q 25.25 34.859375 21.53125 33.890625 +L 22.515625 41.609375 +Q 23.390625 41.5 23.921875 41.5 +Q 29.546875 41.5 34.03125 44.421875 +Q 38.53125 47.359375 38.53125 53.46875 +Q 38.53125 58.296875 35.25 61.46875 +Q 31.984375 64.65625 26.8125 64.65625 +Q 21.6875 64.65625 18.265625 61.421875 +Q 14.84375 58.203125 13.875 51.765625 +L 5.078125 53.328125 +Q 6.6875 62.15625 12.390625 67.015625 +Q 18.109375 71.875 26.609375 71.875 +Q 32.46875 71.875 37.390625 69.359375 +Q 42.328125 66.84375 44.9375 62.5 +Q 47.5625 58.15625 47.5625 53.265625 +Q 47.5625 48.640625 45.0625 44.828125 +Q 42.578125 41.015625 37.703125 38.765625 +Q 44.046875 37.3125 47.5625 32.6875 +Q 51.078125 28.078125 51.078125 21.140625 +Q 51.078125 11.765625 44.234375 5.25 +Q 37.40625 -1.265625 26.953125 -1.265625 +Q 17.53125 -1.265625 11.296875 4.34375 +Q 5.078125 9.96875 4.203125 18.890625 +z +" id="ArialMT-51"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 80.597545)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_9"> + <path clip-path="url(#p378dd34aeb)" d="M 36.44375 53.491518 +L 276.960991 53.491518 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_10"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(7.2 57.070424)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_3"> + <path clip-path="url(#p378dd34aeb)" d="M 47.376352 147.6 +L 47.376352 134.895355 +L 49.562872 134.895355 +L 49.562872 102.286766 +L 51.749393 102.286766 +L 51.749393 56.408881 +L 53.935913 56.408881 +L 53.935913 44.057143 +L 56.122433 44.057143 +L 56.122433 77.606817 +L 58.308954 77.606817 +L 58.308954 119.202766 +L 60.495474 119.202766 +L 60.495474 140.118376 +L 62.681995 140.118376 +L 62.681995 146.188373 +L 64.868515 146.188373 +L 64.868515 147.458837 +L 67.055035 147.458837 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 145.906047 +L 73.614596 145.906047 +L 73.614596 140.259538 +L 75.801117 140.259538 +L 75.801117 126.143266 +L 77.987637 126.143266 +L 77.987637 102.569091 +L 80.174158 102.569091 +L 80.174158 83.935612 +L 82.360678 83.935612 +L 82.360678 72.642594 +L 84.547198 72.642594 +L 84.547198 82.523985 +L 86.733719 82.523985 +L 86.733719 72.642594 +L 88.920239 72.642594 +L 88.920239 78.194995 +L 91.106759 78.194995 +L 91.106759 84.406154 +L 93.29328 84.406154 +L 93.29328 86.805921 +L 95.4798 86.805921 +L 95.4798 92.075996 +L 97.666321 92.075996 +L 97.666321 99.22824 +L 99.852841 99.22824 +L 99.852841 113.626838 +L 102.039361 113.626838 +L 102.039361 127.931327 +L 104.225882 127.931327 +L 104.225882 138.28326 +L 106.412402 138.28326 +L 106.412402 143.647444 +L 108.598922 143.647444 +L 108.598922 146.04721 +L 110.785443 146.04721 +L 110.785443 147.317675 +L 112.971963 147.317675 +L 112.971963 147.458837 +L 115.158484 147.458837 +L 115.158484 142.659305 +L 117.345004 142.659305 +L 117.345004 133.483728 +L 119.531524 133.483728 +L 119.531524 119.226293 +L 121.718045 119.226293 +L 121.718045 94.805142 +L 123.904565 94.805142 +L 123.904565 74.171857 +L 126.091085 74.171857 +L 126.091085 77.324491 +L 128.277606 77.324491 +L 128.277606 90.217353 +L 130.464126 90.217353 +L 130.464126 113.932691 +L 132.650647 113.932691 +L 132.650647 131.977992 +L 134.837167 131.977992 +L 134.837167 141.059461 +L 137.023687 141.059461 +L 137.023687 144.98849 +L 139.210208 144.98849 +L 139.210208 146.611861 +L 141.396728 146.611861 +L 141.396728 143.929769 +L 143.583248 143.929769 +L 143.583248 138.565586 +L 145.769769 138.565586 +L 145.769769 131.225124 +L 147.956289 131.225124 +L 147.956289 116.826526 +L 150.14281 116.826526 +L 150.14281 101.016301 +L 152.32933 101.016301 +L 152.32933 91.464291 +L 154.51585 91.464291 +L 154.51585 82.900419 +L 156.702371 82.900419 +L 156.702371 80.971195 +L 158.888891 80.971195 +L 158.888891 76.312825 +L 161.075411 76.312825 +L 161.075411 78.8067 +L 163.261932 78.8067 +L 163.261932 89.01747 +L 165.448452 89.01747 +L 165.448452 89.582121 +L 167.634973 89.582121 +L 167.634973 95.699172 +L 169.821493 95.699172 +L 169.821493 104.921803 +L 172.008013 104.921803 +L 172.008013 117.155906 +L 174.194534 117.155906 +L 174.194534 126.990242 +L 176.381054 126.990242 +L 176.381054 136.165819 +L 178.567574 136.165819 +L 178.567574 140.965352 +L 180.754095 140.965352 +L 180.754095 144.306203 +L 182.940615 144.306203 +L 182.940615 144.259149 +L 185.127136 144.259149 +L 185.127136 140.683027 +L 187.313656 140.683027 +L 187.313656 135.17768 +L 189.500176 135.17768 +L 189.500176 124.590476 +L 191.686697 124.590476 +L 191.686697 115.273736 +L 193.873217 115.273736 +L 193.873217 104.121881 +L 196.059737 104.121881 +L 196.059737 90.89964 +L 198.246258 90.89964 +L 198.246258 91.393709 +L 200.432778 91.393709 +L 200.432778 101.933859 +L 202.619299 101.933859 +L 202.619299 111.65056 +L 204.805819 111.65056 +L 204.805819 125.155127 +L 206.992339 125.155127 +L 206.992339 134.824774 +L 209.17886 134.824774 +L 209.17886 139.906632 +L 211.36538 139.906632 +L 211.36538 139.741942 +L 213.5519 139.741942 +L 213.5519 139.083182 +L 215.738421 139.083182 +L 215.738421 133.977797 +L 217.924941 133.977797 +L 217.924941 126.425592 +L 220.111462 126.425592 +L 220.111462 113.720947 +L 222.297982 113.720947 +L 222.297982 107.650949 +L 224.484502 107.650949 +L 224.484502 94.475762 +L 226.671023 94.475762 +L 226.671023 83.606232 +L 228.857543 83.606232 +L 228.857543 90.429097 +L 231.044063 90.429097 +L 231.044063 79.183134 +L 233.230584 79.183134 +L 233.230584 80.594761 +L 235.417104 80.594761 +L 235.417104 93.534677 +L 237.603625 93.534677 +L 237.603625 90.382043 +L 239.790145 90.382043 +L 239.790145 100.075217 +L 241.976665 100.075217 +L 241.976665 106.427539 +L 244.163186 106.427539 +L 244.163186 118.049937 +L 246.349706 118.049937 +L 246.349706 126.002103 +L 248.536226 126.002103 +L 248.536226 130.660473 +L 250.722747 130.660473 +L 250.722747 138.28326 +L 252.909267 138.28326 +L 252.909267 141.953491 +L 255.095788 141.953491 +L 255.095788 144.353257 +L 257.282308 144.353257 +L 257.282308 145.906047 +L 259.468828 145.906047 +L 259.468828 146.894186 +L 261.655349 146.894186 +L 261.655349 147.317675 +L 263.841869 147.317675 +L 263.841869 147.458837 +L 266.028389 147.458837 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_4"> + <path clip-path="url(#p378dd34aeb)" d="M 47.376352 147.6 +L 47.376352 143.365118 +L 49.562872 143.365118 +L 49.562872 132.495589 +L 51.749393 132.495589 +L 51.749393 117.20296 +L 53.935913 117.20296 +L 53.935913 113.085714 +L 56.122433 113.085714 +L 56.122433 124.237569 +L 58.308954 124.237569 +L 58.308954 138.165625 +L 60.495474 138.165625 +L 60.495474 145.106125 +L 62.681995 145.106125 +L 62.681995 147.129458 +L 64.868515 147.129458 +L 64.868515 147.552946 +L 67.055035 147.552946 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.035349 +L 73.614596 147.035349 +L 73.614596 145.153179 +L 75.801117 145.153179 +L 75.801117 140.447755 +L 77.987637 140.447755 +L 77.987637 132.589697 +L 80.174158 132.589697 +L 80.174158 126.378537 +L 82.360678 126.378537 +L 82.360678 122.614198 +L 84.547198 122.614198 +L 84.547198 125.907995 +L 86.733719 125.907995 +L 86.733719 122.614198 +L 88.920239 122.614198 +L 88.920239 124.402259 +L 91.106759 124.402259 +L 91.106759 126.472646 +L 93.29328 126.472646 +L 93.29328 127.460785 +L 95.4798 127.460785 +L 95.4798 128.966521 +L 97.666321 128.966521 +L 97.666321 131.601558 +L 99.852841 131.601558 +L 99.852841 136.212874 +L 102.039361 136.212874 +L 102.039361 141.106515 +L 104.225882 141.106515 +L 104.225882 144.49442 +L 106.412402 144.49442 +L 106.412402 146.282481 +L 108.598922 146.282481 +L 108.598922 147.082403 +L 110.785443 147.082403 +L 110.785443 147.505892 +L 112.971963 147.505892 +L 112.971963 147.552946 +L 115.158484 147.552946 +L 115.158484 145.953102 +L 117.345004 145.953102 +L 117.345004 142.894576 +L 119.531524 142.894576 +L 119.531524 138.142098 +L 121.718045 138.142098 +L 121.718045 130.001714 +L 123.904565 130.001714 +L 123.904565 123.061213 +L 126.091085 123.061213 +L 126.091085 124.237569 +L 128.277606 124.237569 +L 128.277606 128.472451 +L 130.464126 128.472451 +L 130.464126 136.377564 +L 132.650647 136.377564 +L 132.650647 142.376979 +L 134.837167 142.376979 +L 134.837167 145.435505 +L 137.023687 145.435505 +L 137.023687 146.729497 +L 139.210208 146.729497 +L 139.210208 147.27062 +L 141.396728 147.27062 +L 141.396728 146.37659 +L 143.583248 146.37659 +L 143.583248 144.588529 +L 145.769769 144.588529 +L 145.769769 142.141708 +L 147.956289 142.141708 +L 147.956289 137.342175 +L 150.14281 137.342175 +L 150.14281 132.0721 +L 152.32933 132.0721 +L 152.32933 129.013575 +L 154.51585 129.013575 +L 154.51585 126.002103 +L 156.702371 126.002103 +L 156.702371 125.29629 +L 158.888891 125.29629 +L 158.888891 123.837608 +L 161.075411 123.837608 +L 161.075411 124.63753 +L 163.261932 124.63753 +L 163.261932 128.07249 +L 165.448452 128.07249 +L 165.448452 128.166599 +L 167.634973 128.166599 +L 167.634973 130.425202 +L 169.821493 130.425202 +L 169.821493 133.342565 +L 172.008013 133.342565 +L 172.008013 137.483338 +L 174.194534 137.483338 +L 174.194534 140.730081 +L 176.381054 140.730081 +L 176.381054 143.788606 +L 178.567574 143.788606 +L 178.567574 145.388451 +L 180.754095 145.388451 +L 180.754095 146.470698 +L 182.940615 146.470698 +L 182.940615 146.517752 +L 185.127136 146.517752 +L 185.127136 145.294342 +L 187.313656 145.294342 +L 187.313656 143.459227 +L 189.500176 143.459227 +L 189.500176 139.930159 +L 191.686697 139.930159 +L 191.686697 136.824579 +L 193.873217 136.824579 +L 193.873217 133.107294 +L 196.059737 133.107294 +L 196.059737 128.637141 +L 198.246258 128.637141 +L 198.246258 128.895939 +L 200.432778 128.895939 +L 200.432778 132.377953 +L 202.619299 132.377953 +L 202.619299 135.648223 +L 204.805819 135.648223 +L 204.805819 140.118376 +L 206.992339 140.118376 +L 206.992339 143.341591 +L 209.17886 143.341591 +L 209.17886 145.035544 +L 211.36538 145.035544 +L 211.36538 145.012017 +L 213.5519 145.012017 +L 213.5519 144.729691 +L 215.738421 144.729691 +L 215.738421 143.059266 +L 217.924941 143.059266 +L 217.924941 140.541864 +L 220.111462 140.541864 +L 220.111462 136.306982 +L 222.297982 136.306982 +L 222.297982 134.28365 +L 224.484502 134.28365 +L 224.484502 129.860551 +L 226.671023 129.860551 +L 226.671023 126.237375 +L 228.857543 126.237375 +L 228.857543 128.543032 +L 231.044063 128.543032 +L 231.044063 124.825747 +L 233.230584 124.825747 +L 233.230584 125.29629 +L 235.417104 125.29629 +L 235.417104 129.578226 +L 237.603625 129.578226 +L 237.603625 128.495978 +L 239.790145 128.495978 +L 239.790145 131.789775 +L 241.976665 131.789775 +L 241.976665 133.813107 +L 244.163186 133.813107 +L 244.163186 137.812718 +L 246.349706 137.812718 +L 246.349706 140.400701 +L 248.536226 140.400701 +L 248.536226 141.953491 +L 250.722747 141.953491 +L 250.722747 144.49442 +L 252.909267 144.49442 +L 252.909267 145.71783 +L 255.095788 145.71783 +L 255.095788 146.517752 +L 257.282308 146.517752 +L 257.282308 147.035349 +L 259.468828 147.035349 +L 259.468828 147.364729 +L 261.655349 147.364729 +L 261.655349 147.505892 +L 263.841869 147.505892 +L 263.841869 147.552946 +L 266.028389 147.552946 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_5"> + <path clip-path="url(#p378dd34aeb)" d="M 47.376352 147.6 +L 47.376352 143.365118 +L 49.562872 143.365118 +L 49.562872 132.495589 +L 51.749393 132.495589 +L 51.749393 117.20296 +L 53.935913 117.20296 +L 53.935913 113.085714 +L 56.122433 113.085714 +L 56.122433 124.284624 +L 58.308954 124.284624 +L 58.308954 138.11857 +L 60.495474 138.11857 +L 60.495474 145.106125 +L 62.681995 145.106125 +L 62.681995 147.129458 +L 64.868515 147.129458 +L 64.868515 147.552946 +L 67.055035 147.552946 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.035349 +L 73.614596 147.035349 +L 73.614596 145.153179 +L 75.801117 145.153179 +L 75.801117 140.447755 +L 77.987637 140.447755 +L 77.987637 132.589697 +L 80.174158 132.589697 +L 80.174158 126.378537 +L 82.360678 126.378537 +L 82.360678 122.614198 +L 84.547198 122.614198 +L 84.547198 125.907995 +L 86.733719 125.907995 +L 86.733719 122.614198 +L 88.920239 122.614198 +L 88.920239 124.496368 +L 91.106759 124.496368 +L 91.106759 126.566754 +L 93.29328 126.566754 +L 93.29328 127.272568 +L 95.4798 127.272568 +L 95.4798 129.060629 +L 97.666321 129.060629 +L 97.666321 131.50745 +L 99.852841 131.50745 +L 99.852841 136.306982 +L 102.039361 136.306982 +L 102.039361 141.012406 +L 104.225882 141.012406 +L 104.225882 144.49442 +L 106.412402 144.49442 +L 106.412402 146.282481 +L 108.598922 146.282481 +L 108.598922 147.082403 +L 110.785443 147.082403 +L 110.785443 147.505892 +L 112.971963 147.505892 +L 112.971963 147.552946 +L 115.158484 147.552946 +L 115.158484 145.953102 +L 117.345004 145.953102 +L 117.345004 142.894576 +L 119.531524 142.894576 +L 119.531524 138.142098 +L 121.718045 138.142098 +L 121.718045 130.001714 +L 123.904565 130.001714 +L 123.904565 123.155322 +L 126.091085 123.155322 +L 126.091085 124.143461 +L 128.277606 124.143461 +L 128.277606 128.472451 +L 130.464126 128.472451 +L 130.464126 136.377564 +L 132.650647 136.377564 +L 132.650647 142.376979 +L 134.837167 142.376979 +L 134.837167 145.435505 +L 137.023687 145.435505 +L 137.023687 146.729497 +L 139.210208 146.729497 +L 139.210208 147.27062 +L 141.396728 147.27062 +L 141.396728 146.37659 +L 143.583248 146.37659 +L 143.583248 144.588529 +L 145.769769 144.588529 +L 145.769769 142.141708 +L 147.956289 142.141708 +L 147.956289 137.342175 +L 150.14281 137.342175 +L 150.14281 132.0721 +L 152.32933 132.0721 +L 152.32933 128.825358 +L 154.51585 128.825358 +L 154.51585 126.096212 +L 156.702371 126.096212 +L 156.702371 125.390398 +L 158.888891 125.390398 +L 158.888891 123.837608 +L 161.075411 123.837608 +L 161.075411 124.684585 +L 163.261932 124.684585 +L 163.261932 128.025436 +L 165.448452 128.025436 +L 165.448452 128.354815 +L 167.634973 128.354815 +L 167.634973 130.236985 +L 169.821493 130.236985 +L 169.821493 133.342565 +L 172.008013 133.342565 +L 172.008013 137.483338 +L 174.194534 137.483338 +L 174.194534 140.730081 +L 176.381054 140.730081 +L 176.381054 143.788606 +L 178.567574 143.788606 +L 178.567574 145.388451 +L 180.754095 145.388451 +L 180.754095 146.517752 +L 182.940615 146.517752 +L 182.940615 146.470698 +L 185.127136 146.470698 +L 185.127136 145.294342 +L 187.313656 145.294342 +L 187.313656 143.459227 +L 189.500176 143.459227 +L 189.500176 139.930159 +L 191.686697 139.930159 +L 191.686697 136.824579 +L 193.873217 136.824579 +L 193.873217 133.107294 +L 196.059737 133.107294 +L 196.059737 128.731249 +L 198.246258 128.731249 +L 198.246258 128.801831 +L 200.432778 128.801831 +L 200.432778 132.377953 +L 202.619299 132.377953 +L 202.619299 135.648223 +L 204.805819 135.648223 +L 204.805819 140.118376 +L 206.992339 140.118376 +L 206.992339 143.341591 +L 209.17886 143.341591 +L 209.17886 145.035544 +L 211.36538 145.035544 +L 211.36538 145.012017 +L 213.5519 145.012017 +L 213.5519 144.729691 +L 215.738421 144.729691 +L 215.738421 143.059266 +L 217.924941 143.059266 +L 217.924941 140.541864 +L 220.111462 140.541864 +L 220.111462 136.306982 +L 222.297982 136.306982 +L 222.297982 134.28365 +L 224.484502 134.28365 +L 224.484502 129.860551 +L 226.671023 129.860551 +L 226.671023 126.331483 +L 228.857543 126.331483 +L 228.857543 128.543032 +L 231.044063 128.543032 +L 231.044063 124.731639 +L 233.230584 124.731639 +L 233.230584 125.29629 +L 235.417104 125.29629 +L 235.417104 129.578226 +L 237.603625 129.578226 +L 237.603625 128.495978 +L 239.790145 128.495978 +L 239.790145 131.789775 +L 241.976665 131.789775 +L 241.976665 133.907216 +L 244.163186 133.907216 +L 244.163186 137.718609 +L 246.349706 137.718609 +L 246.349706 140.400701 +L 248.536226 140.400701 +L 248.536226 141.953491 +L 250.722747 141.953491 +L 250.722747 144.49442 +L 252.909267 144.49442 +L 252.909267 145.71783 +L 255.095788 145.71783 +L 255.095788 146.517752 +L 257.282308 146.517752 +L 257.282308 147.035349 +L 259.468828 147.035349 +L 259.468828 147.364729 +L 261.655349 147.364729 +L 261.655349 147.505892 +L 263.841869 147.505892 +L 263.841869 147.552946 +L 266.028389 147.552946 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_6"> + <path clip-path="url(#p378dd34aeb)" d="M 47.376352 147.6 +L 47.376352 143.365118 +L 49.562872 143.365118 +L 49.562872 132.495589 +L 51.749393 132.495589 +L 51.749393 117.20296 +L 53.935913 117.20296 +L 53.935913 113.085714 +L 56.122433 113.085714 +L 56.122433 124.284624 +L 58.308954 124.284624 +L 58.308954 138.11857 +L 60.495474 138.11857 +L 60.495474 145.106125 +L 62.681995 145.106125 +L 62.681995 147.129458 +L 64.868515 147.129458 +L 64.868515 147.552946 +L 67.055035 147.552946 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.035349 +L 73.614596 147.035349 +L 73.614596 145.153179 +L 75.801117 145.153179 +L 75.801117 140.447755 +L 77.987637 140.447755 +L 77.987637 132.589697 +L 80.174158 132.589697 +L 80.174158 126.378537 +L 82.360678 126.378537 +L 82.360678 122.614198 +L 84.547198 122.614198 +L 84.547198 125.907995 +L 86.733719 125.907995 +L 86.733719 122.614198 +L 88.920239 122.614198 +L 88.920239 124.496368 +L 91.106759 124.496368 +L 91.106759 126.566754 +L 93.29328 126.566754 +L 93.29328 127.272568 +L 95.4798 127.272568 +L 95.4798 129.248846 +L 97.666321 129.248846 +L 97.666321 131.319233 +L 99.852841 131.319233 +L 99.852841 136.306982 +L 102.039361 136.306982 +L 102.039361 141.012406 +L 104.225882 141.012406 +L 104.225882 144.49442 +L 106.412402 144.49442 +L 106.412402 146.282481 +L 108.598922 146.282481 +L 108.598922 147.082403 +L 110.785443 147.082403 +L 110.785443 147.505892 +L 112.971963 147.505892 +L 112.971963 147.552946 +L 115.158484 147.552946 +L 115.158484 145.953102 +L 117.345004 145.953102 +L 117.345004 142.894576 +L 119.531524 142.894576 +L 119.531524 138.142098 +L 121.718045 138.142098 +L 121.718045 130.001714 +L 123.904565 130.001714 +L 123.904565 123.155322 +L 126.091085 123.155322 +L 126.091085 124.143461 +L 128.277606 124.143461 +L 128.277606 128.472451 +L 130.464126 128.472451 +L 130.464126 136.377564 +L 132.650647 136.377564 +L 132.650647 142.424033 +L 134.837167 142.424033 +L 134.837167 145.388451 +L 137.023687 145.388451 +L 137.023687 146.729497 +L 139.210208 146.729497 +L 139.210208 147.27062 +L 141.396728 147.27062 +L 141.396728 146.37659 +L 143.583248 146.37659 +L 143.583248 144.588529 +L 145.769769 144.588529 +L 145.769769 142.141708 +L 147.956289 142.141708 +L 147.956289 137.342175 +L 150.14281 137.342175 +L 150.14281 132.0721 +L 152.32933 132.0721 +L 152.32933 128.825358 +L 154.51585 128.825358 +L 154.51585 126.002103 +L 156.702371 126.002103 +L 156.702371 125.484507 +L 158.888891 125.484507 +L 158.888891 123.837608 +L 161.075411 123.837608 +L 161.075411 124.684585 +L 163.261932 124.684585 +L 163.261932 128.119544 +L 165.448452 128.119544 +L 165.448452 128.260707 +L 167.634973 128.260707 +L 167.634973 130.236985 +L 169.821493 130.236985 +L 169.821493 133.436673 +L 172.008013 133.436673 +L 172.008013 137.38923 +L 174.194534 137.38923 +L 174.194534 140.730081 +L 176.381054 140.730081 +L 176.381054 143.788606 +L 178.567574 143.788606 +L 178.567574 145.388451 +L 180.754095 145.388451 +L 180.754095 146.517752 +L 182.940615 146.517752 +L 182.940615 146.470698 +L 185.127136 146.470698 +L 185.127136 145.294342 +L 187.313656 145.294342 +L 187.313656 143.459227 +L 189.500176 143.459227 +L 189.500176 139.930159 +L 191.686697 139.930159 +L 191.686697 136.824579 +L 193.873217 136.824579 +L 193.873217 133.107294 +L 196.059737 133.107294 +L 196.059737 128.731249 +L 198.246258 128.731249 +L 198.246258 128.895939 +L 200.432778 128.895939 +L 200.432778 132.377953 +L 202.619299 132.377953 +L 202.619299 135.554114 +L 204.805819 135.554114 +L 204.805819 140.118376 +L 206.992339 140.118376 +L 206.992339 143.341591 +L 209.17886 143.341591 +L 209.17886 145.035544 +L 211.36538 145.035544 +L 211.36538 144.917908 +L 213.5519 144.917908 +L 213.5519 144.8238 +L 215.738421 144.8238 +L 215.738421 143.059266 +L 217.924941 143.059266 +L 217.924941 140.541864 +L 220.111462 140.541864 +L 220.111462 136.306982 +L 222.297982 136.306982 +L 222.297982 134.28365 +L 224.484502 134.28365 +L 224.484502 129.95466 +L 226.671023 129.95466 +L 226.671023 126.237375 +L 228.857543 126.237375 +L 228.857543 128.543032 +L 231.044063 128.543032 +L 231.044063 124.825747 +L 233.230584 124.825747 +L 233.230584 125.202181 +L 235.417104 125.202181 +L 235.417104 129.578226 +L 237.603625 129.578226 +L 237.603625 128.590087 +L 239.790145 128.590087 +L 239.790145 131.695667 +L 241.976665 131.695667 +L 241.976665 133.907216 +L 244.163186 133.907216 +L 244.163186 137.718609 +L 246.349706 137.718609 +L 246.349706 140.400701 +L 248.536226 140.400701 +L 248.536226 141.953491 +L 250.722747 141.953491 +L 250.722747 144.49442 +L 252.909267 144.49442 +L 252.909267 145.71783 +L 255.095788 145.71783 +L 255.095788 146.517752 +L 257.282308 146.517752 +L 257.282308 147.035349 +L 259.468828 147.035349 +L 259.468828 147.364729 +L 261.655349 147.364729 +L 261.655349 147.505892 +L 263.841869 147.505892 +L 263.841869 147.552946 +L 266.028389 147.552946 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_10"> + <path clip-path="url(#p378dd34aeb)" d="M 131.643407 147.6 +L 131.643407 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_7"> + <path d="M 36.44375 147.6 +L 36.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_8"> + <path d="M 276.960991 147.6 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_9"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_10"> + <path d="M 36.44375 38.88 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_11"> + <!-- 0% --> + <defs> + <path id="ArialMT-32"/> + <path d="M 5.8125 54.390625 +Q 5.8125 62.0625 9.671875 67.421875 +Q 13.53125 72.796875 20.84375 72.796875 +Q 27.59375 72.796875 32 67.984375 +Q 36.421875 63.1875 36.421875 53.859375 +Q 36.421875 44.78125 31.953125 39.875 +Q 27.484375 34.96875 20.953125 34.96875 +Q 14.453125 34.96875 10.125 39.796875 +Q 5.8125 44.625 5.8125 54.390625 +z +M 21.09375 66.75 +Q 17.828125 66.75 15.65625 63.90625 +Q 13.484375 61.078125 13.484375 53.515625 +Q 13.484375 46.625 15.671875 43.8125 +Q 17.875 41.015625 21.09375 41.015625 +Q 24.421875 41.015625 26.59375 43.84375 +Q 28.765625 46.6875 28.765625 54.203125 +Q 28.765625 61.140625 26.5625 63.9375 +Q 24.359375 66.75 21.09375 66.75 +z +M 21.140625 -2.640625 +L 60.296875 72.796875 +L 67.4375 72.796875 +L 28.421875 -2.640625 +z +M 52.09375 16.796875 +Q 52.09375 24.515625 55.953125 29.859375 +Q 59.8125 35.203125 67.1875 35.203125 +Q 73.921875 35.203125 78.34375 30.390625 +Q 82.765625 25.59375 82.765625 16.265625 +Q 82.765625 7.171875 78.296875 2.265625 +Q 73.828125 -2.640625 67.234375 -2.640625 +Q 60.75 -2.640625 56.421875 2.21875 +Q 52.09375 7.078125 52.09375 16.796875 +z +M 67.4375 29.15625 +Q 64.109375 29.15625 61.9375 26.3125 +Q 59.765625 23.484375 59.765625 15.921875 +Q 59.765625 9.078125 61.953125 6.25 +Q 64.15625 3.421875 67.390625 3.421875 +Q 70.75 3.421875 72.921875 6.25 +Q 75.09375 9.078125 75.09375 16.609375 +Q 75.09375 23.53125 72.890625 26.34375 +Q 70.703125 29.15625 67.4375 29.15625 +z +" id="ArialMT-37"/> + </defs> + <g style="fill:#262626;" transform="translate(144.696746 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_2"> + <g id="patch_11"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +L 565.581681 38.88 +L 325.06444 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_3"> + <g id="xtick_5"> + <g id="line2d_11"> + <path clip-path="url(#p08eac6b96b)" d="M 338.829451 147.6 +L 338.829451 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_12"> + <!-- 0.016 --> + <g style="fill:#262626;" transform="translate(326.318513 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_12"> + <path clip-path="url(#p08eac6b96b)" d="M 386.717717 147.6 +L 386.717717 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_13"> + <!-- 0.018 --> + <g style="fill:#262626;" transform="translate(374.20678 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_13"> + <path clip-path="url(#p08eac6b96b)" d="M 434.605984 147.6 +L 434.605984 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_14"> + <!-- 0.020 --> + <g style="fill:#262626;" transform="translate(422.095047 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_8"> + <g id="line2d_14"> + <path clip-path="url(#p08eac6b96b)" d="M 482.494251 147.6 +L 482.494251 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_15"> + <!-- 0.022 --> + <g style="fill:#262626;" transform="translate(469.983314 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_9"> + <g id="line2d_15"> + <path clip-path="url(#p08eac6b96b)" d="M 530.382518 147.6 +L 530.382518 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_16"> + <!-- 0.024 --> + <g style="fill:#262626;" transform="translate(517.87158 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="text_17"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(426.705873 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_4"> + <g id="ytick_6"> + <g id="line2d_16"> + <path clip-path="url(#p08eac6b96b)" d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_18"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(312.503502 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_17"> + <path clip-path="url(#p08eac6b96b)" d="M 325.06444 108.600807 +L 565.581681 108.600807 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_19"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(295.82069 112.179713)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_8"> + <g id="line2d_18"> + <path clip-path="url(#p08eac6b96b)" d="M 325.06444 69.601614 +L 565.581681 69.601614 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_20"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(295.82069 73.18052)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_12"> + <path clip-path="url(#p08eac6b96b)" d="M 335.997042 147.6 +L 335.997042 144.558063 +L 338.183562 144.558063 +L 338.183562 135.432252 +L 340.370082 135.432252 +L 340.370082 143.856077 +L 342.556603 143.856077 +L 342.556603 134.496271 +L 344.743123 134.496271 +L 344.743123 127.476416 +L 346.929643 127.476416 +L 346.929643 131.688329 +L 349.116164 131.688329 +L 349.116164 112.500726 +L 351.302684 112.500726 +L 351.302684 109.458789 +L 353.489205 109.458789 +L 353.489205 106.260856 +L 355.675725 106.260856 +L 355.675725 107.97682 +L 357.862245 107.97682 +L 357.862245 85.357288 +L 360.048766 85.357288 +L 360.048766 84.265311 +L 362.235286 84.265311 +L 362.235286 92.02615 +L 364.421806 92.02615 +L 364.421806 91.480161 +L 366.608327 91.480161 +L 366.608327 90.037191 +L 368.794847 90.037191 +L 368.794847 97.447038 +L 370.981368 97.447038 +L 370.981368 72.019564 +L 373.167888 72.019564 +L 373.167888 92.104149 +L 375.354408 92.104149 +L 375.354408 82.432349 +L 377.540929 82.432349 +L 377.540929 80.560387 +L 379.727449 80.560387 +L 379.727449 71.785569 +L 381.913969 71.785569 +L 381.913969 59.500823 +L 384.10049 59.500823 +L 384.10049 69.913608 +L 386.28701 69.913608 +L 386.28701 44.057143 +L 388.473531 44.057143 +L 388.473531 64.765714 +L 390.660051 64.765714 +L 390.660051 62.893753 +L 392.846571 62.893753 +L 392.846571 53.923939 +L 395.033092 53.923939 +L 395.033092 71.863567 +L 397.219612 71.863567 +L 397.219612 74.827506 +L 399.406132 74.827506 +L 399.406132 82.783341 +L 401.592653 82.783341 +L 401.592653 85.825278 +L 403.779173 85.825278 +L 403.779173 96.823051 +L 405.965694 96.823051 +L 405.965694 86.761259 +L 408.152214 86.761259 +L 408.152214 92.377143 +L 410.338734 92.377143 +L 410.338734 97.447038 +L 412.525255 97.447038 +L 412.525255 100.488975 +L 414.711775 100.488975 +L 414.711775 95.575077 +L 416.898295 95.575077 +L 416.898295 74.125521 +L 419.084816 74.125521 +L 419.084816 96.589056 +L 421.271336 96.589056 +L 421.271336 77.635448 +L 423.457857 77.635448 +L 423.457857 97.252042 +L 425.644377 97.252042 +L 425.644377 96.511057 +L 427.830897 96.511057 +L 427.830897 67.612655 +L 430.017418 67.612655 +L 430.017418 99.474996 +L 432.203938 99.474996 +L 432.203938 67.339661 +L 434.390458 67.339661 +L 434.390458 87.463245 +L 436.576979 87.463245 +L 436.576979 85.942276 +L 438.763499 85.942276 +L 438.763499 56.692881 +L 440.95002 56.692881 +L 440.95002 66.052688 +L 443.13654 66.052688 +L 443.13654 76.816465 +L 445.32306 76.816465 +L 445.32306 49.439031 +L 447.509581 49.439031 +L 447.509581 75.1395 +L 449.696101 75.1395 +L 449.696101 48.464052 +L 451.882621 48.464052 +L 451.882621 74.515513 +L 454.069142 74.515513 +L 454.069142 78.649427 +L 456.255662 78.649427 +L 456.255662 63.439742 +L 458.442183 63.439742 +L 458.442183 83.251332 +L 460.628703 83.251332 +L 460.628703 106.416852 +L 462.815223 106.416852 +L 462.815223 67.105666 +L 465.001744 67.105666 +L 465.001744 109.458789 +L 467.188264 109.458789 +L 467.188264 85.123293 +L 469.374784 85.123293 +L 469.374784 91.441162 +L 471.561305 91.441162 +L 471.561305 95.341082 +L 473.747825 95.341082 +L 473.747825 103.218918 +L 475.934346 103.218918 +L 475.934346 69.367619 +L 478.120866 69.367619 +L 478.120866 92.923132 +L 480.307386 92.923132 +L 480.307386 83.79732 +L 482.493907 83.79732 +L 482.493907 99.981985 +L 484.680427 99.981985 +L 484.680427 78.142437 +L 486.866947 78.142437 +L 486.866947 93.664116 +L 489.053468 93.664116 +L 489.053468 77.986441 +L 491.239988 77.986441 +L 491.239988 74.086521 +L 493.426509 74.086521 +L 493.426509 76.738467 +L 495.613029 76.738467 +L 495.613029 80.91138 +L 497.799549 80.91138 +L 497.799549 72.370557 +L 499.98607 72.370557 +L 499.98607 64.063729 +L 502.17259 64.063729 +L 502.17259 70.342599 +L 504.359111 70.342599 +L 504.359111 66.559677 +L 506.545631 66.559677 +L 506.545631 83.875319 +L 508.732151 83.875319 +L 508.732151 65.428701 +L 510.918672 65.428701 +L 510.918672 76.699467 +L 513.105192 76.699467 +L 513.105192 84.421308 +L 515.291712 84.421308 +L 515.291712 99.630993 +L 517.478233 99.630993 +L 517.478233 86.293269 +L 519.664753 86.293269 +L 519.664753 120.222567 +L 521.851274 120.222567 +L 521.851274 105.948862 +L 524.037794 105.948862 +L 524.037794 115.074673 +L 526.224314 115.074673 +L 526.224314 131.922324 +L 528.410835 131.922324 +L 528.410835 127.710412 +L 530.597355 127.710412 +L 530.597355 132.858305 +L 532.783875 132.858305 +L 532.783875 137.850202 +L 534.970396 137.850202 +L 534.970396 141.906118 +L 537.156916 141.906118 +L 537.156916 139.87816 +L 539.343437 139.87816 +L 539.343437 143.856077 +L 541.529957 143.856077 +L 541.529957 146.196029 +L 543.716477 146.196029 +L 543.716477 145.260048 +L 545.902998 145.260048 +L 545.902998 145.728039 +L 548.089518 145.728039 +L 548.089518 146.430024 +L 550.276038 146.430024 +L 550.276038 147.366005 +L 552.462559 147.366005 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_13"> + <path clip-path="url(#p08eac6b96b)" d="M 335.997042 147.6 +L 335.997042 146.586021 +L 338.183562 146.586021 +L 338.183562 143.544084 +L 340.370082 143.544084 +L 340.370082 146.352026 +L 342.556603 146.352026 +L 342.556603 143.23209 +L 344.743123 143.23209 +L 344.743123 140.892139 +L 346.929643 140.892139 +L 346.929643 142.29611 +L 349.116164 142.29611 +L 349.116164 135.900242 +L 351.302684 135.900242 +L 351.302684 134.886263 +L 353.489205 134.886263 +L 353.489205 133.794286 +L 355.675725 133.794286 +L 355.675725 134.418273 +L 357.862245 134.418273 +L 357.862245 126.852429 +L 360.048766 126.852429 +L 360.048766 126.462437 +L 362.235286 126.462437 +L 362.235286 128.997385 +L 364.421806 128.997385 +L 364.421806 128.997385 +L 366.608327 128.997385 +L 366.608327 128.412397 +L 368.794847 128.412397 +L 368.794847 130.986344 +L 370.981368 130.986344 +L 370.981368 122.250525 +L 373.167888 122.250525 +L 373.167888 129.153382 +L 375.354408 129.153382 +L 375.354408 125.87745 +L 377.540929 125.87745 +L 377.540929 125.253462 +L 379.727449 125.253462 +L 379.727449 122.328523 +L 381.913969 122.328523 +L 381.913969 118.233608 +L 384.10049 118.233608 +L 384.10049 121.704536 +L 386.28701 121.704536 +L 386.28701 113.085714 +L 388.473531 113.085714 +L 388.473531 119.988571 +L 390.660051 119.988571 +L 390.660051 119.364584 +L 392.846571 119.364584 +L 392.846571 116.088652 +L 395.033092 116.088652 +L 395.033092 122.640517 +L 397.219612 122.640517 +L 397.219612 123.342502 +L 399.406132 123.342502 +L 399.406132 125.994447 +L 401.592653 125.994447 +L 401.592653 127.008426 +L 403.779173 127.008426 +L 403.779173 130.67435 +L 405.965694 130.67435 +L 405.965694 127.32042 +L 408.152214 127.32042 +L 408.152214 129.192381 +L 410.338734 129.192381 +L 410.338734 130.830347 +L 412.525255 130.830347 +L 412.525255 131.922324 +L 414.711775 131.922324 +L 414.711775 130.284358 +L 416.898295 130.284358 +L 416.898295 123.108507 +L 419.084816 123.108507 +L 419.084816 130.596352 +L 421.271336 130.596352 +L 421.271336 124.278483 +L 423.457857 124.278483 +L 423.457857 130.713349 +L 425.644377 130.713349 +L 425.644377 130.67435 +L 427.830897 130.67435 +L 427.830897 120.885553 +L 430.017418 120.885553 +L 430.017418 131.610331 +L 432.203938 131.610331 +L 432.203938 120.846554 +L 434.390458 120.846554 +L 434.390458 127.554415 +L 436.576979 127.554415 +L 436.576979 127.047425 +L 438.763499 127.047425 +L 438.763499 117.297627 +L 440.95002 117.297627 +L 440.95002 120.417563 +L 443.13654 120.417563 +L 443.13654 124.005488 +L 445.32306 124.005488 +L 445.32306 114.879677 +L 447.509581 114.879677 +L 447.509581 123.498499 +L 449.696101 123.498499 +L 449.696101 114.450686 +L 451.882621 114.450686 +L 451.882621 123.264504 +L 454.069142 123.264504 +L 454.069142 124.590476 +L 456.255662 124.590476 +L 456.255662 119.442583 +L 458.442183 119.442583 +L 458.442183 126.306441 +L 460.628703 126.306441 +L 460.628703 133.872284 +L 462.815223 133.872284 +L 462.815223 120.768555 +L 465.001744 120.768555 +L 465.001744 134.886263 +L 467.188264 134.886263 +L 467.188264 126.774431 +L 469.374784 126.774431 +L 469.374784 128.880387 +L 471.561305 128.880387 +L 471.561305 130.128362 +L 473.747825 130.128362 +L 473.747825 132.858305 +L 475.934346 132.858305 +L 475.934346 121.470541 +L 478.120866 121.470541 +L 478.120866 129.426376 +L 480.307386 129.426376 +L 480.307386 126.228442 +L 482.493907 126.228442 +L 482.493907 131.727328 +L 484.680427 131.727328 +L 484.680427 124.434479 +L 486.866947 124.434479 +L 486.866947 129.73837 +L 489.053468 129.73837 +L 489.053468 124.39548 +L 491.239988 124.39548 +L 491.239988 122.991509 +L 493.426509 122.991509 +L 493.426509 124.083487 +L 495.613029 124.083487 +L 495.613029 125.37046 +L 497.799549 125.37046 +L 497.799549 122.523519 +L 499.98607 122.523519 +L 499.98607 119.754576 +L 502.17259 119.754576 +L 502.17259 121.743535 +L 504.359111 121.743535 +L 504.359111 120.690557 +L 506.545631 120.690557 +L 506.545631 126.306441 +L 508.732151 126.306441 +L 508.732151 120.261566 +L 510.918672 120.261566 +L 510.918672 123.966489 +L 513.105192 123.966489 +L 513.105192 126.540436 +L 515.291712 126.540436 +L 515.291712 131.610331 +L 517.478233 131.610331 +L 517.478233 127.164423 +L 519.664753 127.164423 +L 519.664753 138.474189 +L 521.851274 138.474189 +L 521.851274 133.716287 +L 524.037794 133.716287 +L 524.037794 136.758224 +L 526.224314 136.758224 +L 526.224314 142.374108 +L 528.410835 142.374108 +L 528.410835 140.970137 +L 530.597355 140.970137 +L 530.597355 142.686102 +L 532.783875 142.686102 +L 532.783875 144.324068 +L 534.970396 144.324068 +L 534.970396 145.728039 +L 537.156916 145.728039 +L 537.156916 145.026053 +L 539.343437 145.026053 +L 539.343437 146.352026 +L 541.529957 146.352026 +L 541.529957 147.13201 +L 543.716477 147.13201 +L 543.716477 146.820016 +L 545.902998 146.820016 +L 545.902998 146.976013 +L 548.089518 146.976013 +L 548.089518 147.210008 +L 550.276038 147.210008 +L 550.276038 147.522002 +L 552.462559 147.522002 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_14"> + <path clip-path="url(#p08eac6b96b)" d="M 335.997042 147.6 +L 335.997042 146.586021 +L 338.183562 146.586021 +L 338.183562 143.544084 +L 340.370082 143.544084 +L 340.370082 146.352026 +L 342.556603 146.352026 +L 342.556603 143.23209 +L 344.743123 143.23209 +L 344.743123 140.892139 +L 346.929643 140.892139 +L 346.929643 142.29611 +L 349.116164 142.29611 +L 349.116164 135.900242 +L 351.302684 135.900242 +L 351.302684 134.886263 +L 353.489205 134.886263 +L 353.489205 133.794286 +L 355.675725 133.794286 +L 355.675725 134.418273 +L 357.862245 134.418273 +L 357.862245 126.852429 +L 360.048766 126.852429 +L 360.048766 126.462437 +L 362.235286 126.462437 +L 362.235286 129.153382 +L 364.421806 129.153382 +L 364.421806 128.841388 +L 366.608327 128.841388 +L 366.608327 128.412397 +L 368.794847 128.412397 +L 368.794847 130.830347 +L 370.981368 130.830347 +L 370.981368 122.48452 +L 373.167888 122.48452 +L 373.167888 129.075383 +L 375.354408 129.075383 +L 375.354408 125.87745 +L 377.540929 125.87745 +L 377.540929 125.253462 +L 379.727449 125.253462 +L 379.727449 122.328523 +L 381.913969 122.328523 +L 381.913969 118.233608 +L 384.10049 118.233608 +L 384.10049 121.704536 +L 386.28701 121.704536 +L 386.28701 113.085714 +L 388.473531 113.085714 +L 388.473531 119.988571 +L 390.660051 119.988571 +L 390.660051 119.364584 +L 392.846571 119.364584 +L 392.846571 116.400646 +L 395.033092 116.400646 +L 395.033092 122.328523 +L 397.219612 122.328523 +L 397.219612 123.342502 +L 399.406132 123.342502 +L 399.406132 125.994447 +L 401.592653 125.994447 +L 401.592653 127.008426 +L 403.779173 127.008426 +L 403.779173 130.67435 +L 405.965694 130.67435 +L 405.965694 127.32042 +L 408.152214 127.32042 +L 408.152214 129.192381 +L 410.338734 129.192381 +L 410.338734 130.908345 +L 412.525255 130.908345 +L 412.525255 131.844326 +L 414.711775 131.844326 +L 414.711775 130.284358 +L 416.898295 130.284358 +L 416.898295 123.108507 +L 419.084816 123.108507 +L 419.084816 130.596352 +L 421.271336 130.596352 +L 421.271336 124.278483 +L 423.457857 124.278483 +L 423.457857 130.869346 +L 425.644377 130.869346 +L 425.644377 130.518354 +L 427.830897 130.518354 +L 427.830897 120.963551 +L 430.017418 120.963551 +L 430.017418 131.532333 +L 432.203938 131.532333 +L 432.203938 120.846554 +L 434.390458 120.846554 +L 434.390458 127.554415 +L 436.576979 127.554415 +L 436.576979 127.047425 +L 438.763499 127.047425 +L 438.763499 117.297627 +L 440.95002 117.297627 +L 440.95002 120.417563 +L 443.13654 120.417563 +L 443.13654 124.005488 +L 445.32306 124.005488 +L 445.32306 114.879677 +L 447.509581 114.879677 +L 447.509581 123.498499 +L 449.696101 123.498499 +L 449.696101 114.450686 +L 451.882621 114.450686 +L 451.882621 123.264504 +L 454.069142 123.264504 +L 454.069142 124.590476 +L 456.255662 124.590476 +L 456.255662 119.598579 +L 458.442183 119.598579 +L 458.442183 126.150444 +L 460.628703 126.150444 +L 460.628703 133.872284 +L 462.815223 133.872284 +L 462.815223 120.768555 +L 465.001744 120.768555 +L 465.001744 134.886263 +L 467.188264 134.886263 +L 467.188264 126.774431 +L 469.374784 126.774431 +L 469.374784 128.880387 +L 471.561305 128.880387 +L 471.561305 130.128362 +L 473.747825 130.128362 +L 473.747825 132.858305 +L 475.934346 132.858305 +L 475.934346 121.548539 +L 478.120866 121.548539 +L 478.120866 129.348378 +L 480.307386 129.348378 +L 480.307386 126.384439 +L 482.493907 126.384439 +L 482.493907 131.727328 +L 484.680427 131.727328 +L 484.680427 124.434479 +L 486.866947 124.434479 +L 486.866947 129.582373 +L 489.053468 129.582373 +L 489.053468 124.39548 +L 491.239988 124.39548 +L 491.239988 123.147506 +L 493.426509 123.147506 +L 493.426509 123.92749 +L 495.613029 123.92749 +L 495.613029 125.37046 +L 497.799549 125.37046 +L 497.799549 122.523519 +L 499.98607 122.523519 +L 499.98607 119.754576 +L 502.17259 119.754576 +L 502.17259 121.899532 +L 504.359111 121.899532 +L 504.359111 120.53456 +L 506.545631 120.53456 +L 506.545631 126.306441 +L 508.732151 126.306441 +L 508.732151 120.261566 +L 510.918672 120.261566 +L 510.918672 123.966489 +L 513.105192 123.966489 +L 513.105192 126.540436 +L 515.291712 126.540436 +L 515.291712 131.610331 +L 517.478233 131.610331 +L 517.478233 127.164423 +L 519.664753 127.164423 +L 519.664753 138.474189 +L 521.851274 138.474189 +L 521.851274 133.716287 +L 524.037794 133.716287 +L 524.037794 136.758224 +L 526.224314 136.758224 +L 526.224314 142.374108 +L 528.410835 142.374108 +L 528.410835 140.970137 +L 530.597355 140.970137 +L 530.597355 142.686102 +L 532.783875 142.686102 +L 532.783875 144.324068 +L 534.970396 144.324068 +L 534.970396 145.728039 +L 537.156916 145.728039 +L 537.156916 145.026053 +L 539.343437 145.026053 +L 539.343437 146.352026 +L 541.529957 146.352026 +L 541.529957 147.13201 +L 543.716477 147.13201 +L 543.716477 146.820016 +L 545.902998 146.820016 +L 545.902998 146.976013 +L 548.089518 146.976013 +L 548.089518 147.210008 +L 550.276038 147.210008 +L 550.276038 147.522002 +L 552.462559 147.522002 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_15"> + <path clip-path="url(#p08eac6b96b)" d="M 335.997042 147.6 +L 335.997042 146.586021 +L 338.183562 146.586021 +L 338.183562 143.544084 +L 340.370082 143.544084 +L 340.370082 146.352026 +L 342.556603 146.352026 +L 342.556603 143.23209 +L 344.743123 143.23209 +L 344.743123 140.892139 +L 346.929643 140.892139 +L 346.929643 142.29611 +L 349.116164 142.29611 +L 349.116164 135.900242 +L 351.302684 135.900242 +L 351.302684 134.886263 +L 353.489205 134.886263 +L 353.489205 133.872284 +L 355.675725 133.872284 +L 355.675725 134.340274 +L 357.862245 134.340274 +L 357.862245 126.852429 +L 360.048766 126.852429 +L 360.048766 126.540436 +L 362.235286 126.540436 +L 362.235286 129.075383 +L 364.421806 129.075383 +L 364.421806 128.841388 +L 366.608327 128.841388 +L 366.608327 128.412397 +L 368.794847 128.412397 +L 368.794847 130.830347 +L 370.981368 130.830347 +L 370.981368 122.48452 +L 373.167888 122.48452 +L 373.167888 129.075383 +L 375.354408 129.075383 +L 375.354408 125.87745 +L 377.540929 125.87745 +L 377.540929 125.253462 +L 379.727449 125.253462 +L 379.727449 122.328523 +L 381.913969 122.328523 +L 381.913969 118.233608 +L 384.10049 118.233608 +L 384.10049 121.704536 +L 386.28701 121.704536 +L 386.28701 113.085714 +L 388.473531 113.085714 +L 388.473531 119.988571 +L 390.660051 119.988571 +L 390.660051 119.364584 +L 392.846571 119.364584 +L 392.846571 116.634641 +L 395.033092 116.634641 +L 395.033092 122.094528 +L 397.219612 122.094528 +L 397.219612 123.342502 +L 399.406132 123.342502 +L 399.406132 125.994447 +L 401.592653 125.994447 +L 401.592653 127.008426 +L 403.779173 127.008426 +L 403.779173 130.67435 +L 405.965694 130.67435 +L 405.965694 127.32042 +L 408.152214 127.32042 +L 408.152214 129.192381 +L 410.338734 129.192381 +L 410.338734 130.908345 +L 412.525255 130.908345 +L 412.525255 131.922324 +L 414.711775 131.922324 +L 414.711775 130.20636 +L 416.898295 130.20636 +L 416.898295 123.108507 +L 419.084816 123.108507 +L 419.084816 130.596352 +L 421.271336 130.596352 +L 421.271336 124.278483 +L 423.457857 124.278483 +L 423.457857 130.869346 +L 425.644377 130.869346 +L 425.644377 130.518354 +L 427.830897 130.518354 +L 427.830897 120.963551 +L 430.017418 120.963551 +L 430.017418 131.532333 +L 432.203938 131.532333 +L 432.203938 120.846554 +L 434.390458 120.846554 +L 434.390458 127.554415 +L 436.576979 127.554415 +L 436.576979 127.047425 +L 438.763499 127.047425 +L 438.763499 117.297627 +L 440.95002 117.297627 +L 440.95002 120.417563 +L 443.13654 120.417563 +L 443.13654 124.005488 +L 445.32306 124.005488 +L 445.32306 114.879677 +L 447.509581 114.879677 +L 447.509581 123.342502 +L 449.696101 123.342502 +L 449.696101 114.76268 +L 451.882621 114.76268 +L 451.882621 123.186505 +L 454.069142 123.186505 +L 454.069142 124.668475 +L 456.255662 124.668475 +L 456.255662 119.598579 +L 458.442183 119.598579 +L 458.442183 125.994447 +L 460.628703 125.994447 +L 460.628703 133.872284 +L 462.815223 133.872284 +L 462.815223 120.768555 +L 465.001744 120.768555 +L 465.001744 134.886263 +L 467.188264 134.886263 +L 467.188264 126.774431 +L 469.374784 126.774431 +L 469.374784 128.880387 +L 471.561305 128.880387 +L 471.561305 130.284358 +L 473.747825 130.284358 +L 473.747825 132.702308 +L 475.934346 132.702308 +L 475.934346 121.548539 +L 478.120866 121.548539 +L 478.120866 129.348378 +L 480.307386 129.348378 +L 480.307386 126.384439 +L 482.493907 126.384439 +L 482.493907 131.727328 +L 484.680427 131.727328 +L 484.680427 124.473479 +L 486.866947 124.473479 +L 486.866947 129.543374 +L 489.053468 129.543374 +L 489.053468 124.39548 +L 491.239988 124.39548 +L 491.239988 123.147506 +L 493.426509 123.147506 +L 493.426509 123.92749 +L 495.613029 123.92749 +L 495.613029 125.37046 +L 497.799549 125.37046 +L 497.799549 122.523519 +L 499.98607 122.523519 +L 499.98607 119.754576 +L 502.17259 119.754576 +L 502.17259 121.899532 +L 504.359111 121.899532 +L 504.359111 120.53456 +L 506.545631 120.53456 +L 506.545631 126.462437 +L 508.732151 126.462437 +L 508.732151 120.105569 +L 510.918672 120.105569 +L 510.918672 123.966489 +L 513.105192 123.966489 +L 513.105192 126.540436 +L 515.291712 126.540436 +L 515.291712 131.610331 +L 517.478233 131.610331 +L 517.478233 127.164423 +L 519.664753 127.164423 +L 519.664753 138.474189 +L 521.851274 138.474189 +L 521.851274 133.716287 +L 524.037794 133.716287 +L 524.037794 136.758224 +L 526.224314 136.758224 +L 526.224314 142.374108 +L 528.410835 142.374108 +L 528.410835 140.970137 +L 530.597355 140.970137 +L 530.597355 142.686102 +L 532.783875 142.686102 +L 532.783875 144.402066 +L 534.970396 144.402066 +L 534.970396 145.65004 +L 537.156916 145.65004 +L 537.156916 145.026053 +L 539.343437 145.026053 +L 539.343437 146.352026 +L 541.529957 146.352026 +L 541.529957 147.13201 +L 543.716477 147.13201 +L 543.716477 146.820016 +L 545.902998 146.820016 +L 545.902998 146.976013 +L 548.089518 146.976013 +L 548.089518 147.210008 +L 550.276038 147.210008 +L 550.276038 147.522002 +L 552.462559 147.522002 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_19"> + <path clip-path="url(#p08eac6b96b)" d="M 434.605984 147.6 +L 434.605984 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_16"> + <path d="M 325.06444 147.6 +L 325.06444 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_17"> + <path d="M 565.581681 147.6 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_18"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_19"> + <path d="M 325.06444 38.88 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_21"> + <!-- 0% --> + <g style="fill:#262626;" transform="translate(433.317435 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_3"> + <g id="patch_20"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +L 854.202371 38.88 +L 613.685129 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_5"> + <g id="xtick_10"> + <g id="line2d_20"> + <path clip-path="url(#p33ebc53731)" d="M 629.563979 147.6 +L 629.563979 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_22"> + <!-- 0.0900 --> + <defs> + <path d="M 5.46875 16.546875 +L 13.921875 17.328125 +Q 14.984375 11.375 18.015625 8.6875 +Q 21.046875 6 25.78125 6 +Q 29.828125 6 32.875 7.859375 +Q 35.9375 9.71875 37.890625 12.8125 +Q 39.84375 15.921875 41.15625 21.1875 +Q 42.484375 26.46875 42.484375 31.9375 +Q 42.484375 32.515625 42.4375 33.6875 +Q 39.796875 29.5 35.234375 26.875 +Q 30.671875 24.265625 25.34375 24.265625 +Q 16.453125 24.265625 10.296875 30.703125 +Q 4.15625 37.15625 4.15625 47.703125 +Q 4.15625 58.59375 10.578125 65.234375 +Q 17 71.875 26.65625 71.875 +Q 33.640625 71.875 39.421875 68.109375 +Q 45.21875 64.359375 48.21875 57.390625 +Q 51.21875 50.4375 51.21875 37.25 +Q 51.21875 23.53125 48.234375 15.40625 +Q 45.265625 7.28125 39.375 3.03125 +Q 33.5 -1.21875 25.59375 -1.21875 +Q 17.1875 -1.21875 11.859375 3.4375 +Q 6.546875 8.109375 5.46875 16.546875 +z +M 41.453125 48.140625 +Q 41.453125 55.71875 37.421875 60.15625 +Q 33.40625 64.59375 27.734375 64.59375 +Q 21.875 64.59375 17.53125 59.8125 +Q 13.1875 55.03125 13.1875 47.40625 +Q 13.1875 40.578125 17.3125 36.296875 +Q 21.4375 32.03125 27.484375 32.03125 +Q 33.59375 32.03125 37.515625 36.296875 +Q 41.453125 40.578125 41.453125 48.140625 +z +" id="ArialMT-57"/> + </defs> + <g style="fill:#262626;" transform="translate(614.272573 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_11"> + <g id="line2d_21"> + <path clip-path="url(#p33ebc53731)" d="M 660.524135 147.6 +L 660.524135 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_23"> + <!-- 0.0925 --> + <defs> + <path d="M 4.15625 18.75 +L 13.375 19.53125 +Q 14.40625 12.796875 18.140625 9.390625 +Q 21.875 6 27.15625 6 +Q 33.5 6 37.890625 10.78125 +Q 42.28125 15.578125 42.28125 23.484375 +Q 42.28125 31 38.0625 35.34375 +Q 33.84375 39.703125 27 39.703125 +Q 22.75 39.703125 19.328125 37.765625 +Q 15.921875 35.84375 13.96875 32.765625 +L 5.71875 33.84375 +L 12.640625 70.609375 +L 48.25 70.609375 +L 48.25 62.203125 +L 19.671875 62.203125 +L 15.828125 42.96875 +Q 22.265625 47.46875 29.34375 47.46875 +Q 38.71875 47.46875 45.15625 40.96875 +Q 51.609375 34.46875 51.609375 24.265625 +Q 51.609375 14.546875 45.953125 7.46875 +Q 39.0625 -1.21875 27.15625 -1.21875 +Q 17.390625 -1.21875 11.203125 4.25 +Q 5.03125 9.71875 4.15625 18.75 +z +" id="ArialMT-53"/> + </defs> + <g style="fill:#262626;" transform="translate(645.232729 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_12"> + <g id="line2d_22"> + <path clip-path="url(#p33ebc53731)" d="M 691.484291 147.6 +L 691.484291 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_24"> + <!-- 0.0950 --> + <g style="fill:#262626;" transform="translate(676.192885 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_13"> + <g id="line2d_23"> + <path clip-path="url(#p33ebc53731)" d="M 722.444447 147.6 +L 722.444447 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_25"> + <!-- 0.0975 --> + <defs> + <path d="M 4.734375 62.203125 +L 4.734375 70.65625 +L 51.078125 70.65625 +L 51.078125 63.8125 +Q 44.234375 56.546875 37.515625 44.484375 +Q 30.8125 32.421875 27.15625 19.671875 +Q 24.515625 10.6875 23.78125 0 +L 14.75 0 +Q 14.890625 8.453125 18.0625 20.40625 +Q 21.234375 32.375 27.171875 43.484375 +Q 33.109375 54.59375 39.796875 62.203125 +z +" id="ArialMT-55"/> + </defs> + <g style="fill:#262626;" transform="translate(707.153041 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_14"> + <g id="line2d_24"> + <path clip-path="url(#p33ebc53731)" d="M 753.404603 147.6 +L 753.404603 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_26"> + <!-- 0.1000 --> + <g style="fill:#262626;" transform="translate(738.113197 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_15"> + <g id="line2d_25"> + <path clip-path="url(#p33ebc53731)" d="M 784.364759 147.6 +L 784.364759 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_27"> + <!-- 0.1025 --> + <g style="fill:#262626;" transform="translate(769.073353 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_16"> + <g id="line2d_26"> + <path clip-path="url(#p33ebc53731)" d="M 815.324915 147.6 +L 815.324915 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_28"> + <!-- 0.1050 --> + <g style="fill:#262626;" transform="translate(800.033508 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_17"> + <g id="line2d_27"> + <path clip-path="url(#p33ebc53731)" d="M 846.285071 147.6 +L 846.285071 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_29"> + <!-- 0.1075 --> + <g style="fill:#262626;" transform="translate(830.993664 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="text_30"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(715.326563 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_6"> + <g id="ytick_9"> + <g id="line2d_28"> + <path clip-path="url(#p33ebc53731)" d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_31"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(601.124192 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_10"> + <g id="line2d_29"> + <path clip-path="url(#p33ebc53731)" d="M 613.685129 119.232094 +L 854.202371 119.232094 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_32"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(584.441379 122.811)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_11"> + <g id="line2d_30"> + <path clip-path="url(#p33ebc53731)" d="M 613.685129 90.864188 +L 854.202371 90.864188 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_33"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(584.441379 94.443094)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_12"> + <g id="line2d_31"> + <path clip-path="url(#p33ebc53731)" d="M 613.685129 62.496282 +L 854.202371 62.496282 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_34"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(584.441379 66.075188)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_21"> + <path clip-path="url(#p33ebc53731)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 137.727969 +L 631.177292 137.727969 +L 631.177292 143.685229 +L 633.363813 143.685229 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 142.153362 +L 642.109894 142.153362 +L 642.109894 140.451288 +L 644.296415 140.451288 +L 644.296415 131.089879 +L 646.482935 131.089879 +L 646.482935 123.090129 +L 648.669455 123.090129 +L 648.669455 146.068133 +L 650.855976 146.068133 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 143.174607 +L 657.415537 143.174607 +L 657.415537 98.410051 +L 659.602057 98.410051 +L 659.602057 111.345816 +L 661.788578 111.345816 +L 661.788578 134.664235 +L 663.975098 134.664235 +L 663.975098 140.451288 +L 666.161618 140.451288 +L 666.161618 120.196603 +L 668.348139 120.196603 +L 668.348139 111.856438 +L 670.534659 111.856438 +L 670.534659 117.416548 +L 672.721179 117.416548 +L 672.721179 95.062638 +L 674.9077 95.062638 +L 674.9077 98.239843 +L 677.09422 98.239843 +L 677.09422 115.09038 +L 679.280741 115.09038 +L 679.280741 110.324571 +L 681.467261 110.324571 +L 681.467261 111.345816 +L 683.653781 111.345816 +L 683.653781 93.644243 +L 685.840302 93.644243 +L 685.840302 63.006904 +L 688.026822 63.006904 +L 688.026822 76.793706 +L 690.213342 76.793706 +L 690.213342 105.899178 +L 692.399863 105.899178 +L 692.399863 89.048642 +L 694.586383 89.048642 +L 694.586383 92.622998 +L 696.772904 92.622998 +L 696.772904 60.453793 +L 698.959424 60.453793 +L 698.959424 73.21935 +L 701.145944 73.21935 +L 701.145944 64.510403 +L 703.332465 64.510403 +L 703.332465 48.822951 +L 705.518985 48.822951 +L 705.518985 66.921675 +L 707.705505 66.921675 +L 707.705505 77.474536 +L 709.892026 77.474536 +L 709.892026 82.921174 +L 712.078546 82.921174 +L 712.078546 63.716102 +L 714.265067 63.716102 +L 714.265067 50.638497 +L 716.451587 50.638497 +L 716.451587 44.057143 +L 718.638107 44.057143 +L 718.638107 76.680235 +L 720.824628 76.680235 +L 720.824628 70.496031 +L 723.011148 70.496031 +L 723.011148 56.624125 +L 725.197668 56.624125 +L 725.197668 53.049769 +L 727.384189 53.049769 +L 727.384189 53.475288 +L 729.570709 53.475288 +L 729.570709 64.113252 +L 731.75723 64.113252 +L 731.75723 57.900681 +L 733.94375 57.900681 +L 733.94375 69.219476 +L 736.13027 69.219476 +L 736.13027 54.581636 +L 738.316791 54.581636 +L 738.316791 68.283335 +L 740.503311 68.283335 +L 740.503311 74.694481 +L 742.689832 74.694481 +L 742.689832 52.879562 +L 744.876352 52.879562 +L 744.876352 80.424798 +L 747.062872 80.424798 +L 747.062872 83.091382 +L 749.249393 83.091382 +L 749.249393 93.303828 +L 751.435913 93.303828 +L 751.435913 70.042145 +L 753.622433 70.042145 +L 753.622433 52.482411 +L 755.808954 52.482411 +L 755.808954 77.985159 +L 757.995474 77.985159 +L 757.995474 88.197605 +L 760.181995 88.197605 +L 760.181995 90.495405 +L 762.368515 90.495405 +L 762.368515 101.587256 +L 764.555035 101.587256 +L 764.555035 87.431671 +L 766.741556 87.431671 +L 766.741556 76.254716 +L 768.928076 76.254716 +L 768.928076 104.877933 +L 771.114596 104.877933 +L 771.114596 102.721973 +L 773.301117 102.721973 +L 773.301117 101.161738 +L 775.487637 101.161738 +L 775.487637 131.430294 +L 777.674158 131.430294 +L 777.674158 114.579757 +L 779.860678 114.579757 +L 779.860678 118.778207 +L 782.047198 118.778207 +L 782.047198 110.296204 +L 784.233719 110.296204 +L 784.233719 101.303577 +L 786.420239 101.303577 +L 786.420239 128.536767 +L 788.606759 128.536767 +L 788.606759 132.621746 +L 790.79328 132.621746 +L 790.79328 132.621746 +L 792.9798 132.621746 +L 792.9798 134.834442 +L 795.166321 134.834442 +L 795.166321 121.898677 +L 797.352841 121.898677 +L 797.352841 126.153863 +L 799.539361 126.153863 +L 799.539361 133.302575 +L 801.725882 133.302575 +L 801.725882 137.217346 +L 803.912402 137.217346 +L 803.912402 146.068133 +L 806.098922 146.068133 +L 806.098922 146.748963 +L 808.285443 146.748963 +L 808.285443 140.96191 +L 810.471963 140.96191 +L 810.471963 139.940665 +L 812.658484 139.940665 +L 812.658484 140.195977 +L 814.845004 140.195977 +L 814.845004 137.047139 +L 817.031524 137.047139 +L 817.031524 146.238341 +L 819.218045 146.238341 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 144.876681 +L 827.964126 144.876681 +L 827.964126 144.195851 +L 830.150647 144.195851 +L 830.150647 144.536266 +L 832.337167 144.536266 +L 832.337167 144.195851 +L 834.523687 144.195851 +L 834.523687 146.408548 +L 836.710208 146.408548 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_22"> + <path clip-path="url(#p33ebc53731)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 144.309323 +L 631.177292 144.309323 +L 631.177292 146.295076 +L 633.363813 146.295076 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 145.784454 +L 642.109894 145.784454 +L 642.109894 145.217096 +L 644.296415 145.217096 +L 644.296415 142.096626 +L 646.482935 142.096626 +L 646.482935 139.430043 +L 648.669455 139.430043 +L 648.669455 147.089378 +L 650.855976 147.089378 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 146.124869 +L 657.415537 146.124869 +L 657.415537 131.20335 +L 659.602057 131.20335 +L 659.602057 135.515272 +L 661.788578 135.515272 +L 661.788578 143.288078 +L 663.975098 143.288078 +L 663.975098 145.217096 +L 666.161618 145.217096 +L 666.161618 138.465534 +L 668.348139 138.465534 +L 668.348139 135.685479 +L 670.534659 135.685479 +L 670.534659 137.501025 +L 672.721179 137.501025 +L 672.721179 130.12537 +L 674.9077 130.12537 +L 674.9077 131.146614 +L 677.09422 131.146614 +L 677.09422 136.76346 +L 679.280741 136.76346 +L 679.280741 135.174857 +L 681.467261 135.174857 +L 681.467261 135.515272 +L 683.653781 135.515272 +L 683.653781 129.614748 +L 685.840302 129.614748 +L 685.840302 119.402301 +L 688.026822 119.402301 +L 688.026822 123.997902 +L 690.213342 123.997902 +L 690.213342 133.699726 +L 692.399863 133.699726 +L 692.399863 128.082881 +L 694.586383 128.082881 +L 694.586383 129.274333 +L 696.772904 129.274333 +L 696.772904 118.551264 +L 698.959424 118.551264 +L 698.959424 122.80645 +L 701.145944 122.80645 +L 701.145944 119.82782 +L 703.332465 119.82782 +L 703.332465 114.749965 +L 705.518985 114.749965 +L 705.518985 120.593753 +L 707.705505 120.593753 +L 707.705505 124.338317 +L 709.892026 124.338317 +L 709.892026 126.040391 +L 712.078546 126.040391 +L 712.078546 119.600877 +L 714.265067 119.600877 +L 714.265067 115.317323 +L 716.451587 115.317323 +L 716.451587 113.04789 +L 718.638107 113.04789 +L 718.638107 123.997902 +L 720.824628 123.997902 +L 720.824628 121.898677 +L 723.011148 121.898677 +L 723.011148 117.274708 +L 725.197668 117.274708 +L 725.197668 116.083256 +L 727.384189 116.083256 +L 727.384189 116.225096 +L 729.570709 116.225096 +L 729.570709 119.771084 +L 731.75723 119.771084 +L 731.75723 117.700227 +L 733.94375 117.700227 +L 733.94375 121.473159 +L 736.13027 121.473159 +L 736.13027 116.593879 +L 738.316791 116.593879 +L 738.316791 121.161112 +L 740.503311 121.161112 +L 740.503311 123.260337 +L 742.689832 123.260337 +L 742.689832 116.026521 +L 744.876352 116.026521 +L 744.876352 125.132618 +L 747.062872 125.132618 +L 747.062872 126.210599 +L 749.249393 126.210599 +L 749.249393 129.501276 +L 751.435913 129.501276 +L 751.435913 121.72847 +L 753.622433 121.72847 +L 753.622433 115.913049 +L 755.808954 115.913049 +L 755.808954 124.395053 +L 757.995474 124.395053 +L 757.995474 127.799202 +L 760.181995 127.799202 +L 760.181995 128.565135 +L 762.368515 128.565135 +L 762.368515 132.224595 +L 764.555035 132.224595 +L 764.555035 127.54389 +L 766.741556 127.54389 +L 766.741556 123.856063 +L 768.928076 123.856063 +L 768.928076 133.359311 +L 771.114596 133.359311 +L 771.114596 132.56501 +L 773.301117 132.56501 +L 773.301117 132.139491 +L 775.487637 132.139491 +L 775.487637 142.266834 +L 777.674158 142.266834 +L 777.674158 136.593252 +L 779.860678 136.593252 +L 779.860678 137.954912 +L 782.047198 137.954912 +L 782.047198 135.203225 +L 784.233719 135.203225 +L 784.233719 132.167859 +L 786.420239 132.167859 +L 786.420239 141.245589 +L 788.606759 141.245589 +L 788.606759 142.607249 +L 790.79328 142.607249 +L 790.79328 142.607249 +L 792.9798 142.607249 +L 792.9798 143.344814 +L 795.166321 143.344814 +L 795.166321 139.032892 +L 797.352841 139.032892 +L 797.352841 140.451288 +L 799.539361 140.451288 +L 799.539361 142.777456 +L 801.725882 142.777456 +L 801.725882 144.195851 +L 803.912402 144.195851 +L 803.912402 147.089378 +L 806.098922 147.089378 +L 806.098922 147.316321 +L 808.285443 147.316321 +L 808.285443 145.387303 +L 810.471963 145.387303 +L 810.471963 145.046888 +L 812.658484 145.046888 +L 812.658484 145.131992 +L 814.845004 145.131992 +L 814.845004 144.08238 +L 817.031524 144.08238 +L 817.031524 147.146114 +L 819.218045 147.146114 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 146.692227 +L 827.964126 146.692227 +L 827.964126 146.465284 +L 830.150647 146.465284 +L 830.150647 146.578755 +L 832.337167 146.578755 +L 832.337167 146.465284 +L 834.523687 146.465284 +L 834.523687 147.202849 +L 836.710208 147.202849 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_23"> + <path clip-path="url(#p33ebc53731)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 144.309323 +L 631.177292 144.309323 +L 631.177292 146.295076 +L 633.363813 146.295076 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 145.784454 +L 642.109894 145.784454 +L 642.109894 145.217096 +L 644.296415 145.217096 +L 644.296415 142.096626 +L 646.482935 142.096626 +L 646.482935 139.430043 +L 648.669455 139.430043 +L 648.669455 147.089378 +L 650.855976 147.089378 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 146.124869 +L 657.415537 146.124869 +L 657.415537 131.20335 +L 659.602057 131.20335 +L 659.602057 135.515272 +L 661.788578 135.515272 +L 661.788578 143.288078 +L 663.975098 143.288078 +L 663.975098 145.217096 +L 666.161618 145.217096 +L 666.161618 138.465534 +L 668.348139 138.465534 +L 668.348139 135.685479 +L 670.534659 135.685479 +L 670.534659 137.501025 +L 672.721179 137.501025 +L 672.721179 130.12537 +L 674.9077 130.12537 +L 674.9077 131.146614 +L 677.09422 131.146614 +L 677.09422 136.76346 +L 679.280741 136.76346 +L 679.280741 135.174857 +L 681.467261 135.174857 +L 681.467261 135.515272 +L 683.653781 135.515272 +L 683.653781 129.614748 +L 685.840302 129.614748 +L 685.840302 119.402301 +L 688.026822 119.402301 +L 688.026822 123.997902 +L 690.213342 123.997902 +L 690.213342 133.699726 +L 692.399863 133.699726 +L 692.399863 128.082881 +L 694.586383 128.082881 +L 694.586383 129.274333 +L 696.772904 129.274333 +L 696.772904 118.551264 +L 698.959424 118.551264 +L 698.959424 122.80645 +L 701.145944 122.80645 +L 701.145944 119.941292 +L 703.332465 119.941292 +L 703.332465 114.636493 +L 705.518985 114.636493 +L 705.518985 120.707225 +L 707.705505 120.707225 +L 707.705505 124.224845 +L 709.892026 124.224845 +L 709.892026 126.040391 +L 712.078546 126.040391 +L 712.078546 119.657613 +L 714.265067 119.657613 +L 714.265067 115.260587 +L 716.451587 115.260587 +L 716.451587 113.04789 +L 718.638107 113.04789 +L 718.638107 123.997902 +L 720.824628 123.997902 +L 720.824628 121.898677 +L 723.011148 121.898677 +L 723.011148 117.274708 +L 725.197668 117.274708 +L 725.197668 116.083256 +L 727.384189 116.083256 +L 727.384189 116.225096 +L 729.570709 116.225096 +L 729.570709 119.771084 +L 731.75723 119.771084 +L 731.75723 117.700227 +L 733.94375 117.700227 +L 733.94375 121.473159 +L 736.13027 121.473159 +L 736.13027 116.593879 +L 738.316791 116.593879 +L 738.316791 121.161112 +L 740.503311 121.161112 +L 740.503311 123.317072 +L 742.689832 123.317072 +L 742.689832 115.969785 +L 744.876352 115.969785 +L 744.876352 125.24609 +L 747.062872 125.24609 +L 747.062872 126.097127 +L 749.249393 126.097127 +L 749.249393 129.501276 +L 751.435913 129.501276 +L 751.435913 121.72847 +L 753.622433 121.72847 +L 753.622433 115.913049 +L 755.808954 115.913049 +L 755.808954 124.395053 +L 757.995474 124.395053 +L 757.995474 127.799202 +L 760.181995 127.799202 +L 760.181995 128.565135 +L 762.368515 128.565135 +L 762.368515 132.224595 +L 764.555035 132.224595 +L 764.555035 127.54389 +L 766.741556 127.54389 +L 766.741556 123.856063 +L 768.928076 123.856063 +L 768.928076 133.359311 +L 771.114596 133.359311 +L 771.114596 132.678481 +L 773.301117 132.678481 +L 773.301117 132.082755 +L 775.487637 132.082755 +L 775.487637 142.210098 +L 777.674158 142.210098 +L 777.674158 136.593252 +L 779.860678 136.593252 +L 779.860678 138.011648 +L 782.047198 138.011648 +L 782.047198 135.146489 +L 784.233719 135.146489 +L 784.233719 132.167859 +L 786.420239 132.167859 +L 786.420239 141.245589 +L 788.606759 141.245589 +L 788.606759 142.607249 +L 790.79328 142.607249 +L 790.79328 142.607249 +L 792.9798 142.607249 +L 792.9798 143.344814 +L 795.166321 143.344814 +L 795.166321 139.032892 +L 797.352841 139.032892 +L 797.352841 140.451288 +L 799.539361 140.451288 +L 799.539361 142.834192 +L 801.725882 142.834192 +L 801.725882 144.139115 +L 803.912402 144.139115 +L 803.912402 147.089378 +L 806.098922 147.089378 +L 806.098922 147.316321 +L 808.285443 147.316321 +L 808.285443 145.387303 +L 810.471963 145.387303 +L 810.471963 145.046888 +L 812.658484 145.046888 +L 812.658484 145.131992 +L 814.845004 145.131992 +L 814.845004 144.08238 +L 817.031524 144.08238 +L 817.031524 147.146114 +L 819.218045 147.146114 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 146.692227 +L 827.964126 146.692227 +L 827.964126 146.465284 +L 830.150647 146.465284 +L 830.150647 146.578755 +L 832.337167 146.578755 +L 832.337167 146.465284 +L 834.523687 146.465284 +L 834.523687 147.202849 +L 836.710208 147.202849 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_24"> + <path clip-path="url(#p33ebc53731)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 144.309323 +L 631.177292 144.309323 +L 631.177292 146.295076 +L 633.363813 146.295076 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 145.784454 +L 642.109894 145.784454 +L 642.109894 145.217096 +L 644.296415 145.217096 +L 644.296415 142.096626 +L 646.482935 142.096626 +L 646.482935 139.430043 +L 648.669455 139.430043 +L 648.669455 147.089378 +L 650.855976 147.089378 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 146.124869 +L 657.415537 146.124869 +L 657.415537 131.20335 +L 659.602057 131.20335 +L 659.602057 135.515272 +L 661.788578 135.515272 +L 661.788578 143.288078 +L 663.975098 143.288078 +L 663.975098 145.217096 +L 666.161618 145.217096 +L 666.161618 138.465534 +L 668.348139 138.465534 +L 668.348139 135.685479 +L 670.534659 135.685479 +L 670.534659 137.614497 +L 672.721179 137.614497 +L 672.721179 130.011898 +L 674.9077 130.011898 +L 674.9077 131.146614 +L 677.09422 131.146614 +L 677.09422 136.76346 +L 679.280741 136.76346 +L 679.280741 135.174857 +L 681.467261 135.174857 +L 681.467261 135.515272 +L 683.653781 135.515272 +L 683.653781 129.614748 +L 685.840302 129.614748 +L 685.840302 119.402301 +L 688.026822 119.402301 +L 688.026822 123.997902 +L 690.213342 123.997902 +L 690.213342 133.699726 +L 692.399863 133.699726 +L 692.399863 128.082881 +L 694.586383 128.082881 +L 694.586383 129.274333 +L 696.772904 129.274333 +L 696.772904 118.551264 +L 698.959424 118.551264 +L 698.959424 122.80645 +L 701.145944 122.80645 +L 701.145944 119.941292 +L 703.332465 119.941292 +L 703.332465 114.636493 +L 705.518985 114.636493 +L 705.518985 120.820697 +L 707.705505 120.820697 +L 707.705505 124.111374 +L 709.892026 124.111374 +L 709.892026 126.040391 +L 712.078546 126.040391 +L 712.078546 119.657613 +L 714.265067 119.657613 +L 714.265067 115.260587 +L 716.451587 115.260587 +L 716.451587 113.161362 +L 718.638107 113.161362 +L 718.638107 123.884431 +L 720.824628 123.884431 +L 720.824628 121.898677 +L 723.011148 121.898677 +L 723.011148 117.274708 +L 725.197668 117.274708 +L 725.197668 116.083256 +L 727.384189 116.083256 +L 727.384189 116.225096 +L 729.570709 116.225096 +L 729.570709 119.771084 +L 731.75723 119.771084 +L 731.75723 117.700227 +L 733.94375 117.700227 +L 733.94375 121.473159 +L 736.13027 121.473159 +L 736.13027 116.593879 +L 738.316791 116.593879 +L 738.316791 121.161112 +L 740.503311 121.161112 +L 740.503311 123.317072 +L 742.689832 123.317072 +L 742.689832 116.083256 +L 744.876352 116.083256 +L 744.876352 125.24609 +L 747.062872 125.24609 +L 747.062872 125.983656 +L 749.249393 125.983656 +L 749.249393 129.501276 +L 751.435913 129.501276 +L 751.435913 121.785205 +L 753.622433 121.785205 +L 753.622433 115.856313 +L 755.808954 115.856313 +L 755.808954 124.395053 +L 757.995474 124.395053 +L 757.995474 127.799202 +L 760.181995 127.799202 +L 760.181995 128.565135 +L 762.368515 128.565135 +L 762.368515 132.338067 +L 764.555035 132.338067 +L 764.555035 127.54389 +L 766.741556 127.54389 +L 766.741556 123.742591 +L 768.928076 123.742591 +L 768.928076 133.359311 +L 771.114596 133.359311 +L 771.114596 132.678481 +L 773.301117 132.678481 +L 773.301117 132.139491 +L 775.487637 132.139491 +L 775.487637 142.153362 +L 777.674158 142.153362 +L 777.674158 136.593252 +L 779.860678 136.593252 +L 779.860678 138.011648 +L 782.047198 138.011648 +L 782.047198 135.146489 +L 784.233719 135.146489 +L 784.233719 132.167859 +L 786.420239 132.167859 +L 786.420239 141.245589 +L 788.606759 141.245589 +L 788.606759 142.607249 +L 790.79328 142.607249 +L 790.79328 142.607249 +L 792.9798 142.607249 +L 792.9798 143.344814 +L 795.166321 143.344814 +L 795.166321 139.032892 +L 797.352841 139.032892 +L 797.352841 140.451288 +L 799.539361 140.451288 +L 799.539361 142.890928 +L 801.725882 142.890928 +L 801.725882 144.08238 +L 803.912402 144.08238 +L 803.912402 147.089378 +L 806.098922 147.089378 +L 806.098922 147.316321 +L 808.285443 147.316321 +L 808.285443 145.387303 +L 810.471963 145.387303 +L 810.471963 145.046888 +L 812.658484 145.046888 +L 812.658484 145.131992 +L 814.845004 145.131992 +L 814.845004 144.08238 +L 817.031524 144.08238 +L 817.031524 147.146114 +L 819.218045 147.146114 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 146.692227 +L 827.964126 146.692227 +L 827.964126 146.465284 +L 830.150647 146.465284 +L 830.150647 146.578755 +L 832.337167 146.578755 +L 832.337167 146.465284 +L 834.523687 146.465284 +L 834.523687 147.202849 +L 836.710208 147.202849 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_32"> + <path clip-path="url(#p33ebc53731)" d="M 753.404603 147.6 +L 753.404603 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_25"> + <path d="M 613.685129 147.6 +L 613.685129 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_26"> + <path d="M 854.202371 147.6 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_27"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_28"> + <path d="M 613.685129 38.88 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_35"> + <!-- 0% --> + <g style="fill:#262626;" transform="translate(721.938125 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + <g id="legend_1"> + <g id="patch_29"> + <path d="M 790.180496 89.315938 +L 847.202371 89.315938 +Q 849.202371 89.315938 849.202371 87.315938 +L 849.202371 45.88 +Q 849.202371 43.88 847.202371 43.88 +L 790.180496 43.88 +Q 788.180496 43.88 788.180496 45.88 +L 788.180496 87.315938 +Q 788.180496 89.315938 790.180496 89.315938 +z +" style="fill:#ffffff;opacity:0.1;stroke:#cccccc;stroke-linejoin:miter;"/> + </g> + <g id="patch_30"> + <path d="M 792.180496 55.037813 +L 812.180496 55.037813 +L 812.180496 48.037813 +L 792.180496 48.037813 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_36"> + <!-- 0.004 --> + <g style="fill:#262626;" transform="translate(820.180496 55.037813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + <g id="patch_31"> + <path d="M 792.180496 69.183125 +L 812.180496 69.183125 +L 812.180496 62.183125 +L 792.180496 62.183125 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_37"> + <!-- 0.005 --> + <g style="fill:#262626;" transform="translate(820.180496 69.183125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + </g> + </g> + <g id="patch_32"> + <path d="M 792.180496 83.328438 +L 812.180496 83.328438 +L 812.180496 76.328438 +L 792.180496 76.328438 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_38"> + <!-- 0.006 --> + <g style="fill:#262626;" transform="translate(820.180496 83.328438)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + </g> + <g id="axes_4"> + <g id="patch_33"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +L 1142.82306 38.88 +L 902.305819 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_7"> + <g id="xtick_18"> + <g id="line2d_33"> + <path clip-path="url(#p6871926565)" d="M 947.094664 147.6 +L 947.094664 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_39"> + <!-- 0.28 --> + <g style="fill:#262626;" transform="translate(937.364196 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_19"> + <g id="line2d_34"> + <path clip-path="url(#p6871926565)" d="M 1003.68917 147.6 +L 1003.68917 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_40"> + <!-- 0.29 --> + <g style="fill:#262626;" transform="translate(993.958702 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + </g> + </g> + </g> + <g id="xtick_20"> + <g id="line2d_35"> + <path clip-path="url(#p6871926565)" d="M 1060.283676 147.6 +L 1060.283676 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_41"> + <!-- 0.30 --> + <g style="fill:#262626;" transform="translate(1050.553208 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_21"> + <g id="line2d_36"> + <path clip-path="url(#p6871926565)" d="M 1116.878182 147.6 +L 1116.878182 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_42"> + <!-- 0.31 --> + <g style="fill:#262626;" transform="translate(1107.147714 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="text_43"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1003.947252 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_8"> + <g id="ytick_13"> + <g id="line2d_37"> + <path clip-path="url(#p6871926565)" d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_44"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(889.744881 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_14"> + <g id="line2d_38"> + <path clip-path="url(#p6871926565)" d="M 902.305819 124.788179 +L 1142.82306 124.788179 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_45"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(873.062069 128.367085)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_15"> + <g id="line2d_39"> + <path clip-path="url(#p6871926565)" d="M 902.305819 101.976357 +L 1142.82306 101.976357 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_46"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(873.062069 105.555264)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_16"> + <g id="line2d_40"> + <path clip-path="url(#p6871926565)" d="M 902.305819 79.164536 +L 1142.82306 79.164536 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_47"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(873.062069 82.743442)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_17"> + <g id="line2d_41"> + <path clip-path="url(#p6871926565)" d="M 902.305819 56.352715 +L 1142.82306 56.352715 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_48"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(873.062069 59.931621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_34"> + <path clip-path="url(#p6871926565)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 136.513455 +L 921.984502 136.513455 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 140.20897 +L 926.357543 140.20897 +L 926.357543 133.639165 +L 928.544063 133.639165 +L 928.544063 146.778774 +L 930.730584 146.778774 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 136.513455 +L 935.103625 136.513455 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 133.912907 +L 939.476665 133.912907 +L 939.476665 139.114002 +L 941.663186 139.114002 +L 941.663186 135.007875 +L 943.849706 135.007875 +L 943.849706 132.31608 +L 946.036226 132.31608 +L 946.036226 131.084241 +L 948.222747 131.084241 +L 948.222747 121.229535 +L 950.409267 121.229535 +L 950.409267 123.601964 +L 952.595788 123.601964 +L 952.595788 136.695949 +L 954.782308 136.695949 +L 954.782308 131.586101 +L 956.968828 131.586101 +L 956.968828 136.650326 +L 959.155349 136.650326 +L 959.155349 115.709074 +L 961.341869 115.709074 +L 961.341869 114.477235 +L 963.528389 114.477235 +L 963.528389 115.572203 +L 965.71491 115.572203 +L 965.71491 107.77056 +L 967.90143 107.77056 +L 967.90143 128.848683 +L 970.087951 128.848683 +L 970.087951 105.991238 +L 972.274471 105.991238 +L 972.274471 95.452176 +L 974.460991 95.452176 +L 974.460991 117.077783 +L 976.647512 117.077783 +L 976.647512 76.427117 +L 978.834032 76.427117 +L 978.834032 86.418695 +L 981.020553 86.418695 +L 981.020553 138.155906 +L 983.207073 138.155906 +L 983.207073 103.527561 +L 985.393593 103.527561 +L 985.393593 83.772524 +L 987.580114 83.772524 +L 987.580114 94.813445 +L 989.766634 94.813445 +L 989.766634 67.119894 +L 991.953154 67.119894 +L 991.953154 71.636635 +L 994.139675 71.636635 +L 994.139675 103.664432 +L 996.326195 103.664432 +L 996.326195 85.049986 +L 998.512716 85.049986 +L 998.512716 76.427117 +L 1000.699236 76.427117 +L 1000.699236 75.469021 +L 1002.885756 75.469021 +L 1002.885756 67.119894 +L 1005.072277 67.119894 +L 1005.072277 59.728864 +L 1007.258797 59.728864 +L 1007.258797 95.771542 +L 1009.445317 95.771542 +L 1009.445317 90.273893 +L 1011.631838 90.273893 +L 1011.631838 44.057143 +L 1013.818358 44.057143 +L 1013.818358 64.245605 +L 1016.004879 64.245605 +L 1016.004879 75.948069 +L 1018.191399 75.948069 +L 1018.191399 80.898234 +L 1020.377919 80.898234 +L 1020.377919 84.890303 +L 1022.56444 84.890303 +L 1022.56444 88.471759 +L 1024.75096 88.471759 +L 1024.75096 49.075744 +L 1026.93748 49.075744 +L 1026.93748 76.267435 +L 1029.124001 76.267435 +L 1029.124001 79.71202 +L 1031.310521 79.71202 +L 1031.310521 71.089151 +L 1033.497042 71.089151 +L 1033.497042 105.649061 +L 1035.683562 105.649061 +L 1035.683562 103.664432 +L 1037.870082 103.664432 +L 1037.870082 68.488604 +L 1040.056603 68.488604 +L 1040.056603 86.487131 +L 1042.243123 86.487131 +L 1042.243123 93.809725 +L 1044.429643 93.809725 +L 1044.429643 99.193315 +L 1046.616164 99.193315 +L 1046.616164 116.005627 +L 1048.802684 116.005627 +L 1048.802684 99.284562 +L 1050.989205 99.284562 +L 1050.989205 86.509942 +L 1053.175725 86.509942 +L 1053.175725 112.880408 +L 1055.362245 112.880408 +L 1055.362245 112.834784 +L 1057.548766 112.834784 +L 1057.548766 103.253819 +L 1059.735286 103.253819 +L 1059.735286 130.285828 +L 1061.921806 130.285828 +L 1061.921806 125.769087 +L 1064.108327 125.769087 +L 1064.108327 88.540195 +L 1066.294847 88.540195 +L 1066.294847 118.720234 +L 1068.481368 118.720234 +L 1068.481368 133.776036 +L 1070.667888 133.776036 +L 1070.667888 129.738344 +L 1072.854408 129.738344 +L 1072.854408 133.844472 +L 1075.040929 133.844472 +L 1075.040929 127.959022 +L 1077.227449 127.959022 +L 1077.227449 123.168539 +L 1079.413969 123.168539 +L 1079.413969 136.239713 +L 1081.60049 136.239713 +L 1081.60049 138.292777 +L 1083.78701 138.292777 +L 1083.78701 136.239713 +L 1085.973531 136.239713 +L 1085.973531 146.09442 +L 1088.160051 146.09442 +L 1088.160051 136.513455 +L 1090.346571 136.513455 +L 1090.346571 142.056727 +L 1092.533092 142.056727 +L 1092.533092 142.672647 +L 1094.719612 142.672647 +L 1094.719612 129.669908 +L 1096.906132 129.669908 +L 1096.906132 138.019035 +L 1099.092653 138.019035 +L 1099.092653 146.505033 +L 1101.279173 146.505033 +L 1101.279173 142.330469 +L 1103.465694 142.330469 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 143.904485 +L 1107.838734 143.904485 +L 1107.838734 140.345841 +L 1110.025255 140.345841 +L 1110.025255 147.463129 +L 1112.211775 147.463129 +L 1112.211775 144.451969 +L 1114.398295 144.451969 +L 1114.398295 145.204759 +L 1116.584816 145.204759 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 141.303937 +L 1120.957857 141.303937 +L 1120.957857 142.809518 +L 1123.144377 142.809518 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_35"> + <path clip-path="url(#p6871926565)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 143.904485 +L 921.984502 143.904485 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 145.136323 +L 926.357543 145.136323 +L 926.357543 142.946388 +L 928.544063 142.946388 +L 928.544063 147.326258 +L 930.730584 147.326258 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 143.904485 +L 935.103625 143.904485 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 143.037636 +L 939.476665 143.037636 +L 939.476665 144.771334 +L 941.663186 144.771334 +L 941.663186 143.402625 +L 943.849706 143.402625 +L 943.849706 142.444528 +L 946.036226 142.444528 +L 946.036226 142.125163 +L 948.222747 142.125163 +L 948.222747 138.840261 +L 950.409267 138.840261 +L 950.409267 139.570239 +L 952.595788 139.570239 +L 952.595788 143.995732 +L 954.782308 143.995732 +L 954.782308 142.262034 +L 956.968828 142.262034 +L 956.968828 143.950109 +L 959.155349 143.950109 +L 959.155349 136.969691 +L 961.341869 136.969691 +L 961.341869 136.559078 +L 963.528389 136.559078 +L 963.528389 136.924068 +L 965.71491 136.924068 +L 965.71491 134.32352 +L 967.90143 134.32352 +L 967.90143 141.349561 +L 970.087951 141.349561 +L 970.087951 133.730413 +L 972.274471 133.730413 +L 972.274471 130.217392 +L 974.460991 130.217392 +L 974.460991 137.425928 +L 976.647512 137.425928 +L 976.647512 123.875706 +L 978.834032 123.875706 +L 978.834032 127.114984 +L 981.020553 127.114984 +L 981.020553 144.543216 +L 983.207073 144.543216 +L 983.207073 132.909187 +L 985.393593 132.909187 +L 985.393593 126.293759 +L 987.580114 126.293759 +L 987.580114 130.034898 +L 989.766634 130.034898 +L 989.766634 120.773298 +L 991.953154 120.773298 +L 991.953154 122.278878 +L 994.139675 122.278878 +L 994.139675 132.909187 +L 996.326195 132.909187 +L 996.326195 126.795619 +L 998.512716 126.795619 +L 998.512716 123.875706 +L 1000.699236 123.875706 +L 1000.699236 123.55634 +L 1002.885756 123.55634 +L 1002.885756 120.773298 +L 1005.072277 120.773298 +L 1005.072277 118.309621 +L 1007.258797 118.309621 +L 1007.258797 130.263016 +L 1009.445317 130.263016 +L 1009.445317 128.552129 +L 1011.631838 128.552129 +L 1011.631838 113.085714 +L 1013.818358 113.085714 +L 1013.818358 119.815202 +L 1016.004879 119.815202 +L 1016.004879 123.716023 +L 1018.191399 123.716023 +L 1018.191399 125.335662 +L 1020.377919 125.335662 +L 1020.377919 126.727183 +L 1022.56444 126.727183 +L 1022.56444 127.890586 +L 1024.75096 127.890586 +L 1024.75096 114.728165 +L 1026.93748 114.728165 +L 1026.93748 123.852894 +L 1029.124001 123.852894 +L 1029.124001 124.970673 +L 1031.310521 124.970673 +L 1031.310521 122.096384 +L 1033.497042 122.096384 +L 1033.497042 133.616354 +L 1035.683562 133.616354 +L 1035.683562 132.954811 +L 1037.870082 132.954811 +L 1037.870082 121.229535 +L 1040.056603 121.229535 +L 1040.056603 127.229044 +L 1042.243123 127.229044 +L 1042.243123 129.669908 +L 1044.429643 129.669908 +L 1044.429643 131.44923 +L 1046.616164 131.44923 +L 1046.616164 137.08375 +L 1048.802684 137.08375 +L 1048.802684 131.494854 +L 1050.989205 131.494854 +L 1050.989205 127.206232 +L 1053.175725 127.206232 +L 1053.175725 136.057218 +L 1055.362245 136.057218 +L 1055.362245 136.011595 +L 1057.548766 136.011595 +L 1057.548766 132.81794 +L 1059.735286 132.81794 +L 1059.735286 141.828609 +L 1061.921806 141.828609 +L 1061.921806 140.323029 +L 1064.108327 140.323029 +L 1064.108327 127.913398 +L 1066.294847 127.913398 +L 1066.294847 137.973411 +L 1068.481368 137.973411 +L 1068.481368 142.992012 +L 1070.667888 142.992012 +L 1070.667888 141.646115 +L 1072.854408 141.646115 +L 1072.854408 143.014824 +L 1075.040929 143.014824 +L 1075.040929 141.053007 +L 1077.227449 141.053007 +L 1077.227449 139.364932 +L 1079.413969 139.364932 +L 1079.413969 143.904485 +L 1081.60049 143.904485 +L 1081.60049 144.497592 +L 1083.78701 144.497592 +L 1083.78701 143.813238 +L 1085.973531 143.813238 +L 1085.973531 147.09814 +L 1088.160051 147.09814 +L 1088.160051 143.904485 +L 1090.346571 143.904485 +L 1090.346571 145.752242 +L 1092.533092 145.752242 +L 1092.533092 145.957549 +L 1094.719612 145.957549 +L 1094.719612 141.623303 +L 1096.906132 141.623303 +L 1096.906132 144.406345 +L 1099.092653 144.406345 +L 1099.092653 147.189387 +L 1101.279173 147.189387 +L 1101.279173 145.889113 +L 1103.465694 145.889113 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 146.368162 +L 1107.838734 146.368162 +L 1107.838734 145.181947 +L 1110.025255 145.181947 +L 1110.025255 147.554376 +L 1112.211775 147.554376 +L 1112.211775 146.550656 +L 1114.398295 146.550656 +L 1114.398295 146.801586 +L 1116.584816 146.801586 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 145.501312 +L 1120.957857 145.501312 +L 1120.957857 146.003173 +L 1123.144377 146.003173 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_36"> + <path clip-path="url(#p6871926565)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 143.904485 +L 921.984502 143.904485 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 145.136323 +L 926.357543 145.136323 +L 926.357543 142.946388 +L 928.544063 142.946388 +L 928.544063 147.326258 +L 930.730584 147.326258 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 143.904485 +L 935.103625 143.904485 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 143.037636 +L 939.476665 143.037636 +L 939.476665 144.771334 +L 941.663186 144.771334 +L 941.663186 143.402625 +L 943.849706 143.402625 +L 943.849706 142.535776 +L 946.036226 142.535776 +L 946.036226 142.033916 +L 948.222747 142.033916 +L 948.222747 138.840261 +L 950.409267 138.840261 +L 950.409267 139.570239 +L 952.595788 139.570239 +L 952.595788 143.995732 +L 954.782308 143.995732 +L 954.782308 142.262034 +L 956.968828 142.262034 +L 956.968828 143.950109 +L 959.155349 143.950109 +L 959.155349 136.969691 +L 961.341869 136.969691 +L 961.341869 136.559078 +L 963.528389 136.559078 +L 963.528389 136.924068 +L 965.71491 136.924068 +L 965.71491 134.32352 +L 967.90143 134.32352 +L 967.90143 141.349561 +L 970.087951 141.349561 +L 970.087951 133.730413 +L 972.274471 133.730413 +L 972.274471 130.217392 +L 974.460991 130.217392 +L 974.460991 137.425928 +L 976.647512 137.425928 +L 976.647512 123.875706 +L 978.834032 123.875706 +L 978.834032 127.251855 +L 981.020553 127.251855 +L 981.020553 144.406345 +L 983.207073 144.406345 +L 983.207073 132.909187 +L 985.393593 132.909187 +L 985.393593 126.293759 +L 987.580114 126.293759 +L 987.580114 130.034898 +L 989.766634 130.034898 +L 989.766634 120.773298 +L 991.953154 120.773298 +L 991.953154 122.278878 +L 994.139675 122.278878 +L 994.139675 132.954811 +L 996.326195 132.954811 +L 996.326195 126.749995 +L 998.512716 126.749995 +L 998.512716 123.875706 +L 1000.699236 123.875706 +L 1000.699236 123.55634 +L 1002.885756 123.55634 +L 1002.885756 120.773298 +L 1005.072277 120.773298 +L 1005.072277 118.309621 +L 1007.258797 118.309621 +L 1007.258797 130.354263 +L 1009.445317 130.354263 +L 1009.445317 128.460882 +L 1011.631838 128.460882 +L 1011.631838 113.085714 +L 1013.818358 113.085714 +L 1013.818358 119.815202 +L 1016.004879 119.815202 +L 1016.004879 123.716023 +L 1018.191399 123.716023 +L 1018.191399 125.335662 +L 1020.377919 125.335662 +L 1020.377919 126.727183 +L 1022.56444 126.727183 +L 1022.56444 127.890586 +L 1024.75096 127.890586 +L 1024.75096 114.728165 +L 1026.93748 114.728165 +L 1026.93748 123.852894 +L 1029.124001 123.852894 +L 1029.124001 124.970673 +L 1031.310521 124.970673 +L 1031.310521 122.096384 +L 1033.497042 122.096384 +L 1033.497042 133.616354 +L 1035.683562 133.616354 +L 1035.683562 132.954811 +L 1037.870082 132.954811 +L 1037.870082 121.229535 +L 1040.056603 121.229535 +L 1040.056603 127.229044 +L 1042.243123 127.229044 +L 1042.243123 129.669908 +L 1044.429643 129.669908 +L 1044.429643 131.44923 +L 1046.616164 131.44923 +L 1046.616164 137.08375 +L 1048.802684 137.08375 +L 1048.802684 131.494854 +L 1050.989205 131.494854 +L 1050.989205 127.206232 +L 1053.175725 127.206232 +L 1053.175725 136.057218 +L 1055.362245 136.057218 +L 1055.362245 136.011595 +L 1057.548766 136.011595 +L 1057.548766 132.81794 +L 1059.735286 132.81794 +L 1059.735286 141.828609 +L 1061.921806 141.828609 +L 1061.921806 140.323029 +L 1064.108327 140.323029 +L 1064.108327 127.913398 +L 1066.294847 127.913398 +L 1066.294847 137.973411 +L 1068.481368 137.973411 +L 1068.481368 142.992012 +L 1070.667888 142.992012 +L 1070.667888 141.646115 +L 1072.854408 141.646115 +L 1072.854408 143.014824 +L 1075.040929 143.014824 +L 1075.040929 141.053007 +L 1077.227449 141.053007 +L 1077.227449 139.501803 +L 1079.413969 139.501803 +L 1079.413969 143.767614 +L 1081.60049 143.767614 +L 1081.60049 144.497592 +L 1083.78701 144.497592 +L 1083.78701 143.813238 +L 1085.973531 143.813238 +L 1085.973531 147.09814 +L 1088.160051 147.09814 +L 1088.160051 143.904485 +L 1090.346571 143.904485 +L 1090.346571 145.752242 +L 1092.533092 145.752242 +L 1092.533092 145.957549 +L 1094.719612 145.957549 +L 1094.719612 141.623303 +L 1096.906132 141.623303 +L 1096.906132 144.406345 +L 1099.092653 144.406345 +L 1099.092653 147.257823 +L 1101.279173 147.257823 +L 1101.279173 145.820678 +L 1103.465694 145.820678 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 146.368162 +L 1107.838734 146.368162 +L 1107.838734 145.181947 +L 1110.025255 145.181947 +L 1110.025255 147.554376 +L 1112.211775 147.554376 +L 1112.211775 146.550656 +L 1114.398295 146.550656 +L 1114.398295 146.801586 +L 1116.584816 146.801586 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 145.501312 +L 1120.957857 145.501312 +L 1120.957857 146.003173 +L 1123.144377 146.003173 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_37"> + <path clip-path="url(#p6871926565)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 143.904485 +L 921.984502 143.904485 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 145.136323 +L 926.357543 145.136323 +L 926.357543 142.946388 +L 928.544063 142.946388 +L 928.544063 147.326258 +L 930.730584 147.326258 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 143.904485 +L 935.103625 143.904485 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 143.037636 +L 939.476665 143.037636 +L 939.476665 144.771334 +L 941.663186 144.771334 +L 941.663186 143.402625 +L 943.849706 143.402625 +L 943.849706 142.535776 +L 946.036226 142.535776 +L 946.036226 142.125163 +L 948.222747 142.125163 +L 948.222747 138.749013 +L 950.409267 138.749013 +L 950.409267 139.661486 +L 952.595788 139.661486 +L 952.595788 143.904485 +L 954.782308 143.904485 +L 954.782308 142.262034 +L 956.968828 142.262034 +L 956.968828 143.950109 +L 959.155349 143.950109 +L 959.155349 136.969691 +L 961.341869 136.969691 +L 961.341869 136.559078 +L 963.528389 136.559078 +L 963.528389 136.924068 +L 965.71491 136.924068 +L 965.71491 134.32352 +L 967.90143 134.32352 +L 967.90143 141.349561 +L 970.087951 141.349561 +L 970.087951 133.730413 +L 972.274471 133.730413 +L 972.274471 130.217392 +L 974.460991 130.217392 +L 974.460991 137.425928 +L 976.647512 137.425928 +L 976.647512 123.875706 +L 978.834032 123.875706 +L 978.834032 127.251855 +L 981.020553 127.251855 +L 981.020553 144.406345 +L 983.207073 144.406345 +L 983.207073 132.909187 +L 985.393593 132.909187 +L 985.393593 126.385006 +L 987.580114 126.385006 +L 987.580114 129.94365 +L 989.766634 129.94365 +L 989.766634 120.773298 +L 991.953154 120.773298 +L 991.953154 122.278878 +L 994.139675 122.278878 +L 994.139675 133.000434 +L 996.326195 133.000434 +L 996.326195 126.704372 +L 998.512716 126.704372 +L 998.512716 123.875706 +L 1000.699236 123.875706 +L 1000.699236 123.55634 +L 1002.885756 123.55634 +L 1002.885756 120.773298 +L 1005.072277 120.773298 +L 1005.072277 118.309621 +L 1007.258797 118.309621 +L 1007.258797 130.354263 +L 1009.445317 130.354263 +L 1009.445317 128.460882 +L 1011.631838 128.460882 +L 1011.631838 113.085714 +L 1013.818358 113.085714 +L 1013.818358 119.815202 +L 1016.004879 119.815202 +L 1016.004879 123.716023 +L 1018.191399 123.716023 +L 1018.191399 125.42691 +L 1020.377919 125.42691 +L 1020.377919 126.635936 +L 1022.56444 126.635936 +L 1022.56444 127.890586 +L 1024.75096 127.890586 +L 1024.75096 114.819413 +L 1026.93748 114.819413 +L 1026.93748 123.761647 +L 1029.124001 123.761647 +L 1029.124001 124.970673 +L 1031.310521 124.970673 +L 1031.310521 122.096384 +L 1033.497042 122.096384 +L 1033.497042 133.616354 +L 1035.683562 133.616354 +L 1035.683562 132.954811 +L 1037.870082 132.954811 +L 1037.870082 121.229535 +L 1040.056603 121.229535 +L 1040.056603 127.229044 +L 1042.243123 127.229044 +L 1042.243123 129.669908 +L 1044.429643 129.669908 +L 1044.429643 131.494854 +L 1046.616164 131.494854 +L 1046.616164 137.038127 +L 1048.802684 137.038127 +L 1048.802684 131.494854 +L 1050.989205 131.494854 +L 1050.989205 127.297479 +L 1053.175725 127.297479 +L 1053.175725 135.965971 +L 1055.362245 135.965971 +L 1055.362245 136.011595 +L 1057.548766 136.011595 +L 1057.548766 132.81794 +L 1059.735286 132.81794 +L 1059.735286 141.828609 +L 1061.921806 141.828609 +L 1061.921806 140.323029 +L 1064.108327 140.323029 +L 1064.108327 127.913398 +L 1066.294847 127.913398 +L 1066.294847 137.973411 +L 1068.481368 137.973411 +L 1068.481368 142.992012 +L 1070.667888 142.992012 +L 1070.667888 141.646115 +L 1072.854408 141.646115 +L 1072.854408 143.014824 +L 1075.040929 143.014824 +L 1075.040929 141.053007 +L 1077.227449 141.053007 +L 1077.227449 139.501803 +L 1079.413969 139.501803 +L 1079.413969 143.767614 +L 1081.60049 143.767614 +L 1081.60049 144.497592 +L 1083.78701 144.497592 +L 1083.78701 143.813238 +L 1085.973531 143.813238 +L 1085.973531 147.09814 +L 1088.160051 147.09814 +L 1088.160051 143.904485 +L 1090.346571 143.904485 +L 1090.346571 145.752242 +L 1092.533092 145.752242 +L 1092.533092 145.957549 +L 1094.719612 145.957549 +L 1094.719612 141.623303 +L 1096.906132 141.623303 +L 1096.906132 144.406345 +L 1099.092653 144.406345 +L 1099.092653 147.257823 +L 1101.279173 147.257823 +L 1101.279173 145.820678 +L 1103.465694 145.820678 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 146.368162 +L 1107.838734 146.368162 +L 1107.838734 145.181947 +L 1110.025255 145.181947 +L 1110.025255 147.554376 +L 1112.211775 147.554376 +L 1112.211775 146.550656 +L 1114.398295 146.550656 +L 1114.398295 146.801586 +L 1116.584816 146.801586 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 145.501312 +L 1120.957857 145.501312 +L 1120.957857 146.003173 +L 1123.144377 146.003173 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_42"> + <path clip-path="url(#p6871926565)" d="M 1060.283676 147.6 +L 1060.283676 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_38"> + <path d="M 902.305819 147.6 +L 902.305819 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_39"> + <path d="M 1142.82306 147.6 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_40"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_41"> + <path d="M 902.305819 38.88 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_49"> + <!-- 0% --> + <g style="fill:#262626;" transform="translate(1010.558815 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_5"> + <g id="patch_42"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +L 1431.44375 38.88 +L 1190.926509 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_9"> + <g id="xtick_22"> + <g id="line2d_43"> + <path clip-path="url(#p6746a83479)" d="M 1191.977151 147.6 +L 1191.977151 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_50"> + <!-- 0.41 --> + <g style="fill:#262626;" transform="translate(1182.246682 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="xtick_23"> + <g id="line2d_44"> + <path clip-path="url(#p6746a83479)" d="M 1232.424459 147.6 +L 1232.424459 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_51"> + <!-- 0.42 --> + <g style="fill:#262626;" transform="translate(1222.69399 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_24"> + <g id="line2d_45"> + <path clip-path="url(#p6746a83479)" d="M 1272.871767 147.6 +L 1272.871767 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_52"> + <!-- 0.43 --> + <g style="fill:#262626;" transform="translate(1263.141298 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-51"/> + </g> + </g> + </g> + <g id="xtick_25"> + <g id="line2d_46"> + <path clip-path="url(#p6746a83479)" d="M 1313.319075 147.6 +L 1313.319075 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_53"> + <!-- 0.44 --> + <g style="fill:#262626;" transform="translate(1303.588606 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_26"> + <g id="line2d_47"> + <path clip-path="url(#p6746a83479)" d="M 1353.766383 147.6 +L 1353.766383 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_54"> + <!-- 0.45 --> + <g style="fill:#262626;" transform="translate(1344.035914 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_27"> + <g id="line2d_48"> + <path clip-path="url(#p6746a83479)" d="M 1394.213691 147.6 +L 1394.213691 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_55"> + <!-- 0.46 --> + <g style="fill:#262626;" transform="translate(1384.483222 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="text_56"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1292.567942 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_10"> + <g id="ytick_18"> + <g id="line2d_49"> + <path clip-path="url(#p6746a83479)" d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_57"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(1178.365571 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_19"> + <g id="line2d_50"> + <path clip-path="url(#p6746a83479)" d="M 1190.926509 125.847299 +L 1431.44375 125.847299 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_58"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(1161.682759 129.426205)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_20"> + <g id="line2d_51"> + <path clip-path="url(#p6746a83479)" d="M 1190.926509 104.094598 +L 1431.44375 104.094598 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_59"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(1161.682759 107.673504)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_21"> + <g id="line2d_52"> + <path clip-path="url(#p6746a83479)" d="M 1190.926509 82.341897 +L 1431.44375 82.341897 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_60"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(1161.682759 85.920803)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_22"> + <g id="line2d_53"> + <path clip-path="url(#p6746a83479)" d="M 1190.926509 60.589196 +L 1431.44375 60.589196 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_61"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(1161.682759 64.168102)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_43"> + <path clip-path="url(#p6746a83479)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 137.680768 +L 1210.605192 137.680768 +L 1210.605192 146.947419 +L 1212.791712 146.947419 +L 1212.791712 126.717407 +L 1214.978233 126.717407 +L 1214.978233 147.338968 +L 1217.164753 147.338968 +L 1217.164753 137.028187 +L 1219.351274 137.028187 +L 1219.351274 140.552125 +L 1221.537794 140.552125 +L 1221.537794 133.50425 +L 1223.724314 133.50425 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 137.028187 +L 1228.097355 137.028187 +L 1228.097355 130.632893 +L 1230.283875 130.632893 +L 1230.283875 143.423481 +L 1232.470396 143.423481 +L 1232.470396 135.984058 +L 1234.656916 135.984058 +L 1234.656916 124.498631 +L 1236.843437 124.498631 +L 1236.843437 121.757791 +L 1239.029957 121.757791 +L 1239.029957 134.678896 +L 1241.216477 134.678896 +L 1241.216477 136.506122 +L 1243.402998 136.506122 +L 1243.402998 126.717407 +L 1245.589518 126.717407 +L 1245.589518 126.195342 +L 1247.776038 126.195342 +L 1247.776038 137.028187 +L 1249.962559 137.028187 +L 1249.962559 111.185978 +L 1252.149079 111.185978 +L 1252.149079 99.178487 +L 1254.3356 99.178487 +L 1254.3356 105.573782 +L 1256.52212 105.573782 +L 1256.52212 121.627275 +L 1258.70864 121.627275 +L 1258.70864 131.285474 +L 1260.895161 131.285474 +L 1260.895161 105.704298 +L 1263.081681 105.704298 +L 1263.081681 105.312749 +L 1265.268201 105.312749 +L 1265.268201 98.656423 +L 1267.454722 98.656423 +L 1267.454722 98.003842 +L 1269.641242 98.003842 +L 1269.641242 86.257383 +L 1271.827763 86.257383 +L 1271.827763 100.701176 +L 1274.014283 100.701176 +L 1274.014283 104.703673 +L 1276.200803 104.703673 +L 1276.200803 75.294022 +L 1278.387324 75.294022 +L 1278.387324 120.322113 +L 1280.573844 120.322113 +L 1280.573844 94.740936 +L 1282.760364 94.740936 +L 1282.760364 87.170996 +L 1284.946885 87.170996 +L 1284.946885 63.808595 +L 1287.133405 63.808595 +L 1287.133405 112.099592 +L 1289.319926 112.099592 +L 1289.319926 86.387899 +L 1291.506446 86.387899 +L 1291.506446 82.211381 +L 1293.692966 82.211381 +L 1293.692966 44.057143 +L 1295.879487 44.057143 +L 1295.879487 99.221993 +L 1298.066007 99.221993 +L 1298.066007 81.036735 +L 1300.252527 81.036735 +L 1300.252527 75.163505 +L 1302.439048 75.163505 +L 1302.439048 75.294022 +L 1304.625568 75.294022 +L 1304.625568 48.472941 +L 1306.812089 48.472941 +L 1306.812089 88.4109 +L 1308.998609 88.4109 +L 1308.998609 60.893733 +L 1311.185129 60.893733 +L 1311.185129 78.730948 +L 1313.37165 78.730948 +L 1313.37165 88.345642 +L 1315.55817 88.345642 +L 1315.55817 91.586795 +L 1317.74469 91.586795 +L 1317.74469 107.096471 +L 1319.931211 107.096471 +L 1319.931211 80.253637 +L 1322.117731 80.253637 +L 1322.117731 98.525906 +L 1324.304252 98.525906 +L 1324.304252 69.094502 +L 1326.490772 69.094502 +L 1326.490772 115.297239 +L 1328.677292 115.297239 +L 1328.677292 109.358752 +L 1330.863813 109.358752 +L 1330.863813 108.771429 +L 1333.050333 108.771429 +L 1333.050333 63.112509 +L 1335.236853 63.112509 +L 1335.236853 120.496134 +L 1337.423374 120.496134 +L 1337.423374 106.356879 +L 1339.609894 106.356879 +L 1339.609894 107.074718 +L 1341.796415 107.074718 +L 1341.796415 84.952221 +L 1343.982935 84.952221 +L 1343.982935 128.67515 +L 1346.169455 128.67515 +L 1346.169455 102.376134 +L 1348.355976 102.376134 +L 1348.355976 107.00946 +L 1350.542496 107.00946 +L 1350.542496 103.311501 +L 1352.729016 103.311501 +L 1352.729016 128.457623 +L 1354.915537 128.457623 +L 1354.915537 132.590636 +L 1357.102057 132.590636 +L 1357.102057 118.581897 +L 1359.288578 118.581897 +L 1359.288578 145.816279 +L 1361.475098 145.816279 +L 1361.475098 116.145594 +L 1363.661618 116.145594 +L 1363.661618 125.020696 +L 1365.848139 125.020696 +L 1365.848139 130.241345 +L 1368.034659 130.241345 +L 1368.034659 135.070444 +L 1370.221179 135.070444 +L 1370.221179 141.661513 +L 1372.4077 141.661513 +L 1372.4077 142.053061 +L 1374.59422 142.053061 +L 1374.59422 133.765282 +L 1376.780741 133.765282 +L 1376.780741 140.095318 +L 1378.967261 140.095318 +L 1378.967261 138.529124 +L 1381.153781 138.529124 +L 1381.153781 139.769028 +L 1383.340302 139.769028 +L 1383.340302 135.853541 +L 1385.526822 135.853541 +L 1385.526822 144.989676 +L 1387.713342 144.989676 +L 1387.713342 147.012677 +L 1389.899863 147.012677 +L 1389.899863 142.901417 +L 1392.086383 142.901417 +L 1392.086383 141.335222 +L 1394.272904 141.335222 +L 1394.272904 143.292965 +L 1396.459424 143.292965 +L 1396.459424 142.314094 +L 1398.645944 142.314094 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 137.419736 +L 1403.018985 137.419736 +L 1403.018985 147.208451 +L 1405.205505 147.208451 +L 1405.205505 142.314094 +L 1407.392026 142.314094 +L 1407.392026 144.076062 +L 1409.578546 144.076062 +L 1409.578546 140.552125 +L 1411.765067 140.552125 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_44"> + <path clip-path="url(#p6746a83479)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 144.293589 +L 1210.605192 144.293589 +L 1210.605192 147.382473 +L 1212.791712 147.382473 +L 1212.791712 140.639136 +L 1214.978233 140.639136 +L 1214.978233 147.512989 +L 1217.164753 147.512989 +L 1217.164753 144.076062 +L 1219.351274 144.076062 +L 1219.351274 145.250708 +L 1221.537794 145.250708 +L 1221.537794 142.901417 +L 1223.724314 142.901417 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 144.076062 +L 1228.097355 144.076062 +L 1228.097355 141.944298 +L 1230.283875 141.944298 +L 1230.283875 146.207827 +L 1232.470396 146.207827 +L 1232.470396 143.684514 +L 1234.656916 143.684514 +L 1234.656916 139.943049 +L 1236.843437 139.943049 +L 1236.843437 138.98593 +L 1239.029957 138.98593 +L 1239.029957 143.292965 +L 1241.216477 143.292965 +L 1241.216477 143.902041 +L 1243.402998 143.902041 +L 1243.402998 140.639136 +L 1245.589518 140.639136 +L 1245.589518 140.465114 +L 1247.776038 140.465114 +L 1247.776038 144.076062 +L 1249.962559 144.076062 +L 1249.962559 135.461993 +L 1252.149079 135.461993 +L 1252.149079 131.459496 +L 1254.3356 131.459496 +L 1254.3356 133.591261 +L 1256.52212 133.591261 +L 1256.52212 138.942425 +L 1258.70864 138.942425 +L 1258.70864 142.161825 +L 1260.895161 142.161825 +L 1260.895161 133.634766 +L 1263.081681 133.634766 +L 1263.081681 133.50425 +L 1265.268201 133.50425 +L 1265.268201 131.285474 +L 1267.454722 131.285474 +L 1267.454722 131.067947 +L 1269.641242 131.067947 +L 1269.641242 127.152461 +L 1271.827763 127.152461 +L 1271.827763 131.938055 +L 1274.014283 131.938055 +L 1274.014283 133.330228 +L 1276.200803 133.330228 +L 1276.200803 123.498007 +L 1278.387324 123.498007 +L 1278.387324 138.507371 +L 1280.573844 138.507371 +L 1280.573844 129.980312 +L 1282.760364 129.980312 +L 1282.760364 127.456999 +L 1284.946885 127.456999 +L 1284.946885 119.669532 +L 1287.133405 119.669532 +L 1287.133405 135.766531 +L 1289.319926 135.766531 +L 1289.319926 127.195966 +L 1291.506446 127.195966 +L 1291.506446 125.803794 +L 1293.692966 125.803794 +L 1293.692966 113.056711 +L 1295.879487 113.056711 +L 1295.879487 131.503001 +L 1298.066007 131.503001 +L 1298.066007 125.412245 +L 1300.252527 125.412245 +L 1300.252527 123.367491 +L 1302.439048 123.367491 +L 1302.439048 123.585018 +L 1304.625568 123.585018 +L 1304.625568 114.557647 +L 1306.812089 114.557647 +L 1306.812089 127.8703 +L 1308.998609 127.8703 +L 1308.998609 118.668908 +L 1311.185129 118.668908 +L 1311.185129 124.672653 +L 1313.37165 124.672653 +L 1313.37165 127.848547 +L 1315.55817 127.848547 +L 1315.55817 128.870924 +L 1317.74469 128.870924 +L 1317.74469 134.156831 +L 1319.931211 134.156831 +L 1319.931211 125.151212 +L 1322.117731 125.151212 +L 1322.117731 131.241969 +L 1324.304252 131.241969 +L 1324.304252 121.431501 +L 1326.490772 121.431501 +L 1326.490772 136.832413 +L 1328.677292 136.832413 +L 1328.677292 134.852917 +L 1330.863813 134.852917 +L 1330.863813 134.657143 +L 1333.050333 134.657143 +L 1333.050333 119.408499 +L 1335.236853 119.408499 +L 1335.236853 138.594382 +L 1337.423374 138.594382 +L 1337.423374 133.852293 +L 1339.609894 133.852293 +L 1339.609894 134.091573 +L 1341.796415 134.091573 +L 1341.796415 126.717407 +L 1343.982935 126.717407 +L 1343.982935 141.291717 +L 1346.169455 141.291717 +L 1346.169455 132.525378 +L 1348.355976 132.525378 +L 1348.355976 133.982809 +L 1350.542496 133.982809 +L 1350.542496 132.895174 +L 1352.729016 132.895174 +L 1352.729016 141.248211 +L 1354.915537 141.248211 +L 1354.915537 142.596879 +L 1357.102057 142.596879 +L 1357.102057 137.898295 +L 1359.288578 137.898295 +L 1359.288578 147.03443 +L 1361.475098 147.03443 +L 1361.475098 137.115198 +L 1363.661618 137.115198 +L 1363.661618 140.073565 +L 1365.848139 140.073565 +L 1365.848139 141.813782 +L 1368.034659 141.813782 +L 1368.034659 143.379976 +L 1370.221179 143.379976 +L 1370.221179 145.66401 +L 1372.4077 145.66401 +L 1372.4077 145.75102 +L 1374.59422 145.75102 +L 1374.59422 142.988427 +L 1376.780741 142.988427 +L 1376.780741 145.054934 +L 1378.967261 145.054934 +L 1378.967261 144.61988 +L 1381.153781 144.61988 +L 1381.153781 144.989676 +L 1383.340302 144.989676 +L 1383.340302 143.684514 +L 1385.526822 143.684514 +L 1385.526822 146.729892 +L 1387.713342 146.729892 +L 1387.713342 147.404226 +L 1389.899863 147.404226 +L 1389.899863 146.033806 +L 1392.086383 146.033806 +L 1392.086383 145.511741 +L 1394.272904 145.511741 +L 1394.272904 146.164322 +L 1396.459424 146.164322 +L 1396.459424 145.838031 +L 1398.645944 145.838031 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 144.206579 +L 1403.018985 144.206579 +L 1403.018985 147.469484 +L 1405.205505 147.469484 +L 1405.205505 145.838031 +L 1407.392026 145.838031 +L 1407.392026 146.425354 +L 1409.578546 146.425354 +L 1409.578546 145.250708 +L 1411.765067 145.250708 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_45"> + <path clip-path="url(#p6746a83479)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 144.293589 +L 1210.605192 144.293589 +L 1210.605192 147.382473 +L 1212.791712 147.382473 +L 1212.791712 140.639136 +L 1214.978233 140.639136 +L 1214.978233 147.512989 +L 1217.164753 147.512989 +L 1217.164753 144.076062 +L 1219.351274 144.076062 +L 1219.351274 145.250708 +L 1221.537794 145.250708 +L 1221.537794 142.901417 +L 1223.724314 142.901417 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 144.076062 +L 1228.097355 144.076062 +L 1228.097355 141.944298 +L 1230.283875 141.944298 +L 1230.283875 146.207827 +L 1232.470396 146.207827 +L 1232.470396 143.684514 +L 1234.656916 143.684514 +L 1234.656916 139.943049 +L 1236.843437 139.943049 +L 1236.843437 138.98593 +L 1239.029957 138.98593 +L 1239.029957 143.292965 +L 1241.216477 143.292965 +L 1241.216477 143.902041 +L 1243.402998 143.902041 +L 1243.402998 140.639136 +L 1245.589518 140.639136 +L 1245.589518 140.465114 +L 1247.776038 140.465114 +L 1247.776038 144.076062 +L 1249.962559 144.076062 +L 1249.962559 135.461993 +L 1252.149079 135.461993 +L 1252.149079 131.459496 +L 1254.3356 131.459496 +L 1254.3356 133.591261 +L 1256.52212 133.591261 +L 1256.52212 138.942425 +L 1258.70864 138.942425 +L 1258.70864 142.161825 +L 1260.895161 142.161825 +L 1260.895161 133.634766 +L 1263.081681 133.634766 +L 1263.081681 133.50425 +L 1265.268201 133.50425 +L 1265.268201 131.285474 +L 1267.454722 131.285474 +L 1267.454722 131.067947 +L 1269.641242 131.067947 +L 1269.641242 127.152461 +L 1271.827763 127.152461 +L 1271.827763 131.981561 +L 1274.014283 131.981561 +L 1274.014283 133.286723 +L 1276.200803 133.286723 +L 1276.200803 123.498007 +L 1278.387324 123.498007 +L 1278.387324 138.507371 +L 1280.573844 138.507371 +L 1280.573844 129.980312 +L 1282.760364 129.980312 +L 1282.760364 127.456999 +L 1284.946885 127.456999 +L 1284.946885 119.669532 +L 1287.133405 119.669532 +L 1287.133405 135.766531 +L 1289.319926 135.766531 +L 1289.319926 127.195966 +L 1291.506446 127.195966 +L 1291.506446 125.803794 +L 1293.692966 125.803794 +L 1293.692966 113.056711 +L 1295.879487 113.056711 +L 1295.879487 131.503001 +L 1298.066007 131.503001 +L 1298.066007 125.412245 +L 1300.252527 125.412245 +L 1300.252527 123.454502 +L 1302.439048 123.454502 +L 1302.439048 123.498007 +L 1304.625568 123.498007 +L 1304.625568 114.557647 +L 1306.812089 114.557647 +L 1306.812089 127.8703 +L 1308.998609 127.8703 +L 1308.998609 118.668908 +L 1311.185129 118.668908 +L 1311.185129 124.672653 +L 1313.37165 124.672653 +L 1313.37165 127.848547 +L 1315.55817 127.848547 +L 1315.55817 128.957935 +L 1317.74469 128.957935 +L 1317.74469 134.06982 +L 1319.931211 134.06982 +L 1319.931211 125.151212 +L 1322.117731 125.151212 +L 1322.117731 131.241969 +L 1324.304252 131.241969 +L 1324.304252 121.431501 +L 1326.490772 121.431501 +L 1326.490772 136.832413 +L 1328.677292 136.832413 +L 1328.677292 134.852917 +L 1330.863813 134.852917 +L 1330.863813 134.657143 +L 1333.050333 134.657143 +L 1333.050333 119.408499 +L 1335.236853 119.408499 +L 1335.236853 138.594382 +L 1337.423374 138.594382 +L 1337.423374 133.852293 +L 1339.609894 133.852293 +L 1339.609894 134.091573 +L 1341.796415 134.091573 +L 1341.796415 126.717407 +L 1343.982935 126.717407 +L 1343.982935 141.291717 +L 1346.169455 141.291717 +L 1346.169455 132.525378 +L 1348.355976 132.525378 +L 1348.355976 134.06982 +L 1350.542496 134.06982 +L 1350.542496 132.851669 +L 1352.729016 132.851669 +L 1352.729016 141.204706 +L 1354.915537 141.204706 +L 1354.915537 142.596879 +L 1357.102057 142.596879 +L 1357.102057 137.898295 +L 1359.288578 137.898295 +L 1359.288578 147.03443 +L 1361.475098 147.03443 +L 1361.475098 137.115198 +L 1363.661618 137.115198 +L 1363.661618 140.073565 +L 1365.848139 140.073565 +L 1365.848139 141.813782 +L 1368.034659 141.813782 +L 1368.034659 143.423481 +L 1370.221179 143.423481 +L 1370.221179 145.620504 +L 1372.4077 145.620504 +L 1372.4077 145.75102 +L 1374.59422 145.75102 +L 1374.59422 142.988427 +L 1376.780741 142.988427 +L 1376.780741 145.120192 +L 1378.967261 145.120192 +L 1378.967261 144.554622 +L 1381.153781 144.554622 +L 1381.153781 144.989676 +L 1383.340302 144.989676 +L 1383.340302 143.684514 +L 1385.526822 143.684514 +L 1385.526822 146.729892 +L 1387.713342 146.729892 +L 1387.713342 147.404226 +L 1389.899863 147.404226 +L 1389.899863 146.033806 +L 1392.086383 146.033806 +L 1392.086383 145.511741 +L 1394.272904 145.511741 +L 1394.272904 146.164322 +L 1396.459424 146.164322 +L 1396.459424 145.838031 +L 1398.645944 145.838031 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 144.206579 +L 1403.018985 144.206579 +L 1403.018985 147.469484 +L 1405.205505 147.469484 +L 1405.205505 145.838031 +L 1407.392026 145.838031 +L 1407.392026 146.425354 +L 1409.578546 146.425354 +L 1409.578546 145.250708 +L 1411.765067 145.250708 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_46"> + <path clip-path="url(#p6746a83479)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 144.293589 +L 1210.605192 144.293589 +L 1210.605192 147.382473 +L 1212.791712 147.382473 +L 1212.791712 140.639136 +L 1214.978233 140.639136 +L 1214.978233 147.512989 +L 1217.164753 147.512989 +L 1217.164753 144.076062 +L 1219.351274 144.076062 +L 1219.351274 145.250708 +L 1221.537794 145.250708 +L 1221.537794 142.901417 +L 1223.724314 142.901417 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 144.076062 +L 1228.097355 144.076062 +L 1228.097355 141.944298 +L 1230.283875 141.944298 +L 1230.283875 146.207827 +L 1232.470396 146.207827 +L 1232.470396 143.81503 +L 1234.656916 143.81503 +L 1234.656916 139.812533 +L 1236.843437 139.812533 +L 1236.843437 138.98593 +L 1239.029957 138.98593 +L 1239.029957 143.292965 +L 1241.216477 143.292965 +L 1241.216477 143.902041 +L 1243.402998 143.902041 +L 1243.402998 140.639136 +L 1245.589518 140.639136 +L 1245.589518 140.465114 +L 1247.776038 140.465114 +L 1247.776038 144.076062 +L 1249.962559 144.076062 +L 1249.962559 135.461993 +L 1252.149079 135.461993 +L 1252.149079 131.459496 +L 1254.3356 131.459496 +L 1254.3356 133.591261 +L 1256.52212 133.591261 +L 1256.52212 138.942425 +L 1258.70864 138.942425 +L 1258.70864 142.161825 +L 1260.895161 142.161825 +L 1260.895161 133.634766 +L 1263.081681 133.634766 +L 1263.081681 133.50425 +L 1265.268201 133.50425 +L 1265.268201 131.285474 +L 1267.454722 131.285474 +L 1267.454722 131.067947 +L 1269.641242 131.067947 +L 1269.641242 127.152461 +L 1271.827763 127.152461 +L 1271.827763 131.981561 +L 1274.014283 131.981561 +L 1274.014283 133.286723 +L 1276.200803 133.286723 +L 1276.200803 123.498007 +L 1278.387324 123.498007 +L 1278.387324 138.507371 +L 1280.573844 138.507371 +L 1280.573844 129.980312 +L 1282.760364 129.980312 +L 1282.760364 127.456999 +L 1284.946885 127.456999 +L 1284.946885 119.669532 +L 1287.133405 119.669532 +L 1287.133405 135.766531 +L 1289.319926 135.766531 +L 1289.319926 127.195966 +L 1291.506446 127.195966 +L 1291.506446 125.803794 +L 1293.692966 125.803794 +L 1293.692966 113.143721 +L 1295.879487 113.143721 +L 1295.879487 131.41599 +L 1298.066007 131.41599 +L 1298.066007 125.412245 +L 1300.252527 125.412245 +L 1300.252527 123.541513 +L 1302.439048 123.541513 +L 1302.439048 123.410996 +L 1304.625568 123.410996 +L 1304.625568 114.557647 +L 1306.812089 114.557647 +L 1306.812089 127.8703 +L 1308.998609 127.8703 +L 1308.998609 118.755918 +L 1311.185129 118.755918 +L 1311.185129 124.585642 +L 1313.37165 124.585642 +L 1313.37165 127.848547 +L 1315.55817 127.848547 +L 1315.55817 128.957935 +L 1317.74469 128.957935 +L 1317.74469 134.06982 +L 1319.931211 134.06982 +L 1319.931211 125.151212 +L 1322.117731 125.151212 +L 1322.117731 131.241969 +L 1324.304252 131.241969 +L 1324.304252 121.431501 +L 1326.490772 121.431501 +L 1326.490772 136.832413 +L 1328.677292 136.832413 +L 1328.677292 134.852917 +L 1330.863813 134.852917 +L 1330.863813 134.657143 +L 1333.050333 134.657143 +L 1333.050333 119.49551 +L 1335.236853 119.49551 +L 1335.236853 138.507371 +L 1337.423374 138.507371 +L 1337.423374 133.852293 +L 1339.609894 133.852293 +L 1339.609894 134.091573 +L 1341.796415 134.091573 +L 1341.796415 126.717407 +L 1343.982935 126.717407 +L 1343.982935 141.291717 +L 1346.169455 141.291717 +L 1346.169455 132.525378 +L 1348.355976 132.525378 +L 1348.355976 134.156831 +L 1350.542496 134.156831 +L 1350.542496 132.764658 +L 1352.729016 132.764658 +L 1352.729016 141.204706 +L 1354.915537 141.204706 +L 1354.915537 142.596879 +L 1357.102057 142.596879 +L 1357.102057 137.985306 +L 1359.288578 137.985306 +L 1359.288578 146.947419 +L 1361.475098 146.947419 +L 1361.475098 137.115198 +L 1363.661618 137.115198 +L 1363.661618 140.073565 +L 1365.848139 140.073565 +L 1365.848139 141.813782 +L 1368.034659 141.813782 +L 1368.034659 143.466987 +L 1370.221179 143.466987 +L 1370.221179 145.576999 +L 1372.4077 145.576999 +L 1372.4077 145.75102 +L 1374.59422 145.75102 +L 1374.59422 142.988427 +L 1376.780741 142.988427 +L 1376.780741 145.120192 +L 1378.967261 145.120192 +L 1378.967261 144.554622 +L 1381.153781 144.554622 +L 1381.153781 144.989676 +L 1383.340302 144.989676 +L 1383.340302 143.684514 +L 1385.526822 143.684514 +L 1385.526822 146.729892 +L 1387.713342 146.729892 +L 1387.713342 147.404226 +L 1389.899863 147.404226 +L 1389.899863 146.033806 +L 1392.086383 146.033806 +L 1392.086383 145.511741 +L 1394.272904 145.511741 +L 1394.272904 146.164322 +L 1396.459424 146.164322 +L 1396.459424 145.838031 +L 1398.645944 145.838031 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 144.206579 +L 1403.018985 144.206579 +L 1403.018985 147.469484 +L 1405.205505 147.469484 +L 1405.205505 145.838031 +L 1407.392026 145.838031 +L 1407.392026 146.425354 +L 1409.578546 146.425354 +L 1409.578546 145.250708 +L 1411.765067 145.250708 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_54"> + <path clip-path="url(#p6746a83479)" d="M 1353.766383 147.6 +L 1353.766383 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_47"> + <path d="M 1190.926509 147.6 +L 1190.926509 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_48"> + <path d="M 1431.44375 147.6 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_49"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_50"> + <path d="M 1190.926509 38.88 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_62"> + <!-- 0% --> + <g style="fill:#262626;" transform="translate(1299.179504 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="text_63"> + <!-- example lidar with linear polarizer before receiver - TS error contribution --> + <defs> + <path d="M 0.734375 0 +L 19.671875 26.953125 +L 2.15625 51.859375 +L 13.140625 51.859375 +L 21.09375 39.703125 +Q 23.34375 36.234375 24.703125 33.890625 +Q 26.859375 37.109375 28.65625 39.59375 +L 37.40625 51.859375 +L 47.90625 51.859375 +L 29.984375 27.4375 +L 49.265625 0 +L 38.484375 0 +L 27.828125 16.109375 +L 25 20.453125 +L 11.375 0 +z +" id="ArialMT-120"/> + <path d="M 40.4375 6.390625 +Q 35.546875 2.25 31.03125 0.53125 +Q 26.515625 -1.171875 21.34375 -1.171875 +Q 12.796875 -1.171875 8.203125 3 +Q 3.609375 7.171875 3.609375 13.671875 +Q 3.609375 17.484375 5.34375 20.625 +Q 7.078125 23.78125 9.890625 25.6875 +Q 12.703125 27.59375 16.21875 28.5625 +Q 18.796875 29.25 24.03125 29.890625 +Q 34.671875 31.15625 39.703125 32.90625 +Q 39.75 34.71875 39.75 35.203125 +Q 39.75 40.578125 37.25 42.78125 +Q 33.890625 45.75 27.25 45.75 +Q 21.046875 45.75 18.09375 43.578125 +Q 15.140625 41.40625 13.71875 35.890625 +L 5.125 37.0625 +Q 6.296875 42.578125 8.984375 45.96875 +Q 11.671875 49.359375 16.75 51.1875 +Q 21.828125 53.03125 28.515625 53.03125 +Q 35.15625 53.03125 39.296875 51.46875 +Q 43.453125 49.90625 45.40625 47.53125 +Q 47.359375 45.171875 48.140625 41.546875 +Q 48.578125 39.3125 48.578125 33.453125 +L 48.578125 21.734375 +Q 48.578125 9.46875 49.140625 6.21875 +Q 49.703125 2.984375 51.375 0 +L 42.1875 0 +Q 40.828125 2.734375 40.4375 6.390625 +z +M 39.703125 26.03125 +Q 34.90625 24.078125 25.34375 22.703125 +Q 19.921875 21.921875 17.671875 20.9375 +Q 15.4375 19.96875 14.203125 18.09375 +Q 12.984375 16.21875 12.984375 13.921875 +Q 12.984375 10.40625 15.640625 8.0625 +Q 18.3125 5.71875 23.4375 5.71875 +Q 28.515625 5.71875 32.46875 7.9375 +Q 36.421875 10.15625 38.28125 14.015625 +Q 39.703125 17 39.703125 22.796875 +z +" id="ArialMT-97"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.453125 51.859375 +L 14.453125 44.578125 +Q 16.890625 48.390625 20.9375 50.703125 +Q 25 53.03125 30.171875 53.03125 +Q 35.9375 53.03125 39.625 50.640625 +Q 43.3125 48.25 44.828125 43.953125 +Q 50.984375 53.03125 60.84375 53.03125 +Q 68.5625 53.03125 72.703125 48.75 +Q 76.859375 44.484375 76.859375 35.59375 +L 76.859375 0 +L 68.109375 0 +L 68.109375 32.671875 +Q 68.109375 37.9375 67.25 40.25 +Q 66.40625 42.578125 64.15625 43.984375 +Q 61.921875 45.40625 58.890625 45.40625 +Q 53.421875 45.40625 49.796875 41.765625 +Q 46.1875 38.140625 46.1875 30.125 +L 46.1875 0 +L 37.40625 0 +L 37.40625 33.6875 +Q 37.40625 39.546875 35.25 42.46875 +Q 33.109375 45.40625 28.21875 45.40625 +Q 24.515625 45.40625 21.359375 43.453125 +Q 18.21875 41.5 16.796875 37.734375 +Q 15.375 33.984375 15.375 26.90625 +L 15.375 0 +z +" id="ArialMT-109"/> + <path d="M 6.59375 -19.875 +L 6.59375 51.859375 +L 14.59375 51.859375 +L 14.59375 45.125 +Q 17.4375 49.078125 21 51.046875 +Q 24.5625 53.03125 29.640625 53.03125 +Q 36.28125 53.03125 41.359375 49.609375 +Q 46.4375 46.1875 49.015625 39.953125 +Q 51.609375 33.734375 51.609375 26.3125 +Q 51.609375 18.359375 48.75 11.984375 +Q 45.90625 5.609375 40.453125 2.21875 +Q 35.015625 -1.171875 29 -1.171875 +Q 24.609375 -1.171875 21.109375 0.6875 +Q 17.625 2.546875 15.375 5.375 +L 15.375 -19.875 +z +M 14.546875 25.640625 +Q 14.546875 15.625 18.59375 10.84375 +Q 22.65625 6.0625 28.421875 6.0625 +Q 34.28125 6.0625 38.453125 11.015625 +Q 42.625 15.96875 42.625 26.375 +Q 42.625 36.28125 38.546875 41.203125 +Q 34.46875 46.140625 28.8125 46.140625 +Q 23.1875 46.140625 18.859375 40.890625 +Q 14.546875 35.640625 14.546875 25.640625 +z +" id="ArialMT-112"/> + <path d="M 6.390625 0 +L 6.390625 71.578125 +L 15.1875 71.578125 +L 15.1875 0 +z +" id="ArialMT-108"/> + <path d="M 6.640625 61.46875 +L 6.640625 71.578125 +L 15.4375 71.578125 +L 15.4375 61.46875 +z +M 6.640625 0 +L 6.640625 51.859375 +L 15.4375 51.859375 +L 15.4375 0 +z +" id="ArialMT-105"/> + <path d="M 40.234375 0 +L 40.234375 6.546875 +Q 35.296875 -1.171875 25.734375 -1.171875 +Q 19.53125 -1.171875 14.328125 2.25 +Q 9.125 5.671875 6.265625 11.796875 +Q 3.421875 17.921875 3.421875 25.875 +Q 3.421875 33.640625 6 39.96875 +Q 8.59375 46.296875 13.765625 49.65625 +Q 18.953125 53.03125 25.34375 53.03125 +Q 30.03125 53.03125 33.6875 51.046875 +Q 37.359375 49.078125 39.65625 45.90625 +L 39.65625 71.578125 +L 48.390625 71.578125 +L 48.390625 0 +z +M 12.453125 25.875 +Q 12.453125 15.921875 16.640625 10.984375 +Q 20.84375 6.0625 26.5625 6.0625 +Q 32.328125 6.0625 36.34375 10.765625 +Q 40.375 15.484375 40.375 25.140625 +Q 40.375 35.796875 36.265625 40.765625 +Q 32.171875 45.75 26.171875 45.75 +Q 20.3125 45.75 16.375 40.96875 +Q 12.453125 36.1875 12.453125 25.875 +z +" id="ArialMT-100"/> + <path d="M 16.15625 0 +L 0.296875 51.859375 +L 9.375 51.859375 +L 17.625 21.921875 +L 20.703125 10.796875 +Q 20.90625 11.625 23.390625 21.484375 +L 31.640625 51.859375 +L 40.671875 51.859375 +L 48.4375 21.78125 +L 51.03125 11.859375 +L 54 21.875 +L 62.890625 51.859375 +L 71.4375 51.859375 +L 55.21875 0 +L 46.09375 0 +L 37.84375 31.0625 +L 35.84375 39.890625 +L 25.34375 0 +z +" id="ArialMT-119"/> + <path d="M 6.59375 0 +L 6.59375 71.578125 +L 15.375 71.578125 +L 15.375 45.90625 +Q 21.53125 53.03125 30.90625 53.03125 +Q 36.671875 53.03125 40.921875 50.75 +Q 45.171875 48.484375 47 44.484375 +Q 48.828125 40.484375 48.828125 32.859375 +L 48.828125 0 +L 40.046875 0 +L 40.046875 32.859375 +Q 40.046875 39.453125 37.1875 42.453125 +Q 34.328125 45.453125 29.109375 45.453125 +Q 25.203125 45.453125 21.75 43.421875 +Q 18.3125 41.40625 16.84375 37.9375 +Q 15.375 34.46875 15.375 28.375 +L 15.375 0 +z +" id="ArialMT-104"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.5 51.859375 +L 14.5 44.484375 +Q 20.21875 53.03125 31 53.03125 +Q 35.6875 53.03125 39.625 51.34375 +Q 43.5625 49.65625 45.515625 46.921875 +Q 47.46875 44.1875 48.25 40.4375 +Q 48.734375 37.984375 48.734375 31.890625 +L 48.734375 0 +L 39.9375 0 +L 39.9375 31.546875 +Q 39.9375 36.921875 38.90625 39.578125 +Q 37.890625 42.234375 35.28125 43.8125 +Q 32.671875 45.40625 29.15625 45.40625 +Q 23.53125 45.40625 19.453125 41.84375 +Q 15.375 38.28125 15.375 28.328125 +L 15.375 0 +z +" id="ArialMT-110"/> + <path d="M 3.328125 25.921875 +Q 3.328125 40.328125 11.328125 47.265625 +Q 18.015625 53.03125 27.640625 53.03125 +Q 38.328125 53.03125 45.109375 46.015625 +Q 51.90625 39.015625 51.90625 26.65625 +Q 51.90625 16.65625 48.90625 10.90625 +Q 45.90625 5.171875 40.15625 2 +Q 34.421875 -1.171875 27.640625 -1.171875 +Q 16.75 -1.171875 10.03125 5.8125 +Q 3.328125 12.796875 3.328125 25.921875 +z +M 12.359375 25.921875 +Q 12.359375 15.96875 16.703125 11.015625 +Q 21.046875 6.0625 27.640625 6.0625 +Q 34.1875 6.0625 38.53125 11.03125 +Q 42.875 16.015625 42.875 26.21875 +Q 42.875 35.84375 38.5 40.796875 +Q 34.125 45.75 27.640625 45.75 +Q 21.046875 45.75 16.703125 40.8125 +Q 12.359375 35.890625 12.359375 25.921875 +z +" id="ArialMT-111"/> + <path d="M 1.953125 0 +L 1.953125 7.125 +L 34.96875 45.015625 +Q 29.34375 44.734375 25.046875 44.734375 +L 3.90625 44.734375 +L 3.90625 51.859375 +L 46.296875 51.859375 +L 46.296875 46.046875 +L 18.21875 13.140625 +L 12.796875 7.125 +Q 18.703125 7.5625 23.875 7.5625 +L 47.859375 7.5625 +L 47.859375 0 +z +" id="ArialMT-122"/> + <path d="M 14.703125 0 +L 6.546875 0 +L 6.546875 71.578125 +L 15.328125 71.578125 +L 15.328125 46.046875 +Q 20.90625 53.03125 29.546875 53.03125 +Q 34.328125 53.03125 38.59375 51.09375 +Q 42.875 49.171875 45.625 45.671875 +Q 48.390625 42.1875 49.953125 37.25 +Q 51.515625 32.328125 51.515625 26.703125 +Q 51.515625 13.375 44.921875 6.09375 +Q 38.328125 -1.171875 29.109375 -1.171875 +Q 19.921875 -1.171875 14.703125 6.5 +z +M 14.59375 26.3125 +Q 14.59375 17 17.140625 12.84375 +Q 21.296875 6.0625 28.375 6.0625 +Q 34.125 6.0625 38.328125 11.0625 +Q 42.53125 16.0625 42.53125 25.984375 +Q 42.53125 36.140625 38.5 40.96875 +Q 34.46875 45.796875 28.765625 45.796875 +Q 23 45.796875 18.796875 40.796875 +Q 14.59375 35.796875 14.59375 26.3125 +z +" id="ArialMT-98"/> + <path d="M 8.6875 0 +L 8.6875 45.015625 +L 0.921875 45.015625 +L 0.921875 51.859375 +L 8.6875 51.859375 +L 8.6875 57.375 +Q 8.6875 62.59375 9.625 65.140625 +Q 10.890625 68.5625 14.078125 70.671875 +Q 17.28125 72.796875 23.046875 72.796875 +Q 26.765625 72.796875 31.25 71.921875 +L 29.9375 64.265625 +Q 27.203125 64.75 24.75 64.75 +Q 20.75 64.75 19.09375 63.03125 +Q 17.4375 61.328125 17.4375 56.640625 +L 17.4375 51.859375 +L 27.546875 51.859375 +L 27.546875 45.015625 +L 17.4375 45.015625 +L 17.4375 0 +z +" id="ArialMT-102"/> + <path d="M 40.4375 19 +L 49.078125 17.875 +Q 47.65625 8.9375 41.8125 3.875 +Q 35.984375 -1.171875 27.484375 -1.171875 +Q 16.84375 -1.171875 10.375 5.78125 +Q 3.90625 12.75 3.90625 25.734375 +Q 3.90625 34.125 6.6875 40.421875 +Q 9.46875 46.734375 15.15625 49.875 +Q 20.84375 53.03125 27.546875 53.03125 +Q 35.984375 53.03125 41.359375 48.75 +Q 46.734375 44.484375 48.25 36.625 +L 39.703125 35.296875 +Q 38.484375 40.53125 35.375 43.15625 +Q 32.28125 45.796875 27.875 45.796875 +Q 21.234375 45.796875 17.078125 41.03125 +Q 12.9375 36.28125 12.9375 25.984375 +Q 12.9375 15.53125 16.9375 10.796875 +Q 20.953125 6.0625 27.390625 6.0625 +Q 32.5625 6.0625 36.03125 9.234375 +Q 39.5 12.40625 40.4375 19 +z +" id="ArialMT-99"/> + <path d="M 21 0 +L 1.265625 51.859375 +L 10.546875 51.859375 +L 21.6875 20.796875 +Q 23.484375 15.765625 25 10.359375 +Q 26.171875 14.453125 28.265625 20.21875 +L 39.796875 51.859375 +L 48.828125 51.859375 +L 29.203125 0 +z +" id="ArialMT-118"/> + <path d="M 3.171875 21.484375 +L 3.171875 30.328125 +L 30.171875 30.328125 +L 30.171875 21.484375 +z +" id="ArialMT-45"/> + <path d="M 25.921875 0 +L 25.921875 63.140625 +L 2.34375 63.140625 +L 2.34375 71.578125 +L 59.078125 71.578125 +L 59.078125 63.140625 +L 35.40625 63.140625 +L 35.40625 0 +z +" id="ArialMT-84"/> + <path d="M 4.5 23 +L 13.421875 23.78125 +Q 14.0625 18.40625 16.375 14.96875 +Q 18.703125 11.53125 23.578125 9.40625 +Q 28.46875 7.28125 34.578125 7.28125 +Q 39.984375 7.28125 44.140625 8.890625 +Q 48.296875 10.5 50.3125 13.296875 +Q 52.34375 16.109375 52.34375 19.4375 +Q 52.34375 22.796875 50.390625 25.3125 +Q 48.4375 27.828125 43.953125 29.546875 +Q 41.0625 30.671875 31.203125 33.03125 +Q 21.34375 35.40625 17.390625 37.5 +Q 12.25 40.1875 9.734375 44.15625 +Q 7.234375 48.140625 7.234375 53.078125 +Q 7.234375 58.5 10.296875 63.203125 +Q 13.375 67.921875 19.28125 70.359375 +Q 25.203125 72.796875 32.421875 72.796875 +Q 40.375 72.796875 46.453125 70.234375 +Q 52.546875 67.671875 55.8125 62.6875 +Q 59.078125 57.71875 59.328125 51.421875 +L 50.25 50.734375 +Q 49.515625 57.515625 45.28125 60.984375 +Q 41.0625 64.453125 32.8125 64.453125 +Q 24.21875 64.453125 20.28125 61.296875 +Q 16.359375 58.15625 16.359375 53.71875 +Q 16.359375 49.859375 19.140625 47.359375 +Q 21.875 44.875 33.421875 42.265625 +Q 44.96875 39.65625 49.265625 37.703125 +Q 55.515625 34.8125 58.484375 30.390625 +Q 61.46875 25.984375 61.46875 20.21875 +Q 61.46875 14.5 58.203125 9.4375 +Q 54.9375 4.390625 48.796875 1.578125 +Q 42.671875 -1.21875 35.015625 -1.21875 +Q 25.296875 -1.21875 18.71875 1.609375 +Q 12.15625 4.4375 8.421875 10.125 +Q 4.6875 15.828125 4.5 23 +z +" id="ArialMT-83"/> + </defs> + <g style="fill:#262626;" transform="translate(488.923594 17.391563)scale(0.14 -0.14)"> + <use xlink:href="#ArialMT-101"/> + <use x="55.615234" xlink:href="#ArialMT-120"/> + <use x="105.615234" xlink:href="#ArialMT-97"/> + <use x="161.230469" xlink:href="#ArialMT-109"/> + <use x="244.53125" xlink:href="#ArialMT-112"/> + <use x="300.146484" xlink:href="#ArialMT-108"/> + <use x="322.363281" xlink:href="#ArialMT-101"/> + <use x="377.978516" xlink:href="#ArialMT-32"/> + <use x="405.761719" xlink:href="#ArialMT-108"/> + <use x="427.978516" xlink:href="#ArialMT-105"/> + <use x="450.195312" xlink:href="#ArialMT-100"/> + <use x="505.810547" xlink:href="#ArialMT-97"/> + <use x="561.425781" xlink:href="#ArialMT-114"/> + <use x="594.726562" xlink:href="#ArialMT-32"/> + <use x="622.509766" xlink:href="#ArialMT-119"/> + <use x="694.726562" xlink:href="#ArialMT-105"/> + <use x="716.943359" xlink:href="#ArialMT-116"/> + <use x="744.726562" xlink:href="#ArialMT-104"/> + <use x="800.341797" xlink:href="#ArialMT-32"/> + <use x="828.125" xlink:href="#ArialMT-108"/> + <use x="850.341797" xlink:href="#ArialMT-105"/> + <use x="872.558594" xlink:href="#ArialMT-110"/> + <use x="928.173828" xlink:href="#ArialMT-101"/> + <use x="983.789062" xlink:href="#ArialMT-97"/> + <use x="1039.404297" xlink:href="#ArialMT-114"/> + <use x="1072.705078" xlink:href="#ArialMT-32"/> + <use x="1100.488281" xlink:href="#ArialMT-112"/> + <use x="1156.103516" xlink:href="#ArialMT-111"/> + <use x="1211.71875" xlink:href="#ArialMT-108"/> + <use x="1233.935547" xlink:href="#ArialMT-97"/> + <use x="1289.550781" xlink:href="#ArialMT-114"/> + <use x="1322.851562" xlink:href="#ArialMT-105"/> + <use x="1345.068359" xlink:href="#ArialMT-122"/> + <use x="1395.068359" xlink:href="#ArialMT-101"/> + <use x="1450.683594" xlink:href="#ArialMT-114"/> + <use x="1483.984375" xlink:href="#ArialMT-32"/> + <use x="1511.767578" xlink:href="#ArialMT-98"/> + <use x="1567.382812" xlink:href="#ArialMT-101"/> + <use x="1622.998047" xlink:href="#ArialMT-102"/> + <use x="1650.78125" xlink:href="#ArialMT-111"/> + <use x="1706.396484" xlink:href="#ArialMT-114"/> + <use x="1739.697266" xlink:href="#ArialMT-101"/> + <use x="1795.3125" xlink:href="#ArialMT-32"/> + <use x="1823.095703" xlink:href="#ArialMT-114"/> + <use x="1856.396484" xlink:href="#ArialMT-101"/> + <use x="1912.011719" xlink:href="#ArialMT-99"/> + <use x="1962.011719" xlink:href="#ArialMT-101"/> + <use x="2017.626953" xlink:href="#ArialMT-105"/> + <use x="2039.84375" xlink:href="#ArialMT-118"/> + <use x="2089.84375" xlink:href="#ArialMT-101"/> + <use x="2145.458984" xlink:href="#ArialMT-114"/> + <use x="2178.759766" xlink:href="#ArialMT-32"/> + <use x="2206.542969" xlink:href="#ArialMT-45"/> + <use x="2239.84375" xlink:href="#ArialMT-32"/> + <use x="2267.611328" xlink:href="#ArialMT-84"/> + <use x="2328.695312" xlink:href="#ArialMT-83"/> + <use x="2395.394531" xlink:href="#ArialMT-32"/> + <use x="2423.177734" xlink:href="#ArialMT-101"/> + <use x="2478.792969" xlink:href="#ArialMT-114"/> + <use x="2512.09375" xlink:href="#ArialMT-114"/> + <use x="2545.394531" xlink:href="#ArialMT-111"/> + <use x="2601.009766" xlink:href="#ArialMT-114"/> + <use x="2634.310547" xlink:href="#ArialMT-32"/> + <use x="2662.09375" xlink:href="#ArialMT-99"/> + <use x="2712.09375" xlink:href="#ArialMT-111"/> + <use x="2767.708984" xlink:href="#ArialMT-110"/> + <use x="2823.324219" xlink:href="#ArialMT-116"/> + <use x="2851.107422" xlink:href="#ArialMT-114"/> + <use x="2884.408203" xlink:href="#ArialMT-105"/> + <use x="2906.625" xlink:href="#ArialMT-98"/> + <use x="2962.240234" xlink:href="#ArialMT-117"/> + <use x="3017.855469" xlink:href="#ArialMT-116"/> + <use x="3045.638672" xlink:href="#ArialMT-105"/> + <use x="3067.855469" xlink:href="#ArialMT-111"/> + <use x="3123.470703" xlink:href="#ArialMT-110"/> + </g> + </g> + </g> + <defs> + <clipPath id="p378dd34aeb"> + <rect height="108.72" width="240.517241" x="36.44375" y="38.88"/> + </clipPath> + <clipPath id="p08eac6b96b"> + <rect height="108.72" width="240.517241" x="325.06444" y="38.88"/> + </clipPath> + <clipPath id="p33ebc53731"> + <rect height="108.72" width="240.517241" x="613.685129" y="38.88"/> + </clipPath> + <clipPath id="p6871926565"> + <rect height="108.72" width="240.517241" x="902.305819" y="38.88"/> + </clipPath> + <clipPath id="p6746a83479"> + <rect height="108.72" width="240.517241" x="1190.926509" y="38.88"/> + </clipPath> + </defs> +</svg> +</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><svg height="184.090625pt" version="1.1" viewBox="0 0 1438.64375 184.090625" width="1438.64375pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 184.090625 +L 1438.64375 184.090625 +L 1438.64375 0 +L 0 0 +z +" style="fill:#ffffff;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +L 276.960991 38.88 +L 36.44375 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <path clip-path="url(#p2bad6e7256)" d="M 72.690303 147.6 +L 72.690303 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_1"> + <!-- 0.002 --> + <defs> + <path d="M 4.15625 35.296875 +Q 4.15625 48 6.765625 55.734375 +Q 9.375 63.484375 14.515625 67.671875 +Q 19.671875 71.875 27.484375 71.875 +Q 33.25 71.875 37.59375 69.546875 +Q 41.9375 67.234375 44.765625 62.859375 +Q 47.609375 58.5 49.21875 52.21875 +Q 50.828125 45.953125 50.828125 35.296875 +Q 50.828125 22.703125 48.234375 14.96875 +Q 45.65625 7.234375 40.5 3 +Q 35.359375 -1.21875 27.484375 -1.21875 +Q 17.140625 -1.21875 11.234375 6.203125 +Q 4.15625 15.140625 4.15625 35.296875 +z +M 13.1875 35.296875 +Q 13.1875 17.671875 17.3125 11.828125 +Q 21.4375 6 27.484375 6 +Q 33.546875 6 37.671875 11.859375 +Q 41.796875 17.71875 41.796875 35.296875 +Q 41.796875 52.984375 37.671875 58.78125 +Q 33.546875 64.59375 27.390625 64.59375 +Q 21.34375 64.59375 17.71875 59.46875 +Q 13.1875 52.9375 13.1875 35.296875 +z +" id="ArialMT-48"/> + <path d="M 9.078125 0 +L 9.078125 10.015625 +L 19.09375 10.015625 +L 19.09375 0 +z +" id="ArialMT-46"/> + <path d="M 50.34375 8.453125 +L 50.34375 0 +L 3.03125 0 +Q 2.9375 3.171875 4.046875 6.109375 +Q 5.859375 10.9375 9.828125 15.625 +Q 13.8125 20.3125 21.34375 26.46875 +Q 33.015625 36.03125 37.109375 41.625 +Q 41.21875 47.21875 41.21875 52.203125 +Q 41.21875 57.421875 37.46875 61 +Q 33.734375 64.59375 27.734375 64.59375 +Q 21.390625 64.59375 17.578125 60.78125 +Q 13.765625 56.984375 13.71875 50.25 +L 4.6875 51.171875 +Q 5.609375 61.28125 11.65625 66.578125 +Q 17.71875 71.875 27.9375 71.875 +Q 38.234375 71.875 44.234375 66.15625 +Q 50.25 60.453125 50.25 52 +Q 50.25 47.703125 48.484375 43.546875 +Q 46.734375 39.40625 42.65625 34.8125 +Q 38.578125 30.21875 29.109375 22.21875 +Q 21.1875 15.578125 18.9375 13.203125 +Q 16.703125 10.84375 15.234375 8.453125 +z +" id="ArialMT-50"/> + </defs> + <g style="fill:#262626;" transform="translate(60.179366 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <path clip-path="url(#p2bad6e7256)" d="M 131.643407 147.6 +L 131.643407 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_2"> + <!-- 0.004 --> + <defs> + <path d="M 32.328125 0 +L 32.328125 17.140625 +L 1.265625 17.140625 +L 1.265625 25.203125 +L 33.9375 71.578125 +L 41.109375 71.578125 +L 41.109375 25.203125 +L 50.78125 25.203125 +L 50.78125 17.140625 +L 41.109375 17.140625 +L 41.109375 0 +z +M 32.328125 25.203125 +L 32.328125 57.46875 +L 9.90625 25.203125 +z +" id="ArialMT-52"/> + </defs> + <g style="fill:#262626;" transform="translate(119.13247 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <path clip-path="url(#p2bad6e7256)" d="M 190.596512 147.6 +L 190.596512 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_3"> + <!-- 0.006 --> + <defs> + <path d="M 49.75 54.046875 +L 41.015625 53.375 +Q 39.84375 58.546875 37.703125 60.890625 +Q 34.125 64.65625 28.90625 64.65625 +Q 24.703125 64.65625 21.53125 62.3125 +Q 17.390625 59.28125 14.984375 53.46875 +Q 12.59375 47.65625 12.5 36.921875 +Q 15.671875 41.75 20.265625 44.09375 +Q 24.859375 46.4375 29.890625 46.4375 +Q 38.671875 46.4375 44.84375 39.96875 +Q 51.03125 33.5 51.03125 23.25 +Q 51.03125 16.5 48.125 10.71875 +Q 45.21875 4.9375 40.140625 1.859375 +Q 35.0625 -1.21875 28.609375 -1.21875 +Q 17.625 -1.21875 10.6875 6.859375 +Q 3.765625 14.9375 3.765625 33.5 +Q 3.765625 54.25 11.421875 63.671875 +Q 18.109375 71.875 29.4375 71.875 +Q 37.890625 71.875 43.28125 67.140625 +Q 48.6875 62.40625 49.75 54.046875 +z +M 13.875 23.1875 +Q 13.875 18.65625 15.796875 14.5 +Q 17.71875 10.359375 21.1875 8.171875 +Q 24.65625 6 28.46875 6 +Q 34.03125 6 38.03125 10.484375 +Q 42.046875 14.984375 42.046875 22.703125 +Q 42.046875 30.125 38.078125 34.390625 +Q 34.125 38.671875 28.125 38.671875 +Q 22.171875 38.671875 18.015625 34.390625 +Q 13.875 30.125 13.875 23.1875 +z +" id="ArialMT-54"/> + </defs> + <g style="fill:#262626;" transform="translate(178.085574 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <path clip-path="url(#p2bad6e7256)" d="M 249.549616 147.6 +L 249.549616 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_4"> + <!-- 0.008 --> + <defs> + <path d="M 17.671875 38.8125 +Q 12.203125 40.828125 9.5625 44.53125 +Q 6.9375 48.25 6.9375 53.421875 +Q 6.9375 61.234375 12.546875 66.546875 +Q 18.171875 71.875 27.484375 71.875 +Q 36.859375 71.875 42.578125 66.421875 +Q 48.296875 60.984375 48.296875 53.171875 +Q 48.296875 48.1875 45.671875 44.5 +Q 43.0625 40.828125 37.75 38.8125 +Q 44.34375 36.671875 47.78125 31.875 +Q 51.21875 27.09375 51.21875 20.453125 +Q 51.21875 11.28125 44.71875 5.03125 +Q 38.234375 -1.21875 27.640625 -1.21875 +Q 17.046875 -1.21875 10.546875 5.046875 +Q 4.046875 11.328125 4.046875 20.703125 +Q 4.046875 27.6875 7.59375 32.390625 +Q 11.140625 37.109375 17.671875 38.8125 +z +M 15.921875 53.71875 +Q 15.921875 48.640625 19.1875 45.40625 +Q 22.46875 42.1875 27.6875 42.1875 +Q 32.765625 42.1875 36.015625 45.375 +Q 39.265625 48.578125 39.265625 53.21875 +Q 39.265625 58.0625 35.90625 61.359375 +Q 32.5625 64.65625 27.59375 64.65625 +Q 22.5625 64.65625 19.234375 61.421875 +Q 15.921875 58.203125 15.921875 53.71875 +z +M 13.09375 20.65625 +Q 13.09375 16.890625 14.875 13.375 +Q 16.65625 9.859375 20.171875 7.921875 +Q 23.6875 6 27.734375 6 +Q 34.03125 6 38.125 10.046875 +Q 42.234375 14.109375 42.234375 20.359375 +Q 42.234375 26.703125 38.015625 30.859375 +Q 33.796875 35.015625 27.4375 35.015625 +Q 21.234375 35.015625 17.15625 30.90625 +Q 13.09375 26.8125 13.09375 20.65625 +z +" id="ArialMT-56"/> + </defs> + <g style="fill:#262626;" transform="translate(237.038679 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="text_5"> + <!-- LDRtrue --> + <defs> + <path d="M 7.328125 0 +L 7.328125 71.578125 +L 16.796875 71.578125 +L 16.796875 8.453125 +L 52.046875 8.453125 +L 52.046875 0 +z +" id="ArialMT-76"/> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 32.375 71.578125 +Q 40.71875 71.578125 45.125 70.5625 +Q 51.265625 69.140625 55.609375 65.4375 +Q 61.28125 60.640625 64.078125 53.1875 +Q 66.890625 45.75 66.890625 36.1875 +Q 66.890625 28.03125 64.984375 21.734375 +Q 63.09375 15.4375 60.109375 11.296875 +Q 57.125 7.171875 53.578125 4.796875 +Q 50.046875 2.4375 45.046875 1.21875 +Q 40.046875 0 33.546875 0 +z +M 17.1875 8.453125 +L 32.46875 8.453125 +Q 39.546875 8.453125 43.578125 9.765625 +Q 47.609375 11.078125 50 13.484375 +Q 53.375 16.84375 55.25 22.53125 +Q 57.125 28.21875 57.125 36.328125 +Q 57.125 47.5625 53.4375 53.59375 +Q 49.75 59.625 44.484375 61.671875 +Q 40.671875 63.140625 32.234375 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-68"/> + <path d="M 7.859375 0 +L 7.859375 71.578125 +L 39.59375 71.578125 +Q 49.171875 71.578125 54.140625 69.640625 +Q 59.125 67.71875 62.109375 62.828125 +Q 65.09375 57.953125 65.09375 52.046875 +Q 65.09375 44.4375 60.15625 39.203125 +Q 55.21875 33.984375 44.921875 32.5625 +Q 48.6875 30.765625 50.640625 29 +Q 54.78125 25.203125 58.5 19.484375 +L 70.953125 0 +L 59.03125 0 +L 49.5625 14.890625 +Q 45.40625 21.34375 42.71875 24.75 +Q 40.046875 28.171875 37.921875 29.53125 +Q 35.796875 30.90625 33.59375 31.453125 +Q 31.984375 31.78125 28.328125 31.78125 +L 17.328125 31.78125 +L 17.328125 0 +z +M 17.328125 39.984375 +L 37.703125 39.984375 +Q 44.1875 39.984375 47.84375 41.328125 +Q 51.515625 42.671875 53.421875 45.625 +Q 55.328125 48.578125 55.328125 52.046875 +Q 55.328125 57.125 51.640625 60.390625 +Q 47.953125 63.671875 39.984375 63.671875 +L 17.328125 63.671875 +z +" id="ArialMT-82"/> + <path d="M 25.78125 7.859375 +L 27.046875 0.09375 +Q 23.34375 -0.6875 20.40625 -0.6875 +Q 15.625 -0.6875 12.984375 0.828125 +Q 10.359375 2.34375 9.28125 4.8125 +Q 8.203125 7.28125 8.203125 15.1875 +L 8.203125 45.015625 +L 1.765625 45.015625 +L 1.765625 51.859375 +L 8.203125 51.859375 +L 8.203125 64.703125 +L 16.9375 69.96875 +L 16.9375 51.859375 +L 25.78125 51.859375 +L 25.78125 45.015625 +L 16.9375 45.015625 +L 16.9375 14.703125 +Q 16.9375 10.9375 17.40625 9.859375 +Q 17.875 8.796875 18.921875 8.15625 +Q 19.96875 7.515625 21.921875 7.515625 +Q 23.390625 7.515625 25.78125 7.859375 +z +" id="ArialMT-116"/> + <path d="M 6.5 0 +L 6.5 51.859375 +L 14.40625 51.859375 +L 14.40625 44 +Q 17.4375 49.515625 20 51.265625 +Q 22.5625 53.03125 25.640625 53.03125 +Q 30.078125 53.03125 34.671875 50.203125 +L 31.640625 42.046875 +Q 28.421875 43.953125 25.203125 43.953125 +Q 22.3125 43.953125 20.015625 42.21875 +Q 17.71875 40.484375 16.75 37.40625 +Q 15.28125 32.71875 15.28125 27.15625 +L 15.28125 0 +z +" id="ArialMT-114"/> + <path d="M 40.578125 0 +L 40.578125 7.625 +Q 34.515625 -1.171875 24.125 -1.171875 +Q 19.53125 -1.171875 15.546875 0.578125 +Q 11.578125 2.34375 9.640625 5 +Q 7.71875 7.671875 6.9375 11.53125 +Q 6.390625 14.109375 6.390625 19.734375 +L 6.390625 51.859375 +L 15.1875 51.859375 +L 15.1875 23.09375 +Q 15.1875 16.21875 15.71875 13.8125 +Q 16.546875 10.359375 19.234375 8.375 +Q 21.921875 6.390625 25.875 6.390625 +Q 29.828125 6.390625 33.296875 8.421875 +Q 36.765625 10.453125 38.203125 13.9375 +Q 39.65625 17.4375 39.65625 24.078125 +L 39.65625 51.859375 +L 48.4375 51.859375 +L 48.4375 0 +z +" id="ArialMT-117"/> + <path d="M 42.09375 16.703125 +L 51.171875 15.578125 +Q 49.03125 7.625 43.21875 3.21875 +Q 37.40625 -1.171875 28.375 -1.171875 +Q 17 -1.171875 10.328125 5.828125 +Q 3.65625 12.84375 3.65625 25.484375 +Q 3.65625 38.578125 10.390625 45.796875 +Q 17.140625 53.03125 27.875 53.03125 +Q 38.28125 53.03125 44.875 45.953125 +Q 51.46875 38.875 51.46875 26.03125 +Q 51.46875 25.25 51.421875 23.6875 +L 12.75 23.6875 +Q 13.234375 15.140625 17.578125 10.59375 +Q 21.921875 6.0625 28.421875 6.0625 +Q 33.25 6.0625 36.671875 8.59375 +Q 40.09375 11.140625 42.09375 16.703125 +z +M 13.234375 30.90625 +L 42.1875 30.90625 +Q 41.609375 37.453125 38.875 40.71875 +Q 34.671875 45.796875 27.984375 45.796875 +Q 21.921875 45.796875 17.796875 41.75 +Q 13.671875 37.703125 13.234375 30.90625 +z +" id="ArialMT-101"/> + </defs> + <g style="fill:#ff0000;" transform="translate(138.085183 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_5"> + <path clip-path="url(#p2bad6e7256)" d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_6"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(23.882813 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_6"> + <path clip-path="url(#p2bad6e7256)" d="M 36.44375 124.07288 +L 276.960991 124.07288 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_7"> + <!-- 1000 --> + <defs> + <path d="M 37.25 0 +L 28.46875 0 +L 28.46875 56 +Q 25.296875 52.984375 20.140625 49.953125 +Q 14.984375 46.921875 10.890625 45.40625 +L 10.890625 53.90625 +Q 18.265625 57.375 23.78125 62.296875 +Q 29.296875 67.234375 31.59375 71.875 +L 37.25 71.875 +z +" id="ArialMT-49"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 127.651786)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_7"> + <path clip-path="url(#p2bad6e7256)" d="M 36.44375 100.545759 +L 276.960991 100.545759 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_8"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(7.2 104.124665)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_8"> + <path clip-path="url(#p2bad6e7256)" d="M 36.44375 77.018639 +L 276.960991 77.018639 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_9"> + <!-- 3000 --> + <defs> + <path d="M 4.203125 18.890625 +L 12.984375 20.0625 +Q 14.5 12.59375 18.140625 9.296875 +Q 21.78125 6 27 6 +Q 33.203125 6 37.46875 10.296875 +Q 41.75 14.59375 41.75 20.953125 +Q 41.75 27 37.796875 30.921875 +Q 33.84375 34.859375 27.734375 34.859375 +Q 25.25 34.859375 21.53125 33.890625 +L 22.515625 41.609375 +Q 23.390625 41.5 23.921875 41.5 +Q 29.546875 41.5 34.03125 44.421875 +Q 38.53125 47.359375 38.53125 53.46875 +Q 38.53125 58.296875 35.25 61.46875 +Q 31.984375 64.65625 26.8125 64.65625 +Q 21.6875 64.65625 18.265625 61.421875 +Q 14.84375 58.203125 13.875 51.765625 +L 5.078125 53.328125 +Q 6.6875 62.15625 12.390625 67.015625 +Q 18.109375 71.875 26.609375 71.875 +Q 32.46875 71.875 37.390625 69.359375 +Q 42.328125 66.84375 44.9375 62.5 +Q 47.5625 58.15625 47.5625 53.265625 +Q 47.5625 48.640625 45.0625 44.828125 +Q 42.578125 41.015625 37.703125 38.765625 +Q 44.046875 37.3125 47.5625 32.6875 +Q 51.078125 28.078125 51.078125 21.140625 +Q 51.078125 11.765625 44.234375 5.25 +Q 37.40625 -1.265625 26.953125 -1.265625 +Q 17.53125 -1.265625 11.296875 4.34375 +Q 5.078125 9.96875 4.203125 18.890625 +z +" id="ArialMT-51"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 80.597545)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_9"> + <path clip-path="url(#p2bad6e7256)" d="M 36.44375 53.491518 +L 276.960991 53.491518 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_10"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(7.2 57.070424)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_3"> + <path clip-path="url(#p2bad6e7256)" d="M 47.376352 147.6 +L 47.376352 134.895355 +L 49.562872 134.895355 +L 49.562872 102.286766 +L 51.749393 102.286766 +L 51.749393 56.408881 +L 53.935913 56.408881 +L 53.935913 44.057143 +L 56.122433 44.057143 +L 56.122433 77.606817 +L 58.308954 77.606817 +L 58.308954 119.202766 +L 60.495474 119.202766 +L 60.495474 140.118376 +L 62.681995 140.118376 +L 62.681995 146.188373 +L 64.868515 146.188373 +L 64.868515 147.458837 +L 67.055035 147.458837 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 145.906047 +L 73.614596 145.906047 +L 73.614596 140.259538 +L 75.801117 140.259538 +L 75.801117 126.143266 +L 77.987637 126.143266 +L 77.987637 102.569091 +L 80.174158 102.569091 +L 80.174158 83.935612 +L 82.360678 83.935612 +L 82.360678 72.642594 +L 84.547198 72.642594 +L 84.547198 82.523985 +L 86.733719 82.523985 +L 86.733719 72.642594 +L 88.920239 72.642594 +L 88.920239 78.194995 +L 91.106759 78.194995 +L 91.106759 84.406154 +L 93.29328 84.406154 +L 93.29328 86.805921 +L 95.4798 86.805921 +L 95.4798 92.075996 +L 97.666321 92.075996 +L 97.666321 99.22824 +L 99.852841 99.22824 +L 99.852841 113.626838 +L 102.039361 113.626838 +L 102.039361 127.931327 +L 104.225882 127.931327 +L 104.225882 138.28326 +L 106.412402 138.28326 +L 106.412402 143.647444 +L 108.598922 143.647444 +L 108.598922 146.04721 +L 110.785443 146.04721 +L 110.785443 147.317675 +L 112.971963 147.317675 +L 112.971963 147.458837 +L 115.158484 147.458837 +L 115.158484 142.659305 +L 117.345004 142.659305 +L 117.345004 133.483728 +L 119.531524 133.483728 +L 119.531524 119.226293 +L 121.718045 119.226293 +L 121.718045 94.805142 +L 123.904565 94.805142 +L 123.904565 74.171857 +L 126.091085 74.171857 +L 126.091085 77.324491 +L 128.277606 77.324491 +L 128.277606 90.217353 +L 130.464126 90.217353 +L 130.464126 113.932691 +L 132.650647 113.932691 +L 132.650647 131.977992 +L 134.837167 131.977992 +L 134.837167 141.059461 +L 137.023687 141.059461 +L 137.023687 144.98849 +L 139.210208 144.98849 +L 139.210208 146.611861 +L 141.396728 146.611861 +L 141.396728 143.929769 +L 143.583248 143.929769 +L 143.583248 138.565586 +L 145.769769 138.565586 +L 145.769769 131.225124 +L 147.956289 131.225124 +L 147.956289 116.826526 +L 150.14281 116.826526 +L 150.14281 101.016301 +L 152.32933 101.016301 +L 152.32933 91.464291 +L 154.51585 91.464291 +L 154.51585 82.900419 +L 156.702371 82.900419 +L 156.702371 80.971195 +L 158.888891 80.971195 +L 158.888891 76.312825 +L 161.075411 76.312825 +L 161.075411 78.8067 +L 163.261932 78.8067 +L 163.261932 89.01747 +L 165.448452 89.01747 +L 165.448452 89.582121 +L 167.634973 89.582121 +L 167.634973 95.699172 +L 169.821493 95.699172 +L 169.821493 104.921803 +L 172.008013 104.921803 +L 172.008013 117.155906 +L 174.194534 117.155906 +L 174.194534 126.990242 +L 176.381054 126.990242 +L 176.381054 136.165819 +L 178.567574 136.165819 +L 178.567574 140.965352 +L 180.754095 140.965352 +L 180.754095 144.306203 +L 182.940615 144.306203 +L 182.940615 144.259149 +L 185.127136 144.259149 +L 185.127136 140.683027 +L 187.313656 140.683027 +L 187.313656 135.17768 +L 189.500176 135.17768 +L 189.500176 124.590476 +L 191.686697 124.590476 +L 191.686697 115.273736 +L 193.873217 115.273736 +L 193.873217 104.121881 +L 196.059737 104.121881 +L 196.059737 90.89964 +L 198.246258 90.89964 +L 198.246258 91.393709 +L 200.432778 91.393709 +L 200.432778 101.933859 +L 202.619299 101.933859 +L 202.619299 111.65056 +L 204.805819 111.65056 +L 204.805819 125.155127 +L 206.992339 125.155127 +L 206.992339 134.824774 +L 209.17886 134.824774 +L 209.17886 139.906632 +L 211.36538 139.906632 +L 211.36538 139.741942 +L 213.5519 139.741942 +L 213.5519 139.083182 +L 215.738421 139.083182 +L 215.738421 133.977797 +L 217.924941 133.977797 +L 217.924941 126.425592 +L 220.111462 126.425592 +L 220.111462 113.720947 +L 222.297982 113.720947 +L 222.297982 107.650949 +L 224.484502 107.650949 +L 224.484502 94.475762 +L 226.671023 94.475762 +L 226.671023 83.606232 +L 228.857543 83.606232 +L 228.857543 90.429097 +L 231.044063 90.429097 +L 231.044063 79.183134 +L 233.230584 79.183134 +L 233.230584 80.594761 +L 235.417104 80.594761 +L 235.417104 93.534677 +L 237.603625 93.534677 +L 237.603625 90.382043 +L 239.790145 90.382043 +L 239.790145 100.075217 +L 241.976665 100.075217 +L 241.976665 106.427539 +L 244.163186 106.427539 +L 244.163186 118.049937 +L 246.349706 118.049937 +L 246.349706 126.002103 +L 248.536226 126.002103 +L 248.536226 130.660473 +L 250.722747 130.660473 +L 250.722747 138.28326 +L 252.909267 138.28326 +L 252.909267 141.953491 +L 255.095788 141.953491 +L 255.095788 144.353257 +L 257.282308 144.353257 +L 257.282308 145.906047 +L 259.468828 145.906047 +L 259.468828 146.894186 +L 261.655349 146.894186 +L 261.655349 147.317675 +L 263.841869 147.317675 +L 263.841869 147.458837 +L 266.028389 147.458837 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_4"> + <path clip-path="url(#p2bad6e7256)" d="M 47.376352 147.6 +L 47.376352 137.859772 +L 49.562872 137.859772 +L 49.562872 121.626059 +L 51.749393 121.626059 +L 51.749393 106.803973 +L 53.935913 106.803973 +L 53.935913 117.814665 +L 56.122433 117.814665 +L 56.122433 135.883494 +L 58.308954 135.883494 +L 58.308954 145.553141 +L 60.495474 145.553141 +L 60.495474 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 145.906047 +L 73.614596 145.906047 +L 73.614596 142.235817 +L 75.801117 142.235817 +L 75.801117 135.460006 +L 77.987637 135.460006 +L 77.987637 128.543032 +L 80.174158 128.543032 +L 80.174158 123.884663 +L 82.360678 123.884663 +L 82.360678 122.19071 +L 84.547198 122.19071 +L 84.547198 128.825358 +L 86.733719 128.825358 +L 86.733719 117.673503 +L 88.920239 117.673503 +L 88.920239 126.990242 +L 91.106759 126.990242 +L 91.106759 130.236985 +L 93.29328 130.236985 +L 93.29328 127.131405 +L 95.4798 127.131405 +L 95.4798 129.2959 +L 97.666321 129.2959 +L 97.666321 132.448534 +L 99.852841 132.448534 +L 99.852841 139.977213 +L 102.039361 139.977213 +L 102.039361 144.353257 +L 104.225882 144.353257 +L 104.225882 146.611861 +L 106.412402 146.611861 +L 106.412402 147.317675 +L 108.598922 147.317675 +L 108.598922 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 143.788606 +L 117.345004 143.788606 +L 117.345004 139.977213 +L 119.531524 139.977213 +L 119.531524 134.895355 +L 121.718045 134.895355 +L 121.718045 125.013964 +L 123.904565 125.013964 +L 123.904565 118.167572 +L 126.091085 118.167572 +L 126.091085 127.696056 +L 128.277606 127.696056 +L 128.277606 132.142682 +L 130.464126 132.142682 +L 130.464126 141.953491 +L 132.650647 141.953491 +L 132.650647 145.976629 +L 134.837167 145.976629 +L 134.837167 146.329535 +L 137.023687 146.329535 +L 137.023687 147.6 +L 139.210208 147.6 +L 139.210208 147.035349 +L 141.396728 147.035349 +L 141.396728 145.059071 +L 143.583248 145.059071 +L 143.583248 143.365118 +L 145.769769 143.365118 +L 145.769769 139.694888 +L 147.956289 139.694888 +L 147.956289 132.354426 +L 150.14281 132.354426 +L 150.14281 128.684195 +L 152.32933 128.684195 +L 152.32933 127.554893 +L 154.51585 127.554893 +L 154.51585 126.002103 +L 156.702371 126.002103 +L 156.702371 125.719778 +L 158.888891 125.719778 +L 158.888891 121.626059 +L 161.075411 121.626059 +L 161.075411 126.566754 +L 163.261932 126.566754 +L 163.261932 129.95466 +L 165.448452 129.95466 +L 165.448452 129.390009 +L 167.634973 129.390009 +L 167.634973 132.0721 +L 169.821493 132.0721 +L 169.821493 134.895355 +L 172.008013 134.895355 +L 172.008013 140.118376 +L 174.194534 140.118376 +L 174.194534 142.518142 +L 176.381054 142.518142 +L 176.381054 145.764885 +L 178.567574 145.764885 +L 178.567574 146.470698 +L 180.754095 146.470698 +L 180.754095 147.176512 +L 182.940615 147.176512 +L 182.940615 145.623722 +L 185.127136 145.623722 +L 185.127136 145.623722 +L 187.313656 145.623722 +L 187.313656 139.977213 +L 189.500176 139.977213 +L 189.500176 136.73047 +L 191.686697 136.73047 +L 191.686697 135.601169 +L 193.873217 135.601169 +L 193.873217 131.366287 +L 196.059737 131.366287 +L 196.059737 126.896134 +L 198.246258 126.896134 +L 198.246258 130.401675 +L 200.432778 130.401675 +L 200.432778 133.695472 +L 202.619299 133.695472 +L 202.619299 137.577447 +L 204.805819 137.577447 +L 204.805819 144.98849 +L 206.992339 144.98849 +L 206.992339 144.141513 +L 209.17886 144.141513 +L 209.17886 144.847327 +L 211.36538 144.847327 +L 211.36538 145.247288 +L 213.5519 145.247288 +L 213.5519 144.023878 +L 215.738421 144.023878 +L 215.738421 142.235817 +L 217.924941 142.235817 +L 217.924941 136.871633 +L 220.111462 136.871633 +L 220.111462 132.354426 +L 222.297982 132.354426 +L 222.297982 136.165819 +L 224.484502 136.165819 +L 224.484502 127.554893 +L 226.671023 127.554893 +L 226.671023 123.508229 +L 228.857543 123.508229 +L 228.857543 129.484117 +L 231.044063 129.484117 +L 231.044063 124.025825 +L 233.230584 124.025825 +L 233.230584 126.425592 +L 235.417104 126.425592 +L 235.417104 131.225124 +L 237.603625 131.225124 +L 237.603625 129.62528 +L 239.790145 129.62528 +L 239.790145 132.119155 +L 241.976665 132.119155 +L 241.976665 135.460006 +L 244.163186 135.460006 +L 244.163186 140.541864 +L 246.349706 140.541864 +L 246.349706 140.400701 +L 248.536226 140.400701 +L 248.536226 144.635583 +L 250.722747 144.635583 +L 250.722747 145.341396 +L 252.909267 145.341396 +L 252.909267 146.894186 +L 255.095788 146.894186 +L 255.095788 146.753024 +L 257.282308 146.753024 +L 257.282308 147.317675 +L 259.468828 147.317675 +L 259.468828 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_5"> + <path clip-path="url(#p2bad6e7256)" d="M 47.376352 147.6 +L 47.376352 145.200234 +L 49.562872 145.200234 +L 49.562872 134.471867 +L 51.749393 134.471867 +L 51.749393 115.838387 +L 53.935913 115.838387 +L 53.935913 108.850833 +L 56.122433 108.850833 +L 56.122433 122.849469 +L 58.308954 122.849469 +L 58.308954 139.953686 +L 60.495474 139.953686 +L 60.495474 146.117791 +L 62.681995 146.117791 +L 62.681995 147.458837 +L 64.868515 147.458837 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 73.614596 147.6 +L 73.614596 145.623722 +L 75.801117 145.623722 +L 75.801117 140.824189 +L 77.987637 140.824189 +L 77.987637 132.0721 +L 80.174158 132.0721 +L 80.174158 124.308151 +L 82.360678 124.308151 +L 82.360678 124.590476 +L 84.547198 124.590476 +L 84.547198 125.013964 +L 86.733719 125.013964 +L 86.733719 123.178849 +L 88.920239 123.178849 +L 88.920239 122.943578 +L 91.106759 122.943578 +L 91.106759 126.331483 +L 93.29328 126.331483 +L 93.29328 128.590087 +L 95.4798 128.590087 +L 95.4798 129.2959 +L 97.666321 129.2959 +L 97.666321 130.895744 +L 99.852841 130.895744 +L 99.852841 135.460006 +L 102.039361 135.460006 +L 102.039361 141.671166 +L 104.225882 141.671166 +L 104.225882 144.49442 +L 106.412402 144.49442 +L 106.412402 146.470698 +L 108.598922 146.470698 +L 108.598922 147.317675 +L 110.785443 147.317675 +L 110.785443 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 146.470698 +L 117.345004 146.470698 +L 117.345004 143.506281 +L 119.531524 143.506281 +L 119.531524 137.718609 +L 121.718045 137.718609 +L 121.718045 129.813497 +L 123.904565 129.813497 +L 123.904565 123.367066 +L 126.091085 123.367066 +L 126.091085 121.86133 +L 128.277606 121.86133 +L 128.277606 128.966521 +L 130.464126 128.966521 +L 130.464126 136.024657 +L 132.650647 136.024657 +L 132.650647 143.153374 +L 134.837167 143.153374 +L 134.837167 145.764885 +L 137.023687 145.764885 +L 137.023687 146.894186 +L 139.210208 146.894186 +L 139.210208 147.6 +L 141.396728 147.6 +L 141.396728 146.470698 +L 143.583248 146.470698 +L 143.583248 145.341396 +L 145.769769 145.341396 +L 145.769769 141.953491 +L 147.956289 141.953491 +L 147.956289 137.718609 +L 150.14281 137.718609 +L 150.14281 132.919077 +L 152.32933 132.919077 +L 152.32933 126.754971 +L 154.51585 126.754971 +L 154.51585 127.790165 +L 156.702371 127.790165 +L 156.702371 123.7435 +L 158.888891 123.7435 +L 158.888891 122.755361 +L 161.075411 122.755361 +L 161.075411 125.390398 +L 163.261932 125.390398 +L 163.261932 128.448924 +L 165.448452 128.448924 +L 165.448452 127.507839 +L 167.634973 127.507839 +L 167.634973 130.707528 +L 169.821493 130.707528 +L 169.821493 133.436673 +L 172.008013 133.436673 +L 172.008013 136.918687 +L 174.194534 136.918687 +L 174.194534 141.247677 +L 176.381054 141.247677 +L 176.381054 143.223956 +L 178.567574 143.223956 +L 178.567574 145.623722 +L 180.754095 145.623722 +L 180.754095 146.894186 +L 182.940615 146.894186 +L 182.940615 147.176512 +L 185.127136 147.176512 +L 185.127136 144.212095 +L 187.313656 144.212095 +L 187.313656 144.917908 +L 189.500176 144.917908 +L 189.500176 140.965352 +L 191.686697 140.965352 +L 191.686697 135.601169 +L 193.873217 135.601169 +L 193.873217 132.777914 +L 196.059737 132.777914 +L 196.059737 127.413731 +L 198.246258 127.413731 +L 198.246258 128.754777 +L 200.432778 128.754777 +L 200.432778 133.483728 +L 202.619299 133.483728 +L 202.619299 134.895355 +L 204.805819 134.895355 +L 204.805819 139.483143 +L 206.992339 139.483143 +L 206.992339 144.141513 +L 209.17886 144.141513 +L 209.17886 146.258954 +L 211.36538 146.258954 +L 211.36538 143.718025 +L 213.5519 143.718025 +L 213.5519 145.906047 +L 215.738421 145.906047 +L 215.738421 143.365118 +L 217.924941 143.365118 +L 217.924941 139.130237 +L 220.111462 139.130237 +L 220.111462 138.28326 +L 222.297982 138.28326 +L 222.297982 133.201402 +L 224.484502 133.201402 +L 224.484502 127.131405 +L 226.671023 127.131405 +L 226.671023 128.684195 +L 228.857543 128.684195 +L 228.857543 129.107683 +L 231.044063 129.107683 +L 231.044063 122.614198 +L 233.230584 122.614198 +L 233.230584 125.013964 +L 235.417104 125.013964 +L 235.417104 130.942799 +L 237.603625 130.942799 +L 237.603625 127.978382 +L 239.790145 127.978382 +L 239.790145 131.789775 +L 241.976665 131.789775 +L 241.976665 134.895355 +L 244.163186 134.895355 +L 244.163186 137.295121 +L 246.349706 137.295121 +L 246.349706 141.38884 +L 248.536226 141.38884 +L 248.536226 140.824189 +L 250.722747 140.824189 +L 250.722747 144.635583 +L 252.909267 144.635583 +L 252.909267 145.764885 +L 255.095788 145.764885 +L 255.095788 146.894186 +L 257.282308 146.894186 +L 257.282308 146.894186 +L 259.468828 146.894186 +L 259.468828 147.458837 +L 261.655349 147.458837 +L 261.655349 147.458837 +L 263.841869 147.458837 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_6"> + <path clip-path="url(#p2bad6e7256)" d="M 47.376352 147.6 +L 47.376352 147.035349 +L 49.562872 147.035349 +L 49.562872 141.38884 +L 51.749393 141.38884 +L 51.749393 128.966521 +L 53.935913 128.966521 +L 53.935913 112.591645 +L 56.122433 112.591645 +L 56.122433 114.073853 +L 58.308954 114.073853 +L 58.308954 128.895939 +L 60.495474 128.895939 +L 60.495474 141.600584 +L 62.681995 141.600584 +L 62.681995 146.329535 +L 64.868515 146.329535 +L 64.868515 147.458837 +L 67.055035 147.458837 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 75.801117 147.6 +L 75.801117 145.059071 +L 77.987637 145.059071 +L 77.987637 137.153959 +L 80.174158 137.153959 +L 80.174158 130.942799 +L 82.360678 130.942799 +L 82.360678 121.061408 +L 84.547198 121.061408 +L 84.547198 123.884663 +L 86.733719 123.884663 +L 86.733719 126.990242 +L 88.920239 126.990242 +L 88.920239 123.461174 +L 91.106759 123.461174 +L 91.106759 123.037686 +L 93.29328 123.037686 +L 93.29328 126.284429 +L 95.4798 126.284429 +L 95.4798 128.684195 +L 97.666321 128.684195 +L 97.666321 131.083961 +L 99.852841 131.083961 +L 99.852841 133.389619 +L 102.039361 133.389619 +L 102.039361 137.106904 +L 104.225882 137.106904 +L 104.225882 142.376979 +L 106.412402 142.376979 +L 106.412402 145.059071 +L 108.598922 145.059071 +L 108.598922 146.329535 +L 110.785443 146.329535 +L 110.785443 147.317675 +L 112.971963 147.317675 +L 112.971963 147.458837 +L 115.158484 147.458837 +L 115.158484 147.6 +L 117.345004 147.6 +L 117.345004 145.200234 +L 119.531524 145.200234 +L 119.531524 141.812328 +L 121.718045 141.812328 +L 121.718045 135.17768 +L 123.904565 135.17768 +L 123.904565 127.837219 +L 126.091085 127.837219 +L 126.091085 122.967105 +L 128.277606 122.967105 +L 128.277606 124.308151 +L 130.464126 124.308151 +L 130.464126 131.154543 +L 132.650647 131.154543 +L 132.650647 138.047989 +L 134.837167 138.047989 +L 134.837167 144.16504 +L 137.023687 144.16504 +L 137.023687 145.694303 +L 139.210208 145.694303 +L 139.210208 147.176512 +L 141.396728 147.176512 +L 141.396728 147.6 +L 143.583248 147.6 +L 143.583248 145.059071 +L 145.769769 145.059071 +L 145.769769 144.776746 +L 147.956289 144.776746 +L 147.956289 141.953491 +L 150.14281 141.953491 +L 150.14281 134.61303 +L 152.32933 134.61303 +L 152.32933 132.354426 +L 154.51585 132.354426 +L 154.51585 124.308151 +L 156.702371 124.308151 +L 156.702371 126.707917 +L 158.888891 126.707917 +L 158.888891 127.131405 +L 161.075411 127.131405 +L 161.075411 122.049547 +L 163.261932 122.049547 +L 163.261932 125.813886 +L 165.448452 125.813886 +L 165.448452 127.884273 +L 167.634973 127.884273 +L 167.634973 128.119544 +L 169.821493 128.119544 +L 169.821493 131.789775 +L 172.008013 131.789775 +L 172.008013 135.318843 +L 174.194534 135.318843 +L 174.194534 138.424423 +L 176.381054 138.424423 +L 176.381054 142.376979 +L 178.567574 142.376979 +L 178.567574 144.070932 +L 180.754095 144.070932 +L 180.754095 145.435505 +L 182.940615 145.435505 +L 182.940615 146.658915 +L 185.127136 146.658915 +L 185.127136 146.04721 +L 187.313656 146.04721 +L 187.313656 145.482559 +L 189.500176 145.482559 +L 189.500176 142.094654 +L 191.686697 142.094654 +L 191.686697 139.271399 +L 193.873217 139.271399 +L 193.873217 135.17768 +L 196.059737 135.17768 +L 196.059737 131.789775 +L 198.246258 131.789775 +L 198.246258 127.437258 +L 200.432778 127.437258 +L 200.432778 129.95466 +L 202.619299 129.95466 +L 202.619299 134.377758 +L 204.805819 134.377758 +L 204.805819 135.883494 +L 206.992339 135.883494 +L 206.992339 141.741747 +L 209.17886 141.741747 +L 209.17886 144.000351 +L 211.36538 144.000351 +L 211.36538 145.976629 +L 213.5519 145.976629 +L 213.5519 144.353257 +L 215.738421 144.353257 +L 215.738421 143.576862 +L 217.924941 143.576862 +L 217.924941 145.623722 +L 220.111462 145.623722 +L 220.111462 138.28326 +L 222.297982 138.28326 +L 222.297982 133.483728 +L 224.484502 133.483728 +L 224.484502 134.989463 +L 226.671023 134.989463 +L 226.671023 126.613809 +L 228.857543 126.613809 +L 228.857543 127.037297 +L 231.044063 127.037297 +L 231.044063 127.74311 +L 233.230584 127.74311 +L 233.230584 124.355205 +L 235.417104 124.355205 +L 235.417104 126.566754 +L 237.603625 126.566754 +L 237.603625 127.978382 +L 239.790145 127.978382 +L 239.790145 131.366287 +L 241.976665 131.366287 +L 241.976665 131.272178 +L 244.163186 131.272178 +L 244.163186 135.412952 +L 246.349706 135.412952 +L 246.349706 139.412562 +L 248.536226 139.412562 +L 248.536226 140.400701 +L 250.722747 140.400701 +L 250.722747 143.506281 +L 252.909267 143.506281 +L 252.909267 144.49442 +L 255.095788 144.49442 +L 255.095788 145.906047 +L 257.282308 145.906047 +L 257.282308 146.894186 +L 259.468828 146.894186 +L 259.468828 147.035349 +L 261.655349 147.035349 +L 261.655349 147.458837 +L 263.841869 147.458837 +L 263.841869 147.458837 +L 266.028389 147.458837 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_10"> + <path clip-path="url(#p2bad6e7256)" d="M 131.643407 147.6 +L 131.643407 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_7"> + <path d="M 36.44375 147.6 +L 36.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_8"> + <path d="M 276.960991 147.6 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_9"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_10"> + <path d="M 36.44375 38.88 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_11"> + <!-- 1% --> + <defs> + <path id="ArialMT-32"/> + <path d="M 5.8125 54.390625 +Q 5.8125 62.0625 9.671875 67.421875 +Q 13.53125 72.796875 20.84375 72.796875 +Q 27.59375 72.796875 32 67.984375 +Q 36.421875 63.1875 36.421875 53.859375 +Q 36.421875 44.78125 31.953125 39.875 +Q 27.484375 34.96875 20.953125 34.96875 +Q 14.453125 34.96875 10.125 39.796875 +Q 5.8125 44.625 5.8125 54.390625 +z +M 21.09375 66.75 +Q 17.828125 66.75 15.65625 63.90625 +Q 13.484375 61.078125 13.484375 53.515625 +Q 13.484375 46.625 15.671875 43.8125 +Q 17.875 41.015625 21.09375 41.015625 +Q 24.421875 41.015625 26.59375 43.84375 +Q 28.765625 46.6875 28.765625 54.203125 +Q 28.765625 61.140625 26.5625 63.9375 +Q 24.359375 66.75 21.09375 66.75 +z +M 21.140625 -2.640625 +L 60.296875 72.796875 +L 67.4375 72.796875 +L 28.421875 -2.640625 +z +M 52.09375 16.796875 +Q 52.09375 24.515625 55.953125 29.859375 +Q 59.8125 35.203125 67.1875 35.203125 +Q 73.921875 35.203125 78.34375 30.390625 +Q 82.765625 25.59375 82.765625 16.265625 +Q 82.765625 7.171875 78.296875 2.265625 +Q 73.828125 -2.640625 67.234375 -2.640625 +Q 60.75 -2.640625 56.421875 2.21875 +Q 52.09375 7.078125 52.09375 16.796875 +z +M 67.4375 29.15625 +Q 64.109375 29.15625 61.9375 26.3125 +Q 59.765625 23.484375 59.765625 15.921875 +Q 59.765625 9.078125 61.953125 6.25 +Q 64.15625 3.421875 67.390625 3.421875 +Q 70.75 3.421875 72.921875 6.25 +Q 75.09375 9.078125 75.09375 16.609375 +Q 75.09375 23.53125 72.890625 26.34375 +Q 70.703125 29.15625 67.4375 29.15625 +z +" id="ArialMT-37"/> + </defs> + <g style="fill:#262626;" transform="translate(144.696746 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-49"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_2"> + <g id="patch_11"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +L 565.581681 38.88 +L 325.06444 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_3"> + <g id="xtick_5"> + <g id="line2d_11"> + <path clip-path="url(#pc924c2197d)" d="M 338.829451 147.6 +L 338.829451 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_12"> + <!-- 0.016 --> + <g style="fill:#262626;" transform="translate(326.318513 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_12"> + <path clip-path="url(#pc924c2197d)" d="M 386.717717 147.6 +L 386.717717 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_13"> + <!-- 0.018 --> + <g style="fill:#262626;" transform="translate(374.20678 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_13"> + <path clip-path="url(#pc924c2197d)" d="M 434.605984 147.6 +L 434.605984 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_14"> + <!-- 0.020 --> + <g style="fill:#262626;" transform="translate(422.095047 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_8"> + <g id="line2d_14"> + <path clip-path="url(#pc924c2197d)" d="M 482.494251 147.6 +L 482.494251 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_15"> + <!-- 0.022 --> + <g style="fill:#262626;" transform="translate(469.983314 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_9"> + <g id="line2d_15"> + <path clip-path="url(#pc924c2197d)" d="M 530.382518 147.6 +L 530.382518 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_16"> + <!-- 0.024 --> + <g style="fill:#262626;" transform="translate(517.87158 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="text_17"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(426.705873 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_4"> + <g id="ytick_6"> + <g id="line2d_16"> + <path clip-path="url(#pc924c2197d)" d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_18"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(312.503502 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_17"> + <path clip-path="url(#pc924c2197d)" d="M 325.06444 108.600807 +L 565.581681 108.600807 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_19"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(295.82069 112.179713)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_8"> + <g id="line2d_18"> + <path clip-path="url(#pc924c2197d)" d="M 325.06444 69.601614 +L 565.581681 69.601614 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_20"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(295.82069 73.18052)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_12"> + <path clip-path="url(#pc924c2197d)" d="M 335.997042 147.6 +L 335.997042 144.558063 +L 338.183562 144.558063 +L 338.183562 135.432252 +L 340.370082 135.432252 +L 340.370082 143.856077 +L 342.556603 143.856077 +L 342.556603 134.496271 +L 344.743123 134.496271 +L 344.743123 127.476416 +L 346.929643 127.476416 +L 346.929643 131.688329 +L 349.116164 131.688329 +L 349.116164 112.500726 +L 351.302684 112.500726 +L 351.302684 109.458789 +L 353.489205 109.458789 +L 353.489205 106.260856 +L 355.675725 106.260856 +L 355.675725 107.97682 +L 357.862245 107.97682 +L 357.862245 85.357288 +L 360.048766 85.357288 +L 360.048766 84.265311 +L 362.235286 84.265311 +L 362.235286 92.02615 +L 364.421806 92.02615 +L 364.421806 91.480161 +L 366.608327 91.480161 +L 366.608327 90.037191 +L 368.794847 90.037191 +L 368.794847 97.447038 +L 370.981368 97.447038 +L 370.981368 72.019564 +L 373.167888 72.019564 +L 373.167888 92.104149 +L 375.354408 92.104149 +L 375.354408 82.432349 +L 377.540929 82.432349 +L 377.540929 80.560387 +L 379.727449 80.560387 +L 379.727449 71.785569 +L 381.913969 71.785569 +L 381.913969 59.500823 +L 384.10049 59.500823 +L 384.10049 69.913608 +L 386.28701 69.913608 +L 386.28701 44.057143 +L 388.473531 44.057143 +L 388.473531 64.765714 +L 390.660051 64.765714 +L 390.660051 62.893753 +L 392.846571 62.893753 +L 392.846571 53.923939 +L 395.033092 53.923939 +L 395.033092 71.863567 +L 397.219612 71.863567 +L 397.219612 74.827506 +L 399.406132 74.827506 +L 399.406132 82.783341 +L 401.592653 82.783341 +L 401.592653 85.825278 +L 403.779173 85.825278 +L 403.779173 96.823051 +L 405.965694 96.823051 +L 405.965694 86.761259 +L 408.152214 86.761259 +L 408.152214 92.377143 +L 410.338734 92.377143 +L 410.338734 97.447038 +L 412.525255 97.447038 +L 412.525255 100.488975 +L 414.711775 100.488975 +L 414.711775 95.575077 +L 416.898295 95.575077 +L 416.898295 74.125521 +L 419.084816 74.125521 +L 419.084816 96.589056 +L 421.271336 96.589056 +L 421.271336 77.635448 +L 423.457857 77.635448 +L 423.457857 97.252042 +L 425.644377 97.252042 +L 425.644377 96.511057 +L 427.830897 96.511057 +L 427.830897 67.612655 +L 430.017418 67.612655 +L 430.017418 99.474996 +L 432.203938 99.474996 +L 432.203938 67.339661 +L 434.390458 67.339661 +L 434.390458 87.463245 +L 436.576979 87.463245 +L 436.576979 85.942276 +L 438.763499 85.942276 +L 438.763499 56.692881 +L 440.95002 56.692881 +L 440.95002 66.052688 +L 443.13654 66.052688 +L 443.13654 76.816465 +L 445.32306 76.816465 +L 445.32306 49.439031 +L 447.509581 49.439031 +L 447.509581 75.1395 +L 449.696101 75.1395 +L 449.696101 48.464052 +L 451.882621 48.464052 +L 451.882621 74.515513 +L 454.069142 74.515513 +L 454.069142 78.649427 +L 456.255662 78.649427 +L 456.255662 63.439742 +L 458.442183 63.439742 +L 458.442183 83.251332 +L 460.628703 83.251332 +L 460.628703 106.416852 +L 462.815223 106.416852 +L 462.815223 67.105666 +L 465.001744 67.105666 +L 465.001744 109.458789 +L 467.188264 109.458789 +L 467.188264 85.123293 +L 469.374784 85.123293 +L 469.374784 91.441162 +L 471.561305 91.441162 +L 471.561305 95.341082 +L 473.747825 95.341082 +L 473.747825 103.218918 +L 475.934346 103.218918 +L 475.934346 69.367619 +L 478.120866 69.367619 +L 478.120866 92.923132 +L 480.307386 92.923132 +L 480.307386 83.79732 +L 482.493907 83.79732 +L 482.493907 99.981985 +L 484.680427 99.981985 +L 484.680427 78.142437 +L 486.866947 78.142437 +L 486.866947 93.664116 +L 489.053468 93.664116 +L 489.053468 77.986441 +L 491.239988 77.986441 +L 491.239988 74.086521 +L 493.426509 74.086521 +L 493.426509 76.738467 +L 495.613029 76.738467 +L 495.613029 80.91138 +L 497.799549 80.91138 +L 497.799549 72.370557 +L 499.98607 72.370557 +L 499.98607 64.063729 +L 502.17259 64.063729 +L 502.17259 70.342599 +L 504.359111 70.342599 +L 504.359111 66.559677 +L 506.545631 66.559677 +L 506.545631 83.875319 +L 508.732151 83.875319 +L 508.732151 65.428701 +L 510.918672 65.428701 +L 510.918672 76.699467 +L 513.105192 76.699467 +L 513.105192 84.421308 +L 515.291712 84.421308 +L 515.291712 99.630993 +L 517.478233 99.630993 +L 517.478233 86.293269 +L 519.664753 86.293269 +L 519.664753 120.222567 +L 521.851274 120.222567 +L 521.851274 105.948862 +L 524.037794 105.948862 +L 524.037794 115.074673 +L 526.224314 115.074673 +L 526.224314 131.922324 +L 528.410835 131.922324 +L 528.410835 127.710412 +L 530.597355 127.710412 +L 530.597355 132.858305 +L 532.783875 132.858305 +L 532.783875 137.850202 +L 534.970396 137.850202 +L 534.970396 141.906118 +L 537.156916 141.906118 +L 537.156916 139.87816 +L 539.343437 139.87816 +L 539.343437 143.856077 +L 541.529957 143.856077 +L 541.529957 146.196029 +L 543.716477 146.196029 +L 543.716477 145.260048 +L 545.902998 145.260048 +L 545.902998 145.728039 +L 548.089518 145.728039 +L 548.089518 146.430024 +L 550.276038 146.430024 +L 550.276038 147.366005 +L 552.462559 147.366005 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_13"> + <path clip-path="url(#pc924c2197d)" d="M 335.997042 147.6 +L 335.997042 144.558063 +L 338.183562 144.558063 +L 338.183562 144.324068 +L 340.370082 144.324068 +L 340.370082 147.6 +L 342.556603 147.6 +L 342.556603 135.900242 +L 344.743123 135.900242 +L 344.743123 146.664019 +L 346.929643 146.664019 +L 346.929643 136.368232 +L 349.116164 136.368232 +L 349.116164 139.87816 +L 351.302684 139.87816 +L 351.302684 128.646392 +L 353.489205 128.646392 +L 353.489205 134.964262 +L 355.675725 134.964262 +L 355.675725 134.496271 +L 357.862245 134.496271 +L 357.862245 118.350605 +L 360.048766 118.350605 +L 360.048766 137.538208 +L 362.235286 137.538208 +L 362.235286 124.90247 +L 364.421806 124.90247 +L 364.421806 128.2954 +L 366.608327 128.2954 +L 366.608327 132.62431 +L 368.794847 132.62431 +L 368.794847 124.317482 +L 370.981368 124.317482 +L 370.981368 125.37046 +L 373.167888 125.37046 +L 373.167888 129.114383 +L 375.354408 129.114383 +L 375.354408 123.732494 +L 377.540929 123.732494 +L 377.540929 127.710412 +L 379.727449 127.710412 +L 379.727449 118.5846 +L 381.913969 118.5846 +L 381.913969 119.286586 +L 384.10049 119.286586 +L 384.10049 116.829637 +L 386.28701 116.829637 +L 386.28701 111.798741 +L 388.473531 111.798741 +L 388.473531 125.83845 +L 390.660051 125.83845 +L 390.660051 117.64862 +L 392.846571 117.64862 +L 392.846571 116.478644 +L 395.033092 116.478644 +L 395.033092 123.030508 +L 397.219612 123.030508 +L 397.219612 125.136465 +L 399.406132 125.136465 +L 399.406132 124.200484 +L 401.592653 124.200484 +L 401.592653 130.050363 +L 403.779173 130.050363 +L 403.779173 130.050363 +L 405.965694 130.050363 +L 405.965694 127.710412 +L 408.152214 127.710412 +L 408.152214 124.90247 +L 410.338734 124.90247 +L 410.338734 139.332171 +L 412.525255 139.332171 +L 412.525255 130.830347 +L 414.711775 130.830347 +L 414.711775 127.008426 +L 416.898295 127.008426 +L 416.898295 121.860533 +L 419.084816 121.860533 +L 419.084816 130.284358 +L 421.271336 130.284358 +L 421.271336 126.306441 +L 423.457857 126.306441 +L 423.457857 135.783245 +L 425.644377 135.783245 +L 425.644377 121.860533 +L 427.830897 121.860533 +L 427.830897 120.573559 +L 430.017418 120.573559 +L 430.017418 139.176174 +L 432.203938 139.176174 +L 432.203938 110.160775 +L 434.390458 110.160775 +L 434.390458 136.368232 +L 436.576979 136.368232 +L 436.576979 121.275545 +L 438.763499 121.275545 +L 438.763499 114.25569 +L 440.95002 114.25569 +L 440.95002 126.540436 +L 443.13654 126.540436 +L 443.13654 121.158547 +L 445.32306 121.158547 +L 445.32306 115.191671 +L 447.509581 115.191671 +L 447.509581 122.328523 +L 449.696101 122.328523 +L 449.696101 115.464665 +L 451.882621 115.464665 +L 451.882621 124.512478 +L 454.069142 124.512478 +L 454.069142 124.434479 +L 456.255662 124.434479 +L 456.255662 111.642744 +L 458.442183 111.642744 +L 458.442183 140.502147 +L 460.628703 140.502147 +L 460.628703 128.412397 +L 462.815223 128.412397 +L 462.815223 122.328523 +L 465.001744 122.328523 +L 465.001744 140.81414 +L 467.188264 140.81414 +L 467.188264 120.222567 +L 469.374784 120.222567 +L 469.374784 127.944407 +L 471.561305 127.944407 +L 471.561305 134.496271 +L 473.747825 134.496271 +L 473.747825 130.284358 +L 475.934346 130.284358 +L 475.934346 119.754576 +L 478.120866 119.754576 +L 478.120866 129.348378 +L 480.307386 129.348378 +L 480.307386 131.532333 +L 482.493907 131.532333 +L 482.493907 126.34544 +L 484.680427 126.34544 +L 484.680427 122.328523 +L 486.866947 122.328523 +L 486.866947 134.496271 +L 489.053468 134.496271 +L 489.053468 118.233608 +L 491.239988 118.233608 +L 491.239988 127.710412 +L 493.426509 127.710412 +L 493.426509 119.286586 +L 495.613029 119.286586 +L 495.613029 128.880387 +L 497.799549 128.880387 +L 497.799549 119.754576 +L 499.98607 119.754576 +L 499.98607 122.328523 +L 502.17259 122.328523 +L 502.17259 116.946634 +L 504.359111 116.946634 +L 504.359111 127.242421 +L 506.545631 127.242421 +L 506.545631 121.899532 +L 508.732151 121.899532 +L 508.732151 122.874512 +L 510.918672 122.874512 +L 510.918672 123.810492 +L 513.105192 123.810492 +L 513.105192 127.866408 +L 515.291712 127.866408 +L 515.291712 134.028281 +L 517.478233 134.028281 +L 517.478233 129.348378 +L 519.664753 129.348378 +L 519.664753 141.984116 +L 521.851274 141.984116 +L 521.851274 128.412397 +L 524.037794 128.412397 +L 524.037794 141.984116 +L 526.224314 141.984116 +L 526.224314 143.388087 +L 528.410835 143.388087 +L 528.410835 138.708184 +L 530.597355 138.708184 +L 530.597355 145.026053 +L 532.783875 145.026053 +L 532.783875 145.728039 +L 534.970396 145.728039 +L 534.970396 145.728039 +L 537.156916 145.728039 +L 537.156916 144.558063 +L 539.343437 144.558063 +L 539.343437 147.6 +L 541.529957 147.6 +L 541.529957 147.13201 +L 543.716477 147.13201 +L 543.716477 146.430024 +L 545.902998 146.430024 +L 545.902998 147.13201 +L 548.089518 147.13201 +L 548.089518 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_14"> + <path clip-path="url(#pc924c2197d)" d="M 335.997042 147.6 +L 335.997042 147.6 +L 338.183562 147.6 +L 338.183562 141.750121 +L 340.370082 141.750121 +L 340.370082 147.13201 +L 342.556603 147.13201 +L 342.556603 146.196029 +L 344.743123 146.196029 +L 344.743123 136.836223 +L 346.929643 136.836223 +L 346.929643 147.13201 +L 349.116164 147.13201 +L 349.116164 129.582373 +L 351.302684 129.582373 +L 351.302684 138.240194 +L 353.489205 138.240194 +L 353.489205 133.794286 +L 355.675725 133.794286 +L 355.675725 134.496271 +L 357.862245 134.496271 +L 357.862245 128.646392 +L 360.048766 128.646392 +L 360.048766 122.328523 +L 362.235286 122.328523 +L 362.235286 130.050363 +L 364.421806 130.050363 +L 364.421806 128.178402 +L 366.608327 128.178402 +L 366.608327 128.76339 +L 368.794847 128.76339 +L 368.794847 133.014302 +L 370.981368 133.014302 +L 370.981368 119.247587 +L 373.167888 119.247587 +L 373.167888 130.167361 +L 375.354408 130.167361 +L 375.354408 128.997385 +L 377.540929 128.997385 +L 377.540929 123.615496 +L 379.727449 123.615496 +L 379.727449 120.807554 +L 381.913969 120.807554 +L 381.913969 117.64862 +L 384.10049 117.64862 +L 384.10049 123.615496 +L 386.28701 123.615496 +L 386.28701 113.436707 +L 388.473531 113.436707 +L 388.473531 120.456562 +L 390.660051 120.456562 +L 390.660051 118.818596 +L 392.846571 118.818596 +L 392.846571 113.982696 +L 395.033092 113.982696 +L 395.033092 122.250525 +L 397.219612 122.250525 +L 397.219612 125.604455 +L 399.406132 125.604455 +L 399.406132 126.540436 +L 401.592653 126.540436 +L 401.592653 123.498499 +L 403.779173 123.498499 +L 403.779173 135.666247 +L 405.965694 135.666247 +L 405.965694 124.434479 +L 408.152214 124.434479 +L 408.152214 132.858305 +L 410.338734 132.858305 +L 410.338734 127.008426 +L 412.525255 127.008426 +L 412.525255 132.62431 +L 414.711775 132.62431 +L 414.711775 129.348378 +L 416.898295 129.348378 +L 416.898295 123.030508 +L 419.084816 123.030508 +L 419.084816 134.496271 +L 421.271336 134.496271 +L 421.271336 117.882615 +L 423.457857 117.882615 +L 423.457857 133.443293 +L 425.644377 133.443293 +L 425.644377 133.794286 +L 427.830897 133.794286 +L 427.830897 118.038612 +L 430.017418 118.038612 +L 430.017418 132.11732 +L 432.203938 132.11732 +L 432.203938 123.498499 +L 434.390458 123.498499 +L 434.390458 120.924552 +L 436.576979 120.924552 +L 436.576979 130.752349 +L 438.763499 130.752349 +L 438.763499 118.701598 +L 440.95002 118.701598 +L 440.95002 121.04155 +L 443.13654 121.04155 +L 443.13654 120.924552 +L 445.32306 120.924552 +L 445.32306 114.606683 +L 447.509581 114.606683 +L 447.509581 127.437417 +L 449.696101 127.437417 +L 449.696101 111.018757 +L 451.882621 111.018757 +L 451.882621 121.158547 +L 454.069142 121.158547 +L 454.069142 128.646392 +L 456.255662 128.646392 +L 456.255662 121.158547 +L 458.442183 121.158547 +L 458.442183 121.392542 +L 460.628703 121.392542 +L 460.628703 138.942179 +L 462.815223 138.942179 +L 462.815223 114.606683 +L 465.001744 114.606683 +L 465.001744 138.006199 +L 467.188264 138.006199 +L 467.188264 125.604455 +L 469.374784 125.604455 +L 469.374784 130.284358 +L 471.561305 130.284358 +L 471.561305 130.752349 +L 473.747825 130.752349 +L 473.747825 133.326295 +L 475.934346 133.326295 +L 475.934346 117.570621 +L 478.120866 117.570621 +L 478.120866 132.936303 +L 480.307386 132.936303 +L 480.307386 123.732494 +L 482.493907 123.732494 +L 482.493907 136.836223 +L 484.680427 136.836223 +L 484.680427 118.311606 +L 486.866947 118.311606 +L 486.866947 135.354253 +L 489.053468 135.354253 +L 489.053468 119.754576 +L 491.239988 119.754576 +L 491.239988 125.955448 +L 493.426509 125.955448 +L 493.426509 126.306441 +L 495.613029 126.306441 +L 495.613029 121.626538 +L 497.799549 121.626538 +L 497.799549 121.275545 +L 499.98607 121.275545 +L 499.98607 122.211525 +L 502.17259 122.211525 +L 502.17259 121.938531 +L 504.359111 121.938531 +L 504.359111 118.038612 +L 506.545631 118.038612 +L 506.545631 131.805327 +L 508.732151 131.805327 +L 508.732151 112.734722 +L 510.918672 112.734722 +L 510.918672 127.164423 +L 513.105192 127.164423 +L 513.105192 128.724391 +L 515.291712 128.724391 +L 515.291712 129.816368 +L 517.478233 129.816368 +L 517.478233 125.37046 +L 519.664753 125.37046 +L 519.664753 139.644165 +L 521.851274 139.644165 +L 521.851274 134.028281 +L 524.037794 134.028281 +L 524.037794 136.836223 +L 526.224314 136.836223 +L 526.224314 142.920097 +L 528.410835 142.920097 +L 528.410835 140.580145 +L 530.597355 140.580145 +L 530.597355 142.452107 +L 532.783875 142.452107 +L 532.783875 144.558063 +L 534.970396 144.558063 +L 534.970396 145.962034 +L 537.156916 145.962034 +L 537.156916 144.558063 +L 539.343437 144.558063 +L 539.343437 146.430024 +L 541.529957 146.430024 +L 541.529957 147.366005 +L 543.716477 147.366005 +L 543.716477 146.898015 +L 545.902998 146.898015 +L 545.902998 146.898015 +L 548.089518 146.898015 +L 548.089518 147.13201 +L 550.276038 147.13201 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_15"> + <path clip-path="url(#pc924c2197d)" d="M 335.997042 147.6 +L 335.997042 147.6 +L 338.183562 147.6 +L 338.183562 144.558063 +L 340.370082 144.558063 +L 340.370082 144.324068 +L 342.556603 144.324068 +L 342.556603 147.6 +L 344.743123 147.6 +L 344.743123 139.176174 +L 346.929643 139.176174 +L 346.929643 143.388087 +L 349.116164 143.388087 +L 349.116164 138.240194 +L 351.302684 138.240194 +L 351.302684 137.772203 +L 353.489205 137.772203 +L 353.489205 132.702308 +L 355.675725 132.702308 +L 355.675725 134.184278 +L 357.862245 134.184278 +L 357.862245 133.560291 +L 360.048766 133.560291 +L 360.048766 119.598579 +L 362.235286 119.598579 +L 362.235286 132.273317 +L 364.421806 132.273317 +L 364.421806 130.20636 +L 366.608327 130.20636 +L 366.608327 123.849492 +L 368.794847 123.849492 +L 368.794847 135.315254 +L 370.981368 135.315254 +L 370.981368 122.601517 +L 373.167888 122.601517 +L 373.167888 128.022405 +L 375.354408 128.022405 +L 375.354408 124.90247 +L 377.540929 124.90247 +L 377.540929 124.434479 +L 379.727449 124.434479 +L 379.727449 127.593414 +L 381.913969 127.593414 +L 381.913969 117.765617 +L 384.10049 117.765617 +L 384.10049 124.668475 +L 386.28701 124.668475 +L 386.28701 114.021695 +L 388.473531 114.021695 +L 388.473531 113.670702 +L 390.660051 113.670702 +L 390.660051 121.626538 +L 392.846571 121.626538 +L 392.846571 118.662599 +L 395.033092 118.662599 +L 395.033092 121.782534 +L 397.219612 121.782534 +L 397.219612 119.286586 +L 399.406132 119.286586 +L 399.406132 127.242421 +L 401.592653 127.242421 +L 401.592653 127.476416 +L 403.779173 127.476416 +L 403.779173 126.306441 +L 405.965694 126.306441 +L 405.965694 129.816368 +L 408.152214 129.816368 +L 408.152214 129.816368 +L 410.338734 129.816368 +L 410.338734 126.306441 +L 412.525255 126.306441 +L 412.525255 132.234318 +L 414.711775 132.234318 +L 414.711775 134.418273 +L 416.898295 134.418273 +L 416.898295 124.434479 +L 419.084816 124.434479 +L 419.084816 127.008426 +L 421.271336 127.008426 +L 421.271336 128.646392 +L 423.457857 128.646392 +L 423.457857 123.225504 +L 425.644377 123.225504 +L 425.644377 136.056239 +L 427.830897 136.056239 +L 427.830897 124.200484 +L 430.017418 124.200484 +L 430.017418 123.381501 +L 432.203938 123.381501 +L 432.203938 128.880387 +L 434.390458 128.880387 +L 434.390458 125.37046 +L 436.576979 125.37046 +L 436.576979 129.114383 +L 438.763499 129.114383 +L 438.763499 118.935593 +L 440.95002 118.935593 +L 440.95002 113.670702 +L 443.13654 113.670702 +L 443.13654 129.933366 +L 445.32306 129.933366 +L 445.32306 114.840678 +L 447.509581 114.840678 +L 447.509581 120.573559 +L 449.696101 120.573559 +L 449.696101 117.18063 +L 451.882621 117.18063 +L 451.882621 124.044487 +L 454.069142 124.044487 +L 454.069142 120.768555 +L 456.255662 120.768555 +L 456.255662 125.83845 +L 458.442183 125.83845 +L 458.442183 116.556642 +L 460.628703 116.556642 +L 460.628703 134.262276 +L 462.815223 134.262276 +L 462.815223 125.37046 +L 465.001744 125.37046 +L 465.001744 125.83845 +L 467.188264 125.83845 +L 467.188264 134.496271 +L 469.374784 134.496271 +L 469.374784 128.412397 +L 471.561305 128.412397 +L 471.561305 125.292462 +L 473.747825 125.292462 +L 473.747825 134.808265 +L 475.934346 134.808265 +L 475.934346 127.242421 +L 478.120866 127.242421 +L 478.120866 125.83845 +L 480.307386 125.83845 +L 480.307386 123.732494 +L 482.493907 123.732494 +L 482.493907 132.000323 +L 484.680427 132.000323 +L 484.680427 132.702308 +L 486.866947 132.702308 +L 486.866947 119.013592 +L 489.053468 119.013592 +L 489.053468 135.198257 +L 491.239988 135.198257 +L 491.239988 115.620662 +L 493.426509 115.620662 +L 493.426509 126.34544 +L 495.613029 126.34544 +L 495.613029 125.604455 +L 497.799549 125.604455 +L 497.799549 126.540436 +L 499.98607 126.540436 +L 499.98607 114.72368 +L 502.17259 114.72368 +L 502.17259 126.657433 +L 504.359111 126.657433 +L 504.359111 116.478644 +L 506.545631 116.478644 +L 506.545631 125.37046 +L 508.732151 125.37046 +L 508.732151 125.019467 +L 510.918672 125.019467 +L 510.918672 120.924552 +L 513.105192 120.924552 +L 513.105192 123.030508 +L 515.291712 123.030508 +L 515.291712 130.986344 +L 517.478233 130.986344 +L 517.478233 126.774431 +L 519.664753 126.774431 +L 519.664753 133.794286 +L 521.851274 133.794286 +L 521.851274 138.708184 +L 524.037794 138.708184 +L 524.037794 131.454334 +L 526.224314 131.454334 +L 526.224314 140.81414 +L 528.410835 140.81414 +L 528.410835 143.622082 +L 530.597355 143.622082 +L 530.597355 140.580145 +L 532.783875 140.580145 +L 532.783875 142.7641 +L 534.970396 142.7641 +L 534.970396 145.416045 +L 537.156916 145.416045 +L 537.156916 145.962034 +L 539.343437 145.962034 +L 539.343437 145.026053 +L 541.529957 145.026053 +L 541.529957 146.898015 +L 543.716477 146.898015 +L 543.716477 147.13201 +L 545.902998 147.13201 +L 545.902998 146.898015 +L 548.089518 146.898015 +L 548.089518 146.898015 +L 550.276038 146.898015 +L 550.276038 147.366005 +L 552.462559 147.366005 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_19"> + <path clip-path="url(#pc924c2197d)" d="M 434.605984 147.6 +L 434.605984 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_16"> + <path d="M 325.06444 147.6 +L 325.06444 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_17"> + <path d="M 565.581681 147.6 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_18"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_19"> + <path d="M 325.06444 38.88 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_21"> + <!-- 1% --> + <g style="fill:#262626;" transform="translate(433.317435 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-49"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_3"> + <g id="patch_20"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +L 854.202371 38.88 +L 613.685129 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_5"> + <g id="xtick_10"> + <g id="line2d_20"> + <path clip-path="url(#p2ccb65578e)" d="M 629.563979 147.6 +L 629.563979 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_22"> + <!-- 0.0900 --> + <defs> + <path d="M 5.46875 16.546875 +L 13.921875 17.328125 +Q 14.984375 11.375 18.015625 8.6875 +Q 21.046875 6 25.78125 6 +Q 29.828125 6 32.875 7.859375 +Q 35.9375 9.71875 37.890625 12.8125 +Q 39.84375 15.921875 41.15625 21.1875 +Q 42.484375 26.46875 42.484375 31.9375 +Q 42.484375 32.515625 42.4375 33.6875 +Q 39.796875 29.5 35.234375 26.875 +Q 30.671875 24.265625 25.34375 24.265625 +Q 16.453125 24.265625 10.296875 30.703125 +Q 4.15625 37.15625 4.15625 47.703125 +Q 4.15625 58.59375 10.578125 65.234375 +Q 17 71.875 26.65625 71.875 +Q 33.640625 71.875 39.421875 68.109375 +Q 45.21875 64.359375 48.21875 57.390625 +Q 51.21875 50.4375 51.21875 37.25 +Q 51.21875 23.53125 48.234375 15.40625 +Q 45.265625 7.28125 39.375 3.03125 +Q 33.5 -1.21875 25.59375 -1.21875 +Q 17.1875 -1.21875 11.859375 3.4375 +Q 6.546875 8.109375 5.46875 16.546875 +z +M 41.453125 48.140625 +Q 41.453125 55.71875 37.421875 60.15625 +Q 33.40625 64.59375 27.734375 64.59375 +Q 21.875 64.59375 17.53125 59.8125 +Q 13.1875 55.03125 13.1875 47.40625 +Q 13.1875 40.578125 17.3125 36.296875 +Q 21.4375 32.03125 27.484375 32.03125 +Q 33.59375 32.03125 37.515625 36.296875 +Q 41.453125 40.578125 41.453125 48.140625 +z +" id="ArialMT-57"/> + </defs> + <g style="fill:#262626;" transform="translate(614.272573 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_11"> + <g id="line2d_21"> + <path clip-path="url(#p2ccb65578e)" d="M 660.524135 147.6 +L 660.524135 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_23"> + <!-- 0.0925 --> + <defs> + <path d="M 4.15625 18.75 +L 13.375 19.53125 +Q 14.40625 12.796875 18.140625 9.390625 +Q 21.875 6 27.15625 6 +Q 33.5 6 37.890625 10.78125 +Q 42.28125 15.578125 42.28125 23.484375 +Q 42.28125 31 38.0625 35.34375 +Q 33.84375 39.703125 27 39.703125 +Q 22.75 39.703125 19.328125 37.765625 +Q 15.921875 35.84375 13.96875 32.765625 +L 5.71875 33.84375 +L 12.640625 70.609375 +L 48.25 70.609375 +L 48.25 62.203125 +L 19.671875 62.203125 +L 15.828125 42.96875 +Q 22.265625 47.46875 29.34375 47.46875 +Q 38.71875 47.46875 45.15625 40.96875 +Q 51.609375 34.46875 51.609375 24.265625 +Q 51.609375 14.546875 45.953125 7.46875 +Q 39.0625 -1.21875 27.15625 -1.21875 +Q 17.390625 -1.21875 11.203125 4.25 +Q 5.03125 9.71875 4.15625 18.75 +z +" id="ArialMT-53"/> + </defs> + <g style="fill:#262626;" transform="translate(645.232729 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_12"> + <g id="line2d_22"> + <path clip-path="url(#p2ccb65578e)" d="M 691.484291 147.6 +L 691.484291 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_24"> + <!-- 0.0950 --> + <g style="fill:#262626;" transform="translate(676.192885 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_13"> + <g id="line2d_23"> + <path clip-path="url(#p2ccb65578e)" d="M 722.444447 147.6 +L 722.444447 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_25"> + <!-- 0.0975 --> + <defs> + <path d="M 4.734375 62.203125 +L 4.734375 70.65625 +L 51.078125 70.65625 +L 51.078125 63.8125 +Q 44.234375 56.546875 37.515625 44.484375 +Q 30.8125 32.421875 27.15625 19.671875 +Q 24.515625 10.6875 23.78125 0 +L 14.75 0 +Q 14.890625 8.453125 18.0625 20.40625 +Q 21.234375 32.375 27.171875 43.484375 +Q 33.109375 54.59375 39.796875 62.203125 +z +" id="ArialMT-55"/> + </defs> + <g style="fill:#262626;" transform="translate(707.153041 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_14"> + <g id="line2d_24"> + <path clip-path="url(#p2ccb65578e)" d="M 753.404603 147.6 +L 753.404603 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_26"> + <!-- 0.1000 --> + <g style="fill:#262626;" transform="translate(738.113197 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_15"> + <g id="line2d_25"> + <path clip-path="url(#p2ccb65578e)" d="M 784.364759 147.6 +L 784.364759 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_27"> + <!-- 0.1025 --> + <g style="fill:#262626;" transform="translate(769.073353 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_16"> + <g id="line2d_26"> + <path clip-path="url(#p2ccb65578e)" d="M 815.324915 147.6 +L 815.324915 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_28"> + <!-- 0.1050 --> + <g style="fill:#262626;" transform="translate(800.033508 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_17"> + <g id="line2d_27"> + <path clip-path="url(#p2ccb65578e)" d="M 846.285071 147.6 +L 846.285071 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_29"> + <!-- 0.1075 --> + <g style="fill:#262626;" transform="translate(830.993664 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="text_30"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(715.326563 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_6"> + <g id="ytick_9"> + <g id="line2d_28"> + <path clip-path="url(#p2ccb65578e)" d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_31"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(601.124192 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_10"> + <g id="line2d_29"> + <path clip-path="url(#p2ccb65578e)" d="M 613.685129 119.232094 +L 854.202371 119.232094 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_32"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(584.441379 122.811)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_11"> + <g id="line2d_30"> + <path clip-path="url(#p2ccb65578e)" d="M 613.685129 90.864188 +L 854.202371 90.864188 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_33"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(584.441379 94.443094)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_12"> + <g id="line2d_31"> + <path clip-path="url(#p2ccb65578e)" d="M 613.685129 62.496282 +L 854.202371 62.496282 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_34"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(584.441379 66.075188)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_21"> + <path clip-path="url(#p2ccb65578e)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 137.727969 +L 631.177292 137.727969 +L 631.177292 143.685229 +L 633.363813 143.685229 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 142.153362 +L 642.109894 142.153362 +L 642.109894 140.451288 +L 644.296415 140.451288 +L 644.296415 131.089879 +L 646.482935 131.089879 +L 646.482935 123.090129 +L 648.669455 123.090129 +L 648.669455 146.068133 +L 650.855976 146.068133 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 143.174607 +L 657.415537 143.174607 +L 657.415537 98.410051 +L 659.602057 98.410051 +L 659.602057 111.345816 +L 661.788578 111.345816 +L 661.788578 134.664235 +L 663.975098 134.664235 +L 663.975098 140.451288 +L 666.161618 140.451288 +L 666.161618 120.196603 +L 668.348139 120.196603 +L 668.348139 111.856438 +L 670.534659 111.856438 +L 670.534659 117.416548 +L 672.721179 117.416548 +L 672.721179 95.062638 +L 674.9077 95.062638 +L 674.9077 98.239843 +L 677.09422 98.239843 +L 677.09422 115.09038 +L 679.280741 115.09038 +L 679.280741 110.324571 +L 681.467261 110.324571 +L 681.467261 111.345816 +L 683.653781 111.345816 +L 683.653781 93.644243 +L 685.840302 93.644243 +L 685.840302 63.006904 +L 688.026822 63.006904 +L 688.026822 76.793706 +L 690.213342 76.793706 +L 690.213342 105.899178 +L 692.399863 105.899178 +L 692.399863 89.048642 +L 694.586383 89.048642 +L 694.586383 92.622998 +L 696.772904 92.622998 +L 696.772904 60.453793 +L 698.959424 60.453793 +L 698.959424 73.21935 +L 701.145944 73.21935 +L 701.145944 64.510403 +L 703.332465 64.510403 +L 703.332465 48.822951 +L 705.518985 48.822951 +L 705.518985 66.921675 +L 707.705505 66.921675 +L 707.705505 77.474536 +L 709.892026 77.474536 +L 709.892026 82.921174 +L 712.078546 82.921174 +L 712.078546 63.716102 +L 714.265067 63.716102 +L 714.265067 50.638497 +L 716.451587 50.638497 +L 716.451587 44.057143 +L 718.638107 44.057143 +L 718.638107 76.680235 +L 720.824628 76.680235 +L 720.824628 70.496031 +L 723.011148 70.496031 +L 723.011148 56.624125 +L 725.197668 56.624125 +L 725.197668 53.049769 +L 727.384189 53.049769 +L 727.384189 53.475288 +L 729.570709 53.475288 +L 729.570709 64.113252 +L 731.75723 64.113252 +L 731.75723 57.900681 +L 733.94375 57.900681 +L 733.94375 69.219476 +L 736.13027 69.219476 +L 736.13027 54.581636 +L 738.316791 54.581636 +L 738.316791 68.283335 +L 740.503311 68.283335 +L 740.503311 74.694481 +L 742.689832 74.694481 +L 742.689832 52.879562 +L 744.876352 52.879562 +L 744.876352 80.424798 +L 747.062872 80.424798 +L 747.062872 83.091382 +L 749.249393 83.091382 +L 749.249393 93.303828 +L 751.435913 93.303828 +L 751.435913 70.042145 +L 753.622433 70.042145 +L 753.622433 52.482411 +L 755.808954 52.482411 +L 755.808954 77.985159 +L 757.995474 77.985159 +L 757.995474 88.197605 +L 760.181995 88.197605 +L 760.181995 90.495405 +L 762.368515 90.495405 +L 762.368515 101.587256 +L 764.555035 101.587256 +L 764.555035 87.431671 +L 766.741556 87.431671 +L 766.741556 76.254716 +L 768.928076 76.254716 +L 768.928076 104.877933 +L 771.114596 104.877933 +L 771.114596 102.721973 +L 773.301117 102.721973 +L 773.301117 101.161738 +L 775.487637 101.161738 +L 775.487637 131.430294 +L 777.674158 131.430294 +L 777.674158 114.579757 +L 779.860678 114.579757 +L 779.860678 118.778207 +L 782.047198 118.778207 +L 782.047198 110.296204 +L 784.233719 110.296204 +L 784.233719 101.303577 +L 786.420239 101.303577 +L 786.420239 128.536767 +L 788.606759 128.536767 +L 788.606759 132.621746 +L 790.79328 132.621746 +L 790.79328 132.621746 +L 792.9798 132.621746 +L 792.9798 134.834442 +L 795.166321 134.834442 +L 795.166321 121.898677 +L 797.352841 121.898677 +L 797.352841 126.153863 +L 799.539361 126.153863 +L 799.539361 133.302575 +L 801.725882 133.302575 +L 801.725882 137.217346 +L 803.912402 137.217346 +L 803.912402 146.068133 +L 806.098922 146.068133 +L 806.098922 146.748963 +L 808.285443 146.748963 +L 808.285443 140.96191 +L 810.471963 140.96191 +L 810.471963 139.940665 +L 812.658484 139.940665 +L 812.658484 140.195977 +L 814.845004 140.195977 +L 814.845004 137.047139 +L 817.031524 137.047139 +L 817.031524 146.238341 +L 819.218045 146.238341 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 144.876681 +L 827.964126 144.876681 +L 827.964126 144.195851 +L 830.150647 144.195851 +L 830.150647 144.536266 +L 832.337167 144.536266 +L 832.337167 144.195851 +L 834.523687 144.195851 +L 834.523687 146.408548 +L 836.710208 146.408548 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_22"> + <path clip-path="url(#p2ccb65578e)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 143.004399 +L 631.177292 143.004399 +L 631.177292 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 144.536266 +L 642.109894 144.536266 +L 642.109894 144.536266 +L 644.296415 144.536266 +L 644.296415 142.323569 +L 646.482935 142.323569 +L 646.482935 140.621495 +L 648.669455 140.621495 +L 648.669455 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 144.536266 +L 657.415537 144.536266 +L 657.415537 129.217597 +L 659.602057 129.217597 +L 659.602057 138.408798 +L 661.788578 138.408798 +L 661.788578 142.834192 +L 663.975098 142.834192 +L 663.975098 146.238341 +L 666.161618 146.238341 +L 666.161618 134.153613 +L 668.348139 134.153613 +L 668.348139 138.068384 +L 670.534659 138.068384 +L 670.534659 135.345065 +L 672.721179 135.345065 +L 672.721179 128.36656 +L 674.9077 128.36656 +L 674.9077 134.494027 +L 677.09422 134.494027 +L 677.09422 135.515272 +L 679.280741 135.515272 +L 679.280741 136.876932 +L 681.467261 136.876932 +L 681.467261 136.196102 +L 683.653781 136.196102 +L 683.653781 124.111374 +L 685.840302 124.111374 +L 685.840302 116.792454 +L 688.026822 116.792454 +L 688.026822 129.387804 +L 690.213342 129.387804 +L 690.213342 133.132368 +L 692.399863 133.132368 +L 692.399863 127.175108 +L 694.586383 127.175108 +L 694.586383 129.472908 +L 696.772904 129.472908 +L 696.772904 117.728595 +L 698.959424 117.728595 +L 698.959424 125.558137 +L 701.145944 125.558137 +L 701.145944 116.111624 +L 703.332465 116.111624 +L 703.332465 114.579757 +L 705.518985 114.579757 +L 705.518985 124.281581 +L 707.705505 124.281581 +L 707.705505 121.72847 +L 709.892026 121.72847 +L 709.892026 123.430544 +L 712.078546 123.430544 +L 712.078546 123.005025 +L 714.265067 123.005025 +L 714.265067 112.707476 +L 716.451587 112.707476 +L 716.451587 112.877683 +L 718.638107 112.877683 +L 718.638107 122.579507 +L 720.824628 122.579507 +L 720.824628 124.451789 +L 723.011148 124.451789 +L 723.011148 116.196728 +L 725.197668 116.196728 +L 725.197668 111.43092 +L 727.384189 111.43092 +L 727.384189 122.919922 +L 729.570709 122.919922 +L 729.570709 117.38818 +L 731.75723 117.38818 +L 731.75723 119.175358 +L 733.94375 119.175358 +L 733.94375 121.72847 +L 736.13027 121.72847 +L 736.13027 115.260587 +L 738.316791 115.260587 +L 738.316791 123.430544 +L 740.503311 123.430544 +L 740.503311 121.217847 +L 742.689832 121.217847 +L 742.689832 113.303202 +L 744.876352 113.303202 +L 744.876352 132.111123 +L 747.062872 132.111123 +L 747.062872 126.834693 +L 749.249393 126.834693 +L 749.249393 123.600751 +L 751.435913 123.600751 +L 751.435913 122.664611 +L 753.622433 122.664611 +L 753.622433 117.047765 +L 755.808954 117.047765 +L 755.808954 125.558137 +L 757.995474 125.558137 +L 757.995474 129.302701 +L 760.181995 129.302701 +L 760.181995 126.494278 +L 762.368515 126.494278 +L 762.368515 134.664235 +L 764.555035 134.664235 +L 764.555035 123.714223 +L 766.741556 123.714223 +L 766.741556 129.104125 +L 768.928076 129.104125 +L 768.928076 133.132368 +L 771.114596 133.132368 +L 771.114596 129.955162 +L 773.301117 129.955162 +L 773.301117 136.22447 +L 775.487637 136.22447 +L 775.487637 141.812947 +L 777.674158 141.812947 +L 777.674158 137.557761 +L 779.860678 137.557761 +L 779.860678 133.132368 +L 782.047198 133.132368 +L 782.047198 134.919546 +L 784.233719 134.919546 +L 784.233719 136.196102 +L 786.420239 136.196102 +L 786.420239 141.132117 +L 788.606759 141.132117 +L 788.606759 143.685229 +L 790.79328 143.685229 +L 790.79328 142.493777 +L 792.9798 142.493777 +L 792.9798 143.685229 +L 795.166321 143.685229 +L 795.166321 137.387554 +L 797.352841 137.387554 +L 797.352841 140.96191 +L 799.539361 140.96191 +L 799.539361 143.40155 +L 801.725882 143.40155 +L 801.725882 144.819945 +L 803.912402 144.819945 +L 803.912402 147.6 +L 806.098922 147.6 +L 806.098922 146.748963 +L 808.285443 146.748963 +L 808.285443 145.387303 +L 810.471963 145.387303 +L 810.471963 144.536266 +L 812.658484 144.536266 +L 812.658484 144.791577 +L 814.845004 144.791577 +L 814.845004 145.046888 +L 817.031524 145.046888 +L 817.031524 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 146.068133 +L 827.964126 146.068133 +L 827.964126 146.068133 +L 830.150647 146.068133 +L 830.150647 147.6 +L 832.337167 147.6 +L 832.337167 146.238341 +L 834.523687 146.238341 +L 834.523687 147.429793 +L 836.710208 147.429793 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_23"> + <path clip-path="url(#p2ccb65578e)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 143.685229 +L 631.177292 143.685229 +L 631.177292 146.91917 +L 633.363813 146.91917 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 145.217096 +L 642.109894 145.217096 +L 642.109894 146.578755 +L 644.296415 146.578755 +L 644.296415 140.791703 +L 646.482935 140.791703 +L 646.482935 139.770458 +L 648.669455 139.770458 +L 648.669455 147.259585 +L 650.855976 147.259585 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 146.238341 +L 657.415537 146.238341 +L 657.415537 131.089879 +L 659.602057 131.089879 +L 659.602057 134.834442 +L 661.788578 134.834442 +L 661.788578 143.855436 +L 663.975098 143.855436 +L 663.975098 145.217096 +L 666.161618 145.217096 +L 666.161618 139.089628 +L 668.348139 139.089628 +L 668.348139 134.834442 +L 670.534659 134.834442 +L 670.534659 138.408798 +L 672.721179 138.408798 +L 672.721179 129.728219 +L 674.9077 129.728219 +L 674.9077 130.068634 +L 677.09422 130.068634 +L 677.09422 136.536517 +L 679.280741 136.536517 +L 679.280741 135.855687 +L 681.467261 135.855687 +L 681.467261 135.174857 +L 683.653781 135.174857 +L 683.653781 129.558012 +L 685.840302 129.558012 +L 685.840302 120.026395 +L 688.026822 120.026395 +L 688.026822 124.451789 +L 690.213342 124.451789 +L 690.213342 133.64299 +L 692.399863 133.64299 +L 692.399863 129.217597 +L 694.586383 129.217597 +L 694.586383 127.941041 +L 696.772904 127.941041 +L 696.772904 118.74984 +L 698.959424 118.74984 +L 698.959424 121.473159 +L 701.145944 121.473159 +L 701.145944 123.48728 +L 703.332465 123.48728 +L 703.332465 112.480532 +L 705.518985 112.480532 +L 705.518985 119.175358 +L 707.705505 119.175358 +L 707.705505 125.643241 +L 709.892026 125.643241 +L 709.892026 127.855937 +L 712.078546 127.855937 +L 712.078546 117.161237 +L 714.265067 117.161237 +L 714.265067 117.019397 +L 716.451587 117.019397 +L 716.451587 110.60825 +L 718.638107 110.60825 +L 718.638107 128.933918 +L 720.824628 128.933918 +L 720.824628 117.898802 +L 723.011148 117.898802 +L 723.011148 117.217973 +L 725.197668 117.217973 +L 725.197668 117.728595 +L 727.384189 117.728595 +L 727.384189 114.494654 +L 729.570709 114.494654 +L 729.570709 121.643366 +L 731.75723 121.643366 +L 731.75723 115.941417 +L 733.94375 115.941417 +L 733.94375 121.04764 +L 736.13027 121.04764 +L 736.13027 116.111624 +L 738.316791 116.111624 +L 738.316791 121.558262 +L 740.503311 121.558262 +L 740.503311 124.111374 +L 742.689832 124.111374 +L 742.689832 117.501652 +L 744.876352 117.501652 +L 744.876352 122.976658 +L 747.062872 122.976658 +L 747.062872 125.983656 +L 749.249393 125.983656 +L 749.249393 131.770708 +L 751.435913 131.770708 +L 751.435913 121.274583 +L 753.622433 121.274583 +L 753.622433 114.182607 +L 755.808954 114.182607 +L 755.808954 124.962411 +L 757.995474 124.962411 +L 757.995474 128.196352 +L 760.181995 128.196352 +L 760.181995 128.36656 +L 762.368515 128.36656 +L 762.368515 132.735217 +L 764.555035 132.735217 +L 764.555035 129.189229 +L 766.741556 129.189229 +L 766.741556 120.792329 +L 768.928076 120.792329 +L 768.928076 134.153613 +L 771.114596 134.153613 +L 771.114596 133.472783 +L 773.301117 133.472783 +L 773.301117 130.834568 +L 775.487637 130.834568 +L 775.487637 142.493777 +L 777.674158 142.493777 +L 777.674158 136.706724 +L 779.860678 136.706724 +L 779.860678 138.181855 +L 782.047198 138.181855 +L 782.047198 136.337941 +L 784.233719 136.337941 +L 784.233719 130.919671 +L 786.420239 130.919671 +L 786.420239 140.791703 +L 788.606759 140.791703 +L 788.606759 143.004399 +L 790.79328 143.004399 +L 790.79328 142.663984 +L 792.9798 142.663984 +L 792.9798 143.515022 +L 795.166321 143.515022 +L 795.166321 139.004524 +L 797.352841 139.004524 +L 797.352841 139.685354 +L 799.539361 139.685354 +L 799.539361 143.798701 +L 801.725882 143.798701 +L 801.725882 143.912172 +L 803.912402 143.912172 +L 803.912402 147.089378 +L 806.098922 147.089378 +L 806.098922 147.6 +L 808.285443 147.6 +L 808.285443 144.706474 +L 810.471963 144.706474 +L 810.471963 145.727718 +L 812.658484 145.727718 +L 812.658484 145.557511 +L 814.845004 145.557511 +L 814.845004 143.25971 +L 817.031524 143.25971 +L 817.031524 147.259585 +L 819.218045 147.259585 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 146.408548 +L 827.964126 146.408548 +L 827.964126 147.259585 +L 830.150647 147.259585 +L 830.150647 146.068133 +L 832.337167 146.068133 +L 832.337167 146.408548 +L 834.523687 146.408548 +L 834.523687 147.259585 +L 836.710208 147.259585 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_24"> + <path clip-path="url(#p2ccb65578e)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 146.238341 +L 631.177292 146.238341 +L 631.177292 144.366059 +L 633.363813 144.366059 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 642.109894 147.6 +L 642.109894 144.536266 +L 644.296415 144.536266 +L 644.296415 143.174607 +L 646.482935 143.174607 +L 646.482935 137.898176 +L 648.669455 137.898176 +L 648.669455 146.408548 +L 650.855976 146.408548 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 657.415537 147.6 +L 657.415537 133.302575 +L 659.602057 133.302575 +L 659.602057 133.302575 +L 661.788578 133.302575 +L 661.788578 143.174607 +L 663.975098 143.174607 +L 663.975098 144.195851 +L 666.161618 144.195851 +L 666.161618 142.153362 +L 668.348139 142.153362 +L 668.348139 134.153613 +L 670.534659 134.153613 +L 670.534659 138.862685 +L 672.721179 138.862685 +L 672.721179 132.167859 +L 674.9077 132.167859 +L 674.9077 128.877182 +L 677.09422 128.877182 +L 677.09422 138.238591 +L 679.280741 138.238591 +L 679.280741 132.791953 +L 681.467261 132.791953 +L 681.467261 135.174857 +L 683.653781 135.174857 +L 683.653781 135.174857 +L 685.840302 135.174857 +L 685.840302 121.388055 +L 688.026822 121.388055 +L 688.026822 118.154114 +L 690.213342 118.154114 +L 690.213342 134.32382 +L 692.399863 134.32382 +L 692.399863 127.855937 +L 694.586383 127.855937 +L 694.586383 130.409049 +L 696.772904 130.409049 +L 696.772904 119.175358 +L 698.959424 119.175358 +L 698.959424 121.388055 +L 701.145944 121.388055 +L 701.145944 120.111499 +L 703.332465 120.111499 +L 703.332465 116.962661 +L 705.518985 116.962661 +L 705.518985 118.664736 +L 707.705505 118.664736 +L 707.705505 125.302826 +L 709.892026 125.302826 +L 709.892026 126.834693 +L 712.078546 126.834693 +L 712.078546 118.74984 +L 714.265067 118.74984 +L 714.265067 116.111624 +L 716.451587 116.111624 +L 716.451587 115.771209 +L 718.638107 115.771209 +L 718.638107 120.36681 +L 720.824628 120.36681 +L 720.824628 123.34544 +L 723.011148 123.34544 +L 723.011148 118.409425 +L 725.197668 118.409425 +L 725.197668 119.090254 +L 727.384189 119.090254 +L 727.384189 111.260712 +L 729.570709 111.260712 +L 729.570709 120.281706 +L 731.75723 120.281706 +L 731.75723 117.983906 +L 733.94375 117.983906 +L 733.94375 121.643366 +L 736.13027 121.643366 +L 736.13027 118.409425 +L 738.316791 118.409425 +L 738.316791 118.494528 +L 740.503311 118.494528 +L 740.503311 124.56526 +L 742.689832 124.56526 +L 742.689832 117.274708 +L 744.876352 117.274708 +L 744.876352 120.537018 +L 747.062872 120.537018 +L 747.062872 125.473033 +L 749.249393 125.473033 +L 749.249393 133.132368 +L 751.435913 133.132368 +L 751.435913 121.302951 +L 753.622433 121.302951 +L 753.622433 116.452039 +L 755.808954 116.452039 +L 755.808954 122.664611 +L 757.995474 122.664611 +L 757.995474 125.898552 +L 760.181995 125.898552 +L 760.181995 130.834568 +L 762.368515 130.834568 +L 762.368515 129.387804 +L 764.555035 129.387804 +L 764.555035 129.728219 +L 766.741556 129.728219 +L 766.741556 121.558262 +L 768.928076 121.558262 +L 768.928076 132.791953 +L 771.114596 132.791953 +L 771.114596 134.494027 +L 773.301117 134.494027 +L 773.301117 129.302701 +L 775.487637 129.302701 +L 775.487637 142.323569 +L 777.674158 142.323569 +L 777.674158 135.515272 +L 779.860678 135.515272 +L 779.860678 142.663984 +L 782.047198 142.663984 +L 782.047198 134.238716 +L 784.233719 134.238716 +L 784.233719 129.387804 +L 786.420239 129.387804 +L 786.420239 141.812947 +L 788.606759 141.812947 +L 788.606759 141.132117 +L 790.79328 141.132117 +L 790.79328 142.663984 +L 792.9798 142.663984 +L 792.9798 142.834192 +L 795.166321 142.834192 +L 795.166321 140.706599 +L 797.352841 140.706599 +L 797.352841 140.706599 +L 799.539361 140.706599 +L 799.539361 141.302325 +L 801.725882 141.302325 +L 801.725882 143.685229 +L 803.912402 143.685229 +L 803.912402 146.578755 +L 806.098922 146.578755 +L 806.098922 147.6 +L 808.285443 147.6 +L 808.285443 146.068133 +L 810.471963 146.068133 +L 810.471963 144.876681 +L 812.658484 144.876681 +L 812.658484 145.046888 +L 814.845004 145.046888 +L 814.845004 143.94054 +L 817.031524 143.94054 +L 817.031524 146.578755 +L 819.218045 146.578755 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 827.964126 147.6 +L 827.964126 146.068133 +L 830.150647 146.068133 +L 830.150647 146.068133 +L 832.337167 146.068133 +L 832.337167 146.748963 +L 834.523687 146.748963 +L 834.523687 146.91917 +L 836.710208 146.91917 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_32"> + <path clip-path="url(#p2ccb65578e)" d="M 753.404603 147.6 +L 753.404603 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_25"> + <path d="M 613.685129 147.6 +L 613.685129 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_26"> + <path d="M 854.202371 147.6 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_27"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_28"> + <path d="M 613.685129 38.88 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_35"> + <!-- 1% --> + <g style="fill:#262626;" transform="translate(721.938125 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-49"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + <g id="legend_1"> + <g id="patch_29"> + <path d="M 790.180496 89.315938 +L 847.202371 89.315938 +Q 849.202371 89.315938 849.202371 87.315938 +L 849.202371 45.88 +Q 849.202371 43.88 847.202371 43.88 +L 790.180496 43.88 +Q 788.180496 43.88 788.180496 45.88 +L 788.180496 87.315938 +Q 788.180496 89.315938 790.180496 89.315938 +z +" style="fill:#ffffff;opacity:0.1;stroke:#cccccc;stroke-linejoin:miter;"/> + </g> + <g id="patch_30"> + <path d="M 792.180496 55.037813 +L 812.180496 55.037813 +L 812.180496 48.037813 +L 792.180496 48.037813 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_36"> + <!-- 0.0 --> + <g style="fill:#262626;" transform="translate(820.180496 55.037813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + </g> + </g> + <g id="patch_31"> + <path d="M 792.180496 69.183125 +L 812.180496 69.183125 +L 812.180496 62.183125 +L 792.180496 62.183125 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_37"> + <!-- 0.001 --> + <g style="fill:#262626;" transform="translate(820.180496 69.183125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-49"/> + </g> + </g> + <g id="patch_32"> + <path d="M 792.180496 83.328438 +L 812.180496 83.328438 +L 812.180496 76.328438 +L 792.180496 76.328438 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_38"> + <!-- 0.002 --> + <g style="fill:#262626;" transform="translate(820.180496 83.328438)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + </g> + <g id="axes_4"> + <g id="patch_33"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +L 1142.82306 38.88 +L 902.305819 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_7"> + <g id="xtick_18"> + <g id="line2d_33"> + <path clip-path="url(#p41f974146a)" d="M 947.094664 147.6 +L 947.094664 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_39"> + <!-- 0.28 --> + <g style="fill:#262626;" transform="translate(937.364196 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_19"> + <g id="line2d_34"> + <path clip-path="url(#p41f974146a)" d="M 1003.68917 147.6 +L 1003.68917 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_40"> + <!-- 0.29 --> + <g style="fill:#262626;" transform="translate(993.958702 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + </g> + </g> + </g> + <g id="xtick_20"> + <g id="line2d_35"> + <path clip-path="url(#p41f974146a)" d="M 1060.283676 147.6 +L 1060.283676 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_41"> + <!-- 0.30 --> + <g style="fill:#262626;" transform="translate(1050.553208 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_21"> + <g id="line2d_36"> + <path clip-path="url(#p41f974146a)" d="M 1116.878182 147.6 +L 1116.878182 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_42"> + <!-- 0.31 --> + <g style="fill:#262626;" transform="translate(1107.147714 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="text_43"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1003.947252 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_8"> + <g id="ytick_13"> + <g id="line2d_37"> + <path clip-path="url(#p41f974146a)" d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_44"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(889.744881 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_14"> + <g id="line2d_38"> + <path clip-path="url(#p41f974146a)" d="M 902.305819 124.788179 +L 1142.82306 124.788179 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_45"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(873.062069 128.367085)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_15"> + <g id="line2d_39"> + <path clip-path="url(#p41f974146a)" d="M 902.305819 101.976357 +L 1142.82306 101.976357 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_46"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(873.062069 105.555264)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_16"> + <g id="line2d_40"> + <path clip-path="url(#p41f974146a)" d="M 902.305819 79.164536 +L 1142.82306 79.164536 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_47"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(873.062069 82.743442)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_17"> + <g id="line2d_41"> + <path clip-path="url(#p41f974146a)" d="M 902.305819 56.352715 +L 1142.82306 56.352715 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_48"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(873.062069 59.931621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_34"> + <path clip-path="url(#p41f974146a)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 136.513455 +L 921.984502 136.513455 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 140.20897 +L 926.357543 140.20897 +L 926.357543 133.639165 +L 928.544063 133.639165 +L 928.544063 146.778774 +L 930.730584 146.778774 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 136.513455 +L 935.103625 136.513455 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 133.912907 +L 939.476665 133.912907 +L 939.476665 139.114002 +L 941.663186 139.114002 +L 941.663186 135.007875 +L 943.849706 135.007875 +L 943.849706 132.31608 +L 946.036226 132.31608 +L 946.036226 131.084241 +L 948.222747 131.084241 +L 948.222747 121.229535 +L 950.409267 121.229535 +L 950.409267 123.601964 +L 952.595788 123.601964 +L 952.595788 136.695949 +L 954.782308 136.695949 +L 954.782308 131.586101 +L 956.968828 131.586101 +L 956.968828 136.650326 +L 959.155349 136.650326 +L 959.155349 115.709074 +L 961.341869 115.709074 +L 961.341869 114.477235 +L 963.528389 114.477235 +L 963.528389 115.572203 +L 965.71491 115.572203 +L 965.71491 107.77056 +L 967.90143 107.77056 +L 967.90143 128.848683 +L 970.087951 128.848683 +L 970.087951 105.991238 +L 972.274471 105.991238 +L 972.274471 95.452176 +L 974.460991 95.452176 +L 974.460991 117.077783 +L 976.647512 117.077783 +L 976.647512 76.427117 +L 978.834032 76.427117 +L 978.834032 86.418695 +L 981.020553 86.418695 +L 981.020553 138.155906 +L 983.207073 138.155906 +L 983.207073 103.527561 +L 985.393593 103.527561 +L 985.393593 83.772524 +L 987.580114 83.772524 +L 987.580114 94.813445 +L 989.766634 94.813445 +L 989.766634 67.119894 +L 991.953154 67.119894 +L 991.953154 71.636635 +L 994.139675 71.636635 +L 994.139675 103.664432 +L 996.326195 103.664432 +L 996.326195 85.049986 +L 998.512716 85.049986 +L 998.512716 76.427117 +L 1000.699236 76.427117 +L 1000.699236 75.469021 +L 1002.885756 75.469021 +L 1002.885756 67.119894 +L 1005.072277 67.119894 +L 1005.072277 59.728864 +L 1007.258797 59.728864 +L 1007.258797 95.771542 +L 1009.445317 95.771542 +L 1009.445317 90.273893 +L 1011.631838 90.273893 +L 1011.631838 44.057143 +L 1013.818358 44.057143 +L 1013.818358 64.245605 +L 1016.004879 64.245605 +L 1016.004879 75.948069 +L 1018.191399 75.948069 +L 1018.191399 80.898234 +L 1020.377919 80.898234 +L 1020.377919 84.890303 +L 1022.56444 84.890303 +L 1022.56444 88.471759 +L 1024.75096 88.471759 +L 1024.75096 49.075744 +L 1026.93748 49.075744 +L 1026.93748 76.267435 +L 1029.124001 76.267435 +L 1029.124001 79.71202 +L 1031.310521 79.71202 +L 1031.310521 71.089151 +L 1033.497042 71.089151 +L 1033.497042 105.649061 +L 1035.683562 105.649061 +L 1035.683562 103.664432 +L 1037.870082 103.664432 +L 1037.870082 68.488604 +L 1040.056603 68.488604 +L 1040.056603 86.487131 +L 1042.243123 86.487131 +L 1042.243123 93.809725 +L 1044.429643 93.809725 +L 1044.429643 99.193315 +L 1046.616164 99.193315 +L 1046.616164 116.005627 +L 1048.802684 116.005627 +L 1048.802684 99.284562 +L 1050.989205 99.284562 +L 1050.989205 86.509942 +L 1053.175725 86.509942 +L 1053.175725 112.880408 +L 1055.362245 112.880408 +L 1055.362245 112.834784 +L 1057.548766 112.834784 +L 1057.548766 103.253819 +L 1059.735286 103.253819 +L 1059.735286 130.285828 +L 1061.921806 130.285828 +L 1061.921806 125.769087 +L 1064.108327 125.769087 +L 1064.108327 88.540195 +L 1066.294847 88.540195 +L 1066.294847 118.720234 +L 1068.481368 118.720234 +L 1068.481368 133.776036 +L 1070.667888 133.776036 +L 1070.667888 129.738344 +L 1072.854408 129.738344 +L 1072.854408 133.844472 +L 1075.040929 133.844472 +L 1075.040929 127.959022 +L 1077.227449 127.959022 +L 1077.227449 123.168539 +L 1079.413969 123.168539 +L 1079.413969 136.239713 +L 1081.60049 136.239713 +L 1081.60049 138.292777 +L 1083.78701 138.292777 +L 1083.78701 136.239713 +L 1085.973531 136.239713 +L 1085.973531 146.09442 +L 1088.160051 146.09442 +L 1088.160051 136.513455 +L 1090.346571 136.513455 +L 1090.346571 142.056727 +L 1092.533092 142.056727 +L 1092.533092 142.672647 +L 1094.719612 142.672647 +L 1094.719612 129.669908 +L 1096.906132 129.669908 +L 1096.906132 138.019035 +L 1099.092653 138.019035 +L 1099.092653 146.505033 +L 1101.279173 146.505033 +L 1101.279173 142.330469 +L 1103.465694 142.330469 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 143.904485 +L 1107.838734 143.904485 +L 1107.838734 140.345841 +L 1110.025255 140.345841 +L 1110.025255 147.463129 +L 1112.211775 147.463129 +L 1112.211775 144.451969 +L 1114.398295 144.451969 +L 1114.398295 145.204759 +L 1116.584816 145.204759 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 141.303937 +L 1120.957857 141.303937 +L 1120.957857 142.809518 +L 1123.144377 142.809518 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_35"> + <path clip-path="url(#p41f974146a)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 143.904485 +L 921.984502 143.904485 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 145.136323 +L 926.357543 145.136323 +L 926.357543 142.672647 +L 928.544063 142.672647 +L 928.544063 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 143.904485 +L 935.103625 143.904485 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 142.672647 +L 939.476665 142.672647 +L 939.476665 145.136323 +L 941.663186 145.136323 +L 941.663186 142.398905 +L 943.849706 142.398905 +L 943.849706 141.71455 +L 946.036226 141.71455 +L 946.036226 142.672647 +L 948.222747 142.672647 +L 948.222747 139.661486 +L 950.409267 139.661486 +L 950.409267 139.387744 +L 952.595788 139.387744 +L 952.595788 142.809518 +L 954.782308 142.809518 +L 954.782308 143.904485 +L 956.968828 143.904485 +L 956.968828 142.125163 +L 959.155349 142.125163 +L 959.155349 136.787197 +L 961.341869 136.787197 +L 961.341869 138.292777 +L 963.528389 138.292777 +L 963.528389 136.924068 +L 965.71491 136.924068 +L 965.71491 134.597262 +L 967.90143 134.597262 +L 967.90143 141.440808 +L 970.087951 141.440808 +L 970.087951 130.628005 +L 972.274471 130.628005 +L 972.274471 132.544198 +L 974.460991 132.544198 +L 974.460991 136.376584 +L 976.647512 136.376584 +L 976.647512 123.510717 +L 978.834032 123.510717 +L 978.834032 126.795619 +L 981.020553 126.795619 +L 981.020553 147.052516 +L 983.207073 147.052516 +L 983.207073 132.81794 +L 985.393593 132.81794 +L 985.393593 125.92877 +L 987.580114 125.92877 +L 987.580114 126.020017 +L 989.766634 126.020017 +L 989.766634 123.510717 +L 991.953154 123.510717 +L 991.953154 123.100104 +L 994.139675 123.100104 +L 994.139675 130.491134 +L 996.326195 130.491134 +L 996.326195 127.479974 +L 998.512716 127.479974 +L 998.512716 124.331942 +L 1000.699236 124.331942 +L 1000.699236 123.921329 +L 1002.885756 123.921329 +L 1002.885756 121.594524 +L 1005.072277 121.594524 +L 1005.072277 118.03588 +L 1007.258797 118.03588 +L 1007.258797 129.989274 +L 1009.445317 129.989274 +L 1009.445317 127.913398 +L 1011.631838 127.913398 +L 1011.631838 111.808252 +L 1013.818358 111.808252 +L 1013.818358 121.457653 +L 1016.004879 121.457653 +L 1016.004879 121.79983 +L 1018.191399 121.79983 +L 1018.191399 126.749995 +L 1020.377919 126.749995 +L 1020.377919 127.320291 +L 1022.56444 127.320291 +L 1022.56444 128.985554 +L 1024.75096 128.985554 +L 1024.75096 113.450703 +L 1026.93748 113.450703 +L 1026.93748 123.30541 +L 1029.124001 123.30541 +L 1029.124001 122.963233 +L 1031.310521 122.963233 +L 1031.310521 125.974393 +L 1033.497042 125.974393 +L 1033.497042 134.049778 +L 1035.683562 134.049778 +L 1035.683562 128.095893 +L 1037.870082 128.095893 +L 1037.870082 122.415749 +L 1040.056603 122.415749 +L 1040.056603 129.738344 +L 1042.243123 129.738344 +L 1042.243123 130.080521 +L 1044.429643 130.080521 +L 1044.429643 129.94365 +L 1046.616164 129.94365 +L 1046.616164 139.319309 +L 1048.802684 139.319309 +L 1048.802684 130.080521 +L 1050.989205 130.080521 +L 1050.989205 127.206232 +L 1053.175725 127.206232 +L 1053.175725 135.8291 +L 1055.362245 135.8291 +L 1055.362245 136.924068 +L 1057.548766 136.924068 +L 1057.548766 133.502294 +L 1059.735286 133.502294 +L 1059.735286 142.056727 +L 1061.921806 142.056727 +L 1061.921806 138.08747 +L 1064.108327 138.08747 +L 1064.108327 129.464602 +L 1066.294847 129.464602 +L 1066.294847 138.292777 +L 1068.481368 138.292777 +L 1068.481368 141.167066 +L 1070.667888 141.167066 +L 1070.667888 143.288566 +L 1072.854408 143.288566 +L 1072.854408 143.562308 +L 1075.040929 143.562308 +L 1075.040929 140.824889 +L 1077.227449 140.824889 +L 1077.227449 139.045567 +L 1079.413969 139.045567 +L 1079.413969 144.315098 +L 1081.60049 144.315098 +L 1081.60049 144.041356 +L 1083.78701 144.041356 +L 1083.78701 144.178227 +L 1085.973531 144.178227 +L 1085.973531 147.326258 +L 1088.160051 147.326258 +L 1088.160051 143.904485 +L 1090.346571 143.904485 +L 1090.346571 145.752242 +L 1092.533092 145.752242 +L 1092.533092 145.410065 +L 1094.719612 145.410065 +L 1094.719612 141.71455 +L 1096.906132 141.71455 +L 1096.906132 144.58884 +L 1099.092653 144.58884 +L 1099.092653 147.326258 +L 1101.279173 147.326258 +L 1101.279173 146.025984 +L 1103.465694 146.025984 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 146.368162 +L 1107.838734 146.368162 +L 1107.838734 145.136323 +L 1110.025255 145.136323 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 145.752242 +L 1114.398295 145.752242 +L 1114.398295 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 145.136323 +L 1120.957857 145.136323 +L 1120.957857 146.368162 +L 1123.144377 146.368162 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_36"> + <path clip-path="url(#p41f974146a)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 143.904485 +L 921.984502 143.904485 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 145.136323 +L 926.357543 145.136323 +L 926.357543 142.946388 +L 928.544063 142.946388 +L 928.544063 147.326258 +L 930.730584 147.326258 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 143.904485 +L 935.103625 143.904485 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 142.672647 +L 939.476665 142.672647 +L 939.476665 145.136323 +L 941.663186 145.136323 +L 941.663186 143.904485 +L 943.849706 143.904485 +L 943.849706 142.033916 +L 946.036226 142.033916 +L 946.036226 142.033916 +L 948.222747 142.033916 +L 948.222747 139.022755 +L 950.409267 139.022755 +L 950.409267 139.478992 +L 952.595788 139.478992 +L 952.595788 143.813238 +L 954.782308 143.813238 +L 954.782308 142.262034 +L 956.968828 142.262034 +L 956.968828 144.178227 +L 959.155349 144.178227 +L 959.155349 137.060939 +L 961.341869 137.060939 +L 961.341869 136.239713 +L 963.528389 136.239713 +L 963.528389 136.924068 +L 965.71491 136.924068 +L 965.71491 134.32352 +L 967.90143 134.32352 +L 967.90143 141.440808 +L 970.087951 141.440808 +L 970.087951 133.776036 +L 972.274471 133.776036 +L 972.274471 129.94365 +L 974.460991 129.94365 +L 974.460991 137.197809 +L 976.647512 137.197809 +L 976.647512 124.879426 +L 978.834032 124.879426 +L 978.834032 126.111264 +L 981.020553 126.111264 +L 981.020553 144.999452 +L 983.207073 144.999452 +L 983.207073 132.81794 +L 985.393593 132.81794 +L 985.393593 126.385006 +L 987.580114 126.385006 +L 987.580114 131.038618 +L 989.766634 131.038618 +L 989.766634 119.952073 +L 991.953154 119.952073 +L 991.953154 122.005136 +L 994.139675 122.005136 +L 994.139675 132.81794 +L 996.326195 132.81794 +L 996.326195 125.974393 +L 998.512716 125.974393 +L 998.512716 125.42691 +L 1000.699236 125.42691 +L 1000.699236 123.647588 +L 1002.885756 123.647588 +L 1002.885756 119.952073 +L 1005.072277 119.952073 +L 1005.072277 117.762138 +L 1007.258797 117.762138 +L 1007.258797 131.586101 +L 1009.445317 131.586101 +L 1009.445317 127.68528 +L 1011.631838 127.68528 +L 1011.631838 113.998187 +L 1013.818358 113.998187 +L 1013.818358 119.404589 +L 1016.004879 119.404589 +L 1016.004879 123.30541 +L 1018.191399 123.30541 +L 1018.191399 126.111264 +L 1020.377919 126.111264 +L 1020.377919 125.974393 +L 1022.56444 125.974393 +L 1022.56444 127.68528 +L 1024.75096 127.68528 +L 1024.75096 115.184402 +L 1026.93748 115.184402 +L 1026.93748 124.035389 +L 1029.124001 124.035389 +L 1029.124001 125.974393 +L 1031.310521 125.974393 +L 1031.310521 120.225814 +L 1033.497042 120.225814 +L 1033.497042 134.049778 +L 1035.683562 134.049778 +L 1035.683562 133.365423 +L 1037.870082 133.365423 +L 1037.870082 121.79983 +L 1040.056603 121.79983 +L 1040.056603 126.590313 +L 1042.243123 126.590313 +L 1042.243123 128.848683 +L 1044.429643 128.848683 +L 1044.429643 132.863563 +L 1046.616164 132.863563 +L 1046.616164 136.262525 +L 1048.802684 136.262525 +L 1048.802684 131.586101 +L 1050.989205 131.586101 +L 1050.989205 127.343103 +L 1053.175725 127.343103 +L 1053.175725 136.376584 +L 1055.362245 136.376584 +L 1055.362245 135.692229 +L 1057.548766 135.692229 +L 1057.548766 132.407327 +L 1059.735286 132.407327 +L 1059.735286 142.056727 +L 1061.921806 142.056727 +L 1061.921806 141.098631 +L 1064.108327 141.098631 +L 1064.108327 127.000925 +L 1066.294847 127.000925 +L 1066.294847 138.019035 +L 1068.481368 138.019035 +L 1068.481368 143.357001 +L 1070.667888 143.357001 +L 1070.667888 141.577679 +L 1072.854408 141.577679 +L 1072.854408 142.809518 +L 1075.040929 142.809518 +L 1075.040929 140.824889 +L 1077.227449 140.824889 +L 1077.227449 139.729922 +L 1079.413969 139.729922 +L 1079.413969 143.767614 +L 1081.60049 143.767614 +L 1081.60049 144.451969 +L 1083.78701 144.451969 +L 1083.78701 143.904485 +L 1085.973531 143.904485 +L 1085.973531 147.052516 +L 1088.160051 147.052516 +L 1088.160051 143.904485 +L 1090.346571 143.904485 +L 1090.346571 145.752242 +L 1092.533092 145.752242 +L 1092.533092 146.09442 +L 1094.719612 146.09442 +L 1094.719612 141.440808 +L 1096.906132 141.440808 +L 1096.906132 144.451969 +L 1099.092653 144.451969 +L 1099.092653 147.326258 +L 1101.279173 147.326258 +L 1101.279173 145.752242 +L 1103.465694 145.752242 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 146.368162 +L 1107.838734 146.368162 +L 1107.838734 145.136323 +L 1110.025255 145.136323 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 146.573468 +L 1114.398295 146.573468 +L 1114.398295 146.778774 +L 1116.584816 146.778774 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 145.273194 +L 1120.957857 145.273194 +L 1120.957857 146.231291 +L 1123.144377 146.231291 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_37"> + <path clip-path="url(#p41f974146a)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 143.904485 +L 921.984502 143.904485 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 145.136323 +L 926.357543 145.136323 +L 926.357543 143.22013 +L 928.544063 143.22013 +L 928.544063 147.052516 +L 930.730584 147.052516 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 143.904485 +L 935.103625 143.904485 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 143.767614 +L 939.476665 143.767614 +L 939.476665 144.041356 +L 941.663186 144.041356 +L 941.663186 143.904485 +L 943.849706 143.904485 +L 943.849706 143.767614 +L 946.036226 143.767614 +L 946.036226 141.577679 +L 948.222747 141.577679 +L 948.222747 137.745293 +L 950.409267 137.745293 +L 950.409267 139.935228 +L 952.595788 139.935228 +L 952.595788 145.273194 +L 954.782308 145.273194 +L 954.782308 140.619583 +L 956.968828 140.619583 +L 956.968828 145.546936 +L 959.155349 145.546936 +L 959.155349 137.060939 +L 961.341869 137.060939 +L 961.341869 135.144746 +L 963.528389 135.144746 +L 963.528389 136.924068 +L 965.71491 136.924068 +L 965.71491 134.049778 +L 967.90143 134.049778 +L 967.90143 141.167066 +L 970.087951 141.167066 +L 970.087951 136.787197 +L 972.274471 136.787197 +L 972.274471 128.164328 +L 974.460991 128.164328 +L 974.460991 138.70339 +L 976.647512 138.70339 +L 976.647512 123.236975 +L 978.834032 123.236975 +L 978.834032 128.711812 +L 981.020553 128.711812 +L 981.020553 141.303937 +L 983.207073 141.303937 +L 983.207073 133.091682 +L 985.393593 133.091682 +L 985.393593 126.658748 +L 987.580114 126.658748 +L 987.580114 132.954811 +L 989.766634 132.954811 +L 989.766634 118.857105 +L 991.953154 118.857105 +L 991.953154 121.731395 +L 994.139675 121.731395 +L 994.139675 135.555358 +L 996.326195 135.555358 +L 996.326195 126.795619 +L 998.512716 126.795619 +L 998.512716 121.868266 +L 1000.699236 121.868266 +L 1000.699236 123.100104 +L 1002.885756 123.100104 +L 1002.885756 120.773298 +L 1005.072277 120.773298 +L 1005.072277 119.130847 +L 1007.258797 119.130847 +L 1007.258797 129.396167 +L 1009.445317 129.396167 +L 1009.445317 129.875215 +L 1011.631838 129.875215 +L 1011.631838 113.450703 +L 1013.818358 113.450703 +L 1013.818358 118.583363 +L 1016.004879 118.583363 +L 1016.004879 126.042829 +L 1018.191399 126.042829 +L 1018.191399 123.236975 +L 1020.377919 123.236975 +L 1020.377919 126.795619 +L 1022.56444 126.795619 +L 1022.56444 127.000925 +L 1024.75096 127.000925 +L 1024.75096 115.640638 +L 1026.93748 115.640638 +L 1026.93748 124.126636 +L 1029.124001 124.126636 +L 1029.124001 125.974393 +L 1031.310521 125.974393 +L 1031.310521 120.088943 +L 1033.497042 120.088943 +L 1033.497042 132.749504 +L 1035.683562 132.749504 +L 1035.683562 137.403116 +L 1037.870082 137.403116 +L 1037.870082 119.473024 +L 1040.056603 119.473024 +L 1040.056603 125.358474 +L 1042.243123 125.358474 +L 1042.243123 130.080521 +L 1044.429643 130.080521 +L 1044.429643 131.586101 +L 1046.616164 131.586101 +L 1046.616164 135.623794 +L 1048.802684 135.623794 +L 1048.802684 132.81794 +L 1050.989205 132.81794 +L 1050.989205 127.160608 +L 1053.175725 127.160608 +L 1053.175725 135.874724 +L 1055.362245 135.874724 +L 1055.362245 135.418487 +L 1057.548766 135.418487 +L 1057.548766 132.544198 +L 1059.735286 132.544198 +L 1059.735286 141.372373 +L 1061.921806 141.372373 +L 1061.921806 141.782986 +L 1064.108327 141.782986 +L 1064.108327 127.274667 +L 1066.294847 127.274667 +L 1066.294847 137.608422 +L 1068.481368 137.608422 +L 1068.481368 144.451969 +L 1070.667888 144.451969 +L 1070.667888 140.072099 +L 1072.854408 140.072099 +L 1072.854408 142.672647 +L 1075.040929 142.672647 +L 1075.040929 141.509244 +L 1077.227449 141.509244 +L 1077.227449 139.593051 +L 1079.413969 139.593051 +L 1079.413969 143.357001 +L 1081.60049 143.357001 +L 1081.60049 144.999452 +L 1083.78701 144.999452 +L 1083.78701 143.357001 +L 1085.973531 143.357001 +L 1085.973531 146.915645 +L 1088.160051 146.915645 +L 1088.160051 143.904485 +L 1090.346571 143.904485 +L 1090.346571 145.752242 +L 1092.533092 145.752242 +L 1092.533092 146.368162 +L 1094.719612 146.368162 +L 1094.719612 141.71455 +L 1096.906132 141.71455 +L 1096.906132 144.178227 +L 1099.092653 144.178227 +L 1099.092653 147.052516 +L 1101.279173 147.052516 +L 1101.279173 145.752242 +L 1103.465694 145.752242 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 146.368162 +L 1107.838734 146.368162 +L 1107.838734 145.273194 +L 1110.025255 145.273194 +L 1110.025255 147.463129 +L 1112.211775 147.463129 +L 1112.211775 147.326258 +L 1114.398295 147.326258 +L 1114.398295 146.025984 +L 1116.584816 146.025984 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 146.09442 +L 1120.957857 146.09442 +L 1120.957857 145.410065 +L 1123.144377 145.410065 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_42"> + <path clip-path="url(#p41f974146a)" d="M 1060.283676 147.6 +L 1060.283676 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_38"> + <path d="M 902.305819 147.6 +L 902.305819 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_39"> + <path d="M 1142.82306 147.6 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_40"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_41"> + <path d="M 902.305819 38.88 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_49"> + <!-- 0% --> + <g style="fill:#262626;" transform="translate(1010.558815 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_5"> + <g id="patch_42"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +L 1431.44375 38.88 +L 1190.926509 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_9"> + <g id="xtick_22"> + <g id="line2d_43"> + <path clip-path="url(#p28553e1fef)" d="M 1191.977151 147.6 +L 1191.977151 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_50"> + <!-- 0.41 --> + <g style="fill:#262626;" transform="translate(1182.246682 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="xtick_23"> + <g id="line2d_44"> + <path clip-path="url(#p28553e1fef)" d="M 1232.424459 147.6 +L 1232.424459 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_51"> + <!-- 0.42 --> + <g style="fill:#262626;" transform="translate(1222.69399 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_24"> + <g id="line2d_45"> + <path clip-path="url(#p28553e1fef)" d="M 1272.871767 147.6 +L 1272.871767 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_52"> + <!-- 0.43 --> + <g style="fill:#262626;" transform="translate(1263.141298 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-51"/> + </g> + </g> + </g> + <g id="xtick_25"> + <g id="line2d_46"> + <path clip-path="url(#p28553e1fef)" d="M 1313.319075 147.6 +L 1313.319075 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_53"> + <!-- 0.44 --> + <g style="fill:#262626;" transform="translate(1303.588606 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_26"> + <g id="line2d_47"> + <path clip-path="url(#p28553e1fef)" d="M 1353.766383 147.6 +L 1353.766383 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_54"> + <!-- 0.45 --> + <g style="fill:#262626;" transform="translate(1344.035914 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_27"> + <g id="line2d_48"> + <path clip-path="url(#p28553e1fef)" d="M 1394.213691 147.6 +L 1394.213691 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_55"> + <!-- 0.46 --> + <g style="fill:#262626;" transform="translate(1384.483222 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="text_56"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1292.567942 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_10"> + <g id="ytick_18"> + <g id="line2d_49"> + <path clip-path="url(#p28553e1fef)" d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_57"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(1178.365571 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_19"> + <g id="line2d_50"> + <path clip-path="url(#p28553e1fef)" d="M 1190.926509 125.847299 +L 1431.44375 125.847299 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_58"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(1161.682759 129.426205)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_20"> + <g id="line2d_51"> + <path clip-path="url(#p28553e1fef)" d="M 1190.926509 104.094598 +L 1431.44375 104.094598 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_59"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(1161.682759 107.673504)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_21"> + <g id="line2d_52"> + <path clip-path="url(#p28553e1fef)" d="M 1190.926509 82.341897 +L 1431.44375 82.341897 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_60"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(1161.682759 85.920803)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_22"> + <g id="line2d_53"> + <path clip-path="url(#p28553e1fef)" d="M 1190.926509 60.589196 +L 1431.44375 60.589196 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_61"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(1161.682759 64.168102)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_43"> + <path clip-path="url(#p28553e1fef)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 137.680768 +L 1210.605192 137.680768 +L 1210.605192 146.947419 +L 1212.791712 146.947419 +L 1212.791712 126.717407 +L 1214.978233 126.717407 +L 1214.978233 147.338968 +L 1217.164753 147.338968 +L 1217.164753 137.028187 +L 1219.351274 137.028187 +L 1219.351274 140.552125 +L 1221.537794 140.552125 +L 1221.537794 133.50425 +L 1223.724314 133.50425 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 137.028187 +L 1228.097355 137.028187 +L 1228.097355 130.632893 +L 1230.283875 130.632893 +L 1230.283875 143.423481 +L 1232.470396 143.423481 +L 1232.470396 135.984058 +L 1234.656916 135.984058 +L 1234.656916 124.498631 +L 1236.843437 124.498631 +L 1236.843437 121.757791 +L 1239.029957 121.757791 +L 1239.029957 134.678896 +L 1241.216477 134.678896 +L 1241.216477 136.506122 +L 1243.402998 136.506122 +L 1243.402998 126.717407 +L 1245.589518 126.717407 +L 1245.589518 126.195342 +L 1247.776038 126.195342 +L 1247.776038 137.028187 +L 1249.962559 137.028187 +L 1249.962559 111.185978 +L 1252.149079 111.185978 +L 1252.149079 99.178487 +L 1254.3356 99.178487 +L 1254.3356 105.573782 +L 1256.52212 105.573782 +L 1256.52212 121.627275 +L 1258.70864 121.627275 +L 1258.70864 131.285474 +L 1260.895161 131.285474 +L 1260.895161 105.704298 +L 1263.081681 105.704298 +L 1263.081681 105.312749 +L 1265.268201 105.312749 +L 1265.268201 98.656423 +L 1267.454722 98.656423 +L 1267.454722 98.003842 +L 1269.641242 98.003842 +L 1269.641242 86.257383 +L 1271.827763 86.257383 +L 1271.827763 100.701176 +L 1274.014283 100.701176 +L 1274.014283 104.703673 +L 1276.200803 104.703673 +L 1276.200803 75.294022 +L 1278.387324 75.294022 +L 1278.387324 120.322113 +L 1280.573844 120.322113 +L 1280.573844 94.740936 +L 1282.760364 94.740936 +L 1282.760364 87.170996 +L 1284.946885 87.170996 +L 1284.946885 63.808595 +L 1287.133405 63.808595 +L 1287.133405 112.099592 +L 1289.319926 112.099592 +L 1289.319926 86.387899 +L 1291.506446 86.387899 +L 1291.506446 82.211381 +L 1293.692966 82.211381 +L 1293.692966 44.057143 +L 1295.879487 44.057143 +L 1295.879487 99.221993 +L 1298.066007 99.221993 +L 1298.066007 81.036735 +L 1300.252527 81.036735 +L 1300.252527 75.163505 +L 1302.439048 75.163505 +L 1302.439048 75.294022 +L 1304.625568 75.294022 +L 1304.625568 48.472941 +L 1306.812089 48.472941 +L 1306.812089 88.4109 +L 1308.998609 88.4109 +L 1308.998609 60.893733 +L 1311.185129 60.893733 +L 1311.185129 78.730948 +L 1313.37165 78.730948 +L 1313.37165 88.345642 +L 1315.55817 88.345642 +L 1315.55817 91.586795 +L 1317.74469 91.586795 +L 1317.74469 107.096471 +L 1319.931211 107.096471 +L 1319.931211 80.253637 +L 1322.117731 80.253637 +L 1322.117731 98.525906 +L 1324.304252 98.525906 +L 1324.304252 69.094502 +L 1326.490772 69.094502 +L 1326.490772 115.297239 +L 1328.677292 115.297239 +L 1328.677292 109.358752 +L 1330.863813 109.358752 +L 1330.863813 108.771429 +L 1333.050333 108.771429 +L 1333.050333 63.112509 +L 1335.236853 63.112509 +L 1335.236853 120.496134 +L 1337.423374 120.496134 +L 1337.423374 106.356879 +L 1339.609894 106.356879 +L 1339.609894 107.074718 +L 1341.796415 107.074718 +L 1341.796415 84.952221 +L 1343.982935 84.952221 +L 1343.982935 128.67515 +L 1346.169455 128.67515 +L 1346.169455 102.376134 +L 1348.355976 102.376134 +L 1348.355976 107.00946 +L 1350.542496 107.00946 +L 1350.542496 103.311501 +L 1352.729016 103.311501 +L 1352.729016 128.457623 +L 1354.915537 128.457623 +L 1354.915537 132.590636 +L 1357.102057 132.590636 +L 1357.102057 118.581897 +L 1359.288578 118.581897 +L 1359.288578 145.816279 +L 1361.475098 145.816279 +L 1361.475098 116.145594 +L 1363.661618 116.145594 +L 1363.661618 125.020696 +L 1365.848139 125.020696 +L 1365.848139 130.241345 +L 1368.034659 130.241345 +L 1368.034659 135.070444 +L 1370.221179 135.070444 +L 1370.221179 141.661513 +L 1372.4077 141.661513 +L 1372.4077 142.053061 +L 1374.59422 142.053061 +L 1374.59422 133.765282 +L 1376.780741 133.765282 +L 1376.780741 140.095318 +L 1378.967261 140.095318 +L 1378.967261 138.529124 +L 1381.153781 138.529124 +L 1381.153781 139.769028 +L 1383.340302 139.769028 +L 1383.340302 135.853541 +L 1385.526822 135.853541 +L 1385.526822 144.989676 +L 1387.713342 144.989676 +L 1387.713342 147.012677 +L 1389.899863 147.012677 +L 1389.899863 142.901417 +L 1392.086383 142.901417 +L 1392.086383 141.335222 +L 1394.272904 141.335222 +L 1394.272904 143.292965 +L 1396.459424 143.292965 +L 1396.459424 142.314094 +L 1398.645944 142.314094 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 137.419736 +L 1403.018985 137.419736 +L 1403.018985 147.208451 +L 1405.205505 147.208451 +L 1405.205505 142.314094 +L 1407.392026 142.314094 +L 1407.392026 144.076062 +L 1409.578546 144.076062 +L 1409.578546 140.552125 +L 1411.765067 140.552125 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_44"> + <path clip-path="url(#p28553e1fef)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 144.076062 +L 1210.605192 144.076062 +L 1210.605192 147.6 +L 1212.791712 147.6 +L 1212.791712 140.552125 +L 1214.978233 140.552125 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 144.076062 +L 1219.351274 144.076062 +L 1219.351274 145.250708 +L 1221.537794 145.250708 +L 1221.537794 142.901417 +L 1223.724314 142.901417 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 144.076062 +L 1228.097355 144.076062 +L 1228.097355 141.596255 +L 1230.283875 141.596255 +L 1230.283875 146.55587 +L 1232.470396 146.55587 +L 1232.470396 143.031933 +L 1234.656916 143.031933 +L 1234.656916 140.421609 +L 1236.843437 140.421609 +L 1236.843437 138.724898 +L 1239.029957 138.724898 +L 1239.029957 143.553998 +L 1241.216477 143.553998 +L 1241.216477 144.076062 +L 1243.402998 144.076062 +L 1243.402998 140.291092 +L 1245.589518 140.291092 +L 1245.589518 140.813157 +L 1247.776038 140.813157 +L 1247.776038 144.076062 +L 1249.962559 144.076062 +L 1249.962559 134.678896 +L 1252.149079 134.678896 +L 1252.149079 131.024442 +L 1254.3356 131.024442 +L 1254.3356 134.809412 +L 1256.52212 134.809412 +L 1256.52212 137.28922 +L 1258.70864 137.28922 +L 1258.70864 143.81503 +L 1260.895161 143.81503 +L 1260.895161 132.851669 +L 1263.081681 132.851669 +L 1263.081681 132.982185 +L 1265.268201 132.982185 +L 1265.268201 132.329604 +L 1267.454722 132.329604 +L 1267.454722 130.241345 +L 1269.641242 130.241345 +L 1269.641242 127.369988 +L 1271.827763 127.369988 +L 1271.827763 131.154958 +L 1274.014283 131.154958 +L 1274.014283 133.765282 +L 1276.200803 133.765282 +L 1276.200803 123.84605 +L 1278.387324 123.84605 +L 1278.387324 139.377479 +L 1280.573844 139.377479 +L 1280.573844 129.980312 +L 1282.760364 129.980312 +L 1282.760364 126.586891 +L 1284.946885 126.586891 +L 1284.946885 120.452629 +L 1287.133405 120.452629 +L 1287.133405 135.853541 +L 1289.319926 135.853541 +L 1289.319926 125.542761 +L 1291.506446 125.542761 +L 1291.506446 125.020696 +L 1293.692966 125.020696 +L 1293.692966 114.01383 +L 1295.879487 114.01383 +L 1295.879487 131.851044 +L 1298.066007 131.851044 +L 1298.066007 126.456375 +L 1300.252527 126.456375 +L 1300.252527 122.14934 +L 1302.439048 122.14934 +L 1302.439048 124.89018 +L 1304.625568 124.89018 +L 1304.625568 114.122593 +L 1306.812089 114.122593 +L 1306.812089 127.043697 +L 1308.998609 127.043697 +L 1308.998609 118.233854 +L 1311.185129 118.233854 +L 1311.185129 124.107083 +L 1313.37165 124.107083 +L 1313.37165 129.588764 +L 1315.55817 129.588764 +L 1315.55817 128.34886 +L 1317.74469 128.34886 +L 1317.74469 134.939928 +L 1319.931211 134.939928 +L 1319.931211 123.84605 +L 1322.117731 123.84605 +L 1322.117731 131.0897 +L 1324.304252 131.0897 +L 1324.304252 122.279856 +L 1326.490772 122.279856 +L 1326.490772 137.484994 +L 1328.677292 137.484994 +L 1328.677292 133.373733 +L 1330.863813 133.373733 +L 1330.863813 134.613637 +L 1333.050333 134.613637 +L 1333.050333 119.669532 +L 1335.236853 119.669532 +L 1335.236853 139.246963 +L 1337.423374 139.246963 +L 1337.423374 134.678896 +L 1339.609894 134.678896 +L 1339.609894 133.83054 +L 1341.796415 133.83054 +L 1341.796415 126.717407 +L 1343.982935 126.717407 +L 1343.982935 139.964802 +L 1346.169455 139.964802 +L 1346.169455 133.50425 +L 1348.355976 133.50425 +L 1348.355976 133.895798 +L 1350.542496 133.895798 +L 1350.542496 133.373733 +L 1352.729016 133.373733 +L 1352.729016 141.465738 +L 1354.915537 141.465738 +L 1354.915537 141.987803 +L 1357.102057 141.987803 +L 1357.102057 137.941801 +L 1359.288578 137.941801 +L 1359.288578 147.6 +L 1361.475098 147.6 +L 1361.475098 136.571381 +L 1363.661618 136.571381 +L 1363.661618 139.834286 +L 1365.848139 139.834286 +L 1365.848139 142.379352 +L 1368.034659 142.379352 +L 1368.034659 143.423481 +L 1370.221179 143.423481 +L 1370.221179 145.838031 +L 1372.4077 145.838031 +L 1372.4077 145.576999 +L 1374.59422 145.576999 +L 1374.59422 143.162449 +L 1376.780741 143.162449 +L 1376.780741 144.793902 +L 1378.967261 144.793902 +L 1378.967261 144.532869 +L 1381.153781 144.532869 +L 1381.153781 145.250708 +L 1383.340302 145.250708 +L 1383.340302 143.553998 +L 1385.526822 143.553998 +L 1385.526822 146.947419 +L 1387.713342 146.947419 +L 1387.713342 147.012677 +L 1389.899863 147.012677 +L 1389.899863 146.425354 +L 1392.086383 146.425354 +L 1392.086383 145.250708 +L 1394.272904 145.250708 +L 1394.272904 146.425354 +L 1396.459424 146.425354 +L 1396.459424 145.838031 +L 1398.645944 145.838031 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 144.076062 +L 1403.018985 144.076062 +L 1403.018985 147.6 +L 1405.205505 147.6 +L 1405.205505 145.838031 +L 1407.392026 145.838031 +L 1407.392026 146.425354 +L 1409.578546 146.425354 +L 1409.578546 145.250708 +L 1411.765067 145.250708 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_45"> + <path clip-path="url(#p28553e1fef)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 144.076062 +L 1210.605192 144.076062 +L 1210.605192 147.6 +L 1212.791712 147.6 +L 1212.791712 140.552125 +L 1214.978233 140.552125 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 144.076062 +L 1219.351274 144.076062 +L 1219.351274 145.250708 +L 1221.537794 145.250708 +L 1221.537794 142.901417 +L 1223.724314 142.901417 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 144.076062 +L 1228.097355 144.076062 +L 1228.097355 141.857287 +L 1230.283875 141.857287 +L 1230.283875 146.294838 +L 1232.470396 146.294838 +L 1232.470396 144.076062 +L 1234.656916 144.076062 +L 1234.656916 139.377479 +L 1236.843437 139.377479 +L 1236.843437 139.246963 +L 1239.029957 139.246963 +L 1239.029957 143.031933 +L 1241.216477 143.031933 +L 1241.216477 144.076062 +L 1243.402998 144.076062 +L 1243.402998 140.552125 +L 1245.589518 140.552125 +L 1245.589518 140.552125 +L 1247.776038 140.552125 +L 1247.776038 144.076062 +L 1249.962559 144.076062 +L 1249.962559 134.678896 +L 1252.149079 134.678896 +L 1252.149079 132.329604 +L 1254.3356 132.329604 +L 1254.3356 133.50425 +L 1256.52212 133.50425 +L 1256.52212 139.116447 +L 1258.70864 139.116447 +L 1258.70864 141.987803 +L 1260.895161 141.987803 +L 1260.895161 133.634766 +L 1263.081681 133.634766 +L 1263.081681 132.721152 +L 1265.268201 132.721152 +L 1265.268201 131.807539 +L 1267.454722 131.807539 +L 1267.454722 131.285474 +L 1269.641242 131.285474 +L 1269.641242 127.500504 +L 1271.827763 127.500504 +L 1271.827763 131.677023 +L 1274.014283 131.677023 +L 1274.014283 133.895798 +L 1276.200803 133.895798 +L 1276.200803 123.062953 +L 1278.387324 123.062953 +L 1278.387324 138.333349 +L 1280.573844 138.333349 +L 1280.573844 129.980312 +L 1282.760364 129.980312 +L 1282.760364 127.63102 +L 1284.946885 127.63102 +L 1284.946885 119.408499 +L 1287.133405 119.408499 +L 1287.133405 135.853541 +L 1289.319926 135.853541 +L 1289.319926 127.369988 +L 1291.506446 127.369988 +L 1291.506446 125.542761 +L 1293.692966 125.542761 +L 1293.692966 113.665786 +L 1295.879487 113.665786 +L 1295.879487 131.024442 +L 1298.066007 131.024442 +L 1298.066007 125.281729 +L 1300.252527 125.281729 +L 1300.252527 123.454502 +L 1302.439048 123.454502 +L 1302.439048 123.585018 +L 1304.625568 123.585018 +L 1304.625568 114.383625 +L 1306.812089 114.383625 +L 1306.812089 127.30473 +L 1308.998609 127.30473 +L 1308.998609 119.277983 +L 1311.185129 119.277983 +L 1311.185129 125.608019 +L 1313.37165 125.608019 +L 1313.37165 127.043697 +L 1315.55817 127.043697 +L 1315.55817 128.740408 +L 1317.74469 128.740408 +L 1317.74469 134.287347 +L 1319.931211 134.287347 +L 1319.931211 124.89018 +L 1322.117731 124.89018 +L 1322.117731 130.828667 +L 1324.304252 130.828667 +L 1324.304252 122.279856 +L 1326.490772 122.279856 +L 1326.490772 136.701897 +L 1328.677292 136.701897 +L 1328.677292 135.20096 +L 1330.863813 135.20096 +L 1330.863813 133.83054 +L 1333.050333 133.83054 +L 1333.050333 119.756543 +L 1335.236853 119.756543 +L 1335.236853 139.029436 +L 1337.423374 139.029436 +L 1337.423374 133.50425 +L 1339.609894 133.50425 +L 1339.609894 134.091573 +L 1341.796415 134.091573 +L 1341.796415 126.717407 +L 1343.982935 126.717407 +L 1343.982935 141.139448 +L 1346.169455 141.139448 +L 1346.169455 132.590636 +L 1348.355976 132.590636 +L 1348.355976 134.461369 +L 1350.542496 134.461369 +L 1350.542496 132.634142 +L 1352.729016 132.634142 +L 1352.729016 141.117695 +L 1354.915537 141.117695 +L 1354.915537 142.901417 +L 1357.102057 142.901417 +L 1357.102057 137.28922 +L 1359.288578 137.28922 +L 1359.288578 147.338968 +L 1361.475098 147.338968 +L 1361.475098 137.093445 +L 1363.661618 137.093445 +L 1363.661618 140.486867 +L 1365.848139 140.486867 +L 1365.848139 141.465738 +L 1368.034659 141.465738 +L 1368.034659 143.423481 +L 1370.221179 143.423481 +L 1370.221179 145.576999 +L 1372.4077 145.576999 +L 1372.4077 145.838031 +L 1374.59422 145.838031 +L 1374.59422 142.901417 +L 1376.780741 142.901417 +L 1376.780741 145.250708 +L 1378.967261 145.250708 +L 1378.967261 144.337095 +L 1381.153781 144.337095 +L 1381.153781 144.989676 +L 1383.340302 144.989676 +L 1383.340302 143.81503 +L 1385.526822 143.81503 +L 1385.526822 146.686387 +L 1387.713342 146.686387 +L 1387.713342 147.6 +L 1389.899863 147.6 +L 1389.899863 145.838031 +L 1392.086383 145.838031 +L 1392.086383 145.381224 +L 1394.272904 145.381224 +L 1394.272904 146.294838 +L 1396.459424 146.294838 +L 1396.459424 145.838031 +L 1398.645944 145.838031 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 144.206579 +L 1403.018985 144.206579 +L 1403.018985 147.469484 +L 1405.205505 147.469484 +L 1405.205505 145.838031 +L 1407.392026 145.838031 +L 1407.392026 146.425354 +L 1409.578546 146.425354 +L 1409.578546 145.250708 +L 1411.765067 145.250708 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_46"> + <path clip-path="url(#p28553e1fef)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 144.728643 +L 1210.605192 144.728643 +L 1210.605192 146.947419 +L 1212.791712 146.947419 +L 1212.791712 140.813157 +L 1214.978233 140.813157 +L 1214.978233 147.338968 +L 1217.164753 147.338968 +L 1217.164753 144.076062 +L 1219.351274 144.076062 +L 1219.351274 145.250708 +L 1221.537794 145.250708 +L 1221.537794 142.901417 +L 1223.724314 142.901417 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 144.076062 +L 1228.097355 144.076062 +L 1228.097355 142.379352 +L 1230.283875 142.379352 +L 1230.283875 145.772773 +L 1232.470396 145.772773 +L 1232.470396 144.076062 +L 1234.656916 144.076062 +L 1234.656916 139.899544 +L 1236.843437 139.899544 +L 1236.843437 138.98593 +L 1239.029957 138.98593 +L 1239.029957 143.292965 +L 1241.216477 143.292965 +L 1241.216477 143.553998 +L 1243.402998 143.553998 +L 1243.402998 141.07419 +L 1245.589518 141.07419 +L 1245.589518 140.03006 +L 1247.776038 140.03006 +L 1247.776038 144.076062 +L 1249.962559 144.076062 +L 1249.962559 137.028187 +L 1252.149079 137.028187 +L 1252.149079 131.024442 +L 1254.3356 131.024442 +L 1254.3356 132.46012 +L 1256.52212 132.46012 +L 1256.52212 140.421609 +L 1258.70864 140.421609 +L 1258.70864 140.682641 +L 1260.895161 140.682641 +L 1260.895161 134.417863 +L 1263.081681 134.417863 +L 1263.081681 134.809412 +L 1265.268201 134.809412 +L 1265.268201 129.71928 +L 1267.454722 129.71928 +L 1267.454722 131.677023 +L 1269.641242 131.677023 +L 1269.641242 126.586891 +L 1271.827763 126.586891 +L 1271.827763 133.069196 +L 1274.014283 133.069196 +L 1274.014283 132.242593 +L 1276.200803 132.242593 +L 1276.200803 123.585018 +L 1278.387324 123.585018 +L 1278.387324 137.811285 +L 1280.573844 137.811285 +L 1280.573844 129.980312 +L 1282.760364 129.980312 +L 1282.760364 128.153085 +L 1284.946885 128.153085 +L 1284.946885 119.147467 +L 1287.133405 119.147467 +L 1287.133405 135.592509 +L 1289.319926 135.592509 +L 1289.319926 128.67515 +L 1291.506446 128.67515 +L 1291.506446 126.847923 +L 1293.692966 126.847923 +L 1293.692966 111.577527 +L 1295.879487 111.577527 +L 1295.879487 131.546507 +L 1298.066007 131.546507 +L 1298.066007 124.498631 +L 1300.252527 124.498631 +L 1300.252527 124.759664 +L 1302.439048 124.759664 +L 1302.439048 122.018824 +L 1304.625568 122.018824 +L 1304.625568 115.166723 +L 1306.812089 115.166723 +L 1306.812089 129.262473 +L 1308.998609 129.262473 +L 1308.998609 118.581897 +L 1311.185129 118.581897 +L 1311.185129 124.215846 +L 1313.37165 124.215846 +L 1313.37165 126.913181 +L 1315.55817 126.913181 +L 1315.55817 129.697527 +L 1317.74469 129.697527 +L 1317.74469 133.069196 +L 1319.931211 133.069196 +L 1319.931211 126.717407 +L 1322.117731 126.717407 +L 1322.117731 131.807539 +L 1324.304252 131.807539 +L 1324.304252 119.73479 +L 1326.490772 119.73479 +L 1326.490772 136.310348 +L 1328.677292 136.310348 +L 1328.677292 135.984058 +L 1330.863813 135.984058 +L 1330.863813 135.527251 +L 1333.050333 135.527251 +L 1333.050333 118.886435 +L 1335.236853 118.886435 +L 1335.236853 137.419736 +L 1337.423374 137.419736 +L 1337.423374 133.373733 +L 1339.609894 133.373733 +L 1339.609894 134.352605 +L 1341.796415 134.352605 +L 1341.796415 126.717407 +L 1343.982935 126.717407 +L 1343.982935 142.7709 +L 1346.169455 142.7709 +L 1346.169455 131.481248 +L 1348.355976 131.481248 +L 1348.355976 133.852293 +L 1350.542496 133.852293 +L 1350.542496 132.503625 +L 1352.729016 132.503625 +L 1352.729016 141.07419 +L 1354.915537 141.07419 +L 1354.915537 142.901417 +L 1357.102057 142.901417 +L 1357.102057 138.550876 +L 1359.288578 138.550876 +L 1359.288578 146.077311 +L 1361.475098 146.077311 +L 1361.475098 137.680768 +L 1363.661618 137.680768 +L 1363.661618 139.899544 +L 1365.848139 139.899544 +L 1365.848139 141.596255 +L 1368.034659 141.596255 +L 1368.034659 143.423481 +L 1370.221179 143.423481 +L 1370.221179 145.446483 +L 1372.4077 145.446483 +L 1372.4077 145.838031 +L 1374.59422 145.838031 +L 1374.59422 142.901417 +L 1376.780741 142.901417 +L 1376.780741 145.250708 +L 1378.967261 145.250708 +L 1378.967261 144.85916 +L 1381.153781 144.85916 +L 1381.153781 144.728643 +L 1383.340302 144.728643 +L 1383.340302 143.684514 +L 1385.526822 143.684514 +L 1385.526822 146.55587 +L 1387.713342 146.55587 +L 1387.713342 147.6 +L 1389.899863 147.6 +L 1389.899863 145.838031 +L 1392.086383 145.838031 +L 1392.086383 145.903289 +L 1394.272904 145.903289 +L 1394.272904 145.772773 +L 1396.459424 145.772773 +L 1396.459424 145.838031 +L 1398.645944 145.838031 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 144.337095 +L 1403.018985 144.337095 +L 1403.018985 147.338968 +L 1405.205505 147.338968 +L 1405.205505 145.838031 +L 1407.392026 145.838031 +L 1407.392026 146.425354 +L 1409.578546 146.425354 +L 1409.578546 145.250708 +L 1411.765067 145.250708 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_54"> + <path clip-path="url(#p28553e1fef)" d="M 1353.766383 147.6 +L 1353.766383 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_47"> + <path d="M 1190.926509 147.6 +L 1190.926509 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_48"> + <path d="M 1431.44375 147.6 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_49"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_50"> + <path d="M 1190.926509 38.88 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_62"> + <!-- 0% --> + <g style="fill:#262626;" transform="translate(1299.179504 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="text_63"> + <!-- example lidar with linear polarizer before receiver - ERaR error contribution --> + <defs> + <path d="M 0.734375 0 +L 19.671875 26.953125 +L 2.15625 51.859375 +L 13.140625 51.859375 +L 21.09375 39.703125 +Q 23.34375 36.234375 24.703125 33.890625 +Q 26.859375 37.109375 28.65625 39.59375 +L 37.40625 51.859375 +L 47.90625 51.859375 +L 29.984375 27.4375 +L 49.265625 0 +L 38.484375 0 +L 27.828125 16.109375 +L 25 20.453125 +L 11.375 0 +z +" id="ArialMT-120"/> + <path d="M 40.4375 6.390625 +Q 35.546875 2.25 31.03125 0.53125 +Q 26.515625 -1.171875 21.34375 -1.171875 +Q 12.796875 -1.171875 8.203125 3 +Q 3.609375 7.171875 3.609375 13.671875 +Q 3.609375 17.484375 5.34375 20.625 +Q 7.078125 23.78125 9.890625 25.6875 +Q 12.703125 27.59375 16.21875 28.5625 +Q 18.796875 29.25 24.03125 29.890625 +Q 34.671875 31.15625 39.703125 32.90625 +Q 39.75 34.71875 39.75 35.203125 +Q 39.75 40.578125 37.25 42.78125 +Q 33.890625 45.75 27.25 45.75 +Q 21.046875 45.75 18.09375 43.578125 +Q 15.140625 41.40625 13.71875 35.890625 +L 5.125 37.0625 +Q 6.296875 42.578125 8.984375 45.96875 +Q 11.671875 49.359375 16.75 51.1875 +Q 21.828125 53.03125 28.515625 53.03125 +Q 35.15625 53.03125 39.296875 51.46875 +Q 43.453125 49.90625 45.40625 47.53125 +Q 47.359375 45.171875 48.140625 41.546875 +Q 48.578125 39.3125 48.578125 33.453125 +L 48.578125 21.734375 +Q 48.578125 9.46875 49.140625 6.21875 +Q 49.703125 2.984375 51.375 0 +L 42.1875 0 +Q 40.828125 2.734375 40.4375 6.390625 +z +M 39.703125 26.03125 +Q 34.90625 24.078125 25.34375 22.703125 +Q 19.921875 21.921875 17.671875 20.9375 +Q 15.4375 19.96875 14.203125 18.09375 +Q 12.984375 16.21875 12.984375 13.921875 +Q 12.984375 10.40625 15.640625 8.0625 +Q 18.3125 5.71875 23.4375 5.71875 +Q 28.515625 5.71875 32.46875 7.9375 +Q 36.421875 10.15625 38.28125 14.015625 +Q 39.703125 17 39.703125 22.796875 +z +" id="ArialMT-97"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.453125 51.859375 +L 14.453125 44.578125 +Q 16.890625 48.390625 20.9375 50.703125 +Q 25 53.03125 30.171875 53.03125 +Q 35.9375 53.03125 39.625 50.640625 +Q 43.3125 48.25 44.828125 43.953125 +Q 50.984375 53.03125 60.84375 53.03125 +Q 68.5625 53.03125 72.703125 48.75 +Q 76.859375 44.484375 76.859375 35.59375 +L 76.859375 0 +L 68.109375 0 +L 68.109375 32.671875 +Q 68.109375 37.9375 67.25 40.25 +Q 66.40625 42.578125 64.15625 43.984375 +Q 61.921875 45.40625 58.890625 45.40625 +Q 53.421875 45.40625 49.796875 41.765625 +Q 46.1875 38.140625 46.1875 30.125 +L 46.1875 0 +L 37.40625 0 +L 37.40625 33.6875 +Q 37.40625 39.546875 35.25 42.46875 +Q 33.109375 45.40625 28.21875 45.40625 +Q 24.515625 45.40625 21.359375 43.453125 +Q 18.21875 41.5 16.796875 37.734375 +Q 15.375 33.984375 15.375 26.90625 +L 15.375 0 +z +" id="ArialMT-109"/> + <path d="M 6.59375 -19.875 +L 6.59375 51.859375 +L 14.59375 51.859375 +L 14.59375 45.125 +Q 17.4375 49.078125 21 51.046875 +Q 24.5625 53.03125 29.640625 53.03125 +Q 36.28125 53.03125 41.359375 49.609375 +Q 46.4375 46.1875 49.015625 39.953125 +Q 51.609375 33.734375 51.609375 26.3125 +Q 51.609375 18.359375 48.75 11.984375 +Q 45.90625 5.609375 40.453125 2.21875 +Q 35.015625 -1.171875 29 -1.171875 +Q 24.609375 -1.171875 21.109375 0.6875 +Q 17.625 2.546875 15.375 5.375 +L 15.375 -19.875 +z +M 14.546875 25.640625 +Q 14.546875 15.625 18.59375 10.84375 +Q 22.65625 6.0625 28.421875 6.0625 +Q 34.28125 6.0625 38.453125 11.015625 +Q 42.625 15.96875 42.625 26.375 +Q 42.625 36.28125 38.546875 41.203125 +Q 34.46875 46.140625 28.8125 46.140625 +Q 23.1875 46.140625 18.859375 40.890625 +Q 14.546875 35.640625 14.546875 25.640625 +z +" id="ArialMT-112"/> + <path d="M 6.390625 0 +L 6.390625 71.578125 +L 15.1875 71.578125 +L 15.1875 0 +z +" id="ArialMT-108"/> + <path d="M 6.640625 61.46875 +L 6.640625 71.578125 +L 15.4375 71.578125 +L 15.4375 61.46875 +z +M 6.640625 0 +L 6.640625 51.859375 +L 15.4375 51.859375 +L 15.4375 0 +z +" id="ArialMT-105"/> + <path d="M 40.234375 0 +L 40.234375 6.546875 +Q 35.296875 -1.171875 25.734375 -1.171875 +Q 19.53125 -1.171875 14.328125 2.25 +Q 9.125 5.671875 6.265625 11.796875 +Q 3.421875 17.921875 3.421875 25.875 +Q 3.421875 33.640625 6 39.96875 +Q 8.59375 46.296875 13.765625 49.65625 +Q 18.953125 53.03125 25.34375 53.03125 +Q 30.03125 53.03125 33.6875 51.046875 +Q 37.359375 49.078125 39.65625 45.90625 +L 39.65625 71.578125 +L 48.390625 71.578125 +L 48.390625 0 +z +M 12.453125 25.875 +Q 12.453125 15.921875 16.640625 10.984375 +Q 20.84375 6.0625 26.5625 6.0625 +Q 32.328125 6.0625 36.34375 10.765625 +Q 40.375 15.484375 40.375 25.140625 +Q 40.375 35.796875 36.265625 40.765625 +Q 32.171875 45.75 26.171875 45.75 +Q 20.3125 45.75 16.375 40.96875 +Q 12.453125 36.1875 12.453125 25.875 +z +" id="ArialMT-100"/> + <path d="M 16.15625 0 +L 0.296875 51.859375 +L 9.375 51.859375 +L 17.625 21.921875 +L 20.703125 10.796875 +Q 20.90625 11.625 23.390625 21.484375 +L 31.640625 51.859375 +L 40.671875 51.859375 +L 48.4375 21.78125 +L 51.03125 11.859375 +L 54 21.875 +L 62.890625 51.859375 +L 71.4375 51.859375 +L 55.21875 0 +L 46.09375 0 +L 37.84375 31.0625 +L 35.84375 39.890625 +L 25.34375 0 +z +" id="ArialMT-119"/> + <path d="M 6.59375 0 +L 6.59375 71.578125 +L 15.375 71.578125 +L 15.375 45.90625 +Q 21.53125 53.03125 30.90625 53.03125 +Q 36.671875 53.03125 40.921875 50.75 +Q 45.171875 48.484375 47 44.484375 +Q 48.828125 40.484375 48.828125 32.859375 +L 48.828125 0 +L 40.046875 0 +L 40.046875 32.859375 +Q 40.046875 39.453125 37.1875 42.453125 +Q 34.328125 45.453125 29.109375 45.453125 +Q 25.203125 45.453125 21.75 43.421875 +Q 18.3125 41.40625 16.84375 37.9375 +Q 15.375 34.46875 15.375 28.375 +L 15.375 0 +z +" id="ArialMT-104"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.5 51.859375 +L 14.5 44.484375 +Q 20.21875 53.03125 31 53.03125 +Q 35.6875 53.03125 39.625 51.34375 +Q 43.5625 49.65625 45.515625 46.921875 +Q 47.46875 44.1875 48.25 40.4375 +Q 48.734375 37.984375 48.734375 31.890625 +L 48.734375 0 +L 39.9375 0 +L 39.9375 31.546875 +Q 39.9375 36.921875 38.90625 39.578125 +Q 37.890625 42.234375 35.28125 43.8125 +Q 32.671875 45.40625 29.15625 45.40625 +Q 23.53125 45.40625 19.453125 41.84375 +Q 15.375 38.28125 15.375 28.328125 +L 15.375 0 +z +" id="ArialMT-110"/> + <path d="M 3.328125 25.921875 +Q 3.328125 40.328125 11.328125 47.265625 +Q 18.015625 53.03125 27.640625 53.03125 +Q 38.328125 53.03125 45.109375 46.015625 +Q 51.90625 39.015625 51.90625 26.65625 +Q 51.90625 16.65625 48.90625 10.90625 +Q 45.90625 5.171875 40.15625 2 +Q 34.421875 -1.171875 27.640625 -1.171875 +Q 16.75 -1.171875 10.03125 5.8125 +Q 3.328125 12.796875 3.328125 25.921875 +z +M 12.359375 25.921875 +Q 12.359375 15.96875 16.703125 11.015625 +Q 21.046875 6.0625 27.640625 6.0625 +Q 34.1875 6.0625 38.53125 11.03125 +Q 42.875 16.015625 42.875 26.21875 +Q 42.875 35.84375 38.5 40.796875 +Q 34.125 45.75 27.640625 45.75 +Q 21.046875 45.75 16.703125 40.8125 +Q 12.359375 35.890625 12.359375 25.921875 +z +" id="ArialMT-111"/> + <path d="M 1.953125 0 +L 1.953125 7.125 +L 34.96875 45.015625 +Q 29.34375 44.734375 25.046875 44.734375 +L 3.90625 44.734375 +L 3.90625 51.859375 +L 46.296875 51.859375 +L 46.296875 46.046875 +L 18.21875 13.140625 +L 12.796875 7.125 +Q 18.703125 7.5625 23.875 7.5625 +L 47.859375 7.5625 +L 47.859375 0 +z +" id="ArialMT-122"/> + <path d="M 14.703125 0 +L 6.546875 0 +L 6.546875 71.578125 +L 15.328125 71.578125 +L 15.328125 46.046875 +Q 20.90625 53.03125 29.546875 53.03125 +Q 34.328125 53.03125 38.59375 51.09375 +Q 42.875 49.171875 45.625 45.671875 +Q 48.390625 42.1875 49.953125 37.25 +Q 51.515625 32.328125 51.515625 26.703125 +Q 51.515625 13.375 44.921875 6.09375 +Q 38.328125 -1.171875 29.109375 -1.171875 +Q 19.921875 -1.171875 14.703125 6.5 +z +M 14.59375 26.3125 +Q 14.59375 17 17.140625 12.84375 +Q 21.296875 6.0625 28.375 6.0625 +Q 34.125 6.0625 38.328125 11.0625 +Q 42.53125 16.0625 42.53125 25.984375 +Q 42.53125 36.140625 38.5 40.96875 +Q 34.46875 45.796875 28.765625 45.796875 +Q 23 45.796875 18.796875 40.796875 +Q 14.59375 35.796875 14.59375 26.3125 +z +" id="ArialMT-98"/> + <path d="M 8.6875 0 +L 8.6875 45.015625 +L 0.921875 45.015625 +L 0.921875 51.859375 +L 8.6875 51.859375 +L 8.6875 57.375 +Q 8.6875 62.59375 9.625 65.140625 +Q 10.890625 68.5625 14.078125 70.671875 +Q 17.28125 72.796875 23.046875 72.796875 +Q 26.765625 72.796875 31.25 71.921875 +L 29.9375 64.265625 +Q 27.203125 64.75 24.75 64.75 +Q 20.75 64.75 19.09375 63.03125 +Q 17.4375 61.328125 17.4375 56.640625 +L 17.4375 51.859375 +L 27.546875 51.859375 +L 27.546875 45.015625 +L 17.4375 45.015625 +L 17.4375 0 +z +" id="ArialMT-102"/> + <path d="M 40.4375 19 +L 49.078125 17.875 +Q 47.65625 8.9375 41.8125 3.875 +Q 35.984375 -1.171875 27.484375 -1.171875 +Q 16.84375 -1.171875 10.375 5.78125 +Q 3.90625 12.75 3.90625 25.734375 +Q 3.90625 34.125 6.6875 40.421875 +Q 9.46875 46.734375 15.15625 49.875 +Q 20.84375 53.03125 27.546875 53.03125 +Q 35.984375 53.03125 41.359375 48.75 +Q 46.734375 44.484375 48.25 36.625 +L 39.703125 35.296875 +Q 38.484375 40.53125 35.375 43.15625 +Q 32.28125 45.796875 27.875 45.796875 +Q 21.234375 45.796875 17.078125 41.03125 +Q 12.9375 36.28125 12.9375 25.984375 +Q 12.9375 15.53125 16.9375 10.796875 +Q 20.953125 6.0625 27.390625 6.0625 +Q 32.5625 6.0625 36.03125 9.234375 +Q 39.5 12.40625 40.4375 19 +z +" id="ArialMT-99"/> + <path d="M 21 0 +L 1.265625 51.859375 +L 10.546875 51.859375 +L 21.6875 20.796875 +Q 23.484375 15.765625 25 10.359375 +Q 26.171875 14.453125 28.265625 20.21875 +L 39.796875 51.859375 +L 48.828125 51.859375 +L 29.203125 0 +z +" id="ArialMT-118"/> + <path d="M 3.171875 21.484375 +L 3.171875 30.328125 +L 30.171875 30.328125 +L 30.171875 21.484375 +z +" id="ArialMT-45"/> + <path d="M 7.90625 0 +L 7.90625 71.578125 +L 59.671875 71.578125 +L 59.671875 63.140625 +L 17.390625 63.140625 +L 17.390625 41.21875 +L 56.984375 41.21875 +L 56.984375 32.8125 +L 17.390625 32.8125 +L 17.390625 8.453125 +L 61.328125 8.453125 +L 61.328125 0 +z +" id="ArialMT-69"/> + </defs> + <g style="fill:#262626;" transform="translate(479.194687 17.391563)scale(0.14 -0.14)"> + <use xlink:href="#ArialMT-101"/> + <use x="55.615234" xlink:href="#ArialMT-120"/> + <use x="105.615234" xlink:href="#ArialMT-97"/> + <use x="161.230469" xlink:href="#ArialMT-109"/> + <use x="244.53125" xlink:href="#ArialMT-112"/> + <use x="300.146484" xlink:href="#ArialMT-108"/> + <use x="322.363281" xlink:href="#ArialMT-101"/> + <use x="377.978516" xlink:href="#ArialMT-32"/> + <use x="405.761719" xlink:href="#ArialMT-108"/> + <use x="427.978516" xlink:href="#ArialMT-105"/> + <use x="450.195312" xlink:href="#ArialMT-100"/> + <use x="505.810547" xlink:href="#ArialMT-97"/> + <use x="561.425781" xlink:href="#ArialMT-114"/> + <use x="594.726562" xlink:href="#ArialMT-32"/> + <use x="622.509766" xlink:href="#ArialMT-119"/> + <use x="694.726562" xlink:href="#ArialMT-105"/> + <use x="716.943359" xlink:href="#ArialMT-116"/> + <use x="744.726562" xlink:href="#ArialMT-104"/> + <use x="800.341797" xlink:href="#ArialMT-32"/> + <use x="828.125" xlink:href="#ArialMT-108"/> + <use x="850.341797" xlink:href="#ArialMT-105"/> + <use x="872.558594" xlink:href="#ArialMT-110"/> + <use x="928.173828" xlink:href="#ArialMT-101"/> + <use x="983.789062" xlink:href="#ArialMT-97"/> + <use x="1039.404297" xlink:href="#ArialMT-114"/> + <use x="1072.705078" xlink:href="#ArialMT-32"/> + <use x="1100.488281" xlink:href="#ArialMT-112"/> + <use x="1156.103516" xlink:href="#ArialMT-111"/> + <use x="1211.71875" xlink:href="#ArialMT-108"/> + <use x="1233.935547" xlink:href="#ArialMT-97"/> + <use x="1289.550781" xlink:href="#ArialMT-114"/> + <use x="1322.851562" xlink:href="#ArialMT-105"/> + <use x="1345.068359" xlink:href="#ArialMT-122"/> + <use x="1395.068359" xlink:href="#ArialMT-101"/> + <use x="1450.683594" xlink:href="#ArialMT-114"/> + <use x="1483.984375" xlink:href="#ArialMT-32"/> + <use x="1511.767578" xlink:href="#ArialMT-98"/> + <use x="1567.382812" xlink:href="#ArialMT-101"/> + <use x="1622.998047" xlink:href="#ArialMT-102"/> + <use x="1650.78125" xlink:href="#ArialMT-111"/> + <use x="1706.396484" xlink:href="#ArialMT-114"/> + <use x="1739.697266" xlink:href="#ArialMT-101"/> + <use x="1795.3125" xlink:href="#ArialMT-32"/> + <use x="1823.095703" xlink:href="#ArialMT-114"/> + <use x="1856.396484" xlink:href="#ArialMT-101"/> + <use x="1912.011719" xlink:href="#ArialMT-99"/> + <use x="1962.011719" xlink:href="#ArialMT-101"/> + <use x="2017.626953" xlink:href="#ArialMT-105"/> + <use x="2039.84375" xlink:href="#ArialMT-118"/> + <use x="2089.84375" xlink:href="#ArialMT-101"/> + <use x="2145.458984" xlink:href="#ArialMT-114"/> + <use x="2178.759766" xlink:href="#ArialMT-32"/> + <use x="2206.542969" xlink:href="#ArialMT-45"/> + <use x="2239.84375" xlink:href="#ArialMT-32"/> + <use x="2267.626953" xlink:href="#ArialMT-69"/> + <use x="2334.326172" xlink:href="#ArialMT-82"/> + <use x="2406.542969" xlink:href="#ArialMT-97"/> + <use x="2462.158203" xlink:href="#ArialMT-82"/> + <use x="2534.375" xlink:href="#ArialMT-32"/> + <use x="2562.158203" xlink:href="#ArialMT-101"/> + <use x="2617.773438" xlink:href="#ArialMT-114"/> + <use x="2651.074219" xlink:href="#ArialMT-114"/> + <use x="2684.375" xlink:href="#ArialMT-111"/> + <use x="2739.990234" xlink:href="#ArialMT-114"/> + <use x="2773.291016" xlink:href="#ArialMT-32"/> + <use x="2801.074219" xlink:href="#ArialMT-99"/> + <use x="2851.074219" xlink:href="#ArialMT-111"/> + <use x="2906.689453" xlink:href="#ArialMT-110"/> + <use x="2962.304688" xlink:href="#ArialMT-116"/> + <use x="2990.087891" xlink:href="#ArialMT-114"/> + <use x="3023.388672" xlink:href="#ArialMT-105"/> + <use x="3045.605469" xlink:href="#ArialMT-98"/> + <use x="3101.220703" xlink:href="#ArialMT-117"/> + <use x="3156.835938" xlink:href="#ArialMT-116"/> + <use x="3184.619141" xlink:href="#ArialMT-105"/> + <use x="3206.835938" xlink:href="#ArialMT-111"/> + <use x="3262.451172" xlink:href="#ArialMT-110"/> + </g> + </g> + </g> + <defs> + <clipPath id="p2bad6e7256"> + <rect height="108.72" width="240.517241" x="36.44375" y="38.88"/> + </clipPath> + <clipPath id="pc924c2197d"> + <rect height="108.72" width="240.517241" x="325.06444" y="38.88"/> + </clipPath> + <clipPath id="p2ccb65578e"> + <rect height="108.72" width="240.517241" x="613.685129" y="38.88"/> + </clipPath> + <clipPath id="p41f974146a"> + <rect height="108.72" width="240.517241" x="902.305819" y="38.88"/> + </clipPath> + <clipPath id="p28553e1fef"> + <rect height="108.72" width="240.517241" x="1190.926509" y="38.88"/> + </clipPath> + </defs> +</svg> +</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><svg height="184.090625pt" version="1.1" viewBox="0 0 1438.64375 184.090625" width="1438.64375pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 184.090625 +L 1438.64375 184.090625 +L 1438.64375 0 +L 0 0 +z +" style="fill:#ffffff;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +L 276.960991 38.88 +L 36.44375 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <path clip-path="url(#pd861e667fb)" d="M 72.690303 147.6 +L 72.690303 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_1"> + <!-- 0.002 --> + <defs> + <path d="M 4.15625 35.296875 +Q 4.15625 48 6.765625 55.734375 +Q 9.375 63.484375 14.515625 67.671875 +Q 19.671875 71.875 27.484375 71.875 +Q 33.25 71.875 37.59375 69.546875 +Q 41.9375 67.234375 44.765625 62.859375 +Q 47.609375 58.5 49.21875 52.21875 +Q 50.828125 45.953125 50.828125 35.296875 +Q 50.828125 22.703125 48.234375 14.96875 +Q 45.65625 7.234375 40.5 3 +Q 35.359375 -1.21875 27.484375 -1.21875 +Q 17.140625 -1.21875 11.234375 6.203125 +Q 4.15625 15.140625 4.15625 35.296875 +z +M 13.1875 35.296875 +Q 13.1875 17.671875 17.3125 11.828125 +Q 21.4375 6 27.484375 6 +Q 33.546875 6 37.671875 11.859375 +Q 41.796875 17.71875 41.796875 35.296875 +Q 41.796875 52.984375 37.671875 58.78125 +Q 33.546875 64.59375 27.390625 64.59375 +Q 21.34375 64.59375 17.71875 59.46875 +Q 13.1875 52.9375 13.1875 35.296875 +z +" id="ArialMT-48"/> + <path d="M 9.078125 0 +L 9.078125 10.015625 +L 19.09375 10.015625 +L 19.09375 0 +z +" id="ArialMT-46"/> + <path d="M 50.34375 8.453125 +L 50.34375 0 +L 3.03125 0 +Q 2.9375 3.171875 4.046875 6.109375 +Q 5.859375 10.9375 9.828125 15.625 +Q 13.8125 20.3125 21.34375 26.46875 +Q 33.015625 36.03125 37.109375 41.625 +Q 41.21875 47.21875 41.21875 52.203125 +Q 41.21875 57.421875 37.46875 61 +Q 33.734375 64.59375 27.734375 64.59375 +Q 21.390625 64.59375 17.578125 60.78125 +Q 13.765625 56.984375 13.71875 50.25 +L 4.6875 51.171875 +Q 5.609375 61.28125 11.65625 66.578125 +Q 17.71875 71.875 27.9375 71.875 +Q 38.234375 71.875 44.234375 66.15625 +Q 50.25 60.453125 50.25 52 +Q 50.25 47.703125 48.484375 43.546875 +Q 46.734375 39.40625 42.65625 34.8125 +Q 38.578125 30.21875 29.109375 22.21875 +Q 21.1875 15.578125 18.9375 13.203125 +Q 16.703125 10.84375 15.234375 8.453125 +z +" id="ArialMT-50"/> + </defs> + <g style="fill:#262626;" transform="translate(60.179366 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <path clip-path="url(#pd861e667fb)" d="M 131.643407 147.6 +L 131.643407 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_2"> + <!-- 0.004 --> + <defs> + <path d="M 32.328125 0 +L 32.328125 17.140625 +L 1.265625 17.140625 +L 1.265625 25.203125 +L 33.9375 71.578125 +L 41.109375 71.578125 +L 41.109375 25.203125 +L 50.78125 25.203125 +L 50.78125 17.140625 +L 41.109375 17.140625 +L 41.109375 0 +z +M 32.328125 25.203125 +L 32.328125 57.46875 +L 9.90625 25.203125 +z +" id="ArialMT-52"/> + </defs> + <g style="fill:#262626;" transform="translate(119.13247 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <path clip-path="url(#pd861e667fb)" d="M 190.596512 147.6 +L 190.596512 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_3"> + <!-- 0.006 --> + <defs> + <path d="M 49.75 54.046875 +L 41.015625 53.375 +Q 39.84375 58.546875 37.703125 60.890625 +Q 34.125 64.65625 28.90625 64.65625 +Q 24.703125 64.65625 21.53125 62.3125 +Q 17.390625 59.28125 14.984375 53.46875 +Q 12.59375 47.65625 12.5 36.921875 +Q 15.671875 41.75 20.265625 44.09375 +Q 24.859375 46.4375 29.890625 46.4375 +Q 38.671875 46.4375 44.84375 39.96875 +Q 51.03125 33.5 51.03125 23.25 +Q 51.03125 16.5 48.125 10.71875 +Q 45.21875 4.9375 40.140625 1.859375 +Q 35.0625 -1.21875 28.609375 -1.21875 +Q 17.625 -1.21875 10.6875 6.859375 +Q 3.765625 14.9375 3.765625 33.5 +Q 3.765625 54.25 11.421875 63.671875 +Q 18.109375 71.875 29.4375 71.875 +Q 37.890625 71.875 43.28125 67.140625 +Q 48.6875 62.40625 49.75 54.046875 +z +M 13.875 23.1875 +Q 13.875 18.65625 15.796875 14.5 +Q 17.71875 10.359375 21.1875 8.171875 +Q 24.65625 6 28.46875 6 +Q 34.03125 6 38.03125 10.484375 +Q 42.046875 14.984375 42.046875 22.703125 +Q 42.046875 30.125 38.078125 34.390625 +Q 34.125 38.671875 28.125 38.671875 +Q 22.171875 38.671875 18.015625 34.390625 +Q 13.875 30.125 13.875 23.1875 +z +" id="ArialMT-54"/> + </defs> + <g style="fill:#262626;" transform="translate(178.085574 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <path clip-path="url(#pd861e667fb)" d="M 249.549616 147.6 +L 249.549616 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_4"> + <!-- 0.008 --> + <defs> + <path d="M 17.671875 38.8125 +Q 12.203125 40.828125 9.5625 44.53125 +Q 6.9375 48.25 6.9375 53.421875 +Q 6.9375 61.234375 12.546875 66.546875 +Q 18.171875 71.875 27.484375 71.875 +Q 36.859375 71.875 42.578125 66.421875 +Q 48.296875 60.984375 48.296875 53.171875 +Q 48.296875 48.1875 45.671875 44.5 +Q 43.0625 40.828125 37.75 38.8125 +Q 44.34375 36.671875 47.78125 31.875 +Q 51.21875 27.09375 51.21875 20.453125 +Q 51.21875 11.28125 44.71875 5.03125 +Q 38.234375 -1.21875 27.640625 -1.21875 +Q 17.046875 -1.21875 10.546875 5.046875 +Q 4.046875 11.328125 4.046875 20.703125 +Q 4.046875 27.6875 7.59375 32.390625 +Q 11.140625 37.109375 17.671875 38.8125 +z +M 15.921875 53.71875 +Q 15.921875 48.640625 19.1875 45.40625 +Q 22.46875 42.1875 27.6875 42.1875 +Q 32.765625 42.1875 36.015625 45.375 +Q 39.265625 48.578125 39.265625 53.21875 +Q 39.265625 58.0625 35.90625 61.359375 +Q 32.5625 64.65625 27.59375 64.65625 +Q 22.5625 64.65625 19.234375 61.421875 +Q 15.921875 58.203125 15.921875 53.71875 +z +M 13.09375 20.65625 +Q 13.09375 16.890625 14.875 13.375 +Q 16.65625 9.859375 20.171875 7.921875 +Q 23.6875 6 27.734375 6 +Q 34.03125 6 38.125 10.046875 +Q 42.234375 14.109375 42.234375 20.359375 +Q 42.234375 26.703125 38.015625 30.859375 +Q 33.796875 35.015625 27.4375 35.015625 +Q 21.234375 35.015625 17.15625 30.90625 +Q 13.09375 26.8125 13.09375 20.65625 +z +" id="ArialMT-56"/> + </defs> + <g style="fill:#262626;" transform="translate(237.038679 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="text_5"> + <!-- LDRtrue --> + <defs> + <path d="M 7.328125 0 +L 7.328125 71.578125 +L 16.796875 71.578125 +L 16.796875 8.453125 +L 52.046875 8.453125 +L 52.046875 0 +z +" id="ArialMT-76"/> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 32.375 71.578125 +Q 40.71875 71.578125 45.125 70.5625 +Q 51.265625 69.140625 55.609375 65.4375 +Q 61.28125 60.640625 64.078125 53.1875 +Q 66.890625 45.75 66.890625 36.1875 +Q 66.890625 28.03125 64.984375 21.734375 +Q 63.09375 15.4375 60.109375 11.296875 +Q 57.125 7.171875 53.578125 4.796875 +Q 50.046875 2.4375 45.046875 1.21875 +Q 40.046875 0 33.546875 0 +z +M 17.1875 8.453125 +L 32.46875 8.453125 +Q 39.546875 8.453125 43.578125 9.765625 +Q 47.609375 11.078125 50 13.484375 +Q 53.375 16.84375 55.25 22.53125 +Q 57.125 28.21875 57.125 36.328125 +Q 57.125 47.5625 53.4375 53.59375 +Q 49.75 59.625 44.484375 61.671875 +Q 40.671875 63.140625 32.234375 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-68"/> + <path d="M 7.859375 0 +L 7.859375 71.578125 +L 39.59375 71.578125 +Q 49.171875 71.578125 54.140625 69.640625 +Q 59.125 67.71875 62.109375 62.828125 +Q 65.09375 57.953125 65.09375 52.046875 +Q 65.09375 44.4375 60.15625 39.203125 +Q 55.21875 33.984375 44.921875 32.5625 +Q 48.6875 30.765625 50.640625 29 +Q 54.78125 25.203125 58.5 19.484375 +L 70.953125 0 +L 59.03125 0 +L 49.5625 14.890625 +Q 45.40625 21.34375 42.71875 24.75 +Q 40.046875 28.171875 37.921875 29.53125 +Q 35.796875 30.90625 33.59375 31.453125 +Q 31.984375 31.78125 28.328125 31.78125 +L 17.328125 31.78125 +L 17.328125 0 +z +M 17.328125 39.984375 +L 37.703125 39.984375 +Q 44.1875 39.984375 47.84375 41.328125 +Q 51.515625 42.671875 53.421875 45.625 +Q 55.328125 48.578125 55.328125 52.046875 +Q 55.328125 57.125 51.640625 60.390625 +Q 47.953125 63.671875 39.984375 63.671875 +L 17.328125 63.671875 +z +" id="ArialMT-82"/> + <path d="M 25.78125 7.859375 +L 27.046875 0.09375 +Q 23.34375 -0.6875 20.40625 -0.6875 +Q 15.625 -0.6875 12.984375 0.828125 +Q 10.359375 2.34375 9.28125 4.8125 +Q 8.203125 7.28125 8.203125 15.1875 +L 8.203125 45.015625 +L 1.765625 45.015625 +L 1.765625 51.859375 +L 8.203125 51.859375 +L 8.203125 64.703125 +L 16.9375 69.96875 +L 16.9375 51.859375 +L 25.78125 51.859375 +L 25.78125 45.015625 +L 16.9375 45.015625 +L 16.9375 14.703125 +Q 16.9375 10.9375 17.40625 9.859375 +Q 17.875 8.796875 18.921875 8.15625 +Q 19.96875 7.515625 21.921875 7.515625 +Q 23.390625 7.515625 25.78125 7.859375 +z +" id="ArialMT-116"/> + <path d="M 6.5 0 +L 6.5 51.859375 +L 14.40625 51.859375 +L 14.40625 44 +Q 17.4375 49.515625 20 51.265625 +Q 22.5625 53.03125 25.640625 53.03125 +Q 30.078125 53.03125 34.671875 50.203125 +L 31.640625 42.046875 +Q 28.421875 43.953125 25.203125 43.953125 +Q 22.3125 43.953125 20.015625 42.21875 +Q 17.71875 40.484375 16.75 37.40625 +Q 15.28125 32.71875 15.28125 27.15625 +L 15.28125 0 +z +" id="ArialMT-114"/> + <path d="M 40.578125 0 +L 40.578125 7.625 +Q 34.515625 -1.171875 24.125 -1.171875 +Q 19.53125 -1.171875 15.546875 0.578125 +Q 11.578125 2.34375 9.640625 5 +Q 7.71875 7.671875 6.9375 11.53125 +Q 6.390625 14.109375 6.390625 19.734375 +L 6.390625 51.859375 +L 15.1875 51.859375 +L 15.1875 23.09375 +Q 15.1875 16.21875 15.71875 13.8125 +Q 16.546875 10.359375 19.234375 8.375 +Q 21.921875 6.390625 25.875 6.390625 +Q 29.828125 6.390625 33.296875 8.421875 +Q 36.765625 10.453125 38.203125 13.9375 +Q 39.65625 17.4375 39.65625 24.078125 +L 39.65625 51.859375 +L 48.4375 51.859375 +L 48.4375 0 +z +" id="ArialMT-117"/> + <path d="M 42.09375 16.703125 +L 51.171875 15.578125 +Q 49.03125 7.625 43.21875 3.21875 +Q 37.40625 -1.171875 28.375 -1.171875 +Q 17 -1.171875 10.328125 5.828125 +Q 3.65625 12.84375 3.65625 25.484375 +Q 3.65625 38.578125 10.390625 45.796875 +Q 17.140625 53.03125 27.875 53.03125 +Q 38.28125 53.03125 44.875 45.953125 +Q 51.46875 38.875 51.46875 26.03125 +Q 51.46875 25.25 51.421875 23.6875 +L 12.75 23.6875 +Q 13.234375 15.140625 17.578125 10.59375 +Q 21.921875 6.0625 28.421875 6.0625 +Q 33.25 6.0625 36.671875 8.59375 +Q 40.09375 11.140625 42.09375 16.703125 +z +M 13.234375 30.90625 +L 42.1875 30.90625 +Q 41.609375 37.453125 38.875 40.71875 +Q 34.671875 45.796875 27.984375 45.796875 +Q 21.921875 45.796875 17.796875 41.75 +Q 13.671875 37.703125 13.234375 30.90625 +z +" id="ArialMT-101"/> + </defs> + <g style="fill:#ff0000;" transform="translate(138.085183 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_5"> + <path clip-path="url(#pd861e667fb)" d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_6"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(23.882813 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_6"> + <path clip-path="url(#pd861e667fb)" d="M 36.44375 124.07288 +L 276.960991 124.07288 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_7"> + <!-- 1000 --> + <defs> + <path d="M 37.25 0 +L 28.46875 0 +L 28.46875 56 +Q 25.296875 52.984375 20.140625 49.953125 +Q 14.984375 46.921875 10.890625 45.40625 +L 10.890625 53.90625 +Q 18.265625 57.375 23.78125 62.296875 +Q 29.296875 67.234375 31.59375 71.875 +L 37.25 71.875 +z +" id="ArialMT-49"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 127.651786)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_7"> + <path clip-path="url(#pd861e667fb)" d="M 36.44375 100.545759 +L 276.960991 100.545759 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_8"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(7.2 104.124665)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_8"> + <path clip-path="url(#pd861e667fb)" d="M 36.44375 77.018639 +L 276.960991 77.018639 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_9"> + <!-- 3000 --> + <defs> + <path d="M 4.203125 18.890625 +L 12.984375 20.0625 +Q 14.5 12.59375 18.140625 9.296875 +Q 21.78125 6 27 6 +Q 33.203125 6 37.46875 10.296875 +Q 41.75 14.59375 41.75 20.953125 +Q 41.75 27 37.796875 30.921875 +Q 33.84375 34.859375 27.734375 34.859375 +Q 25.25 34.859375 21.53125 33.890625 +L 22.515625 41.609375 +Q 23.390625 41.5 23.921875 41.5 +Q 29.546875 41.5 34.03125 44.421875 +Q 38.53125 47.359375 38.53125 53.46875 +Q 38.53125 58.296875 35.25 61.46875 +Q 31.984375 64.65625 26.8125 64.65625 +Q 21.6875 64.65625 18.265625 61.421875 +Q 14.84375 58.203125 13.875 51.765625 +L 5.078125 53.328125 +Q 6.6875 62.15625 12.390625 67.015625 +Q 18.109375 71.875 26.609375 71.875 +Q 32.46875 71.875 37.390625 69.359375 +Q 42.328125 66.84375 44.9375 62.5 +Q 47.5625 58.15625 47.5625 53.265625 +Q 47.5625 48.640625 45.0625 44.828125 +Q 42.578125 41.015625 37.703125 38.765625 +Q 44.046875 37.3125 47.5625 32.6875 +Q 51.078125 28.078125 51.078125 21.140625 +Q 51.078125 11.765625 44.234375 5.25 +Q 37.40625 -1.265625 26.953125 -1.265625 +Q 17.53125 -1.265625 11.296875 4.34375 +Q 5.078125 9.96875 4.203125 18.890625 +z +" id="ArialMT-51"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 80.597545)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_9"> + <path clip-path="url(#pd861e667fb)" d="M 36.44375 53.491518 +L 276.960991 53.491518 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_10"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(7.2 57.070424)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_3"> + <path clip-path="url(#pd861e667fb)" d="M 47.376352 147.6 +L 47.376352 134.895355 +L 49.562872 134.895355 +L 49.562872 102.286766 +L 51.749393 102.286766 +L 51.749393 56.408881 +L 53.935913 56.408881 +L 53.935913 44.057143 +L 56.122433 44.057143 +L 56.122433 77.606817 +L 58.308954 77.606817 +L 58.308954 119.202766 +L 60.495474 119.202766 +L 60.495474 140.118376 +L 62.681995 140.118376 +L 62.681995 146.188373 +L 64.868515 146.188373 +L 64.868515 147.458837 +L 67.055035 147.458837 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 145.906047 +L 73.614596 145.906047 +L 73.614596 140.259538 +L 75.801117 140.259538 +L 75.801117 126.143266 +L 77.987637 126.143266 +L 77.987637 102.569091 +L 80.174158 102.569091 +L 80.174158 83.935612 +L 82.360678 83.935612 +L 82.360678 72.642594 +L 84.547198 72.642594 +L 84.547198 82.523985 +L 86.733719 82.523985 +L 86.733719 72.642594 +L 88.920239 72.642594 +L 88.920239 78.194995 +L 91.106759 78.194995 +L 91.106759 84.406154 +L 93.29328 84.406154 +L 93.29328 86.805921 +L 95.4798 86.805921 +L 95.4798 92.075996 +L 97.666321 92.075996 +L 97.666321 99.22824 +L 99.852841 99.22824 +L 99.852841 113.626838 +L 102.039361 113.626838 +L 102.039361 127.931327 +L 104.225882 127.931327 +L 104.225882 138.28326 +L 106.412402 138.28326 +L 106.412402 143.647444 +L 108.598922 143.647444 +L 108.598922 146.04721 +L 110.785443 146.04721 +L 110.785443 147.317675 +L 112.971963 147.317675 +L 112.971963 147.458837 +L 115.158484 147.458837 +L 115.158484 142.659305 +L 117.345004 142.659305 +L 117.345004 133.483728 +L 119.531524 133.483728 +L 119.531524 119.226293 +L 121.718045 119.226293 +L 121.718045 94.805142 +L 123.904565 94.805142 +L 123.904565 74.171857 +L 126.091085 74.171857 +L 126.091085 77.324491 +L 128.277606 77.324491 +L 128.277606 90.217353 +L 130.464126 90.217353 +L 130.464126 113.932691 +L 132.650647 113.932691 +L 132.650647 131.977992 +L 134.837167 131.977992 +L 134.837167 141.059461 +L 137.023687 141.059461 +L 137.023687 144.98849 +L 139.210208 144.98849 +L 139.210208 146.611861 +L 141.396728 146.611861 +L 141.396728 143.929769 +L 143.583248 143.929769 +L 143.583248 138.565586 +L 145.769769 138.565586 +L 145.769769 131.225124 +L 147.956289 131.225124 +L 147.956289 116.826526 +L 150.14281 116.826526 +L 150.14281 101.016301 +L 152.32933 101.016301 +L 152.32933 91.464291 +L 154.51585 91.464291 +L 154.51585 82.900419 +L 156.702371 82.900419 +L 156.702371 80.971195 +L 158.888891 80.971195 +L 158.888891 76.312825 +L 161.075411 76.312825 +L 161.075411 78.8067 +L 163.261932 78.8067 +L 163.261932 89.01747 +L 165.448452 89.01747 +L 165.448452 89.582121 +L 167.634973 89.582121 +L 167.634973 95.699172 +L 169.821493 95.699172 +L 169.821493 104.921803 +L 172.008013 104.921803 +L 172.008013 117.155906 +L 174.194534 117.155906 +L 174.194534 126.990242 +L 176.381054 126.990242 +L 176.381054 136.165819 +L 178.567574 136.165819 +L 178.567574 140.965352 +L 180.754095 140.965352 +L 180.754095 144.306203 +L 182.940615 144.306203 +L 182.940615 144.259149 +L 185.127136 144.259149 +L 185.127136 140.683027 +L 187.313656 140.683027 +L 187.313656 135.17768 +L 189.500176 135.17768 +L 189.500176 124.590476 +L 191.686697 124.590476 +L 191.686697 115.273736 +L 193.873217 115.273736 +L 193.873217 104.121881 +L 196.059737 104.121881 +L 196.059737 90.89964 +L 198.246258 90.89964 +L 198.246258 91.393709 +L 200.432778 91.393709 +L 200.432778 101.933859 +L 202.619299 101.933859 +L 202.619299 111.65056 +L 204.805819 111.65056 +L 204.805819 125.155127 +L 206.992339 125.155127 +L 206.992339 134.824774 +L 209.17886 134.824774 +L 209.17886 139.906632 +L 211.36538 139.906632 +L 211.36538 139.741942 +L 213.5519 139.741942 +L 213.5519 139.083182 +L 215.738421 139.083182 +L 215.738421 133.977797 +L 217.924941 133.977797 +L 217.924941 126.425592 +L 220.111462 126.425592 +L 220.111462 113.720947 +L 222.297982 113.720947 +L 222.297982 107.650949 +L 224.484502 107.650949 +L 224.484502 94.475762 +L 226.671023 94.475762 +L 226.671023 83.606232 +L 228.857543 83.606232 +L 228.857543 90.429097 +L 231.044063 90.429097 +L 231.044063 79.183134 +L 233.230584 79.183134 +L 233.230584 80.594761 +L 235.417104 80.594761 +L 235.417104 93.534677 +L 237.603625 93.534677 +L 237.603625 90.382043 +L 239.790145 90.382043 +L 239.790145 100.075217 +L 241.976665 100.075217 +L 241.976665 106.427539 +L 244.163186 106.427539 +L 244.163186 118.049937 +L 246.349706 118.049937 +L 246.349706 126.002103 +L 248.536226 126.002103 +L 248.536226 130.660473 +L 250.722747 130.660473 +L 250.722747 138.28326 +L 252.909267 138.28326 +L 252.909267 141.953491 +L 255.095788 141.953491 +L 255.095788 144.353257 +L 257.282308 144.353257 +L 257.282308 145.906047 +L 259.468828 145.906047 +L 259.468828 146.894186 +L 261.655349 146.894186 +L 261.655349 147.317675 +L 263.841869 147.317675 +L 263.841869 147.458837 +L 266.028389 147.458837 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_4"> + <path clip-path="url(#pd861e667fb)" d="M 47.376352 147.6 +L 47.376352 143.788606 +L 49.562872 143.788606 +L 49.562872 133.62489 +L 51.749393 133.62489 +L 51.749393 118.238154 +L 53.935913 118.238154 +L 53.935913 112.097575 +L 56.122433 112.097575 +L 56.122433 123.931717 +L 58.308954 123.931717 +L 58.308954 137.106904 +L 60.495474 137.106904 +L 60.495474 144.917908 +L 62.681995 144.917908 +L 62.681995 147.10593 +L 64.868515 147.10593 +L 64.868515 147.529419 +L 67.055035 147.529419 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 146.753024 +L 73.614596 146.753024 +L 73.614596 143.929769 +L 75.801117 143.929769 +L 75.801117 136.871633 +L 77.987637 136.871633 +L 77.987637 125.084546 +L 80.174158 125.084546 +L 80.174158 117.885247 +L 82.360678 117.885247 +L 82.360678 120.14385 +L 84.547198 120.14385 +L 84.547198 130.731055 +L 86.733719 130.731055 +L 86.733719 140.400701 +L 88.920239 140.400701 +L 88.920239 140.259538 +L 91.106759 140.259538 +L 91.106759 135.859967 +L 93.29328 135.859967 +L 93.29328 126.731444 +L 95.4798 126.731444 +L 95.4798 123.931717 +L 97.666321 123.931717 +L 97.666321 124.402259 +L 99.852841 124.402259 +L 99.852841 130.754582 +L 102.039361 130.754582 +L 102.039361 137.765664 +L 104.225882 137.765664 +L 104.225882 142.94163 +L 106.412402 142.94163 +L 106.412402 145.623722 +L 108.598922 145.623722 +L 108.598922 146.823605 +L 110.785443 146.823605 +L 110.785443 147.458837 +L 112.971963 147.458837 +L 112.971963 147.529419 +L 115.158484 147.529419 +L 115.158484 146.04721 +L 117.345004 146.04721 +L 117.345004 143.082793 +L 119.531524 143.082793 +L 119.531524 138.847911 +L 121.718045 138.847911 +L 121.718045 130.519311 +L 123.904565 130.519311 +L 123.904565 123.837608 +L 126.091085 123.837608 +L 126.091085 123.367066 +L 128.277606 123.367066 +L 128.277606 128.40187 +L 130.464126 128.40187 +L 130.464126 135.742331 +L 132.650647 135.742331 +L 132.650647 142.118181 +L 134.837167 142.118181 +L 134.837167 145.106125 +L 137.023687 145.106125 +L 137.023687 146.611861 +L 139.210208 146.611861 +L 139.210208 147.176512 +L 141.396728 147.176512 +L 141.396728 145.764885 +L 143.583248 145.764885 +L 143.583248 143.082793 +L 145.769769 143.082793 +L 145.769769 139.412562 +L 147.956289 139.412562 +L 147.956289 133.62489 +L 150.14281 133.62489 +L 150.14281 128.684195 +L 152.32933 128.684195 +L 152.32933 126.025631 +L 154.51585 126.025631 +L 154.51585 126.543227 +L 156.702371 126.543227 +L 156.702371 130.801636 +L 158.888891 130.801636 +L 158.888891 134.542448 +L 161.075411 134.542448 +L 161.075411 133.977797 +L 163.261932 133.977797 +L 163.261932 132.89555 +L 165.448452 132.89555 +L 165.448452 129.95466 +L 167.634973 129.95466 +L 167.634973 127.931327 +L 169.821493 127.931327 +L 169.821493 128.942993 +L 172.008013 128.942993 +L 172.008013 133.648418 +L 174.194534 133.648418 +L 174.194534 137.648028 +L 176.381054 137.648028 +L 176.381054 141.953491 +L 178.567574 141.953491 +L 178.567574 144.282676 +L 180.754095 144.282676 +L 180.754095 145.953102 +L 182.940615 145.953102 +L 182.940615 146.564807 +L 185.127136 146.564807 +L 185.127136 145.059071 +L 187.313656 145.059071 +L 187.313656 143.576862 +L 189.500176 143.576862 +L 189.500176 139.977213 +L 191.686697 139.977213 +L 191.686697 137.012796 +L 193.873217 137.012796 +L 193.873217 133.62489 +L 196.059737 133.62489 +L 196.059737 129.342955 +L 198.246258 129.342955 +L 198.246258 128.213653 +L 200.432778 128.213653 +L 200.432778 132.56617 +L 202.619299 132.56617 +L 202.619299 135.412952 +L 204.805819 135.412952 +L 204.805819 139.624306 +L 206.992339 139.624306 +L 206.992339 142.94163 +L 209.17886 142.94163 +L 209.17886 144.706164 +L 211.36538 144.706164 +L 211.36538 144.235622 +L 213.5519 144.235622 +L 213.5519 143.482754 +L 215.738421 143.482754 +L 215.738421 140.824189 +L 217.924941 140.824189 +L 217.924941 139.553725 +L 220.111462 139.553725 +L 220.111462 134.330704 +L 222.297982 134.330704 +L 222.297982 131.295706 +L 224.484502 131.295706 +L 224.484502 129.46059 +L 226.671023 129.46059 +L 226.671023 128.919466 +L 228.857543 128.919466 +L 228.857543 131.295706 +L 231.044063 131.295706 +L 231.044063 131.17807 +L 233.230584 131.17807 +L 233.230584 131.530977 +L 235.417104 131.530977 +L 235.417104 132.354426 +L 237.603625 132.354426 +L 237.603625 129.931133 +L 239.790145 129.931133 +L 239.790145 132.660279 +L 241.976665 132.660279 +L 241.976665 131.460395 +L 244.163186 131.460395 +L 244.163186 135.224735 +L 246.349706 135.224735 +L 246.349706 138.071516 +L 248.536226 138.071516 +L 248.536226 140.118376 +L 250.722747 140.118376 +L 250.722747 143.153374 +L 252.909267 143.153374 +L 252.909267 144.847327 +L 255.095788 144.847327 +L 255.095788 145.976629 +L 257.282308 145.976629 +L 257.282308 146.753024 +L 259.468828 146.753024 +L 259.468828 147.247093 +L 261.655349 147.247093 +L 261.655349 147.458837 +L 263.841869 147.458837 +L 263.841869 147.529419 +L 266.028389 147.529419 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_5"> + <path clip-path="url(#pd861e667fb)" d="M 47.376352 147.6 +L 47.376352 142.518142 +L 49.562872 142.518142 +L 49.562872 130.236985 +L 51.749393 130.236985 +L 51.749393 115.132574 +L 53.935913 115.132574 +L 53.935913 115.061992 +L 56.122433 115.061992 +L 56.122433 124.943383 +L 58.308954 124.943383 +L 58.308954 140.188957 +L 60.495474 140.188957 +L 60.495474 145.482559 +L 62.681995 145.482559 +L 62.681995 147.176512 +L 64.868515 147.176512 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 80.174158 147.6 +L 80.174158 143.365118 +L 82.360678 143.365118 +L 82.360678 127.554893 +L 84.547198 127.554893 +L 84.547198 116.261876 +L 86.733719 116.261876 +L 86.733719 87.041192 +L 88.920239 87.041192 +L 88.920239 92.875918 +L 91.106759 92.875918 +L 91.106759 107.886221 +L 93.29328 107.886221 +L 93.29328 128.543032 +L 95.4798 128.543032 +L 95.4798 139.412562 +L 97.666321 139.412562 +L 97.666321 145.623722 +L 99.852841 145.623722 +L 99.852841 147.317675 +L 102.039361 147.317675 +L 102.039361 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 145.764885 +L 117.345004 145.764885 +L 117.345004 142.518142 +L 119.531524 142.518142 +L 119.531524 136.73047 +L 121.718045 136.73047 +L 121.718045 128.966521 +L 123.904565 128.966521 +L 123.904565 121.69664 +L 126.091085 121.69664 +L 126.091085 125.790359 +L 128.277606 125.790359 +L 128.277606 128.613614 +L 130.464126 128.613614 +L 130.464126 137.648028 +L 132.650647 137.648028 +L 132.650647 142.94163 +L 134.837167 142.94163 +L 134.837167 146.04721 +L 137.023687 146.04721 +L 137.023687 146.964768 +L 139.210208 146.964768 +L 139.210208 147.458837 +L 141.396728 147.458837 +L 141.396728 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 147.956289 147.6 +L 147.956289 144.776746 +L 150.14281 144.776746 +L 150.14281 138.847911 +L 152.32933 138.847911 +L 152.32933 134.61303 +L 154.51585 134.61303 +L 154.51585 125.013964 +L 156.702371 125.013964 +L 156.702371 114.567923 +L 158.888891 114.567923 +L 158.888891 102.427929 +L 161.075411 102.427929 +L 161.075411 106.051105 +L 163.261932 106.051105 +L 163.261932 118.426371 +L 165.448452 118.426371 +L 165.448452 124.872802 +L 167.634973 124.872802 +L 167.634973 135.036518 +L 169.821493 135.036518 +L 169.821493 142.235817 +L 172.008013 142.235817 +L 172.008013 145.059071 +L 174.194534 145.059071 +L 174.194534 146.894186 +L 176.381054 146.894186 +L 176.381054 147.458837 +L 178.567574 147.458837 +L 178.567574 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 182.940615 147.6 +L 182.940615 146.329535 +L 185.127136 146.329535 +L 185.127136 145.764885 +L 187.313656 145.764885 +L 187.313656 143.223956 +L 189.500176 143.223956 +L 189.500176 139.83605 +L 191.686697 139.83605 +L 191.686697 136.448145 +L 193.873217 136.448145 +L 193.873217 132.0721 +L 196.059737 132.0721 +L 196.059737 127.413731 +L 198.246258 127.413731 +L 198.246258 130.166404 +L 200.432778 130.166404 +L 200.432778 132.001519 +L 202.619299 132.001519 +L 202.619299 136.024657 +L 204.805819 136.024657 +L 204.805819 141.106515 +L 206.992339 141.106515 +L 206.992339 144.141513 +L 209.17886 144.141513 +L 209.17886 145.694303 +L 211.36538 145.694303 +L 211.36538 146.470698 +L 213.5519 146.470698 +L 213.5519 147.317675 +L 215.738421 147.317675 +L 215.738421 147.529419 +L 217.924941 147.529419 +L 217.924941 142.518142 +L 220.111462 142.518142 +L 220.111462 140.259538 +L 222.297982 140.259538 +L 222.297982 140.259538 +L 224.484502 140.259538 +L 224.484502 130.754582 +L 226.671023 130.754582 +L 226.671023 120.9673 +L 228.857543 120.9673 +L 228.857543 123.037686 +L 231.044063 123.037686 +L 231.044063 112.026994 +L 233.230584 112.026994 +L 233.230584 112.732807 +L 235.417104 112.732807 +L 235.417104 124.025825 +L 237.603625 124.025825 +L 237.603625 125.719778 +L 239.790145 125.719778 +L 239.790145 129.95466 +L 241.976665 129.95466 +L 241.976665 138.706748 +L 244.163186 138.706748 +L 244.163186 142.800467 +L 246.349706 142.800467 +L 246.349706 145.059071 +L 248.536226 145.059071 +L 248.536226 145.623722 +L 250.722747 145.623722 +L 250.722747 147.176512 +L 252.909267 147.176512 +L 252.909267 147.458837 +L 255.095788 147.458837 +L 255.095788 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_6"> + <path clip-path="url(#pd861e667fb)" d="M 47.376352 147.6 +L 47.376352 143.788606 +L 49.562872 143.788606 +L 49.562872 133.62489 +L 51.749393 133.62489 +L 51.749393 118.238154 +L 53.935913 118.238154 +L 53.935913 112.097575 +L 56.122433 112.097575 +L 56.122433 123.931717 +L 58.308954 123.931717 +L 58.308954 137.106904 +L 60.495474 137.106904 +L 60.495474 144.917908 +L 62.681995 144.917908 +L 62.681995 147.10593 +L 64.868515 147.10593 +L 64.868515 147.529419 +L 67.055035 147.529419 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 146.753024 +L 73.614596 146.753024 +L 73.614596 143.929769 +L 75.801117 143.929769 +L 75.801117 136.871633 +L 77.987637 136.871633 +L 77.987637 125.084546 +L 80.174158 125.084546 +L 80.174158 117.885247 +L 82.360678 117.885247 +L 82.360678 120.14385 +L 84.547198 120.14385 +L 84.547198 130.731055 +L 86.733719 130.731055 +L 86.733719 140.400701 +L 88.920239 140.400701 +L 88.920239 140.259538 +L 91.106759 140.259538 +L 91.106759 135.859967 +L 93.29328 135.859967 +L 93.29328 126.731444 +L 95.4798 126.731444 +L 95.4798 123.931717 +L 97.666321 123.931717 +L 97.666321 124.402259 +L 99.852841 124.402259 +L 99.852841 130.754582 +L 102.039361 130.754582 +L 102.039361 137.765664 +L 104.225882 137.765664 +L 104.225882 142.94163 +L 106.412402 142.94163 +L 106.412402 145.623722 +L 108.598922 145.623722 +L 108.598922 146.823605 +L 110.785443 146.823605 +L 110.785443 147.458837 +L 112.971963 147.458837 +L 112.971963 147.529419 +L 115.158484 147.529419 +L 115.158484 146.04721 +L 117.345004 146.04721 +L 117.345004 143.082793 +L 119.531524 143.082793 +L 119.531524 138.847911 +L 121.718045 138.847911 +L 121.718045 130.519311 +L 123.904565 130.519311 +L 123.904565 123.837608 +L 126.091085 123.837608 +L 126.091085 123.367066 +L 128.277606 123.367066 +L 128.277606 128.40187 +L 130.464126 128.40187 +L 130.464126 135.742331 +L 132.650647 135.742331 +L 132.650647 142.118181 +L 134.837167 142.118181 +L 134.837167 145.106125 +L 137.023687 145.106125 +L 137.023687 146.611861 +L 139.210208 146.611861 +L 139.210208 147.176512 +L 141.396728 147.176512 +L 141.396728 145.764885 +L 143.583248 145.764885 +L 143.583248 143.082793 +L 145.769769 143.082793 +L 145.769769 139.412562 +L 147.956289 139.412562 +L 147.956289 133.62489 +L 150.14281 133.62489 +L 150.14281 128.684195 +L 152.32933 128.684195 +L 152.32933 126.025631 +L 154.51585 126.025631 +L 154.51585 126.543227 +L 156.702371 126.543227 +L 156.702371 130.801636 +L 158.888891 130.801636 +L 158.888891 134.542448 +L 161.075411 134.542448 +L 161.075411 133.977797 +L 163.261932 133.977797 +L 163.261932 132.89555 +L 165.448452 132.89555 +L 165.448452 129.95466 +L 167.634973 129.95466 +L 167.634973 127.931327 +L 169.821493 127.931327 +L 169.821493 128.942993 +L 172.008013 128.942993 +L 172.008013 133.648418 +L 174.194534 133.648418 +L 174.194534 137.648028 +L 176.381054 137.648028 +L 176.381054 141.953491 +L 178.567574 141.953491 +L 178.567574 144.282676 +L 180.754095 144.282676 +L 180.754095 145.953102 +L 182.940615 145.953102 +L 182.940615 146.564807 +L 185.127136 146.564807 +L 185.127136 145.059071 +L 187.313656 145.059071 +L 187.313656 143.576862 +L 189.500176 143.576862 +L 189.500176 139.977213 +L 191.686697 139.977213 +L 191.686697 137.012796 +L 193.873217 137.012796 +L 193.873217 133.62489 +L 196.059737 133.62489 +L 196.059737 129.342955 +L 198.246258 129.342955 +L 198.246258 128.213653 +L 200.432778 128.213653 +L 200.432778 132.56617 +L 202.619299 132.56617 +L 202.619299 135.412952 +L 204.805819 135.412952 +L 204.805819 139.624306 +L 206.992339 139.624306 +L 206.992339 142.94163 +L 209.17886 142.94163 +L 209.17886 144.706164 +L 211.36538 144.706164 +L 211.36538 144.235622 +L 213.5519 144.235622 +L 213.5519 143.482754 +L 215.738421 143.482754 +L 215.738421 140.824189 +L 217.924941 140.824189 +L 217.924941 139.553725 +L 220.111462 139.553725 +L 220.111462 134.330704 +L 222.297982 134.330704 +L 222.297982 131.295706 +L 224.484502 131.295706 +L 224.484502 129.46059 +L 226.671023 129.46059 +L 226.671023 128.919466 +L 228.857543 128.919466 +L 228.857543 131.295706 +L 231.044063 131.295706 +L 231.044063 131.17807 +L 233.230584 131.17807 +L 233.230584 131.530977 +L 235.417104 131.530977 +L 235.417104 132.354426 +L 237.603625 132.354426 +L 237.603625 129.931133 +L 239.790145 129.931133 +L 239.790145 132.660279 +L 241.976665 132.660279 +L 241.976665 131.460395 +L 244.163186 131.460395 +L 244.163186 135.224735 +L 246.349706 135.224735 +L 246.349706 138.071516 +L 248.536226 138.071516 +L 248.536226 140.118376 +L 250.722747 140.118376 +L 250.722747 143.153374 +L 252.909267 143.153374 +L 252.909267 144.847327 +L 255.095788 144.847327 +L 255.095788 145.976629 +L 257.282308 145.976629 +L 257.282308 146.753024 +L 259.468828 146.753024 +L 259.468828 147.247093 +L 261.655349 147.247093 +L 261.655349 147.458837 +L 263.841869 147.458837 +L 263.841869 147.529419 +L 266.028389 147.529419 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_10"> + <path clip-path="url(#pd861e667fb)" d="M 131.643407 147.6 +L 131.643407 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_7"> + <path d="M 36.44375 147.6 +L 36.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_8"> + <path d="M 276.960991 147.6 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_9"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_10"> + <path d="M 36.44375 38.88 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_11"> + <!-- 0% --> + <defs> + <path id="ArialMT-32"/> + <path d="M 5.8125 54.390625 +Q 5.8125 62.0625 9.671875 67.421875 +Q 13.53125 72.796875 20.84375 72.796875 +Q 27.59375 72.796875 32 67.984375 +Q 36.421875 63.1875 36.421875 53.859375 +Q 36.421875 44.78125 31.953125 39.875 +Q 27.484375 34.96875 20.953125 34.96875 +Q 14.453125 34.96875 10.125 39.796875 +Q 5.8125 44.625 5.8125 54.390625 +z +M 21.09375 66.75 +Q 17.828125 66.75 15.65625 63.90625 +Q 13.484375 61.078125 13.484375 53.515625 +Q 13.484375 46.625 15.671875 43.8125 +Q 17.875 41.015625 21.09375 41.015625 +Q 24.421875 41.015625 26.59375 43.84375 +Q 28.765625 46.6875 28.765625 54.203125 +Q 28.765625 61.140625 26.5625 63.9375 +Q 24.359375 66.75 21.09375 66.75 +z +M 21.140625 -2.640625 +L 60.296875 72.796875 +L 67.4375 72.796875 +L 28.421875 -2.640625 +z +M 52.09375 16.796875 +Q 52.09375 24.515625 55.953125 29.859375 +Q 59.8125 35.203125 67.1875 35.203125 +Q 73.921875 35.203125 78.34375 30.390625 +Q 82.765625 25.59375 82.765625 16.265625 +Q 82.765625 7.171875 78.296875 2.265625 +Q 73.828125 -2.640625 67.234375 -2.640625 +Q 60.75 -2.640625 56.421875 2.21875 +Q 52.09375 7.078125 52.09375 16.796875 +z +M 67.4375 29.15625 +Q 64.109375 29.15625 61.9375 26.3125 +Q 59.765625 23.484375 59.765625 15.921875 +Q 59.765625 9.078125 61.953125 6.25 +Q 64.15625 3.421875 67.390625 3.421875 +Q 70.75 3.421875 72.921875 6.25 +Q 75.09375 9.078125 75.09375 16.609375 +Q 75.09375 23.53125 72.890625 26.34375 +Q 70.703125 29.15625 67.4375 29.15625 +z +" id="ArialMT-37"/> + </defs> + <g style="fill:#262626;" transform="translate(144.696746 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_2"> + <g id="patch_11"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +L 565.581681 38.88 +L 325.06444 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_3"> + <g id="xtick_5"> + <g id="line2d_11"> + <path clip-path="url(#p81825b0c0e)" d="M 338.829451 147.6 +L 338.829451 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_12"> + <!-- 0.016 --> + <g style="fill:#262626;" transform="translate(326.318513 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_12"> + <path clip-path="url(#p81825b0c0e)" d="M 386.717717 147.6 +L 386.717717 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_13"> + <!-- 0.018 --> + <g style="fill:#262626;" transform="translate(374.20678 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_13"> + <path clip-path="url(#p81825b0c0e)" d="M 434.605984 147.6 +L 434.605984 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_14"> + <!-- 0.020 --> + <g style="fill:#262626;" transform="translate(422.095047 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_8"> + <g id="line2d_14"> + <path clip-path="url(#p81825b0c0e)" d="M 482.494251 147.6 +L 482.494251 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_15"> + <!-- 0.022 --> + <g style="fill:#262626;" transform="translate(469.983314 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_9"> + <g id="line2d_15"> + <path clip-path="url(#p81825b0c0e)" d="M 530.382518 147.6 +L 530.382518 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_16"> + <!-- 0.024 --> + <g style="fill:#262626;" transform="translate(517.87158 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="text_17"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(426.705873 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_4"> + <g id="ytick_6"> + <g id="line2d_16"> + <path clip-path="url(#p81825b0c0e)" d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_18"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(312.503502 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_17"> + <path clip-path="url(#p81825b0c0e)" d="M 325.06444 108.600807 +L 565.581681 108.600807 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_19"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(295.82069 112.179713)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_8"> + <g id="line2d_18"> + <path clip-path="url(#p81825b0c0e)" d="M 325.06444 69.601614 +L 565.581681 69.601614 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_20"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(295.82069 73.18052)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_12"> + <path clip-path="url(#p81825b0c0e)" d="M 335.997042 147.6 +L 335.997042 144.558063 +L 338.183562 144.558063 +L 338.183562 135.432252 +L 340.370082 135.432252 +L 340.370082 143.856077 +L 342.556603 143.856077 +L 342.556603 134.496271 +L 344.743123 134.496271 +L 344.743123 127.476416 +L 346.929643 127.476416 +L 346.929643 131.688329 +L 349.116164 131.688329 +L 349.116164 112.500726 +L 351.302684 112.500726 +L 351.302684 109.458789 +L 353.489205 109.458789 +L 353.489205 106.260856 +L 355.675725 106.260856 +L 355.675725 107.97682 +L 357.862245 107.97682 +L 357.862245 85.357288 +L 360.048766 85.357288 +L 360.048766 84.265311 +L 362.235286 84.265311 +L 362.235286 92.02615 +L 364.421806 92.02615 +L 364.421806 91.480161 +L 366.608327 91.480161 +L 366.608327 90.037191 +L 368.794847 90.037191 +L 368.794847 97.447038 +L 370.981368 97.447038 +L 370.981368 72.019564 +L 373.167888 72.019564 +L 373.167888 92.104149 +L 375.354408 92.104149 +L 375.354408 82.432349 +L 377.540929 82.432349 +L 377.540929 80.560387 +L 379.727449 80.560387 +L 379.727449 71.785569 +L 381.913969 71.785569 +L 381.913969 59.500823 +L 384.10049 59.500823 +L 384.10049 69.913608 +L 386.28701 69.913608 +L 386.28701 44.057143 +L 388.473531 44.057143 +L 388.473531 64.765714 +L 390.660051 64.765714 +L 390.660051 62.893753 +L 392.846571 62.893753 +L 392.846571 53.923939 +L 395.033092 53.923939 +L 395.033092 71.863567 +L 397.219612 71.863567 +L 397.219612 74.827506 +L 399.406132 74.827506 +L 399.406132 82.783341 +L 401.592653 82.783341 +L 401.592653 85.825278 +L 403.779173 85.825278 +L 403.779173 96.823051 +L 405.965694 96.823051 +L 405.965694 86.761259 +L 408.152214 86.761259 +L 408.152214 92.377143 +L 410.338734 92.377143 +L 410.338734 97.447038 +L 412.525255 97.447038 +L 412.525255 100.488975 +L 414.711775 100.488975 +L 414.711775 95.575077 +L 416.898295 95.575077 +L 416.898295 74.125521 +L 419.084816 74.125521 +L 419.084816 96.589056 +L 421.271336 96.589056 +L 421.271336 77.635448 +L 423.457857 77.635448 +L 423.457857 97.252042 +L 425.644377 97.252042 +L 425.644377 96.511057 +L 427.830897 96.511057 +L 427.830897 67.612655 +L 430.017418 67.612655 +L 430.017418 99.474996 +L 432.203938 99.474996 +L 432.203938 67.339661 +L 434.390458 67.339661 +L 434.390458 87.463245 +L 436.576979 87.463245 +L 436.576979 85.942276 +L 438.763499 85.942276 +L 438.763499 56.692881 +L 440.95002 56.692881 +L 440.95002 66.052688 +L 443.13654 66.052688 +L 443.13654 76.816465 +L 445.32306 76.816465 +L 445.32306 49.439031 +L 447.509581 49.439031 +L 447.509581 75.1395 +L 449.696101 75.1395 +L 449.696101 48.464052 +L 451.882621 48.464052 +L 451.882621 74.515513 +L 454.069142 74.515513 +L 454.069142 78.649427 +L 456.255662 78.649427 +L 456.255662 63.439742 +L 458.442183 63.439742 +L 458.442183 83.251332 +L 460.628703 83.251332 +L 460.628703 106.416852 +L 462.815223 106.416852 +L 462.815223 67.105666 +L 465.001744 67.105666 +L 465.001744 109.458789 +L 467.188264 109.458789 +L 467.188264 85.123293 +L 469.374784 85.123293 +L 469.374784 91.441162 +L 471.561305 91.441162 +L 471.561305 95.341082 +L 473.747825 95.341082 +L 473.747825 103.218918 +L 475.934346 103.218918 +L 475.934346 69.367619 +L 478.120866 69.367619 +L 478.120866 92.923132 +L 480.307386 92.923132 +L 480.307386 83.79732 +L 482.493907 83.79732 +L 482.493907 99.981985 +L 484.680427 99.981985 +L 484.680427 78.142437 +L 486.866947 78.142437 +L 486.866947 93.664116 +L 489.053468 93.664116 +L 489.053468 77.986441 +L 491.239988 77.986441 +L 491.239988 74.086521 +L 493.426509 74.086521 +L 493.426509 76.738467 +L 495.613029 76.738467 +L 495.613029 80.91138 +L 497.799549 80.91138 +L 497.799549 72.370557 +L 499.98607 72.370557 +L 499.98607 64.063729 +L 502.17259 64.063729 +L 502.17259 70.342599 +L 504.359111 70.342599 +L 504.359111 66.559677 +L 506.545631 66.559677 +L 506.545631 83.875319 +L 508.732151 83.875319 +L 508.732151 65.428701 +L 510.918672 65.428701 +L 510.918672 76.699467 +L 513.105192 76.699467 +L 513.105192 84.421308 +L 515.291712 84.421308 +L 515.291712 99.630993 +L 517.478233 99.630993 +L 517.478233 86.293269 +L 519.664753 86.293269 +L 519.664753 120.222567 +L 521.851274 120.222567 +L 521.851274 105.948862 +L 524.037794 105.948862 +L 524.037794 115.074673 +L 526.224314 115.074673 +L 526.224314 131.922324 +L 528.410835 131.922324 +L 528.410835 127.710412 +L 530.597355 127.710412 +L 530.597355 132.858305 +L 532.783875 132.858305 +L 532.783875 137.850202 +L 534.970396 137.850202 +L 534.970396 141.906118 +L 537.156916 141.906118 +L 537.156916 139.87816 +L 539.343437 139.87816 +L 539.343437 143.856077 +L 541.529957 143.856077 +L 541.529957 146.196029 +L 543.716477 146.196029 +L 543.716477 145.260048 +L 545.902998 145.260048 +L 545.902998 145.728039 +L 548.089518 145.728039 +L 548.089518 146.430024 +L 550.276038 146.430024 +L 550.276038 147.366005 +L 552.462559 147.366005 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_13"> + <path clip-path="url(#p81825b0c0e)" d="M 335.997042 147.6 +L 335.997042 147.13201 +L 338.183562 147.13201 +L 338.183562 143.154092 +L 340.370082 143.154092 +L 340.370082 146.196029 +L 342.556603 146.196029 +L 342.556603 143.622082 +L 344.743123 143.622082 +L 344.743123 140.580145 +L 346.929643 140.580145 +L 346.929643 142.452107 +L 349.116164 142.452107 +L 349.116164 136.134237 +L 351.302684 136.134237 +L 351.302684 134.964262 +L 353.489205 134.964262 +L 353.489205 133.794286 +L 355.675725 133.794286 +L 355.675725 134.262276 +L 357.862245 134.262276 +L 357.862245 127.476416 +L 360.048766 127.476416 +L 360.048766 123.966489 +L 362.235286 123.966489 +L 362.235286 129.153382 +L 364.421806 129.153382 +L 364.421806 130.245359 +L 366.608327 130.245359 +L 366.608327 126.540436 +L 368.794847 126.540436 +L 368.794847 129.543374 +L 370.981368 129.543374 +L 370.981368 122.835513 +L 373.167888 122.835513 +L 373.167888 127.593414 +L 375.354408 127.593414 +L 375.354408 125.721453 +L 377.540929 125.721453 +L 377.540929 124.90247 +L 379.727449 124.90247 +L 379.727449 125.136465 +L 381.913969 125.136465 +L 381.913969 116.361646 +L 384.10049 116.361646 +L 384.10049 121.97753 +L 386.28701 121.97753 +L 386.28701 117.999613 +L 388.473531 117.999613 +L 388.473531 122.211525 +L 390.660051 122.211525 +L 390.660051 122.562518 +L 392.846571 122.562518 +L 392.846571 115.035674 +L 395.033092 115.035674 +L 395.033092 122.133527 +L 397.219612 122.133527 +L 397.219612 123.498499 +L 399.406132 123.498499 +L 399.406132 127.125424 +L 401.592653 127.125424 +L 401.592653 128.2954 +L 403.779173 128.2954 +L 403.779173 129.114383 +L 405.965694 129.114383 +L 405.965694 125.955448 +L 408.152214 125.955448 +L 408.152214 128.2954 +L 410.338734 128.2954 +L 410.338734 130.479354 +L 412.525255 130.479354 +L 412.525255 129.309379 +L 414.711775 129.309379 +L 414.711775 129.777369 +L 416.898295 129.777369 +L 416.898295 122.679516 +L 419.084816 122.679516 +L 419.084816 131.454334 +L 421.271336 131.454334 +L 421.271336 124.317482 +L 423.457857 124.317482 +L 423.457857 128.334399 +L 425.644377 128.334399 +L 425.644377 129.777369 +L 427.830897 129.777369 +L 427.830897 121.50954 +L 430.017418 121.50954 +L 430.017418 129.933366 +L 432.203938 129.933366 +L 432.203938 120.573559 +L 434.390458 120.573559 +L 434.390458 128.412397 +L 436.576979 128.412397 +L 436.576979 129.816368 +L 438.763499 129.816368 +L 438.763499 115.542663 +L 440.95002 115.542663 +L 440.95002 117.999613 +L 443.13654 117.999613 +L 443.13654 124.668475 +L 445.32306 124.668475 +L 445.32306 121.50954 +L 447.509581 121.50954 +L 447.509581 125.760452 +L 449.696101 125.760452 +L 449.696101 115.464665 +L 451.882621 115.464665 +L 451.882621 122.016529 +L 454.069142 122.016529 +L 454.069142 123.225504 +L 456.255662 123.225504 +L 456.255662 120.846554 +L 458.442183 120.846554 +L 458.442183 127.008426 +L 460.628703 127.008426 +L 460.628703 135.549249 +L 462.815223 135.549249 +L 462.815223 119.520581 +L 465.001744 119.520581 +L 465.001744 133.209298 +L 467.188264 133.209298 +L 467.188264 125.721453 +L 469.374784 125.721453 +L 469.374784 127.827409 +L 471.561305 127.827409 +L 471.561305 127.437417 +L 473.747825 127.437417 +L 473.747825 132.546312 +L 475.934346 132.546312 +L 475.934346 123.966489 +L 478.120866 123.966489 +L 478.120866 128.76339 +L 480.307386 128.76339 +L 480.307386 123.888491 +L 482.493907 123.888491 +L 482.493907 130.986344 +L 484.680427 130.986344 +L 484.680427 126.189443 +L 486.866947 126.189443 +L 486.866947 127.905408 +L 489.053468 127.905408 +L 489.053468 122.679516 +L 491.239988 122.679516 +L 491.239988 125.058467 +L 493.426509 125.058467 +L 493.426509 124.863471 +L 495.613029 124.863471 +L 495.613029 125.253462 +L 497.799549 125.253462 +L 497.799549 122.211525 +L 499.98607 122.211525 +L 499.98607 117.765617 +L 502.17259 117.765617 +L 502.17259 123.4205 +L 504.359111 123.4205 +L 504.359111 125.331461 +L 506.545631 125.331461 +L 506.545631 126.852429 +L 508.732151 126.852429 +L 508.732151 122.601517 +L 510.918672 122.601517 +L 510.918672 122.094528 +L 513.105192 122.094528 +L 513.105192 125.136465 +L 515.291712 125.136465 +L 515.291712 131.220339 +L 517.478233 131.220339 +L 517.478233 129.465375 +L 519.664753 129.465375 +L 519.664753 137.772203 +L 521.851274 137.772203 +L 521.851274 135.198257 +L 524.037794 135.198257 +L 524.037794 135.432252 +L 526.224314 135.432252 +L 526.224314 140.229153 +L 528.410835 140.229153 +L 528.410835 141.399128 +L 530.597355 141.399128 +L 530.597355 142.452107 +L 532.783875 142.452107 +L 532.783875 143.076094 +L 534.970396 143.076094 +L 534.970396 144.753059 +L 537.156916 144.753059 +L 537.156916 145.728039 +L 539.343437 145.728039 +L 539.343437 146.781017 +L 541.529957 146.781017 +L 541.529957 147.015012 +L 543.716477 147.015012 +L 543.716477 146.430024 +L 545.902998 146.430024 +L 545.902998 146.664019 +L 548.089518 146.664019 +L 548.089518 147.015012 +L 550.276038 147.015012 +L 550.276038 147.483002 +L 552.462559 147.483002 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_14"> + <path clip-path="url(#p81825b0c0e)" d="M 335.997042 147.6 +L 335.997042 145.494044 +L 338.183562 145.494044 +L 338.183562 144.324068 +L 340.370082 144.324068 +L 340.370082 146.664019 +L 342.556603 146.664019 +L 342.556603 142.452107 +L 344.743123 142.452107 +L 344.743123 141.516126 +L 346.929643 141.516126 +L 346.929643 141.984116 +L 349.116164 141.984116 +L 349.116164 135.432252 +L 351.302684 135.432252 +L 351.302684 134.730266 +L 353.489205 134.730266 +L 353.489205 133.872284 +L 355.675725 133.872284 +L 355.675725 134.652268 +L 357.862245 134.652268 +L 357.862245 125.604455 +L 360.048766 125.604455 +L 360.048766 131.532333 +L 362.235286 131.532333 +L 362.235286 128.919387 +L 364.421806 128.919387 +L 364.421806 126.189443 +L 366.608327 126.189443 +L 366.608327 132.15632 +L 368.794847 132.15632 +L 368.794847 133.560291 +L 370.981368 133.560291 +L 370.981368 121.548539 +L 373.167888 121.548539 +L 373.167888 132.11732 +L 375.354408 132.11732 +L 375.354408 126.189443 +L 377.540929 126.189443 +L 377.540929 125.955448 +L 379.727449 125.955448 +L 379.727449 116.712639 +L 381.913969 116.712639 +L 381.913969 121.97753 +L 384.10049 121.97753 +L 384.10049 121.158547 +L 386.28701 121.158547 +L 386.28701 103.257918 +L 388.473531 103.257918 +L 388.473531 115.542663 +L 390.660051 115.542663 +L 390.660051 112.968717 +L 392.846571 112.968717 +L 392.846571 119.052591 +L 395.033092 119.052591 +L 395.033092 122.796513 +L 397.219612 122.796513 +L 397.219612 123.030508 +L 399.406132 123.030508 +L 399.406132 123.732494 +L 401.592653 123.732494 +L 401.592653 124.434479 +L 403.779173 124.434479 +L 403.779173 133.794286 +L 405.965694 133.794286 +L 405.965694 130.050363 +L 408.152214 130.050363 +L 408.152214 130.986344 +L 410.338734 130.986344 +L 410.338734 131.688329 +L 412.525255 131.688329 +L 412.525255 137.070218 +L 414.711775 137.070218 +L 414.711775 131.220339 +L 416.898295 131.220339 +L 416.898295 123.966489 +L 419.084816 123.966489 +L 419.084816 128.880387 +L 421.271336 128.880387 +L 421.271336 124.200484 +L 423.457857 124.200484 +L 423.457857 135.783245 +L 425.644377 135.783245 +L 425.644377 132.15632 +L 427.830897 132.15632 +L 427.830897 119.793575 +L 430.017418 119.793575 +L 430.017418 134.808265 +L 432.203938 134.808265 +L 432.203938 121.392542 +L 434.390458 121.392542 +L 434.390458 125.83845 +L 436.576979 125.83845 +L 436.576979 121.50954 +L 438.763499 121.50954 +L 438.763499 120.807554 +L 440.95002 120.807554 +L 440.95002 125.253462 +L 443.13654 125.253462 +L 443.13654 122.679516 +L 445.32306 122.679516 +L 445.32306 101.619952 +L 447.509581 101.619952 +L 447.509581 118.818596 +L 449.696101 118.818596 +L 449.696101 112.734722 +L 451.882621 112.734722 +L 451.882621 125.682454 +L 454.069142 125.682454 +L 454.069142 127.398418 +L 456.255662 127.398418 +L 456.255662 116.946634 +L 458.442183 116.946634 +L 458.442183 124.434479 +L 460.628703 124.434479 +L 460.628703 130.518354 +L 462.815223 130.518354 +L 462.815223 123.264504 +L 465.001744 123.264504 +L 465.001744 138.240194 +L 467.188264 138.240194 +L 467.188264 128.880387 +L 469.374784 128.880387 +L 469.374784 130.986344 +L 471.561305 130.986344 +L 471.561305 135.666247 +L 473.747825 135.666247 +L 473.747825 133.326295 +L 475.934346 133.326295 +L 475.934346 116.634641 +L 478.120866 116.634641 +L 478.120866 130.596352 +L 480.307386 130.596352 +L 480.307386 131.220339 +L 482.493907 131.220339 +L 482.493907 133.209298 +L 484.680427 133.209298 +L 484.680427 120.963551 +L 486.866947 120.963551 +L 486.866947 133.053301 +L 489.053468 133.053301 +L 489.053468 127.827409 +L 491.239988 127.827409 +L 491.239988 119.169588 +L 493.426509 119.169588 +L 493.426509 122.211525 +L 495.613029 122.211525 +L 495.613029 125.604455 +L 497.799549 125.604455 +L 497.799549 123.147506 +L 499.98607 123.147506 +L 499.98607 123.732494 +L 502.17259 123.732494 +L 502.17259 118.701598 +L 504.359111 118.701598 +L 504.359111 111.096755 +L 506.545631 111.096755 +L 506.545631 125.37046 +L 508.732151 125.37046 +L 508.732151 115.425666 +L 510.918672 115.425666 +L 510.918672 127.710412 +L 513.105192 127.710412 +L 513.105192 129.348378 +L 515.291712 129.348378 +L 515.291712 132.390315 +L 517.478233 132.390315 +L 517.478233 122.562518 +L 519.664753 122.562518 +L 519.664753 139.87816 +L 521.851274 139.87816 +L 521.851274 130.752349 +L 524.037794 130.752349 +L 524.037794 139.410169 +L 526.224314 139.410169 +L 526.224314 146.664019 +L 528.410835 146.664019 +L 528.410835 140.112155 +L 530.597355 140.112155 +L 530.597355 143.154092 +L 532.783875 143.154092 +L 532.783875 146.898015 +L 534.970396 146.898015 +L 534.970396 147.6 +L 537.156916 147.6 +L 537.156916 143.622082 +L 539.343437 143.622082 +L 539.343437 145.494044 +L 541.529957 145.494044 +L 541.529957 147.366005 +L 543.716477 147.366005 +L 543.716477 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_15"> + <path clip-path="url(#p81825b0c0e)" d="M 335.997042 147.6 +L 335.997042 147.13201 +L 338.183562 147.13201 +L 338.183562 143.154092 +L 340.370082 143.154092 +L 340.370082 146.196029 +L 342.556603 146.196029 +L 342.556603 143.622082 +L 344.743123 143.622082 +L 344.743123 140.580145 +L 346.929643 140.580145 +L 346.929643 142.452107 +L 349.116164 142.452107 +L 349.116164 136.134237 +L 351.302684 136.134237 +L 351.302684 134.964262 +L 353.489205 134.964262 +L 353.489205 133.794286 +L 355.675725 133.794286 +L 355.675725 134.262276 +L 357.862245 134.262276 +L 357.862245 127.476416 +L 360.048766 127.476416 +L 360.048766 123.966489 +L 362.235286 123.966489 +L 362.235286 129.153382 +L 364.421806 129.153382 +L 364.421806 130.245359 +L 366.608327 130.245359 +L 366.608327 126.540436 +L 368.794847 126.540436 +L 368.794847 129.543374 +L 370.981368 129.543374 +L 370.981368 122.835513 +L 373.167888 122.835513 +L 373.167888 127.593414 +L 375.354408 127.593414 +L 375.354408 125.721453 +L 377.540929 125.721453 +L 377.540929 124.90247 +L 379.727449 124.90247 +L 379.727449 125.136465 +L 381.913969 125.136465 +L 381.913969 116.361646 +L 384.10049 116.361646 +L 384.10049 121.97753 +L 386.28701 121.97753 +L 386.28701 117.999613 +L 388.473531 117.999613 +L 388.473531 122.211525 +L 390.660051 122.211525 +L 390.660051 122.562518 +L 392.846571 122.562518 +L 392.846571 115.035674 +L 395.033092 115.035674 +L 395.033092 122.133527 +L 397.219612 122.133527 +L 397.219612 123.498499 +L 399.406132 123.498499 +L 399.406132 127.125424 +L 401.592653 127.125424 +L 401.592653 128.2954 +L 403.779173 128.2954 +L 403.779173 129.114383 +L 405.965694 129.114383 +L 405.965694 125.955448 +L 408.152214 125.955448 +L 408.152214 128.2954 +L 410.338734 128.2954 +L 410.338734 130.479354 +L 412.525255 130.479354 +L 412.525255 129.309379 +L 414.711775 129.309379 +L 414.711775 129.777369 +L 416.898295 129.777369 +L 416.898295 122.679516 +L 419.084816 122.679516 +L 419.084816 131.454334 +L 421.271336 131.454334 +L 421.271336 124.317482 +L 423.457857 124.317482 +L 423.457857 128.334399 +L 425.644377 128.334399 +L 425.644377 129.777369 +L 427.830897 129.777369 +L 427.830897 121.50954 +L 430.017418 121.50954 +L 430.017418 129.933366 +L 432.203938 129.933366 +L 432.203938 120.573559 +L 434.390458 120.573559 +L 434.390458 128.412397 +L 436.576979 128.412397 +L 436.576979 129.816368 +L 438.763499 129.816368 +L 438.763499 115.542663 +L 440.95002 115.542663 +L 440.95002 117.999613 +L 443.13654 117.999613 +L 443.13654 124.668475 +L 445.32306 124.668475 +L 445.32306 121.50954 +L 447.509581 121.50954 +L 447.509581 125.760452 +L 449.696101 125.760452 +L 449.696101 115.464665 +L 451.882621 115.464665 +L 451.882621 122.016529 +L 454.069142 122.016529 +L 454.069142 123.225504 +L 456.255662 123.225504 +L 456.255662 120.846554 +L 458.442183 120.846554 +L 458.442183 127.008426 +L 460.628703 127.008426 +L 460.628703 135.549249 +L 462.815223 135.549249 +L 462.815223 119.520581 +L 465.001744 119.520581 +L 465.001744 133.209298 +L 467.188264 133.209298 +L 467.188264 125.721453 +L 469.374784 125.721453 +L 469.374784 127.827409 +L 471.561305 127.827409 +L 471.561305 127.437417 +L 473.747825 127.437417 +L 473.747825 132.546312 +L 475.934346 132.546312 +L 475.934346 123.966489 +L 478.120866 123.966489 +L 478.120866 128.76339 +L 480.307386 128.76339 +L 480.307386 123.888491 +L 482.493907 123.888491 +L 482.493907 130.986344 +L 484.680427 130.986344 +L 484.680427 126.189443 +L 486.866947 126.189443 +L 486.866947 127.905408 +L 489.053468 127.905408 +L 489.053468 122.679516 +L 491.239988 122.679516 +L 491.239988 125.058467 +L 493.426509 125.058467 +L 493.426509 124.863471 +L 495.613029 124.863471 +L 495.613029 125.253462 +L 497.799549 125.253462 +L 497.799549 122.211525 +L 499.98607 122.211525 +L 499.98607 117.765617 +L 502.17259 117.765617 +L 502.17259 123.4205 +L 504.359111 123.4205 +L 504.359111 125.331461 +L 506.545631 125.331461 +L 506.545631 126.852429 +L 508.732151 126.852429 +L 508.732151 122.601517 +L 510.918672 122.601517 +L 510.918672 122.094528 +L 513.105192 122.094528 +L 513.105192 125.136465 +L 515.291712 125.136465 +L 515.291712 131.220339 +L 517.478233 131.220339 +L 517.478233 129.465375 +L 519.664753 129.465375 +L 519.664753 137.772203 +L 521.851274 137.772203 +L 521.851274 135.198257 +L 524.037794 135.198257 +L 524.037794 135.432252 +L 526.224314 135.432252 +L 526.224314 140.229153 +L 528.410835 140.229153 +L 528.410835 141.399128 +L 530.597355 141.399128 +L 530.597355 142.452107 +L 532.783875 142.452107 +L 532.783875 143.076094 +L 534.970396 143.076094 +L 534.970396 144.753059 +L 537.156916 144.753059 +L 537.156916 145.728039 +L 539.343437 145.728039 +L 539.343437 146.781017 +L 541.529957 146.781017 +L 541.529957 147.015012 +L 543.716477 147.015012 +L 543.716477 146.430024 +L 545.902998 146.430024 +L 545.902998 146.664019 +L 548.089518 146.664019 +L 548.089518 147.015012 +L 550.276038 147.015012 +L 550.276038 147.483002 +L 552.462559 147.483002 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_19"> + <path clip-path="url(#p81825b0c0e)" d="M 434.605984 147.6 +L 434.605984 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_16"> + <path d="M 325.06444 147.6 +L 325.06444 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_17"> + <path d="M 565.581681 147.6 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_18"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_19"> + <path d="M 325.06444 38.88 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_21"> + <!-- 0% --> + <g style="fill:#262626;" transform="translate(433.317435 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_3"> + <g id="patch_20"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +L 854.202371 38.88 +L 613.685129 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_5"> + <g id="xtick_10"> + <g id="line2d_20"> + <path clip-path="url(#p886fab0ff1)" d="M 629.563979 147.6 +L 629.563979 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_22"> + <!-- 0.0900 --> + <defs> + <path d="M 5.46875 16.546875 +L 13.921875 17.328125 +Q 14.984375 11.375 18.015625 8.6875 +Q 21.046875 6 25.78125 6 +Q 29.828125 6 32.875 7.859375 +Q 35.9375 9.71875 37.890625 12.8125 +Q 39.84375 15.921875 41.15625 21.1875 +Q 42.484375 26.46875 42.484375 31.9375 +Q 42.484375 32.515625 42.4375 33.6875 +Q 39.796875 29.5 35.234375 26.875 +Q 30.671875 24.265625 25.34375 24.265625 +Q 16.453125 24.265625 10.296875 30.703125 +Q 4.15625 37.15625 4.15625 47.703125 +Q 4.15625 58.59375 10.578125 65.234375 +Q 17 71.875 26.65625 71.875 +Q 33.640625 71.875 39.421875 68.109375 +Q 45.21875 64.359375 48.21875 57.390625 +Q 51.21875 50.4375 51.21875 37.25 +Q 51.21875 23.53125 48.234375 15.40625 +Q 45.265625 7.28125 39.375 3.03125 +Q 33.5 -1.21875 25.59375 -1.21875 +Q 17.1875 -1.21875 11.859375 3.4375 +Q 6.546875 8.109375 5.46875 16.546875 +z +M 41.453125 48.140625 +Q 41.453125 55.71875 37.421875 60.15625 +Q 33.40625 64.59375 27.734375 64.59375 +Q 21.875 64.59375 17.53125 59.8125 +Q 13.1875 55.03125 13.1875 47.40625 +Q 13.1875 40.578125 17.3125 36.296875 +Q 21.4375 32.03125 27.484375 32.03125 +Q 33.59375 32.03125 37.515625 36.296875 +Q 41.453125 40.578125 41.453125 48.140625 +z +" id="ArialMT-57"/> + </defs> + <g style="fill:#262626;" transform="translate(614.272573 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_11"> + <g id="line2d_21"> + <path clip-path="url(#p886fab0ff1)" d="M 660.524135 147.6 +L 660.524135 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_23"> + <!-- 0.0925 --> + <defs> + <path d="M 4.15625 18.75 +L 13.375 19.53125 +Q 14.40625 12.796875 18.140625 9.390625 +Q 21.875 6 27.15625 6 +Q 33.5 6 37.890625 10.78125 +Q 42.28125 15.578125 42.28125 23.484375 +Q 42.28125 31 38.0625 35.34375 +Q 33.84375 39.703125 27 39.703125 +Q 22.75 39.703125 19.328125 37.765625 +Q 15.921875 35.84375 13.96875 32.765625 +L 5.71875 33.84375 +L 12.640625 70.609375 +L 48.25 70.609375 +L 48.25 62.203125 +L 19.671875 62.203125 +L 15.828125 42.96875 +Q 22.265625 47.46875 29.34375 47.46875 +Q 38.71875 47.46875 45.15625 40.96875 +Q 51.609375 34.46875 51.609375 24.265625 +Q 51.609375 14.546875 45.953125 7.46875 +Q 39.0625 -1.21875 27.15625 -1.21875 +Q 17.390625 -1.21875 11.203125 4.25 +Q 5.03125 9.71875 4.15625 18.75 +z +" id="ArialMT-53"/> + </defs> + <g style="fill:#262626;" transform="translate(645.232729 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_12"> + <g id="line2d_22"> + <path clip-path="url(#p886fab0ff1)" d="M 691.484291 147.6 +L 691.484291 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_24"> + <!-- 0.0950 --> + <g style="fill:#262626;" transform="translate(676.192885 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_13"> + <g id="line2d_23"> + <path clip-path="url(#p886fab0ff1)" d="M 722.444447 147.6 +L 722.444447 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_25"> + <!-- 0.0975 --> + <defs> + <path d="M 4.734375 62.203125 +L 4.734375 70.65625 +L 51.078125 70.65625 +L 51.078125 63.8125 +Q 44.234375 56.546875 37.515625 44.484375 +Q 30.8125 32.421875 27.15625 19.671875 +Q 24.515625 10.6875 23.78125 0 +L 14.75 0 +Q 14.890625 8.453125 18.0625 20.40625 +Q 21.234375 32.375 27.171875 43.484375 +Q 33.109375 54.59375 39.796875 62.203125 +z +" id="ArialMT-55"/> + </defs> + <g style="fill:#262626;" transform="translate(707.153041 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_14"> + <g id="line2d_24"> + <path clip-path="url(#p886fab0ff1)" d="M 753.404603 147.6 +L 753.404603 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_26"> + <!-- 0.1000 --> + <g style="fill:#262626;" transform="translate(738.113197 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_15"> + <g id="line2d_25"> + <path clip-path="url(#p886fab0ff1)" d="M 784.364759 147.6 +L 784.364759 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_27"> + <!-- 0.1025 --> + <g style="fill:#262626;" transform="translate(769.073353 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_16"> + <g id="line2d_26"> + <path clip-path="url(#p886fab0ff1)" d="M 815.324915 147.6 +L 815.324915 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_28"> + <!-- 0.1050 --> + <g style="fill:#262626;" transform="translate(800.033508 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_17"> + <g id="line2d_27"> + <path clip-path="url(#p886fab0ff1)" d="M 846.285071 147.6 +L 846.285071 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_29"> + <!-- 0.1075 --> + <g style="fill:#262626;" transform="translate(830.993664 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="text_30"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(715.326563 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_6"> + <g id="ytick_9"> + <g id="line2d_28"> + <path clip-path="url(#p886fab0ff1)" d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_31"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(601.124192 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_10"> + <g id="line2d_29"> + <path clip-path="url(#p886fab0ff1)" d="M 613.685129 119.232094 +L 854.202371 119.232094 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_32"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(584.441379 122.811)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_11"> + <g id="line2d_30"> + <path clip-path="url(#p886fab0ff1)" d="M 613.685129 90.864188 +L 854.202371 90.864188 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_33"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(584.441379 94.443094)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_12"> + <g id="line2d_31"> + <path clip-path="url(#p886fab0ff1)" d="M 613.685129 62.496282 +L 854.202371 62.496282 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_34"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(584.441379 66.075188)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_21"> + <path clip-path="url(#p886fab0ff1)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 137.727969 +L 631.177292 137.727969 +L 631.177292 143.685229 +L 633.363813 143.685229 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 142.153362 +L 642.109894 142.153362 +L 642.109894 140.451288 +L 644.296415 140.451288 +L 644.296415 131.089879 +L 646.482935 131.089879 +L 646.482935 123.090129 +L 648.669455 123.090129 +L 648.669455 146.068133 +L 650.855976 146.068133 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 143.174607 +L 657.415537 143.174607 +L 657.415537 98.410051 +L 659.602057 98.410051 +L 659.602057 111.345816 +L 661.788578 111.345816 +L 661.788578 134.664235 +L 663.975098 134.664235 +L 663.975098 140.451288 +L 666.161618 140.451288 +L 666.161618 120.196603 +L 668.348139 120.196603 +L 668.348139 111.856438 +L 670.534659 111.856438 +L 670.534659 117.416548 +L 672.721179 117.416548 +L 672.721179 95.062638 +L 674.9077 95.062638 +L 674.9077 98.239843 +L 677.09422 98.239843 +L 677.09422 115.09038 +L 679.280741 115.09038 +L 679.280741 110.324571 +L 681.467261 110.324571 +L 681.467261 111.345816 +L 683.653781 111.345816 +L 683.653781 93.644243 +L 685.840302 93.644243 +L 685.840302 63.006904 +L 688.026822 63.006904 +L 688.026822 76.793706 +L 690.213342 76.793706 +L 690.213342 105.899178 +L 692.399863 105.899178 +L 692.399863 89.048642 +L 694.586383 89.048642 +L 694.586383 92.622998 +L 696.772904 92.622998 +L 696.772904 60.453793 +L 698.959424 60.453793 +L 698.959424 73.21935 +L 701.145944 73.21935 +L 701.145944 64.510403 +L 703.332465 64.510403 +L 703.332465 48.822951 +L 705.518985 48.822951 +L 705.518985 66.921675 +L 707.705505 66.921675 +L 707.705505 77.474536 +L 709.892026 77.474536 +L 709.892026 82.921174 +L 712.078546 82.921174 +L 712.078546 63.716102 +L 714.265067 63.716102 +L 714.265067 50.638497 +L 716.451587 50.638497 +L 716.451587 44.057143 +L 718.638107 44.057143 +L 718.638107 76.680235 +L 720.824628 76.680235 +L 720.824628 70.496031 +L 723.011148 70.496031 +L 723.011148 56.624125 +L 725.197668 56.624125 +L 725.197668 53.049769 +L 727.384189 53.049769 +L 727.384189 53.475288 +L 729.570709 53.475288 +L 729.570709 64.113252 +L 731.75723 64.113252 +L 731.75723 57.900681 +L 733.94375 57.900681 +L 733.94375 69.219476 +L 736.13027 69.219476 +L 736.13027 54.581636 +L 738.316791 54.581636 +L 738.316791 68.283335 +L 740.503311 68.283335 +L 740.503311 74.694481 +L 742.689832 74.694481 +L 742.689832 52.879562 +L 744.876352 52.879562 +L 744.876352 80.424798 +L 747.062872 80.424798 +L 747.062872 83.091382 +L 749.249393 83.091382 +L 749.249393 93.303828 +L 751.435913 93.303828 +L 751.435913 70.042145 +L 753.622433 70.042145 +L 753.622433 52.482411 +L 755.808954 52.482411 +L 755.808954 77.985159 +L 757.995474 77.985159 +L 757.995474 88.197605 +L 760.181995 88.197605 +L 760.181995 90.495405 +L 762.368515 90.495405 +L 762.368515 101.587256 +L 764.555035 101.587256 +L 764.555035 87.431671 +L 766.741556 87.431671 +L 766.741556 76.254716 +L 768.928076 76.254716 +L 768.928076 104.877933 +L 771.114596 104.877933 +L 771.114596 102.721973 +L 773.301117 102.721973 +L 773.301117 101.161738 +L 775.487637 101.161738 +L 775.487637 131.430294 +L 777.674158 131.430294 +L 777.674158 114.579757 +L 779.860678 114.579757 +L 779.860678 118.778207 +L 782.047198 118.778207 +L 782.047198 110.296204 +L 784.233719 110.296204 +L 784.233719 101.303577 +L 786.420239 101.303577 +L 786.420239 128.536767 +L 788.606759 128.536767 +L 788.606759 132.621746 +L 790.79328 132.621746 +L 790.79328 132.621746 +L 792.9798 132.621746 +L 792.9798 134.834442 +L 795.166321 134.834442 +L 795.166321 121.898677 +L 797.352841 121.898677 +L 797.352841 126.153863 +L 799.539361 126.153863 +L 799.539361 133.302575 +L 801.725882 133.302575 +L 801.725882 137.217346 +L 803.912402 137.217346 +L 803.912402 146.068133 +L 806.098922 146.068133 +L 806.098922 146.748963 +L 808.285443 146.748963 +L 808.285443 140.96191 +L 810.471963 140.96191 +L 810.471963 139.940665 +L 812.658484 139.940665 +L 812.658484 140.195977 +L 814.845004 140.195977 +L 814.845004 137.047139 +L 817.031524 137.047139 +L 817.031524 146.238341 +L 819.218045 146.238341 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 144.876681 +L 827.964126 144.876681 +L 827.964126 144.195851 +L 830.150647 144.195851 +L 830.150647 144.536266 +L 832.337167 144.536266 +L 832.337167 144.195851 +L 834.523687 144.195851 +L 834.523687 146.408548 +L 836.710208 146.408548 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_22"> + <path clip-path="url(#p886fab0ff1)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 144.536266 +L 631.177292 144.536266 +L 631.177292 146.068133 +L 633.363813 146.068133 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 144.876681 +L 642.109894 144.876681 +L 642.109894 145.727718 +L 644.296415 145.727718 +L 644.296415 144.025644 +L 646.482935 144.025644 +L 646.482935 138.068384 +L 648.669455 138.068384 +L 648.669455 146.91917 +L 650.855976 146.91917 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 145.387303 +L 657.415537 145.387303 +L 657.415537 129.728219 +L 659.602057 129.728219 +L 659.602057 140.28108 +L 661.788578 140.28108 +L 661.788578 141.983155 +L 663.975098 141.983155 +L 663.975098 144.025644 +L 666.161618 144.025644 +L 666.161618 138.749213 +L 668.348139 138.749213 +L 668.348139 131.770708 +L 670.534659 131.770708 +L 670.534659 139.940665 +L 672.721179 139.940665 +L 672.721179 136.536517 +L 674.9077 136.536517 +L 674.9077 127.515523 +L 677.09422 127.515523 +L 677.09422 133.64299 +L 679.280741 133.64299 +L 679.280741 133.64299 +L 681.467261 133.64299 +L 681.467261 142.834192 +L 683.653781 142.834192 +L 683.653781 125.302826 +L 685.840302 125.302826 +L 685.840302 115.771209 +L 688.026822 115.771209 +L 688.026822 131.260086 +L 690.213342 131.260086 +L 690.213342 130.749464 +L 692.399863 130.749464 +L 692.399863 128.877182 +L 694.586383 128.877182 +L 694.586383 127.430419 +L 696.772904 127.430419 +L 696.772904 115.09038 +L 698.959424 115.09038 +L 698.959424 123.090129 +L 701.145944 123.090129 +L 701.145944 131.940916 +L 703.332465 131.940916 +L 703.332465 107.941667 +L 705.518985 107.941667 +L 705.518985 116.196728 +L 707.705505 116.196728 +L 707.705505 125.558137 +L 709.892026 125.558137 +L 709.892026 131.430294 +L 712.078546 131.430294 +L 712.078546 118.721472 +L 714.265067 118.721472 +L 714.265067 109.161487 +L 716.451587 109.161487 +L 716.451587 117.303076 +L 718.638107 117.303076 +L 718.638107 125.132618 +L 720.824628 125.132618 +L 720.824628 122.749714 +L 723.011148 122.749714 +L 723.011148 113.218098 +L 725.197668 113.218098 +L 725.197668 115.09038 +L 727.384189 115.09038 +L 727.384189 117.558387 +L 729.570709 117.558387 +L 729.570709 125.132618 +L 731.75723 125.132618 +L 731.75723 117.303076 +L 733.94375 117.303076 +L 733.94375 114.835068 +L 736.13027 114.835068 +L 736.13027 118.834943 +L 738.316791 118.834943 +L 738.316791 122.409299 +L 740.503311 122.409299 +L 740.503311 127.770834 +L 742.689832 127.770834 +L 742.689832 110.381307 +L 744.876352 110.381307 +L 744.876352 123.799327 +L 747.062872 123.799327 +L 747.062872 127.430419 +L 749.249393 127.430419 +L 749.249393 129.98353 +L 751.435913 129.98353 +L 751.435913 124.905675 +L 753.622433 124.905675 +L 753.622433 110.381307 +L 755.808954 110.381307 +L 755.808954 124.792204 +L 757.995474 124.792204 +L 757.995474 132.621746 +L 760.181995 132.621746 +L 760.181995 130.068634 +L 762.368515 130.068634 +L 762.368515 126.891429 +L 764.555035 126.891429 +L 764.555035 123.600751 +L 766.741556 123.600751 +L 766.741556 131.033143 +L 768.928076 131.033143 +L 768.928076 135.174857 +L 771.114596 135.174857 +L 771.114596 129.926795 +L 773.301117 129.926795 +L 773.301117 129.699851 +L 775.487637 129.699851 +L 775.487637 144.025644 +L 777.674158 144.025644 +L 777.674158 131.770708 +L 779.860678 131.770708 +L 779.860678 143.600125 +L 782.047198 143.600125 +L 782.047198 136.62162 +L 784.233719 136.62162 +L 784.233719 125.898552 +L 786.420239 125.898552 +L 786.420239 144.366059 +L 788.606759 144.366059 +L 788.606759 145.217096 +L 790.79328 145.217096 +L 790.79328 140.195977 +L 792.9798 140.195977 +L 792.9798 141.217221 +L 795.166321 141.217221 +L 795.166321 138.749213 +L 797.352841 138.749213 +L 797.352841 144.62137 +L 799.539361 144.62137 +L 799.539361 142.493777 +L 801.725882 142.493777 +L 801.725882 142.408673 +L 803.912402 142.408673 +L 803.912402 146.834067 +L 806.098922 146.834067 +L 806.098922 147.174481 +L 808.285443 147.174481 +L 808.285443 144.280955 +L 810.471963 144.280955 +L 810.471963 146.748963 +L 812.658484 146.748963 +L 812.658484 145.897926 +L 814.845004 145.897926 +L 814.845004 143.089503 +L 817.031524 143.089503 +L 817.031524 146.91917 +L 819.218045 146.91917 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 146.238341 +L 827.964126 146.238341 +L 827.964126 146.663859 +L 830.150647 146.663859 +L 830.150647 147.6 +L 832.337167 147.6 +L 832.337167 145.897926 +L 834.523687 145.897926 +L 834.523687 147.004274 +L 836.710208 147.004274 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_23"> + <path clip-path="url(#p886fab0ff1)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 143.855436 +L 631.177292 143.855436 +L 631.177292 146.748963 +L 633.363813 146.748963 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 642.109894 147.6 +L 642.109894 144.195851 +L 644.296415 144.195851 +L 644.296415 138.238591 +L 646.482935 138.238591 +L 646.482935 142.153362 +L 648.669455 142.153362 +L 648.669455 147.429793 +L 650.855976 147.429793 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 657.415537 147.6 +L 657.415537 134.153613 +L 659.602057 134.153613 +L 659.602057 125.983656 +L 661.788578 125.983656 +L 661.788578 145.897926 +L 663.975098 145.897926 +L 663.975098 147.6 +L 666.161618 147.6 +L 666.161618 137.898176 +L 668.348139 137.898176 +L 668.348139 143.515022 +L 670.534659 143.515022 +L 670.534659 132.735217 +L 672.721179 132.735217 +L 672.721179 117.189605 +L 674.9077 117.189605 +L 674.9077 138.408798 +L 677.09422 138.408798 +L 677.09422 143.004399 +L 679.280741 143.004399 +L 679.280741 138.238591 +L 681.467261 138.238591 +L 681.467261 120.877432 +L 683.653781 120.877432 +L 683.653781 138.238591 +L 685.840302 138.238591 +L 685.840302 126.664485 +L 688.026822 126.664485 +L 688.026822 109.473534 +L 690.213342 109.473534 +L 690.213342 139.60025 +L 692.399863 139.60025 +L 692.399863 126.494278 +L 694.586383 126.494278 +L 694.586383 132.96216 +L 696.772904 132.96216 +L 696.772904 125.473033 +L 698.959424 125.473033 +L 698.959424 122.239092 +L 701.145944 122.239092 +L 701.145944 95.828571 +L 703.332465 95.828571 +L 703.332465 128.139616 +L 705.518985 128.139616 +L 705.518985 129.728219 +L 707.705505 129.728219 +L 707.705505 121.558262 +L 709.892026 121.558262 +L 709.892026 115.260587 +L 712.078546 115.260587 +L 712.078546 121.473159 +L 714.265067 121.473159 +L 714.265067 127.515523 +L 716.451587 127.515523 +L 716.451587 104.65099 +L 718.638107 104.65099 +L 718.638107 121.614998 +L 720.824628 121.614998 +L 720.824628 120.196603 +L 723.011148 120.196603 +L 723.011148 125.38793 +L 725.197668 125.38793 +L 725.197668 118.06901 +L 727.384189 118.06901 +L 727.384189 113.558513 +L 729.570709 113.558513 +L 729.570709 109.048016 +L 731.75723 109.048016 +L 731.75723 118.494528 +L 733.94375 118.494528 +L 733.94375 134.749339 +L 736.13027 134.749339 +L 736.13027 112.11175 +L 738.316791 112.11175 +L 738.316791 118.664736 +L 740.503311 118.664736 +L 740.503311 114.352814 +L 742.689832 114.352814 +L 742.689832 127.316947 +L 744.876352 127.316947 +L 744.876352 128.026145 +L 747.062872 128.026145 +L 747.062872 123.430544 +L 749.249393 123.430544 +L 749.249393 128.536767 +L 751.435913 128.536767 +L 751.435913 115.430795 +L 753.622433 115.430795 +L 753.622433 126.919796 +L 755.808954 126.919796 +L 755.808954 123.600751 +L 757.995474 123.600751 +L 757.995474 118.154114 +L 760.181995 118.154114 +L 760.181995 125.558137 +L 762.368515 125.558137 +L 762.368515 143.004399 +L 764.555035 143.004399 +L 764.555035 135.430168 +L 766.741556 135.430168 +L 766.741556 109.388431 +L 768.928076 109.388431 +L 768.928076 129.728219 +L 771.114596 129.728219 +L 771.114596 138.068384 +L 773.301117 138.068384 +L 773.301117 136.962035 +L 775.487637 136.962035 +L 775.487637 138.579006 +L 777.674158 138.579006 +L 777.674158 146.238341 +L 779.860678 146.238341 +L 779.860678 126.777957 +L 782.047198 126.777957 +L 782.047198 132.252963 +L 784.233719 132.252963 +L 784.233719 144.706474 +L 786.420239 144.706474 +L 786.420239 135.00465 +L 788.606759 135.00465 +L 788.606759 137.387554 +L 790.79328 137.387554 +L 790.79328 147.429793 +L 792.9798 147.429793 +L 792.9798 147.6 +L 795.166321 147.6 +L 795.166321 139.60025 +L 797.352841 139.60025 +L 797.352841 132.111123 +L 799.539361 132.111123 +L 799.539361 143.515022 +L 801.725882 143.515022 +L 801.725882 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 810.471963 147.6 +L 810.471963 141.64274 +L 812.658484 141.64274 +L 812.658484 143.600125 +L 814.845004 143.600125 +L 814.845004 146.068133 +L 817.031524 146.068133 +L 817.031524 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 827.964126 147.6 +L 827.964126 146.068133 +L 830.150647 146.068133 +L 830.150647 144.536266 +L 832.337167 144.536266 +L 832.337167 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_24"> + <path clip-path="url(#p886fab0ff1)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 144.536266 +L 631.177292 144.536266 +L 631.177292 146.068133 +L 633.363813 146.068133 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 144.876681 +L 642.109894 144.876681 +L 642.109894 145.727718 +L 644.296415 145.727718 +L 644.296415 144.025644 +L 646.482935 144.025644 +L 646.482935 138.068384 +L 648.669455 138.068384 +L 648.669455 146.91917 +L 650.855976 146.91917 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 145.387303 +L 657.415537 145.387303 +L 657.415537 129.728219 +L 659.602057 129.728219 +L 659.602057 140.28108 +L 661.788578 140.28108 +L 661.788578 141.983155 +L 663.975098 141.983155 +L 663.975098 144.025644 +L 666.161618 144.025644 +L 666.161618 138.749213 +L 668.348139 138.749213 +L 668.348139 131.770708 +L 670.534659 131.770708 +L 670.534659 139.940665 +L 672.721179 139.940665 +L 672.721179 136.536517 +L 674.9077 136.536517 +L 674.9077 127.515523 +L 677.09422 127.515523 +L 677.09422 133.64299 +L 679.280741 133.64299 +L 679.280741 133.64299 +L 681.467261 133.64299 +L 681.467261 142.834192 +L 683.653781 142.834192 +L 683.653781 125.302826 +L 685.840302 125.302826 +L 685.840302 115.771209 +L 688.026822 115.771209 +L 688.026822 131.260086 +L 690.213342 131.260086 +L 690.213342 130.749464 +L 692.399863 130.749464 +L 692.399863 128.877182 +L 694.586383 128.877182 +L 694.586383 127.430419 +L 696.772904 127.430419 +L 696.772904 115.09038 +L 698.959424 115.09038 +L 698.959424 123.090129 +L 701.145944 123.090129 +L 701.145944 131.940916 +L 703.332465 131.940916 +L 703.332465 107.941667 +L 705.518985 107.941667 +L 705.518985 116.196728 +L 707.705505 116.196728 +L 707.705505 125.558137 +L 709.892026 125.558137 +L 709.892026 131.430294 +L 712.078546 131.430294 +L 712.078546 118.721472 +L 714.265067 118.721472 +L 714.265067 109.161487 +L 716.451587 109.161487 +L 716.451587 117.303076 +L 718.638107 117.303076 +L 718.638107 125.132618 +L 720.824628 125.132618 +L 720.824628 122.749714 +L 723.011148 122.749714 +L 723.011148 113.218098 +L 725.197668 113.218098 +L 725.197668 115.09038 +L 727.384189 115.09038 +L 727.384189 117.558387 +L 729.570709 117.558387 +L 729.570709 125.132618 +L 731.75723 125.132618 +L 731.75723 117.303076 +L 733.94375 117.303076 +L 733.94375 114.835068 +L 736.13027 114.835068 +L 736.13027 118.834943 +L 738.316791 118.834943 +L 738.316791 122.409299 +L 740.503311 122.409299 +L 740.503311 127.770834 +L 742.689832 127.770834 +L 742.689832 110.381307 +L 744.876352 110.381307 +L 744.876352 123.799327 +L 747.062872 123.799327 +L 747.062872 127.430419 +L 749.249393 127.430419 +L 749.249393 129.98353 +L 751.435913 129.98353 +L 751.435913 124.905675 +L 753.622433 124.905675 +L 753.622433 110.381307 +L 755.808954 110.381307 +L 755.808954 124.792204 +L 757.995474 124.792204 +L 757.995474 132.621746 +L 760.181995 132.621746 +L 760.181995 130.068634 +L 762.368515 130.068634 +L 762.368515 126.891429 +L 764.555035 126.891429 +L 764.555035 123.600751 +L 766.741556 123.600751 +L 766.741556 131.033143 +L 768.928076 131.033143 +L 768.928076 135.174857 +L 771.114596 135.174857 +L 771.114596 129.926795 +L 773.301117 129.926795 +L 773.301117 129.699851 +L 775.487637 129.699851 +L 775.487637 144.025644 +L 777.674158 144.025644 +L 777.674158 131.770708 +L 779.860678 131.770708 +L 779.860678 143.600125 +L 782.047198 143.600125 +L 782.047198 136.62162 +L 784.233719 136.62162 +L 784.233719 125.898552 +L 786.420239 125.898552 +L 786.420239 144.366059 +L 788.606759 144.366059 +L 788.606759 145.217096 +L 790.79328 145.217096 +L 790.79328 140.195977 +L 792.9798 140.195977 +L 792.9798 141.217221 +L 795.166321 141.217221 +L 795.166321 138.749213 +L 797.352841 138.749213 +L 797.352841 144.62137 +L 799.539361 144.62137 +L 799.539361 142.493777 +L 801.725882 142.493777 +L 801.725882 142.408673 +L 803.912402 142.408673 +L 803.912402 146.834067 +L 806.098922 146.834067 +L 806.098922 147.174481 +L 808.285443 147.174481 +L 808.285443 144.280955 +L 810.471963 144.280955 +L 810.471963 146.748963 +L 812.658484 146.748963 +L 812.658484 145.897926 +L 814.845004 145.897926 +L 814.845004 143.089503 +L 817.031524 143.089503 +L 817.031524 146.91917 +L 819.218045 146.91917 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 146.238341 +L 827.964126 146.238341 +L 827.964126 146.663859 +L 830.150647 146.663859 +L 830.150647 147.6 +L 832.337167 147.6 +L 832.337167 145.897926 +L 834.523687 145.897926 +L 834.523687 147.004274 +L 836.710208 147.004274 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_32"> + <path clip-path="url(#p886fab0ff1)" d="M 753.404603 147.6 +L 753.404603 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_25"> + <path d="M 613.685129 147.6 +L 613.685129 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_26"> + <path d="M 854.202371 147.6 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_27"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_28"> + <path d="M 613.685129 38.88 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_35"> + <!-- 0% --> + <g style="fill:#262626;" transform="translate(721.938125 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + <g id="legend_1"> + <g id="patch_29"> + <path d="M 795.741433 89.315938 +L 847.202371 89.315938 +Q 849.202371 89.315938 849.202371 87.315938 +L 849.202371 45.88 +Q 849.202371 43.88 847.202371 43.88 +L 795.741433 43.88 +Q 793.741433 43.88 793.741433 45.88 +L 793.741433 87.315938 +Q 793.741433 89.315938 795.741433 89.315938 +z +" style="fill:#ffffff;opacity:0.1;stroke:#cccccc;stroke-linejoin:miter;"/> + </g> + <g id="patch_30"> + <path d="M 797.741433 55.037813 +L 817.741433 55.037813 +L 817.741433 48.037813 +L 797.741433 48.037813 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_36"> + <!-- 89.0 --> + <g style="fill:#262626;" transform="translate(825.741433 55.037813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-56"/> + <use x="55.615234" xlink:href="#ArialMT-57"/> + <use x="111.230469" xlink:href="#ArialMT-46"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + </g> + </g> + <g id="patch_31"> + <path d="M 797.741433 69.183125 +L 817.741433 69.183125 +L 817.741433 62.183125 +L 797.741433 62.183125 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_37"> + <!-- 90.0 --> + <g style="fill:#262626;" transform="translate(825.741433 69.183125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-57"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-46"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + </g> + </g> + <g id="patch_32"> + <path d="M 797.741433 83.328438 +L 817.741433 83.328438 +L 817.741433 76.328438 +L 797.741433 76.328438 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_38"> + <!-- 91.0 --> + <g style="fill:#262626;" transform="translate(825.741433 83.328438)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-57"/> + <use x="55.615234" xlink:href="#ArialMT-49"/> + <use x="111.230469" xlink:href="#ArialMT-46"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="axes_4"> + <g id="patch_33"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +L 1142.82306 38.88 +L 902.305819 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_7"> + <g id="xtick_18"> + <g id="line2d_33"> + <path clip-path="url(#p6622bc7249)" d="M 947.094664 147.6 +L 947.094664 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_39"> + <!-- 0.28 --> + <g style="fill:#262626;" transform="translate(937.364196 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_19"> + <g id="line2d_34"> + <path clip-path="url(#p6622bc7249)" d="M 1003.68917 147.6 +L 1003.68917 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_40"> + <!-- 0.29 --> + <g style="fill:#262626;" transform="translate(993.958702 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + </g> + </g> + </g> + <g id="xtick_20"> + <g id="line2d_35"> + <path clip-path="url(#p6622bc7249)" d="M 1060.283676 147.6 +L 1060.283676 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_41"> + <!-- 0.30 --> + <g style="fill:#262626;" transform="translate(1050.553208 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_21"> + <g id="line2d_36"> + <path clip-path="url(#p6622bc7249)" d="M 1116.878182 147.6 +L 1116.878182 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_42"> + <!-- 0.31 --> + <g style="fill:#262626;" transform="translate(1107.147714 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="text_43"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1003.947252 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_8"> + <g id="ytick_13"> + <g id="line2d_37"> + <path clip-path="url(#p6622bc7249)" d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_44"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(889.744881 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_14"> + <g id="line2d_38"> + <path clip-path="url(#p6622bc7249)" d="M 902.305819 124.788179 +L 1142.82306 124.788179 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_45"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(873.062069 128.367085)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_15"> + <g id="line2d_39"> + <path clip-path="url(#p6622bc7249)" d="M 902.305819 101.976357 +L 1142.82306 101.976357 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_46"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(873.062069 105.555264)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_16"> + <g id="line2d_40"> + <path clip-path="url(#p6622bc7249)" d="M 902.305819 79.164536 +L 1142.82306 79.164536 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_47"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(873.062069 82.743442)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_17"> + <g id="line2d_41"> + <path clip-path="url(#p6622bc7249)" d="M 902.305819 56.352715 +L 1142.82306 56.352715 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_48"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(873.062069 59.931621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_34"> + <path clip-path="url(#p6622bc7249)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 136.513455 +L 921.984502 136.513455 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 140.20897 +L 926.357543 140.20897 +L 926.357543 133.639165 +L 928.544063 133.639165 +L 928.544063 146.778774 +L 930.730584 146.778774 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 136.513455 +L 935.103625 136.513455 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 133.912907 +L 939.476665 133.912907 +L 939.476665 139.114002 +L 941.663186 139.114002 +L 941.663186 135.007875 +L 943.849706 135.007875 +L 943.849706 132.31608 +L 946.036226 132.31608 +L 946.036226 131.084241 +L 948.222747 131.084241 +L 948.222747 121.229535 +L 950.409267 121.229535 +L 950.409267 123.601964 +L 952.595788 123.601964 +L 952.595788 136.695949 +L 954.782308 136.695949 +L 954.782308 131.586101 +L 956.968828 131.586101 +L 956.968828 136.650326 +L 959.155349 136.650326 +L 959.155349 115.709074 +L 961.341869 115.709074 +L 961.341869 114.477235 +L 963.528389 114.477235 +L 963.528389 115.572203 +L 965.71491 115.572203 +L 965.71491 107.77056 +L 967.90143 107.77056 +L 967.90143 128.848683 +L 970.087951 128.848683 +L 970.087951 105.991238 +L 972.274471 105.991238 +L 972.274471 95.452176 +L 974.460991 95.452176 +L 974.460991 117.077783 +L 976.647512 117.077783 +L 976.647512 76.427117 +L 978.834032 76.427117 +L 978.834032 86.418695 +L 981.020553 86.418695 +L 981.020553 138.155906 +L 983.207073 138.155906 +L 983.207073 103.527561 +L 985.393593 103.527561 +L 985.393593 83.772524 +L 987.580114 83.772524 +L 987.580114 94.813445 +L 989.766634 94.813445 +L 989.766634 67.119894 +L 991.953154 67.119894 +L 991.953154 71.636635 +L 994.139675 71.636635 +L 994.139675 103.664432 +L 996.326195 103.664432 +L 996.326195 85.049986 +L 998.512716 85.049986 +L 998.512716 76.427117 +L 1000.699236 76.427117 +L 1000.699236 75.469021 +L 1002.885756 75.469021 +L 1002.885756 67.119894 +L 1005.072277 67.119894 +L 1005.072277 59.728864 +L 1007.258797 59.728864 +L 1007.258797 95.771542 +L 1009.445317 95.771542 +L 1009.445317 90.273893 +L 1011.631838 90.273893 +L 1011.631838 44.057143 +L 1013.818358 44.057143 +L 1013.818358 64.245605 +L 1016.004879 64.245605 +L 1016.004879 75.948069 +L 1018.191399 75.948069 +L 1018.191399 80.898234 +L 1020.377919 80.898234 +L 1020.377919 84.890303 +L 1022.56444 84.890303 +L 1022.56444 88.471759 +L 1024.75096 88.471759 +L 1024.75096 49.075744 +L 1026.93748 49.075744 +L 1026.93748 76.267435 +L 1029.124001 76.267435 +L 1029.124001 79.71202 +L 1031.310521 79.71202 +L 1031.310521 71.089151 +L 1033.497042 71.089151 +L 1033.497042 105.649061 +L 1035.683562 105.649061 +L 1035.683562 103.664432 +L 1037.870082 103.664432 +L 1037.870082 68.488604 +L 1040.056603 68.488604 +L 1040.056603 86.487131 +L 1042.243123 86.487131 +L 1042.243123 93.809725 +L 1044.429643 93.809725 +L 1044.429643 99.193315 +L 1046.616164 99.193315 +L 1046.616164 116.005627 +L 1048.802684 116.005627 +L 1048.802684 99.284562 +L 1050.989205 99.284562 +L 1050.989205 86.509942 +L 1053.175725 86.509942 +L 1053.175725 112.880408 +L 1055.362245 112.880408 +L 1055.362245 112.834784 +L 1057.548766 112.834784 +L 1057.548766 103.253819 +L 1059.735286 103.253819 +L 1059.735286 130.285828 +L 1061.921806 130.285828 +L 1061.921806 125.769087 +L 1064.108327 125.769087 +L 1064.108327 88.540195 +L 1066.294847 88.540195 +L 1066.294847 118.720234 +L 1068.481368 118.720234 +L 1068.481368 133.776036 +L 1070.667888 133.776036 +L 1070.667888 129.738344 +L 1072.854408 129.738344 +L 1072.854408 133.844472 +L 1075.040929 133.844472 +L 1075.040929 127.959022 +L 1077.227449 127.959022 +L 1077.227449 123.168539 +L 1079.413969 123.168539 +L 1079.413969 136.239713 +L 1081.60049 136.239713 +L 1081.60049 138.292777 +L 1083.78701 138.292777 +L 1083.78701 136.239713 +L 1085.973531 136.239713 +L 1085.973531 146.09442 +L 1088.160051 146.09442 +L 1088.160051 136.513455 +L 1090.346571 136.513455 +L 1090.346571 142.056727 +L 1092.533092 142.056727 +L 1092.533092 142.672647 +L 1094.719612 142.672647 +L 1094.719612 129.669908 +L 1096.906132 129.669908 +L 1096.906132 138.019035 +L 1099.092653 138.019035 +L 1099.092653 146.505033 +L 1101.279173 146.505033 +L 1101.279173 142.330469 +L 1103.465694 142.330469 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 143.904485 +L 1107.838734 143.904485 +L 1107.838734 140.345841 +L 1110.025255 140.345841 +L 1110.025255 147.463129 +L 1112.211775 147.463129 +L 1112.211775 144.451969 +L 1114.398295 144.451969 +L 1114.398295 145.204759 +L 1116.584816 145.204759 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 141.303937 +L 1120.957857 141.303937 +L 1120.957857 142.809518 +L 1123.144377 142.809518 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_35"> + <path clip-path="url(#p6622bc7249)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 143.904485 +L 921.984502 143.904485 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 143.904485 +L 926.357543 143.904485 +L 926.357543 144.315098 +L 928.544063 144.315098 +L 928.544063 147.189387 +L 930.730584 147.189387 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 143.904485 +L 935.103625 143.904485 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 143.904485 +L 939.476665 143.904485 +L 939.476665 143.904485 +L 941.663186 143.904485 +L 941.663186 143.767614 +L 943.849706 143.767614 +L 943.849706 142.353281 +L 946.036226 142.353281 +L 946.036226 141.897045 +L 948.222747 141.897045 +L 948.222747 139.935228 +L 950.409267 139.935228 +L 950.409267 139.296497 +L 952.595788 139.296497 +L 952.595788 143.311378 +L 954.782308 143.311378 +L 954.782308 142.125163 +L 956.968828 142.125163 +L 956.968828 144.315098 +L 959.155349 144.315098 +L 959.155349 137.471551 +L 961.341869 137.471551 +L 961.341869 135.965971 +L 963.528389 135.965971 +L 963.528389 138.840261 +L 965.71491 138.840261 +L 965.71491 133.228553 +L 967.90143 133.228553 +L 967.90143 140.20897 +L 970.087951 140.20897 +L 970.087951 133.228553 +L 972.274471 133.228553 +L 972.274471 129.806779 +L 974.460991 129.806779 +L 974.460991 136.102842 +L 976.647512 136.102842 +L 976.647512 126.795619 +L 978.834032 126.795619 +L 978.834032 127.43435 +L 981.020553 127.43435 +L 981.020553 143.539496 +L 983.207073 143.539496 +L 983.207073 132.954811 +L 985.393593 132.954811 +L 985.393593 128.620565 +L 987.580114 128.620565 +L 987.580114 125.92877 +L 989.766634 125.92877 +L 989.766634 122.689491 +L 991.953154 122.689491 +L 991.953154 122.826362 +L 994.139675 122.826362 +L 994.139675 133.776036 +L 996.326195 133.776036 +L 996.326195 122.826362 +L 998.512716 122.826362 +L 998.512716 126.93249 +L 1000.699236 126.93249 +L 1000.699236 124.468813 +L 1002.885756 124.468813 +L 1002.885756 118.446492 +L 1005.072277 118.446492 +L 1005.072277 118.446492 +L 1007.258797 118.446492 +L 1007.258797 131.540478 +L 1009.445317 131.540478 +L 1009.445317 124.856614 +L 1011.631838 124.856614 +L 1011.631838 114.545671 +L 1013.818358 114.545671 +L 1013.818358 121.662959 +L 1016.004879 121.662959 +L 1016.004879 124.263507 +L 1018.191399 124.263507 +L 1018.191399 123.624776 +L 1020.377919 123.624776 +L 1020.377919 127.981834 +L 1022.56444 127.981834 +L 1022.56444 126.453442 +L 1024.75096 126.453442 +L 1024.75096 115.640638 +L 1026.93748 115.640638 +L 1026.93748 125.632216 +L 1029.124001 125.632216 +L 1029.124001 124.537249 +L 1031.310521 124.537249 +L 1031.310521 121.04704 +L 1033.497042 121.04704 +L 1033.497042 134.118214 +L 1035.683562 134.118214 +L 1035.683562 134.391955 +L 1037.870082 134.391955 +L 1037.870082 119.952073 +L 1040.056603 119.952073 +L 1040.056603 127.822151 +L 1042.243123 127.822151 +L 1042.243123 131.243924 +L 1044.429643 131.243924 +L 1044.429643 128.574941 +L 1046.616164 128.574941 +L 1046.616164 137.33468 +L 1048.802684 137.33468 +L 1048.802684 130.764876 +L 1050.989205 130.764876 +L 1050.989205 127.93621 +L 1053.175725 127.93621 +L 1053.175725 136.057218 +L 1055.362245 136.057218 +L 1055.362245 137.608422 +L 1057.548766 137.608422 +L 1057.548766 130.901747 +L 1059.735286 130.901747 +L 1059.735286 141.782986 +L 1061.921806 141.782986 +L 1061.921806 138.70339 +L 1064.108327 138.70339 +L 1064.108327 128.985554 +L 1066.294847 128.985554 +L 1066.294847 138.70339 +L 1068.481368 138.70339 +L 1068.481368 143.562308 +L 1070.667888 143.562308 +L 1070.667888 141.646115 +L 1072.854408 141.646115 +L 1072.854408 142.262034 +L 1075.040929 142.262034 +L 1075.040929 142.125163 +L 1077.227449 142.125163 +L 1077.227449 138.292777 +L 1079.413969 138.292777 +L 1079.413969 143.904485 +L 1081.60049 143.904485 +L 1081.60049 144.794146 +L 1083.78701 144.794146 +L 1083.78701 143.767614 +L 1085.973531 143.767614 +L 1085.973531 146.84721 +L 1088.160051 146.84721 +L 1088.160051 143.904485 +L 1090.346571 143.904485 +L 1090.346571 145.752242 +L 1092.533092 145.752242 +L 1092.533092 145.136323 +L 1094.719612 145.136323 +L 1094.719612 142.330469 +L 1096.906132 142.330469 +L 1096.906132 144.657275 +L 1099.092653 144.657275 +L 1099.092653 147.189387 +L 1101.279173 147.189387 +L 1101.279173 145.752242 +L 1103.465694 145.752242 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 145.752242 +L 1107.838734 145.752242 +L 1107.838734 145.820678 +L 1110.025255 145.820678 +L 1110.025255 147.531565 +L 1112.211775 147.531565 +L 1112.211775 146.641904 +L 1114.398295 146.641904 +L 1114.398295 146.710339 +L 1116.584816 146.710339 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 145.752242 +L 1120.957857 145.752242 +L 1120.957857 145.752242 +L 1123.144377 145.752242 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_36"> + <path clip-path="url(#p6622bc7249)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 143.904485 +L 921.984502 143.904485 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 926.357543 147.6 +L 926.357543 140.20897 +L 928.544063 140.20897 +L 928.544063 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 143.904485 +L 935.103625 143.904485 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 141.303937 +L 939.476665 141.303937 +L 939.476665 146.505033 +L 941.663186 146.505033 +L 941.663186 142.672647 +L 943.849706 142.672647 +L 943.849706 142.809518 +L 946.036226 142.809518 +L 946.036226 142.490152 +L 948.222747 142.490152 +L 948.222747 136.559078 +L 950.409267 136.559078 +L 950.409267 140.20897 +L 952.595788 140.20897 +L 952.595788 145.273194 +L 954.782308 145.273194 +L 954.782308 142.535776 +L 956.968828 142.535776 +L 956.968828 143.22013 +L 959.155349 143.22013 +L 959.155349 135.965971 +L 961.341869 135.965971 +L 961.341869 137.745293 +L 963.528389 137.745293 +L 963.528389 133.091682 +L 965.71491 133.091682 +L 965.71491 136.513455 +L 967.90143 136.513455 +L 967.90143 143.630743 +L 970.087951 143.630743 +L 970.087951 134.734133 +L 972.274471 134.734133 +L 972.274471 131.038618 +L 974.460991 131.038618 +L 974.460991 140.072099 +L 976.647512 140.072099 +L 976.647512 118.03588 +L 978.834032 118.03588 +L 978.834032 126.749995 +L 981.020553 126.749995 +L 981.020553 146.276914 +L 983.207073 146.276914 +L 983.207073 132.81794 +L 985.393593 132.81794 +L 985.393593 121.731395 +L 987.580114 121.731395 +L 987.580114 138.155906 +L 989.766634 138.155906 +L 989.766634 116.940912 +L 991.953154 116.940912 +L 991.953154 121.183911 +L 994.139675 121.183911 +L 994.139675 131.31236 +L 996.326195 131.31236 +L 996.326195 134.597262 +L 998.512716 134.597262 +L 998.512716 117.762138 +L 1000.699236 117.762138 +L 1000.699236 121.731395 +L 1002.885756 121.731395 +L 1002.885756 125.42691 +L 1005.072277 125.42691 +L 1005.072277 118.03588 +L 1007.258797 118.03588 +L 1007.258797 127.890586 +L 1009.445317 127.890586 +L 1009.445317 135.760665 +L 1011.631838 135.760665 +L 1011.631838 110.165801 +L 1013.818358 110.165801 +L 1013.818358 116.119687 +L 1016.004879 116.119687 +L 1016.004879 122.621056 +L 1018.191399 122.621056 +L 1018.191399 128.848683 +L 1020.377919 128.848683 +L 1020.377919 124.126636 +L 1022.56444 124.126636 +L 1022.56444 130.764876 +L 1024.75096 130.764876 +L 1024.75096 112.994467 +L 1026.93748 112.994467 +L 1026.93748 120.203003 +L 1029.124001 120.203003 +L 1029.124001 125.837522 +L 1031.310521 125.837522 +L 1031.310521 124.195071 +L 1033.497042 124.195071 +L 1033.497042 132.612633 +L 1035.683562 132.612633 +L 1035.683562 130.080521 +L 1037.870082 130.080521 +L 1037.870082 123.784459 +L 1040.056603 123.784459 +L 1040.056603 126.042829 +L 1042.243123 126.042829 +L 1042.243123 126.521877 +L 1044.429643 126.521877 +L 1044.429643 137.243433 +L 1046.616164 137.243433 +L 1046.616164 136.536267 +L 1048.802684 136.536267 +L 1048.802684 132.954811 +L 1050.989205 132.954811 +L 1050.989205 125.837522 +L 1053.175725 125.837522 +L 1053.175725 135.965971 +L 1055.362245 135.965971 +L 1055.362245 132.81794 +L 1057.548766 132.81794 +L 1057.548766 136.650326 +L 1059.735286 136.650326 +L 1059.735286 141.919856 +L 1061.921806 141.919856 +L 1061.921806 143.562308 +L 1064.108327 143.562308 +L 1064.108327 125.769087 +L 1066.294847 125.769087 +L 1066.294847 136.513455 +L 1068.481368 136.513455 +L 1068.481368 141.851421 +L 1070.667888 141.851421 +L 1070.667888 141.646115 +L 1072.854408 141.646115 +L 1072.854408 144.520404 +L 1075.040929 144.520404 +L 1075.040929 138.908696 +L 1077.227449 138.908696 +L 1077.227449 141.782986 +L 1079.413969 141.782986 +L 1079.413969 143.630743 +L 1081.60049 143.630743 +L 1081.60049 143.904485 +L 1083.78701 143.904485 +L 1083.78701 143.904485 +L 1085.973531 143.904485 +L 1085.973531 147.6 +L 1088.160051 147.6 +L 1088.160051 143.904485 +L 1090.346571 143.904485 +L 1090.346571 145.752242 +L 1092.533092 145.752242 +L 1092.533092 147.6 +L 1094.719612 147.6 +L 1094.719612 140.20897 +L 1096.906132 140.20897 +L 1096.906132 143.904485 +L 1099.092653 143.904485 +L 1099.092653 147.326258 +L 1101.279173 147.326258 +L 1101.279173 146.025984 +L 1103.465694 146.025984 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1107.838734 147.6 +L 1107.838734 143.904485 +L 1110.025255 143.904485 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 146.368162 +L 1114.398295 146.368162 +L 1114.398295 146.984081 +L 1116.584816 146.984081 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 144.999452 +L 1120.957857 144.999452 +L 1120.957857 146.505033 +L 1123.144377 146.505033 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_37"> + <path clip-path="url(#p6622bc7249)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 143.904485 +L 921.984502 143.904485 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 143.904485 +L 926.357543 143.904485 +L 926.357543 144.315098 +L 928.544063 144.315098 +L 928.544063 147.189387 +L 930.730584 147.189387 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 143.904485 +L 935.103625 143.904485 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 143.904485 +L 939.476665 143.904485 +L 939.476665 143.904485 +L 941.663186 143.904485 +L 941.663186 143.767614 +L 943.849706 143.767614 +L 943.849706 142.353281 +L 946.036226 142.353281 +L 946.036226 141.897045 +L 948.222747 141.897045 +L 948.222747 139.935228 +L 950.409267 139.935228 +L 950.409267 139.296497 +L 952.595788 139.296497 +L 952.595788 143.311378 +L 954.782308 143.311378 +L 954.782308 142.125163 +L 956.968828 142.125163 +L 956.968828 144.315098 +L 959.155349 144.315098 +L 959.155349 137.471551 +L 961.341869 137.471551 +L 961.341869 135.965971 +L 963.528389 135.965971 +L 963.528389 138.840261 +L 965.71491 138.840261 +L 965.71491 133.228553 +L 967.90143 133.228553 +L 967.90143 140.20897 +L 970.087951 140.20897 +L 970.087951 133.228553 +L 972.274471 133.228553 +L 972.274471 129.806779 +L 974.460991 129.806779 +L 974.460991 136.102842 +L 976.647512 136.102842 +L 976.647512 126.795619 +L 978.834032 126.795619 +L 978.834032 127.43435 +L 981.020553 127.43435 +L 981.020553 143.539496 +L 983.207073 143.539496 +L 983.207073 132.954811 +L 985.393593 132.954811 +L 985.393593 128.620565 +L 987.580114 128.620565 +L 987.580114 125.92877 +L 989.766634 125.92877 +L 989.766634 122.689491 +L 991.953154 122.689491 +L 991.953154 122.826362 +L 994.139675 122.826362 +L 994.139675 133.776036 +L 996.326195 133.776036 +L 996.326195 122.826362 +L 998.512716 122.826362 +L 998.512716 126.93249 +L 1000.699236 126.93249 +L 1000.699236 124.468813 +L 1002.885756 124.468813 +L 1002.885756 118.446492 +L 1005.072277 118.446492 +L 1005.072277 118.446492 +L 1007.258797 118.446492 +L 1007.258797 131.540478 +L 1009.445317 131.540478 +L 1009.445317 124.856614 +L 1011.631838 124.856614 +L 1011.631838 114.545671 +L 1013.818358 114.545671 +L 1013.818358 121.662959 +L 1016.004879 121.662959 +L 1016.004879 124.263507 +L 1018.191399 124.263507 +L 1018.191399 123.624776 +L 1020.377919 123.624776 +L 1020.377919 127.981834 +L 1022.56444 127.981834 +L 1022.56444 126.453442 +L 1024.75096 126.453442 +L 1024.75096 115.640638 +L 1026.93748 115.640638 +L 1026.93748 125.632216 +L 1029.124001 125.632216 +L 1029.124001 124.537249 +L 1031.310521 124.537249 +L 1031.310521 121.04704 +L 1033.497042 121.04704 +L 1033.497042 134.118214 +L 1035.683562 134.118214 +L 1035.683562 134.391955 +L 1037.870082 134.391955 +L 1037.870082 119.952073 +L 1040.056603 119.952073 +L 1040.056603 127.822151 +L 1042.243123 127.822151 +L 1042.243123 131.243924 +L 1044.429643 131.243924 +L 1044.429643 128.574941 +L 1046.616164 128.574941 +L 1046.616164 137.33468 +L 1048.802684 137.33468 +L 1048.802684 130.764876 +L 1050.989205 130.764876 +L 1050.989205 127.93621 +L 1053.175725 127.93621 +L 1053.175725 136.057218 +L 1055.362245 136.057218 +L 1055.362245 137.608422 +L 1057.548766 137.608422 +L 1057.548766 130.901747 +L 1059.735286 130.901747 +L 1059.735286 141.782986 +L 1061.921806 141.782986 +L 1061.921806 138.70339 +L 1064.108327 138.70339 +L 1064.108327 128.985554 +L 1066.294847 128.985554 +L 1066.294847 138.70339 +L 1068.481368 138.70339 +L 1068.481368 143.562308 +L 1070.667888 143.562308 +L 1070.667888 141.646115 +L 1072.854408 141.646115 +L 1072.854408 142.262034 +L 1075.040929 142.262034 +L 1075.040929 142.125163 +L 1077.227449 142.125163 +L 1077.227449 138.292777 +L 1079.413969 138.292777 +L 1079.413969 143.904485 +L 1081.60049 143.904485 +L 1081.60049 144.794146 +L 1083.78701 144.794146 +L 1083.78701 143.767614 +L 1085.973531 143.767614 +L 1085.973531 146.84721 +L 1088.160051 146.84721 +L 1088.160051 143.904485 +L 1090.346571 143.904485 +L 1090.346571 145.752242 +L 1092.533092 145.752242 +L 1092.533092 145.136323 +L 1094.719612 145.136323 +L 1094.719612 142.330469 +L 1096.906132 142.330469 +L 1096.906132 144.657275 +L 1099.092653 144.657275 +L 1099.092653 147.189387 +L 1101.279173 147.189387 +L 1101.279173 145.752242 +L 1103.465694 145.752242 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 145.752242 +L 1107.838734 145.752242 +L 1107.838734 145.820678 +L 1110.025255 145.820678 +L 1110.025255 147.531565 +L 1112.211775 147.531565 +L 1112.211775 146.641904 +L 1114.398295 146.641904 +L 1114.398295 146.710339 +L 1116.584816 146.710339 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 145.752242 +L 1120.957857 145.752242 +L 1120.957857 145.752242 +L 1123.144377 145.752242 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_42"> + <path clip-path="url(#p6622bc7249)" d="M 1060.283676 147.6 +L 1060.283676 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_38"> + <path d="M 902.305819 147.6 +L 902.305819 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_39"> + <path d="M 1142.82306 147.6 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_40"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_41"> + <path d="M 902.305819 38.88 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_49"> + <!-- 0% --> + <g style="fill:#262626;" transform="translate(1010.558815 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_5"> + <g id="patch_42"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +L 1431.44375 38.88 +L 1190.926509 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_9"> + <g id="xtick_22"> + <g id="line2d_43"> + <path clip-path="url(#pf89c2b335b)" d="M 1191.977151 147.6 +L 1191.977151 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_50"> + <!-- 0.41 --> + <g style="fill:#262626;" transform="translate(1182.246682 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="xtick_23"> + <g id="line2d_44"> + <path clip-path="url(#pf89c2b335b)" d="M 1232.424459 147.6 +L 1232.424459 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_51"> + <!-- 0.42 --> + <g style="fill:#262626;" transform="translate(1222.69399 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_24"> + <g id="line2d_45"> + <path clip-path="url(#pf89c2b335b)" d="M 1272.871767 147.6 +L 1272.871767 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_52"> + <!-- 0.43 --> + <g style="fill:#262626;" transform="translate(1263.141298 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-51"/> + </g> + </g> + </g> + <g id="xtick_25"> + <g id="line2d_46"> + <path clip-path="url(#pf89c2b335b)" d="M 1313.319075 147.6 +L 1313.319075 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_53"> + <!-- 0.44 --> + <g style="fill:#262626;" transform="translate(1303.588606 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_26"> + <g id="line2d_47"> + <path clip-path="url(#pf89c2b335b)" d="M 1353.766383 147.6 +L 1353.766383 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_54"> + <!-- 0.45 --> + <g style="fill:#262626;" transform="translate(1344.035914 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_27"> + <g id="line2d_48"> + <path clip-path="url(#pf89c2b335b)" d="M 1394.213691 147.6 +L 1394.213691 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_55"> + <!-- 0.46 --> + <g style="fill:#262626;" transform="translate(1384.483222 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="text_56"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1292.567942 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_10"> + <g id="ytick_18"> + <g id="line2d_49"> + <path clip-path="url(#pf89c2b335b)" d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_57"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(1178.365571 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_19"> + <g id="line2d_50"> + <path clip-path="url(#pf89c2b335b)" d="M 1190.926509 125.847299 +L 1431.44375 125.847299 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_58"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(1161.682759 129.426205)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_20"> + <g id="line2d_51"> + <path clip-path="url(#pf89c2b335b)" d="M 1190.926509 104.094598 +L 1431.44375 104.094598 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_59"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(1161.682759 107.673504)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_21"> + <g id="line2d_52"> + <path clip-path="url(#pf89c2b335b)" d="M 1190.926509 82.341897 +L 1431.44375 82.341897 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_60"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(1161.682759 85.920803)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_22"> + <g id="line2d_53"> + <path clip-path="url(#pf89c2b335b)" d="M 1190.926509 60.589196 +L 1431.44375 60.589196 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_61"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(1161.682759 64.168102)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_43"> + <path clip-path="url(#pf89c2b335b)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 137.680768 +L 1210.605192 137.680768 +L 1210.605192 146.947419 +L 1212.791712 146.947419 +L 1212.791712 126.717407 +L 1214.978233 126.717407 +L 1214.978233 147.338968 +L 1217.164753 147.338968 +L 1217.164753 137.028187 +L 1219.351274 137.028187 +L 1219.351274 140.552125 +L 1221.537794 140.552125 +L 1221.537794 133.50425 +L 1223.724314 133.50425 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 137.028187 +L 1228.097355 137.028187 +L 1228.097355 130.632893 +L 1230.283875 130.632893 +L 1230.283875 143.423481 +L 1232.470396 143.423481 +L 1232.470396 135.984058 +L 1234.656916 135.984058 +L 1234.656916 124.498631 +L 1236.843437 124.498631 +L 1236.843437 121.757791 +L 1239.029957 121.757791 +L 1239.029957 134.678896 +L 1241.216477 134.678896 +L 1241.216477 136.506122 +L 1243.402998 136.506122 +L 1243.402998 126.717407 +L 1245.589518 126.717407 +L 1245.589518 126.195342 +L 1247.776038 126.195342 +L 1247.776038 137.028187 +L 1249.962559 137.028187 +L 1249.962559 111.185978 +L 1252.149079 111.185978 +L 1252.149079 99.178487 +L 1254.3356 99.178487 +L 1254.3356 105.573782 +L 1256.52212 105.573782 +L 1256.52212 121.627275 +L 1258.70864 121.627275 +L 1258.70864 131.285474 +L 1260.895161 131.285474 +L 1260.895161 105.704298 +L 1263.081681 105.704298 +L 1263.081681 105.312749 +L 1265.268201 105.312749 +L 1265.268201 98.656423 +L 1267.454722 98.656423 +L 1267.454722 98.003842 +L 1269.641242 98.003842 +L 1269.641242 86.257383 +L 1271.827763 86.257383 +L 1271.827763 100.701176 +L 1274.014283 100.701176 +L 1274.014283 104.703673 +L 1276.200803 104.703673 +L 1276.200803 75.294022 +L 1278.387324 75.294022 +L 1278.387324 120.322113 +L 1280.573844 120.322113 +L 1280.573844 94.740936 +L 1282.760364 94.740936 +L 1282.760364 87.170996 +L 1284.946885 87.170996 +L 1284.946885 63.808595 +L 1287.133405 63.808595 +L 1287.133405 112.099592 +L 1289.319926 112.099592 +L 1289.319926 86.387899 +L 1291.506446 86.387899 +L 1291.506446 82.211381 +L 1293.692966 82.211381 +L 1293.692966 44.057143 +L 1295.879487 44.057143 +L 1295.879487 99.221993 +L 1298.066007 99.221993 +L 1298.066007 81.036735 +L 1300.252527 81.036735 +L 1300.252527 75.163505 +L 1302.439048 75.163505 +L 1302.439048 75.294022 +L 1304.625568 75.294022 +L 1304.625568 48.472941 +L 1306.812089 48.472941 +L 1306.812089 88.4109 +L 1308.998609 88.4109 +L 1308.998609 60.893733 +L 1311.185129 60.893733 +L 1311.185129 78.730948 +L 1313.37165 78.730948 +L 1313.37165 88.345642 +L 1315.55817 88.345642 +L 1315.55817 91.586795 +L 1317.74469 91.586795 +L 1317.74469 107.096471 +L 1319.931211 107.096471 +L 1319.931211 80.253637 +L 1322.117731 80.253637 +L 1322.117731 98.525906 +L 1324.304252 98.525906 +L 1324.304252 69.094502 +L 1326.490772 69.094502 +L 1326.490772 115.297239 +L 1328.677292 115.297239 +L 1328.677292 109.358752 +L 1330.863813 109.358752 +L 1330.863813 108.771429 +L 1333.050333 108.771429 +L 1333.050333 63.112509 +L 1335.236853 63.112509 +L 1335.236853 120.496134 +L 1337.423374 120.496134 +L 1337.423374 106.356879 +L 1339.609894 106.356879 +L 1339.609894 107.074718 +L 1341.796415 107.074718 +L 1341.796415 84.952221 +L 1343.982935 84.952221 +L 1343.982935 128.67515 +L 1346.169455 128.67515 +L 1346.169455 102.376134 +L 1348.355976 102.376134 +L 1348.355976 107.00946 +L 1350.542496 107.00946 +L 1350.542496 103.311501 +L 1352.729016 103.311501 +L 1352.729016 128.457623 +L 1354.915537 128.457623 +L 1354.915537 132.590636 +L 1357.102057 132.590636 +L 1357.102057 118.581897 +L 1359.288578 118.581897 +L 1359.288578 145.816279 +L 1361.475098 145.816279 +L 1361.475098 116.145594 +L 1363.661618 116.145594 +L 1363.661618 125.020696 +L 1365.848139 125.020696 +L 1365.848139 130.241345 +L 1368.034659 130.241345 +L 1368.034659 135.070444 +L 1370.221179 135.070444 +L 1370.221179 141.661513 +L 1372.4077 141.661513 +L 1372.4077 142.053061 +L 1374.59422 142.053061 +L 1374.59422 133.765282 +L 1376.780741 133.765282 +L 1376.780741 140.095318 +L 1378.967261 140.095318 +L 1378.967261 138.529124 +L 1381.153781 138.529124 +L 1381.153781 139.769028 +L 1383.340302 139.769028 +L 1383.340302 135.853541 +L 1385.526822 135.853541 +L 1385.526822 144.989676 +L 1387.713342 144.989676 +L 1387.713342 147.012677 +L 1389.899863 147.012677 +L 1389.899863 142.901417 +L 1392.086383 142.901417 +L 1392.086383 141.335222 +L 1394.272904 141.335222 +L 1394.272904 143.292965 +L 1396.459424 143.292965 +L 1396.459424 142.314094 +L 1398.645944 142.314094 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 137.419736 +L 1403.018985 137.419736 +L 1403.018985 147.208451 +L 1405.205505 147.208451 +L 1405.205505 142.314094 +L 1407.392026 142.314094 +L 1407.392026 144.076062 +L 1409.578546 144.076062 +L 1409.578546 140.552125 +L 1411.765067 140.552125 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_44"> + <path clip-path="url(#pf89c2b335b)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 144.337095 +L 1210.605192 144.337095 +L 1210.605192 147.338968 +L 1212.791712 147.338968 +L 1212.791712 140.682641 +L 1214.978233 140.682641 +L 1214.978233 147.469484 +L 1217.164753 147.469484 +L 1217.164753 144.076062 +L 1219.351274 144.076062 +L 1219.351274 144.076062 +L 1221.537794 144.076062 +L 1221.537794 144.076062 +L 1223.724314 144.076062 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 144.076062 +L 1228.097355 144.076062 +L 1228.097355 142.640384 +L 1230.283875 142.640384 +L 1230.283875 145.511741 +L 1232.470396 145.511741 +L 1232.470396 144.076062 +L 1234.656916 144.076062 +L 1234.656916 140.552125 +L 1236.843437 140.552125 +L 1236.843437 138.463866 +L 1239.029957 138.463866 +L 1239.029957 142.901417 +L 1241.216477 142.901417 +L 1241.216477 143.81503 +L 1243.402998 143.81503 +L 1243.402998 140.682641 +L 1245.589518 140.682641 +L 1245.589518 140.421609 +L 1247.776038 140.421609 +L 1247.776038 144.076062 +L 1249.962559 144.076062 +L 1249.962559 134.678896 +L 1252.149079 134.678896 +L 1252.149079 131.677023 +L 1254.3356 131.677023 +L 1254.3356 134.156831 +L 1256.52212 134.156831 +L 1256.52212 139.246963 +L 1258.70864 139.246963 +L 1258.70864 141.857287 +L 1260.895161 141.857287 +L 1260.895161 135.331477 +L 1263.081681 135.331477 +L 1263.081681 132.851669 +L 1265.268201 132.851669 +L 1265.268201 129.197215 +L 1267.454722 129.197215 +L 1267.454722 131.546507 +L 1269.641242 131.546507 +L 1269.641242 128.153085 +L 1271.827763 128.153085 +L 1271.827763 131.938055 +L 1274.014283 131.938055 +L 1274.014283 133.634766 +L 1276.200803 133.634766 +L 1276.200803 125.412245 +L 1278.387324 125.412245 +L 1278.387324 135.853541 +L 1280.573844 135.853541 +L 1280.573844 129.980312 +L 1282.760364 129.980312 +L 1282.760364 129.458247 +L 1284.946885 129.458247 +L 1284.946885 116.537143 +L 1287.133405 116.537143 +L 1287.133405 136.897671 +L 1289.319926 136.897671 +L 1289.319926 128.67515 +L 1291.506446 128.67515 +L 1291.506446 122.018824 +L 1293.692966 122.018824 +L 1293.692966 115.797551 +L 1295.879487 115.797551 +L 1295.879487 132.286098 +L 1298.066007 132.286098 +L 1298.066007 123.062953 +L 1300.252527 123.062953 +L 1300.252527 125.803794 +L 1302.439048 125.803794 +L 1302.439048 123.454502 +L 1304.625568 123.454502 +L 1304.625568 111.251236 +L 1306.812089 111.251236 +L 1306.812089 129.915054 +L 1308.998609 129.915054 +L 1308.998609 119.321489 +L 1311.185129 119.321489 +L 1311.185129 122.888932 +L 1313.37165 122.888932 +L 1313.37165 129.71928 +L 1315.55817 129.71928 +L 1315.55817 129.218968 +L 1317.74469 129.218968 +L 1317.74469 132.6994 +L 1319.931211 132.6994 +L 1319.931211 126.130084 +L 1322.117731 126.130084 +L 1322.117731 130.567635 +L 1324.304252 130.567635 +L 1324.304252 121.235726 +L 1326.490772 121.235726 +L 1326.490772 137.61551 +L 1328.677292 137.61551 +L 1328.677292 134.678896 +L 1330.863813 134.678896 +L 1330.863813 133.438992 +L 1333.050333 133.438992 +L 1333.050333 121.801297 +L 1335.236853 121.801297 +L 1335.236853 137.572005 +L 1337.423374 137.572005 +L 1337.423374 133.438992 +L 1339.609894 133.438992 +L 1339.609894 135.135702 +L 1341.796415 135.135702 +L 1341.796415 125.216471 +L 1343.982935 125.216471 +L 1343.982935 142.118319 +L 1346.169455 142.118319 +L 1346.169455 132.394862 +L 1348.355976 132.394862 +L 1348.355976 134.417863 +L 1350.542496 134.417863 +L 1350.542496 132.503625 +L 1352.729016 132.503625 +L 1352.729016 139.79078 +L 1354.915537 139.79078 +L 1354.915537 143.619256 +L 1357.102057 143.619256 +L 1357.102057 138.246339 +L 1359.288578 138.246339 +L 1359.288578 146.838655 +L 1361.475098 146.838655 +L 1361.475098 138.007059 +L 1363.661618 138.007059 +L 1363.661618 139.573253 +L 1365.848139 139.573253 +L 1365.848139 141.857287 +L 1368.034659 141.857287 +L 1368.034659 143.097191 +L 1370.221179 143.097191 +L 1370.221179 145.511741 +L 1372.4077 145.511741 +L 1372.4077 145.707515 +L 1374.59422 145.707515 +L 1374.59422 142.44461 +L 1376.780741 142.44461 +L 1376.780741 145.838031 +L 1378.967261 145.838031 +L 1378.967261 144.532869 +L 1381.153781 144.532869 +L 1381.153781 145.381224 +L 1383.340302 145.381224 +L 1383.340302 143.619256 +L 1385.526822 143.619256 +L 1385.526822 146.294838 +L 1387.713342 146.294838 +L 1387.713342 147.6 +L 1389.899863 147.6 +L 1389.899863 145.838031 +L 1392.086383 145.838031 +L 1392.086383 145.838031 +L 1394.272904 145.838031 +L 1394.272904 145.838031 +L 1396.459424 145.838031 +L 1396.459424 145.838031 +L 1398.645944 145.838031 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 144.271837 +L 1403.018985 144.271837 +L 1403.018985 147.404226 +L 1405.205505 147.404226 +L 1405.205505 145.838031 +L 1407.392026 145.838031 +L 1407.392026 145.838031 +L 1409.578546 145.838031 +L 1409.578546 145.838031 +L 1411.765067 145.838031 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_45"> + <path clip-path="url(#pf89c2b335b)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 144.206579 +L 1210.605192 144.206579 +L 1210.605192 147.469484 +L 1212.791712 147.469484 +L 1212.791712 140.552125 +L 1214.978233 140.552125 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 144.076062 +L 1219.351274 144.076062 +L 1219.351274 147.6 +L 1221.537794 147.6 +L 1221.537794 140.552125 +L 1223.724314 140.552125 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 144.076062 +L 1228.097355 144.076062 +L 1228.097355 140.552125 +L 1230.283875 140.552125 +L 1230.283875 147.6 +L 1232.470396 147.6 +L 1232.470396 143.031933 +L 1234.656916 143.031933 +L 1234.656916 138.594382 +L 1236.843437 138.594382 +L 1236.843437 140.03006 +L 1239.029957 140.03006 +L 1239.029957 144.076062 +L 1241.216477 144.076062 +L 1241.216477 144.076062 +L 1243.402998 144.076062 +L 1243.402998 140.552125 +L 1245.589518 140.552125 +L 1245.589518 140.552125 +L 1247.776038 140.552125 +L 1247.776038 144.076062 +L 1249.962559 144.076062 +L 1249.962559 137.028187 +L 1252.149079 137.028187 +L 1252.149079 131.024442 +L 1254.3356 131.024442 +L 1254.3356 132.46012 +L 1256.52212 132.46012 +L 1256.52212 138.333349 +L 1258.70864 138.333349 +L 1258.70864 142.7709 +L 1260.895161 142.7709 +L 1260.895161 130.241345 +L 1263.081681 130.241345 +L 1263.081681 134.809412 +L 1265.268201 134.809412 +L 1265.268201 135.461993 +L 1267.454722 135.461993 +L 1267.454722 130.110828 +L 1269.641242 130.110828 +L 1269.641242 125.151212 +L 1271.827763 125.151212 +L 1271.827763 132.025066 +L 1274.014283 132.025066 +L 1274.014283 132.634142 +L 1276.200803 132.634142 +L 1276.200803 119.669532 +L 1278.387324 119.669532 +L 1278.387324 143.81503 +L 1280.573844 143.81503 +L 1280.573844 129.980312 +L 1282.760364 129.980312 +L 1282.760364 123.454502 +L 1284.946885 123.454502 +L 1284.946885 125.93431 +L 1287.133405 125.93431 +L 1287.133405 133.50425 +L 1289.319926 133.50425 +L 1289.319926 124.237599 +L 1291.506446 124.237599 +L 1291.506446 133.373733 +L 1293.692966 133.373733 +L 1293.692966 107.662041 +L 1295.879487 107.662041 +L 1295.879487 129.849796 +L 1298.066007 129.849796 +L 1298.066007 130.110828 +L 1300.252527 130.110828 +L 1300.252527 118.755918 +L 1302.439048 118.755918 +L 1302.439048 123.585018 +L 1304.625568 123.585018 +L 1304.625568 121.170468 +L 1306.812089 121.170468 +L 1306.812089 123.780792 +L 1308.998609 123.780792 +L 1308.998609 117.450756 +L 1311.185129 117.450756 +L 1311.185129 128.153085 +L 1313.37165 128.153085 +L 1313.37165 124.107083 +L 1315.55817 124.107083 +L 1315.55817 128.34886 +L 1317.74469 128.34886 +L 1317.74469 136.897671 +L 1319.931211 136.897671 +L 1319.931211 123.193469 +L 1322.117731 123.193469 +L 1322.117731 132.590636 +L 1324.304252 132.590636 +L 1324.304252 121.823049 +L 1326.490772 121.823049 +L 1326.490772 135.266218 +L 1328.677292 135.266218 +L 1328.677292 135.20096 +L 1330.863813 135.20096 +L 1330.863813 137.093445 +L 1333.050333 137.093445 +L 1333.050333 114.709916 +L 1335.236853 114.709916 +L 1335.236853 140.552125 +L 1337.423374 140.552125 +L 1337.423374 134.678896 +L 1339.609894 134.678896 +L 1339.609894 132.003313 +L 1341.796415 132.003313 +L 1341.796415 129.71928 +L 1343.982935 129.71928 +L 1343.982935 139.638511 +L 1346.169455 139.638511 +L 1346.169455 132.786411 +L 1348.355976 132.786411 +L 1348.355976 133.373733 +L 1350.542496 133.373733 +L 1350.542496 133.50425 +L 1352.729016 133.50425 +L 1352.729016 144.076062 +L 1354.915537 144.076062 +L 1354.915537 140.552125 +L 1357.102057 140.552125 +L 1357.102057 137.28922 +L 1359.288578 137.28922 +L 1359.288578 147.338968 +L 1361.475098 147.338968 +L 1361.475098 135.331477 +L 1363.661618 135.331477 +L 1363.661618 141.07419 +L 1365.848139 141.07419 +L 1365.848139 141.726771 +L 1368.034659 141.726771 +L 1368.034659 144.076062 +L 1370.221179 144.076062 +L 1370.221179 145.838031 +L 1372.4077 145.838031 +L 1372.4077 145.838031 +L 1374.59422 145.838031 +L 1374.59422 144.076062 +L 1376.780741 144.076062 +L 1376.780741 143.619256 +L 1378.967261 143.619256 +L 1378.967261 144.663385 +L 1381.153781 144.663385 +L 1381.153781 144.206579 +L 1383.340302 144.206579 +L 1383.340302 143.81503 +L 1385.526822 143.81503 +L 1385.526822 147.6 +L 1387.713342 147.6 +L 1387.713342 147.012677 +L 1389.899863 147.012677 +L 1389.899863 146.425354 +L 1392.086383 146.425354 +L 1392.086383 144.85916 +L 1394.272904 144.85916 +L 1394.272904 146.816903 +L 1396.459424 146.816903 +L 1396.459424 145.838031 +L 1398.645944 145.838031 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 144.076062 +L 1403.018985 144.076062 +L 1403.018985 147.6 +L 1405.205505 147.6 +L 1405.205505 145.838031 +L 1407.392026 145.838031 +L 1407.392026 147.6 +L 1409.578546 147.6 +L 1409.578546 144.076062 +L 1411.765067 144.076062 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_46"> + <path clip-path="url(#pf89c2b335b)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 144.337095 +L 1210.605192 144.337095 +L 1210.605192 147.338968 +L 1212.791712 147.338968 +L 1212.791712 140.682641 +L 1214.978233 140.682641 +L 1214.978233 147.469484 +L 1217.164753 147.469484 +L 1217.164753 144.076062 +L 1219.351274 144.076062 +L 1219.351274 144.076062 +L 1221.537794 144.076062 +L 1221.537794 144.076062 +L 1223.724314 144.076062 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 144.076062 +L 1228.097355 144.076062 +L 1228.097355 142.640384 +L 1230.283875 142.640384 +L 1230.283875 145.511741 +L 1232.470396 145.511741 +L 1232.470396 144.076062 +L 1234.656916 144.076062 +L 1234.656916 140.552125 +L 1236.843437 140.552125 +L 1236.843437 138.463866 +L 1239.029957 138.463866 +L 1239.029957 142.901417 +L 1241.216477 142.901417 +L 1241.216477 143.81503 +L 1243.402998 143.81503 +L 1243.402998 140.682641 +L 1245.589518 140.682641 +L 1245.589518 140.421609 +L 1247.776038 140.421609 +L 1247.776038 144.076062 +L 1249.962559 144.076062 +L 1249.962559 134.678896 +L 1252.149079 134.678896 +L 1252.149079 131.677023 +L 1254.3356 131.677023 +L 1254.3356 134.156831 +L 1256.52212 134.156831 +L 1256.52212 139.246963 +L 1258.70864 139.246963 +L 1258.70864 141.857287 +L 1260.895161 141.857287 +L 1260.895161 135.331477 +L 1263.081681 135.331477 +L 1263.081681 132.851669 +L 1265.268201 132.851669 +L 1265.268201 129.197215 +L 1267.454722 129.197215 +L 1267.454722 131.546507 +L 1269.641242 131.546507 +L 1269.641242 128.153085 +L 1271.827763 128.153085 +L 1271.827763 131.938055 +L 1274.014283 131.938055 +L 1274.014283 133.634766 +L 1276.200803 133.634766 +L 1276.200803 125.412245 +L 1278.387324 125.412245 +L 1278.387324 135.853541 +L 1280.573844 135.853541 +L 1280.573844 129.980312 +L 1282.760364 129.980312 +L 1282.760364 129.458247 +L 1284.946885 129.458247 +L 1284.946885 116.537143 +L 1287.133405 116.537143 +L 1287.133405 136.897671 +L 1289.319926 136.897671 +L 1289.319926 128.67515 +L 1291.506446 128.67515 +L 1291.506446 122.018824 +L 1293.692966 122.018824 +L 1293.692966 115.797551 +L 1295.879487 115.797551 +L 1295.879487 132.286098 +L 1298.066007 132.286098 +L 1298.066007 123.062953 +L 1300.252527 123.062953 +L 1300.252527 125.803794 +L 1302.439048 125.803794 +L 1302.439048 123.454502 +L 1304.625568 123.454502 +L 1304.625568 111.251236 +L 1306.812089 111.251236 +L 1306.812089 129.915054 +L 1308.998609 129.915054 +L 1308.998609 119.321489 +L 1311.185129 119.321489 +L 1311.185129 122.888932 +L 1313.37165 122.888932 +L 1313.37165 129.71928 +L 1315.55817 129.71928 +L 1315.55817 129.218968 +L 1317.74469 129.218968 +L 1317.74469 132.6994 +L 1319.931211 132.6994 +L 1319.931211 126.130084 +L 1322.117731 126.130084 +L 1322.117731 130.567635 +L 1324.304252 130.567635 +L 1324.304252 121.235726 +L 1326.490772 121.235726 +L 1326.490772 137.61551 +L 1328.677292 137.61551 +L 1328.677292 134.678896 +L 1330.863813 134.678896 +L 1330.863813 133.438992 +L 1333.050333 133.438992 +L 1333.050333 121.801297 +L 1335.236853 121.801297 +L 1335.236853 137.572005 +L 1337.423374 137.572005 +L 1337.423374 133.438992 +L 1339.609894 133.438992 +L 1339.609894 135.135702 +L 1341.796415 135.135702 +L 1341.796415 125.216471 +L 1343.982935 125.216471 +L 1343.982935 142.118319 +L 1346.169455 142.118319 +L 1346.169455 132.394862 +L 1348.355976 132.394862 +L 1348.355976 134.417863 +L 1350.542496 134.417863 +L 1350.542496 132.503625 +L 1352.729016 132.503625 +L 1352.729016 139.79078 +L 1354.915537 139.79078 +L 1354.915537 143.619256 +L 1357.102057 143.619256 +L 1357.102057 138.246339 +L 1359.288578 138.246339 +L 1359.288578 146.838655 +L 1361.475098 146.838655 +L 1361.475098 138.007059 +L 1363.661618 138.007059 +L 1363.661618 139.573253 +L 1365.848139 139.573253 +L 1365.848139 141.857287 +L 1368.034659 141.857287 +L 1368.034659 143.097191 +L 1370.221179 143.097191 +L 1370.221179 145.511741 +L 1372.4077 145.511741 +L 1372.4077 145.707515 +L 1374.59422 145.707515 +L 1374.59422 142.44461 +L 1376.780741 142.44461 +L 1376.780741 145.838031 +L 1378.967261 145.838031 +L 1378.967261 144.532869 +L 1381.153781 144.532869 +L 1381.153781 145.381224 +L 1383.340302 145.381224 +L 1383.340302 143.619256 +L 1385.526822 143.619256 +L 1385.526822 146.294838 +L 1387.713342 146.294838 +L 1387.713342 147.6 +L 1389.899863 147.6 +L 1389.899863 145.838031 +L 1392.086383 145.838031 +L 1392.086383 145.838031 +L 1394.272904 145.838031 +L 1394.272904 145.838031 +L 1396.459424 145.838031 +L 1396.459424 145.838031 +L 1398.645944 145.838031 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 144.271837 +L 1403.018985 144.271837 +L 1403.018985 147.404226 +L 1405.205505 147.404226 +L 1405.205505 145.838031 +L 1407.392026 145.838031 +L 1407.392026 145.838031 +L 1409.578546 145.838031 +L 1409.578546 145.838031 +L 1411.765067 145.838031 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_54"> + <path clip-path="url(#pf89c2b335b)" d="M 1353.766383 147.6 +L 1353.766383 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_47"> + <path d="M 1190.926509 147.6 +L 1190.926509 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_48"> + <path d="M 1431.44375 147.6 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_49"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_50"> + <path d="M 1190.926509 38.88 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_62"> + <!-- 0% --> + <g style="fill:#262626;" transform="translate(1299.179504 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="text_63"> + <!-- example lidar with linear polarizer before receiver - RotaR error contribution --> + <defs> + <path d="M 0.734375 0 +L 19.671875 26.953125 +L 2.15625 51.859375 +L 13.140625 51.859375 +L 21.09375 39.703125 +Q 23.34375 36.234375 24.703125 33.890625 +Q 26.859375 37.109375 28.65625 39.59375 +L 37.40625 51.859375 +L 47.90625 51.859375 +L 29.984375 27.4375 +L 49.265625 0 +L 38.484375 0 +L 27.828125 16.109375 +L 25 20.453125 +L 11.375 0 +z +" id="ArialMT-120"/> + <path d="M 40.4375 6.390625 +Q 35.546875 2.25 31.03125 0.53125 +Q 26.515625 -1.171875 21.34375 -1.171875 +Q 12.796875 -1.171875 8.203125 3 +Q 3.609375 7.171875 3.609375 13.671875 +Q 3.609375 17.484375 5.34375 20.625 +Q 7.078125 23.78125 9.890625 25.6875 +Q 12.703125 27.59375 16.21875 28.5625 +Q 18.796875 29.25 24.03125 29.890625 +Q 34.671875 31.15625 39.703125 32.90625 +Q 39.75 34.71875 39.75 35.203125 +Q 39.75 40.578125 37.25 42.78125 +Q 33.890625 45.75 27.25 45.75 +Q 21.046875 45.75 18.09375 43.578125 +Q 15.140625 41.40625 13.71875 35.890625 +L 5.125 37.0625 +Q 6.296875 42.578125 8.984375 45.96875 +Q 11.671875 49.359375 16.75 51.1875 +Q 21.828125 53.03125 28.515625 53.03125 +Q 35.15625 53.03125 39.296875 51.46875 +Q 43.453125 49.90625 45.40625 47.53125 +Q 47.359375 45.171875 48.140625 41.546875 +Q 48.578125 39.3125 48.578125 33.453125 +L 48.578125 21.734375 +Q 48.578125 9.46875 49.140625 6.21875 +Q 49.703125 2.984375 51.375 0 +L 42.1875 0 +Q 40.828125 2.734375 40.4375 6.390625 +z +M 39.703125 26.03125 +Q 34.90625 24.078125 25.34375 22.703125 +Q 19.921875 21.921875 17.671875 20.9375 +Q 15.4375 19.96875 14.203125 18.09375 +Q 12.984375 16.21875 12.984375 13.921875 +Q 12.984375 10.40625 15.640625 8.0625 +Q 18.3125 5.71875 23.4375 5.71875 +Q 28.515625 5.71875 32.46875 7.9375 +Q 36.421875 10.15625 38.28125 14.015625 +Q 39.703125 17 39.703125 22.796875 +z +" id="ArialMT-97"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.453125 51.859375 +L 14.453125 44.578125 +Q 16.890625 48.390625 20.9375 50.703125 +Q 25 53.03125 30.171875 53.03125 +Q 35.9375 53.03125 39.625 50.640625 +Q 43.3125 48.25 44.828125 43.953125 +Q 50.984375 53.03125 60.84375 53.03125 +Q 68.5625 53.03125 72.703125 48.75 +Q 76.859375 44.484375 76.859375 35.59375 +L 76.859375 0 +L 68.109375 0 +L 68.109375 32.671875 +Q 68.109375 37.9375 67.25 40.25 +Q 66.40625 42.578125 64.15625 43.984375 +Q 61.921875 45.40625 58.890625 45.40625 +Q 53.421875 45.40625 49.796875 41.765625 +Q 46.1875 38.140625 46.1875 30.125 +L 46.1875 0 +L 37.40625 0 +L 37.40625 33.6875 +Q 37.40625 39.546875 35.25 42.46875 +Q 33.109375 45.40625 28.21875 45.40625 +Q 24.515625 45.40625 21.359375 43.453125 +Q 18.21875 41.5 16.796875 37.734375 +Q 15.375 33.984375 15.375 26.90625 +L 15.375 0 +z +" id="ArialMT-109"/> + <path d="M 6.59375 -19.875 +L 6.59375 51.859375 +L 14.59375 51.859375 +L 14.59375 45.125 +Q 17.4375 49.078125 21 51.046875 +Q 24.5625 53.03125 29.640625 53.03125 +Q 36.28125 53.03125 41.359375 49.609375 +Q 46.4375 46.1875 49.015625 39.953125 +Q 51.609375 33.734375 51.609375 26.3125 +Q 51.609375 18.359375 48.75 11.984375 +Q 45.90625 5.609375 40.453125 2.21875 +Q 35.015625 -1.171875 29 -1.171875 +Q 24.609375 -1.171875 21.109375 0.6875 +Q 17.625 2.546875 15.375 5.375 +L 15.375 -19.875 +z +M 14.546875 25.640625 +Q 14.546875 15.625 18.59375 10.84375 +Q 22.65625 6.0625 28.421875 6.0625 +Q 34.28125 6.0625 38.453125 11.015625 +Q 42.625 15.96875 42.625 26.375 +Q 42.625 36.28125 38.546875 41.203125 +Q 34.46875 46.140625 28.8125 46.140625 +Q 23.1875 46.140625 18.859375 40.890625 +Q 14.546875 35.640625 14.546875 25.640625 +z +" id="ArialMT-112"/> + <path d="M 6.390625 0 +L 6.390625 71.578125 +L 15.1875 71.578125 +L 15.1875 0 +z +" id="ArialMT-108"/> + <path d="M 6.640625 61.46875 +L 6.640625 71.578125 +L 15.4375 71.578125 +L 15.4375 61.46875 +z +M 6.640625 0 +L 6.640625 51.859375 +L 15.4375 51.859375 +L 15.4375 0 +z +" id="ArialMT-105"/> + <path d="M 40.234375 0 +L 40.234375 6.546875 +Q 35.296875 -1.171875 25.734375 -1.171875 +Q 19.53125 -1.171875 14.328125 2.25 +Q 9.125 5.671875 6.265625 11.796875 +Q 3.421875 17.921875 3.421875 25.875 +Q 3.421875 33.640625 6 39.96875 +Q 8.59375 46.296875 13.765625 49.65625 +Q 18.953125 53.03125 25.34375 53.03125 +Q 30.03125 53.03125 33.6875 51.046875 +Q 37.359375 49.078125 39.65625 45.90625 +L 39.65625 71.578125 +L 48.390625 71.578125 +L 48.390625 0 +z +M 12.453125 25.875 +Q 12.453125 15.921875 16.640625 10.984375 +Q 20.84375 6.0625 26.5625 6.0625 +Q 32.328125 6.0625 36.34375 10.765625 +Q 40.375 15.484375 40.375 25.140625 +Q 40.375 35.796875 36.265625 40.765625 +Q 32.171875 45.75 26.171875 45.75 +Q 20.3125 45.75 16.375 40.96875 +Q 12.453125 36.1875 12.453125 25.875 +z +" id="ArialMT-100"/> + <path d="M 16.15625 0 +L 0.296875 51.859375 +L 9.375 51.859375 +L 17.625 21.921875 +L 20.703125 10.796875 +Q 20.90625 11.625 23.390625 21.484375 +L 31.640625 51.859375 +L 40.671875 51.859375 +L 48.4375 21.78125 +L 51.03125 11.859375 +L 54 21.875 +L 62.890625 51.859375 +L 71.4375 51.859375 +L 55.21875 0 +L 46.09375 0 +L 37.84375 31.0625 +L 35.84375 39.890625 +L 25.34375 0 +z +" id="ArialMT-119"/> + <path d="M 6.59375 0 +L 6.59375 71.578125 +L 15.375 71.578125 +L 15.375 45.90625 +Q 21.53125 53.03125 30.90625 53.03125 +Q 36.671875 53.03125 40.921875 50.75 +Q 45.171875 48.484375 47 44.484375 +Q 48.828125 40.484375 48.828125 32.859375 +L 48.828125 0 +L 40.046875 0 +L 40.046875 32.859375 +Q 40.046875 39.453125 37.1875 42.453125 +Q 34.328125 45.453125 29.109375 45.453125 +Q 25.203125 45.453125 21.75 43.421875 +Q 18.3125 41.40625 16.84375 37.9375 +Q 15.375 34.46875 15.375 28.375 +L 15.375 0 +z +" id="ArialMT-104"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.5 51.859375 +L 14.5 44.484375 +Q 20.21875 53.03125 31 53.03125 +Q 35.6875 53.03125 39.625 51.34375 +Q 43.5625 49.65625 45.515625 46.921875 +Q 47.46875 44.1875 48.25 40.4375 +Q 48.734375 37.984375 48.734375 31.890625 +L 48.734375 0 +L 39.9375 0 +L 39.9375 31.546875 +Q 39.9375 36.921875 38.90625 39.578125 +Q 37.890625 42.234375 35.28125 43.8125 +Q 32.671875 45.40625 29.15625 45.40625 +Q 23.53125 45.40625 19.453125 41.84375 +Q 15.375 38.28125 15.375 28.328125 +L 15.375 0 +z +" id="ArialMT-110"/> + <path d="M 3.328125 25.921875 +Q 3.328125 40.328125 11.328125 47.265625 +Q 18.015625 53.03125 27.640625 53.03125 +Q 38.328125 53.03125 45.109375 46.015625 +Q 51.90625 39.015625 51.90625 26.65625 +Q 51.90625 16.65625 48.90625 10.90625 +Q 45.90625 5.171875 40.15625 2 +Q 34.421875 -1.171875 27.640625 -1.171875 +Q 16.75 -1.171875 10.03125 5.8125 +Q 3.328125 12.796875 3.328125 25.921875 +z +M 12.359375 25.921875 +Q 12.359375 15.96875 16.703125 11.015625 +Q 21.046875 6.0625 27.640625 6.0625 +Q 34.1875 6.0625 38.53125 11.03125 +Q 42.875 16.015625 42.875 26.21875 +Q 42.875 35.84375 38.5 40.796875 +Q 34.125 45.75 27.640625 45.75 +Q 21.046875 45.75 16.703125 40.8125 +Q 12.359375 35.890625 12.359375 25.921875 +z +" id="ArialMT-111"/> + <path d="M 1.953125 0 +L 1.953125 7.125 +L 34.96875 45.015625 +Q 29.34375 44.734375 25.046875 44.734375 +L 3.90625 44.734375 +L 3.90625 51.859375 +L 46.296875 51.859375 +L 46.296875 46.046875 +L 18.21875 13.140625 +L 12.796875 7.125 +Q 18.703125 7.5625 23.875 7.5625 +L 47.859375 7.5625 +L 47.859375 0 +z +" id="ArialMT-122"/> + <path d="M 14.703125 0 +L 6.546875 0 +L 6.546875 71.578125 +L 15.328125 71.578125 +L 15.328125 46.046875 +Q 20.90625 53.03125 29.546875 53.03125 +Q 34.328125 53.03125 38.59375 51.09375 +Q 42.875 49.171875 45.625 45.671875 +Q 48.390625 42.1875 49.953125 37.25 +Q 51.515625 32.328125 51.515625 26.703125 +Q 51.515625 13.375 44.921875 6.09375 +Q 38.328125 -1.171875 29.109375 -1.171875 +Q 19.921875 -1.171875 14.703125 6.5 +z +M 14.59375 26.3125 +Q 14.59375 17 17.140625 12.84375 +Q 21.296875 6.0625 28.375 6.0625 +Q 34.125 6.0625 38.328125 11.0625 +Q 42.53125 16.0625 42.53125 25.984375 +Q 42.53125 36.140625 38.5 40.96875 +Q 34.46875 45.796875 28.765625 45.796875 +Q 23 45.796875 18.796875 40.796875 +Q 14.59375 35.796875 14.59375 26.3125 +z +" id="ArialMT-98"/> + <path d="M 8.6875 0 +L 8.6875 45.015625 +L 0.921875 45.015625 +L 0.921875 51.859375 +L 8.6875 51.859375 +L 8.6875 57.375 +Q 8.6875 62.59375 9.625 65.140625 +Q 10.890625 68.5625 14.078125 70.671875 +Q 17.28125 72.796875 23.046875 72.796875 +Q 26.765625 72.796875 31.25 71.921875 +L 29.9375 64.265625 +Q 27.203125 64.75 24.75 64.75 +Q 20.75 64.75 19.09375 63.03125 +Q 17.4375 61.328125 17.4375 56.640625 +L 17.4375 51.859375 +L 27.546875 51.859375 +L 27.546875 45.015625 +L 17.4375 45.015625 +L 17.4375 0 +z +" id="ArialMT-102"/> + <path d="M 40.4375 19 +L 49.078125 17.875 +Q 47.65625 8.9375 41.8125 3.875 +Q 35.984375 -1.171875 27.484375 -1.171875 +Q 16.84375 -1.171875 10.375 5.78125 +Q 3.90625 12.75 3.90625 25.734375 +Q 3.90625 34.125 6.6875 40.421875 +Q 9.46875 46.734375 15.15625 49.875 +Q 20.84375 53.03125 27.546875 53.03125 +Q 35.984375 53.03125 41.359375 48.75 +Q 46.734375 44.484375 48.25 36.625 +L 39.703125 35.296875 +Q 38.484375 40.53125 35.375 43.15625 +Q 32.28125 45.796875 27.875 45.796875 +Q 21.234375 45.796875 17.078125 41.03125 +Q 12.9375 36.28125 12.9375 25.984375 +Q 12.9375 15.53125 16.9375 10.796875 +Q 20.953125 6.0625 27.390625 6.0625 +Q 32.5625 6.0625 36.03125 9.234375 +Q 39.5 12.40625 40.4375 19 +z +" id="ArialMT-99"/> + <path d="M 21 0 +L 1.265625 51.859375 +L 10.546875 51.859375 +L 21.6875 20.796875 +Q 23.484375 15.765625 25 10.359375 +Q 26.171875 14.453125 28.265625 20.21875 +L 39.796875 51.859375 +L 48.828125 51.859375 +L 29.203125 0 +z +" id="ArialMT-118"/> + <path d="M 3.171875 21.484375 +L 3.171875 30.328125 +L 30.171875 30.328125 +L 30.171875 21.484375 +z +" id="ArialMT-45"/> + </defs> + <g style="fill:#262626;" transform="translate(478.026563 17.391563)scale(0.14 -0.14)"> + <use xlink:href="#ArialMT-101"/> + <use x="55.615234" xlink:href="#ArialMT-120"/> + <use x="105.615234" xlink:href="#ArialMT-97"/> + <use x="161.230469" xlink:href="#ArialMT-109"/> + <use x="244.53125" xlink:href="#ArialMT-112"/> + <use x="300.146484" xlink:href="#ArialMT-108"/> + <use x="322.363281" xlink:href="#ArialMT-101"/> + <use x="377.978516" xlink:href="#ArialMT-32"/> + <use x="405.761719" xlink:href="#ArialMT-108"/> + <use x="427.978516" xlink:href="#ArialMT-105"/> + <use x="450.195312" xlink:href="#ArialMT-100"/> + <use x="505.810547" xlink:href="#ArialMT-97"/> + <use x="561.425781" xlink:href="#ArialMT-114"/> + <use x="594.726562" xlink:href="#ArialMT-32"/> + <use x="622.509766" xlink:href="#ArialMT-119"/> + <use x="694.726562" xlink:href="#ArialMT-105"/> + <use x="716.943359" xlink:href="#ArialMT-116"/> + <use x="744.726562" xlink:href="#ArialMT-104"/> + <use x="800.341797" xlink:href="#ArialMT-32"/> + <use x="828.125" xlink:href="#ArialMT-108"/> + <use x="850.341797" xlink:href="#ArialMT-105"/> + <use x="872.558594" xlink:href="#ArialMT-110"/> + <use x="928.173828" xlink:href="#ArialMT-101"/> + <use x="983.789062" xlink:href="#ArialMT-97"/> + <use x="1039.404297" xlink:href="#ArialMT-114"/> + <use x="1072.705078" xlink:href="#ArialMT-32"/> + <use x="1100.488281" xlink:href="#ArialMT-112"/> + <use x="1156.103516" xlink:href="#ArialMT-111"/> + <use x="1211.71875" xlink:href="#ArialMT-108"/> + <use x="1233.935547" xlink:href="#ArialMT-97"/> + <use x="1289.550781" xlink:href="#ArialMT-114"/> + <use x="1322.851562" xlink:href="#ArialMT-105"/> + <use x="1345.068359" xlink:href="#ArialMT-122"/> + <use x="1395.068359" xlink:href="#ArialMT-101"/> + <use x="1450.683594" xlink:href="#ArialMT-114"/> + <use x="1483.984375" xlink:href="#ArialMT-32"/> + <use x="1511.767578" xlink:href="#ArialMT-98"/> + <use x="1567.382812" xlink:href="#ArialMT-101"/> + <use x="1622.998047" xlink:href="#ArialMT-102"/> + <use x="1650.78125" xlink:href="#ArialMT-111"/> + <use x="1706.396484" xlink:href="#ArialMT-114"/> + <use x="1739.697266" xlink:href="#ArialMT-101"/> + <use x="1795.3125" xlink:href="#ArialMT-32"/> + <use x="1823.095703" xlink:href="#ArialMT-114"/> + <use x="1856.396484" xlink:href="#ArialMT-101"/> + <use x="1912.011719" xlink:href="#ArialMT-99"/> + <use x="1962.011719" xlink:href="#ArialMT-101"/> + <use x="2017.626953" xlink:href="#ArialMT-105"/> + <use x="2039.84375" xlink:href="#ArialMT-118"/> + <use x="2089.84375" xlink:href="#ArialMT-101"/> + <use x="2145.458984" xlink:href="#ArialMT-114"/> + <use x="2178.759766" xlink:href="#ArialMT-32"/> + <use x="2206.542969" xlink:href="#ArialMT-45"/> + <use x="2239.84375" xlink:href="#ArialMT-32"/> + <use x="2267.626953" xlink:href="#ArialMT-82"/> + <use x="2339.84375" xlink:href="#ArialMT-111"/> + <use x="2395.458984" xlink:href="#ArialMT-116"/> + <use x="2423.242188" xlink:href="#ArialMT-97"/> + <use x="2478.857422" xlink:href="#ArialMT-82"/> + <use x="2551.074219" xlink:href="#ArialMT-32"/> + <use x="2578.857422" xlink:href="#ArialMT-101"/> + <use x="2634.472656" xlink:href="#ArialMT-114"/> + <use x="2667.773438" xlink:href="#ArialMT-114"/> + <use x="2701.074219" xlink:href="#ArialMT-111"/> + <use x="2756.689453" xlink:href="#ArialMT-114"/> + <use x="2789.990234" xlink:href="#ArialMT-32"/> + <use x="2817.773438" xlink:href="#ArialMT-99"/> + <use x="2867.773438" xlink:href="#ArialMT-111"/> + <use x="2923.388672" xlink:href="#ArialMT-110"/> + <use x="2979.003906" xlink:href="#ArialMT-116"/> + <use x="3006.787109" xlink:href="#ArialMT-114"/> + <use x="3040.087891" xlink:href="#ArialMT-105"/> + <use x="3062.304688" xlink:href="#ArialMT-98"/> + <use x="3117.919922" xlink:href="#ArialMT-117"/> + <use x="3173.535156" xlink:href="#ArialMT-116"/> + <use x="3201.318359" xlink:href="#ArialMT-105"/> + <use x="3223.535156" xlink:href="#ArialMT-111"/> + <use x="3279.150391" xlink:href="#ArialMT-110"/> + </g> + </g> + </g> + <defs> + <clipPath id="pd861e667fb"> + <rect height="108.72" width="240.517241" x="36.44375" y="38.88"/> + </clipPath> + <clipPath id="p81825b0c0e"> + <rect height="108.72" width="240.517241" x="325.06444" y="38.88"/> + </clipPath> + <clipPath id="p886fab0ff1"> + <rect height="108.72" width="240.517241" x="613.685129" y="38.88"/> + </clipPath> + <clipPath id="p6622bc7249"> + <rect height="108.72" width="240.517241" x="902.305819" y="38.88"/> + </clipPath> + <clipPath id="pf89c2b335b"> + <rect height="108.72" width="240.517241" x="1190.926509" y="38.88"/> + </clipPath> + </defs> +</svg> +</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><svg height="184.090625pt" version="1.1" viewBox="0 0 1438.64375 184.090625" width="1438.64375pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 184.090625 +L 1438.64375 184.090625 +L 1438.64375 0 +L 0 0 +z +" style="fill:#ffffff;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +L 276.960991 38.88 +L 36.44375 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <path clip-path="url(#pd2faefce8f)" d="M 72.690303 147.6 +L 72.690303 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_1"> + <!-- 0.002 --> + <defs> + <path d="M 4.15625 35.296875 +Q 4.15625 48 6.765625 55.734375 +Q 9.375 63.484375 14.515625 67.671875 +Q 19.671875 71.875 27.484375 71.875 +Q 33.25 71.875 37.59375 69.546875 +Q 41.9375 67.234375 44.765625 62.859375 +Q 47.609375 58.5 49.21875 52.21875 +Q 50.828125 45.953125 50.828125 35.296875 +Q 50.828125 22.703125 48.234375 14.96875 +Q 45.65625 7.234375 40.5 3 +Q 35.359375 -1.21875 27.484375 -1.21875 +Q 17.140625 -1.21875 11.234375 6.203125 +Q 4.15625 15.140625 4.15625 35.296875 +z +M 13.1875 35.296875 +Q 13.1875 17.671875 17.3125 11.828125 +Q 21.4375 6 27.484375 6 +Q 33.546875 6 37.671875 11.859375 +Q 41.796875 17.71875 41.796875 35.296875 +Q 41.796875 52.984375 37.671875 58.78125 +Q 33.546875 64.59375 27.390625 64.59375 +Q 21.34375 64.59375 17.71875 59.46875 +Q 13.1875 52.9375 13.1875 35.296875 +z +" id="ArialMT-48"/> + <path d="M 9.078125 0 +L 9.078125 10.015625 +L 19.09375 10.015625 +L 19.09375 0 +z +" id="ArialMT-46"/> + <path d="M 50.34375 8.453125 +L 50.34375 0 +L 3.03125 0 +Q 2.9375 3.171875 4.046875 6.109375 +Q 5.859375 10.9375 9.828125 15.625 +Q 13.8125 20.3125 21.34375 26.46875 +Q 33.015625 36.03125 37.109375 41.625 +Q 41.21875 47.21875 41.21875 52.203125 +Q 41.21875 57.421875 37.46875 61 +Q 33.734375 64.59375 27.734375 64.59375 +Q 21.390625 64.59375 17.578125 60.78125 +Q 13.765625 56.984375 13.71875 50.25 +L 4.6875 51.171875 +Q 5.609375 61.28125 11.65625 66.578125 +Q 17.71875 71.875 27.9375 71.875 +Q 38.234375 71.875 44.234375 66.15625 +Q 50.25 60.453125 50.25 52 +Q 50.25 47.703125 48.484375 43.546875 +Q 46.734375 39.40625 42.65625 34.8125 +Q 38.578125 30.21875 29.109375 22.21875 +Q 21.1875 15.578125 18.9375 13.203125 +Q 16.703125 10.84375 15.234375 8.453125 +z +" id="ArialMT-50"/> + </defs> + <g style="fill:#262626;" transform="translate(60.179366 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <path clip-path="url(#pd2faefce8f)" d="M 131.643407 147.6 +L 131.643407 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_2"> + <!-- 0.004 --> + <defs> + <path d="M 32.328125 0 +L 32.328125 17.140625 +L 1.265625 17.140625 +L 1.265625 25.203125 +L 33.9375 71.578125 +L 41.109375 71.578125 +L 41.109375 25.203125 +L 50.78125 25.203125 +L 50.78125 17.140625 +L 41.109375 17.140625 +L 41.109375 0 +z +M 32.328125 25.203125 +L 32.328125 57.46875 +L 9.90625 25.203125 +z +" id="ArialMT-52"/> + </defs> + <g style="fill:#262626;" transform="translate(119.13247 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <path clip-path="url(#pd2faefce8f)" d="M 190.596512 147.6 +L 190.596512 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_3"> + <!-- 0.006 --> + <defs> + <path d="M 49.75 54.046875 +L 41.015625 53.375 +Q 39.84375 58.546875 37.703125 60.890625 +Q 34.125 64.65625 28.90625 64.65625 +Q 24.703125 64.65625 21.53125 62.3125 +Q 17.390625 59.28125 14.984375 53.46875 +Q 12.59375 47.65625 12.5 36.921875 +Q 15.671875 41.75 20.265625 44.09375 +Q 24.859375 46.4375 29.890625 46.4375 +Q 38.671875 46.4375 44.84375 39.96875 +Q 51.03125 33.5 51.03125 23.25 +Q 51.03125 16.5 48.125 10.71875 +Q 45.21875 4.9375 40.140625 1.859375 +Q 35.0625 -1.21875 28.609375 -1.21875 +Q 17.625 -1.21875 10.6875 6.859375 +Q 3.765625 14.9375 3.765625 33.5 +Q 3.765625 54.25 11.421875 63.671875 +Q 18.109375 71.875 29.4375 71.875 +Q 37.890625 71.875 43.28125 67.140625 +Q 48.6875 62.40625 49.75 54.046875 +z +M 13.875 23.1875 +Q 13.875 18.65625 15.796875 14.5 +Q 17.71875 10.359375 21.1875 8.171875 +Q 24.65625 6 28.46875 6 +Q 34.03125 6 38.03125 10.484375 +Q 42.046875 14.984375 42.046875 22.703125 +Q 42.046875 30.125 38.078125 34.390625 +Q 34.125 38.671875 28.125 38.671875 +Q 22.171875 38.671875 18.015625 34.390625 +Q 13.875 30.125 13.875 23.1875 +z +" id="ArialMT-54"/> + </defs> + <g style="fill:#262626;" transform="translate(178.085574 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <path clip-path="url(#pd2faefce8f)" d="M 249.549616 147.6 +L 249.549616 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_4"> + <!-- 0.008 --> + <defs> + <path d="M 17.671875 38.8125 +Q 12.203125 40.828125 9.5625 44.53125 +Q 6.9375 48.25 6.9375 53.421875 +Q 6.9375 61.234375 12.546875 66.546875 +Q 18.171875 71.875 27.484375 71.875 +Q 36.859375 71.875 42.578125 66.421875 +Q 48.296875 60.984375 48.296875 53.171875 +Q 48.296875 48.1875 45.671875 44.5 +Q 43.0625 40.828125 37.75 38.8125 +Q 44.34375 36.671875 47.78125 31.875 +Q 51.21875 27.09375 51.21875 20.453125 +Q 51.21875 11.28125 44.71875 5.03125 +Q 38.234375 -1.21875 27.640625 -1.21875 +Q 17.046875 -1.21875 10.546875 5.046875 +Q 4.046875 11.328125 4.046875 20.703125 +Q 4.046875 27.6875 7.59375 32.390625 +Q 11.140625 37.109375 17.671875 38.8125 +z +M 15.921875 53.71875 +Q 15.921875 48.640625 19.1875 45.40625 +Q 22.46875 42.1875 27.6875 42.1875 +Q 32.765625 42.1875 36.015625 45.375 +Q 39.265625 48.578125 39.265625 53.21875 +Q 39.265625 58.0625 35.90625 61.359375 +Q 32.5625 64.65625 27.59375 64.65625 +Q 22.5625 64.65625 19.234375 61.421875 +Q 15.921875 58.203125 15.921875 53.71875 +z +M 13.09375 20.65625 +Q 13.09375 16.890625 14.875 13.375 +Q 16.65625 9.859375 20.171875 7.921875 +Q 23.6875 6 27.734375 6 +Q 34.03125 6 38.125 10.046875 +Q 42.234375 14.109375 42.234375 20.359375 +Q 42.234375 26.703125 38.015625 30.859375 +Q 33.796875 35.015625 27.4375 35.015625 +Q 21.234375 35.015625 17.15625 30.90625 +Q 13.09375 26.8125 13.09375 20.65625 +z +" id="ArialMT-56"/> + </defs> + <g style="fill:#262626;" transform="translate(237.038679 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="text_5"> + <!-- LDRtrue --> + <defs> + <path d="M 7.328125 0 +L 7.328125 71.578125 +L 16.796875 71.578125 +L 16.796875 8.453125 +L 52.046875 8.453125 +L 52.046875 0 +z +" id="ArialMT-76"/> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 32.375 71.578125 +Q 40.71875 71.578125 45.125 70.5625 +Q 51.265625 69.140625 55.609375 65.4375 +Q 61.28125 60.640625 64.078125 53.1875 +Q 66.890625 45.75 66.890625 36.1875 +Q 66.890625 28.03125 64.984375 21.734375 +Q 63.09375 15.4375 60.109375 11.296875 +Q 57.125 7.171875 53.578125 4.796875 +Q 50.046875 2.4375 45.046875 1.21875 +Q 40.046875 0 33.546875 0 +z +M 17.1875 8.453125 +L 32.46875 8.453125 +Q 39.546875 8.453125 43.578125 9.765625 +Q 47.609375 11.078125 50 13.484375 +Q 53.375 16.84375 55.25 22.53125 +Q 57.125 28.21875 57.125 36.328125 +Q 57.125 47.5625 53.4375 53.59375 +Q 49.75 59.625 44.484375 61.671875 +Q 40.671875 63.140625 32.234375 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-68"/> + <path d="M 7.859375 0 +L 7.859375 71.578125 +L 39.59375 71.578125 +Q 49.171875 71.578125 54.140625 69.640625 +Q 59.125 67.71875 62.109375 62.828125 +Q 65.09375 57.953125 65.09375 52.046875 +Q 65.09375 44.4375 60.15625 39.203125 +Q 55.21875 33.984375 44.921875 32.5625 +Q 48.6875 30.765625 50.640625 29 +Q 54.78125 25.203125 58.5 19.484375 +L 70.953125 0 +L 59.03125 0 +L 49.5625 14.890625 +Q 45.40625 21.34375 42.71875 24.75 +Q 40.046875 28.171875 37.921875 29.53125 +Q 35.796875 30.90625 33.59375 31.453125 +Q 31.984375 31.78125 28.328125 31.78125 +L 17.328125 31.78125 +L 17.328125 0 +z +M 17.328125 39.984375 +L 37.703125 39.984375 +Q 44.1875 39.984375 47.84375 41.328125 +Q 51.515625 42.671875 53.421875 45.625 +Q 55.328125 48.578125 55.328125 52.046875 +Q 55.328125 57.125 51.640625 60.390625 +Q 47.953125 63.671875 39.984375 63.671875 +L 17.328125 63.671875 +z +" id="ArialMT-82"/> + <path d="M 25.78125 7.859375 +L 27.046875 0.09375 +Q 23.34375 -0.6875 20.40625 -0.6875 +Q 15.625 -0.6875 12.984375 0.828125 +Q 10.359375 2.34375 9.28125 4.8125 +Q 8.203125 7.28125 8.203125 15.1875 +L 8.203125 45.015625 +L 1.765625 45.015625 +L 1.765625 51.859375 +L 8.203125 51.859375 +L 8.203125 64.703125 +L 16.9375 69.96875 +L 16.9375 51.859375 +L 25.78125 51.859375 +L 25.78125 45.015625 +L 16.9375 45.015625 +L 16.9375 14.703125 +Q 16.9375 10.9375 17.40625 9.859375 +Q 17.875 8.796875 18.921875 8.15625 +Q 19.96875 7.515625 21.921875 7.515625 +Q 23.390625 7.515625 25.78125 7.859375 +z +" id="ArialMT-116"/> + <path d="M 6.5 0 +L 6.5 51.859375 +L 14.40625 51.859375 +L 14.40625 44 +Q 17.4375 49.515625 20 51.265625 +Q 22.5625 53.03125 25.640625 53.03125 +Q 30.078125 53.03125 34.671875 50.203125 +L 31.640625 42.046875 +Q 28.421875 43.953125 25.203125 43.953125 +Q 22.3125 43.953125 20.015625 42.21875 +Q 17.71875 40.484375 16.75 37.40625 +Q 15.28125 32.71875 15.28125 27.15625 +L 15.28125 0 +z +" id="ArialMT-114"/> + <path d="M 40.578125 0 +L 40.578125 7.625 +Q 34.515625 -1.171875 24.125 -1.171875 +Q 19.53125 -1.171875 15.546875 0.578125 +Q 11.578125 2.34375 9.640625 5 +Q 7.71875 7.671875 6.9375 11.53125 +Q 6.390625 14.109375 6.390625 19.734375 +L 6.390625 51.859375 +L 15.1875 51.859375 +L 15.1875 23.09375 +Q 15.1875 16.21875 15.71875 13.8125 +Q 16.546875 10.359375 19.234375 8.375 +Q 21.921875 6.390625 25.875 6.390625 +Q 29.828125 6.390625 33.296875 8.421875 +Q 36.765625 10.453125 38.203125 13.9375 +Q 39.65625 17.4375 39.65625 24.078125 +L 39.65625 51.859375 +L 48.4375 51.859375 +L 48.4375 0 +z +" id="ArialMT-117"/> + <path d="M 42.09375 16.703125 +L 51.171875 15.578125 +Q 49.03125 7.625 43.21875 3.21875 +Q 37.40625 -1.171875 28.375 -1.171875 +Q 17 -1.171875 10.328125 5.828125 +Q 3.65625 12.84375 3.65625 25.484375 +Q 3.65625 38.578125 10.390625 45.796875 +Q 17.140625 53.03125 27.875 53.03125 +Q 38.28125 53.03125 44.875 45.953125 +Q 51.46875 38.875 51.46875 26.03125 +Q 51.46875 25.25 51.421875 23.6875 +L 12.75 23.6875 +Q 13.234375 15.140625 17.578125 10.59375 +Q 21.921875 6.0625 28.421875 6.0625 +Q 33.25 6.0625 36.671875 8.59375 +Q 40.09375 11.140625 42.09375 16.703125 +z +M 13.234375 30.90625 +L 42.1875 30.90625 +Q 41.609375 37.453125 38.875 40.71875 +Q 34.671875 45.796875 27.984375 45.796875 +Q 21.921875 45.796875 17.796875 41.75 +Q 13.671875 37.703125 13.234375 30.90625 +z +" id="ArialMT-101"/> + </defs> + <g style="fill:#ff0000;" transform="translate(138.085183 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_5"> + <path clip-path="url(#pd2faefce8f)" d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_6"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(23.882813 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_6"> + <path clip-path="url(#pd2faefce8f)" d="M 36.44375 124.07288 +L 276.960991 124.07288 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_7"> + <!-- 1000 --> + <defs> + <path d="M 37.25 0 +L 28.46875 0 +L 28.46875 56 +Q 25.296875 52.984375 20.140625 49.953125 +Q 14.984375 46.921875 10.890625 45.40625 +L 10.890625 53.90625 +Q 18.265625 57.375 23.78125 62.296875 +Q 29.296875 67.234375 31.59375 71.875 +L 37.25 71.875 +z +" id="ArialMT-49"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 127.651786)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_7"> + <path clip-path="url(#pd2faefce8f)" d="M 36.44375 100.545759 +L 276.960991 100.545759 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_8"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(7.2 104.124665)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_8"> + <path clip-path="url(#pd2faefce8f)" d="M 36.44375 77.018639 +L 276.960991 77.018639 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_9"> + <!-- 3000 --> + <defs> + <path d="M 4.203125 18.890625 +L 12.984375 20.0625 +Q 14.5 12.59375 18.140625 9.296875 +Q 21.78125 6 27 6 +Q 33.203125 6 37.46875 10.296875 +Q 41.75 14.59375 41.75 20.953125 +Q 41.75 27 37.796875 30.921875 +Q 33.84375 34.859375 27.734375 34.859375 +Q 25.25 34.859375 21.53125 33.890625 +L 22.515625 41.609375 +Q 23.390625 41.5 23.921875 41.5 +Q 29.546875 41.5 34.03125 44.421875 +Q 38.53125 47.359375 38.53125 53.46875 +Q 38.53125 58.296875 35.25 61.46875 +Q 31.984375 64.65625 26.8125 64.65625 +Q 21.6875 64.65625 18.265625 61.421875 +Q 14.84375 58.203125 13.875 51.765625 +L 5.078125 53.328125 +Q 6.6875 62.15625 12.390625 67.015625 +Q 18.109375 71.875 26.609375 71.875 +Q 32.46875 71.875 37.390625 69.359375 +Q 42.328125 66.84375 44.9375 62.5 +Q 47.5625 58.15625 47.5625 53.265625 +Q 47.5625 48.640625 45.0625 44.828125 +Q 42.578125 41.015625 37.703125 38.765625 +Q 44.046875 37.3125 47.5625 32.6875 +Q 51.078125 28.078125 51.078125 21.140625 +Q 51.078125 11.765625 44.234375 5.25 +Q 37.40625 -1.265625 26.953125 -1.265625 +Q 17.53125 -1.265625 11.296875 4.34375 +Q 5.078125 9.96875 4.203125 18.890625 +z +" id="ArialMT-51"/> + </defs> + <g style="fill:#262626;" transform="translate(7.2 80.597545)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_9"> + <path clip-path="url(#pd2faefce8f)" d="M 36.44375 53.491518 +L 276.960991 53.491518 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_10"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(7.2 57.070424)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_3"> + <path clip-path="url(#pd2faefce8f)" d="M 47.376352 147.6 +L 47.376352 134.895355 +L 49.562872 134.895355 +L 49.562872 102.286766 +L 51.749393 102.286766 +L 51.749393 56.408881 +L 53.935913 56.408881 +L 53.935913 44.057143 +L 56.122433 44.057143 +L 56.122433 77.606817 +L 58.308954 77.606817 +L 58.308954 119.202766 +L 60.495474 119.202766 +L 60.495474 140.118376 +L 62.681995 140.118376 +L 62.681995 146.188373 +L 64.868515 146.188373 +L 64.868515 147.458837 +L 67.055035 147.458837 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 145.906047 +L 73.614596 145.906047 +L 73.614596 140.259538 +L 75.801117 140.259538 +L 75.801117 126.143266 +L 77.987637 126.143266 +L 77.987637 102.569091 +L 80.174158 102.569091 +L 80.174158 83.935612 +L 82.360678 83.935612 +L 82.360678 72.642594 +L 84.547198 72.642594 +L 84.547198 82.523985 +L 86.733719 82.523985 +L 86.733719 72.642594 +L 88.920239 72.642594 +L 88.920239 78.194995 +L 91.106759 78.194995 +L 91.106759 84.406154 +L 93.29328 84.406154 +L 93.29328 86.805921 +L 95.4798 86.805921 +L 95.4798 92.075996 +L 97.666321 92.075996 +L 97.666321 99.22824 +L 99.852841 99.22824 +L 99.852841 113.626838 +L 102.039361 113.626838 +L 102.039361 127.931327 +L 104.225882 127.931327 +L 104.225882 138.28326 +L 106.412402 138.28326 +L 106.412402 143.647444 +L 108.598922 143.647444 +L 108.598922 146.04721 +L 110.785443 146.04721 +L 110.785443 147.317675 +L 112.971963 147.317675 +L 112.971963 147.458837 +L 115.158484 147.458837 +L 115.158484 142.659305 +L 117.345004 142.659305 +L 117.345004 133.483728 +L 119.531524 133.483728 +L 119.531524 119.226293 +L 121.718045 119.226293 +L 121.718045 94.805142 +L 123.904565 94.805142 +L 123.904565 74.171857 +L 126.091085 74.171857 +L 126.091085 77.324491 +L 128.277606 77.324491 +L 128.277606 90.217353 +L 130.464126 90.217353 +L 130.464126 113.932691 +L 132.650647 113.932691 +L 132.650647 131.977992 +L 134.837167 131.977992 +L 134.837167 141.059461 +L 137.023687 141.059461 +L 137.023687 144.98849 +L 139.210208 144.98849 +L 139.210208 146.611861 +L 141.396728 146.611861 +L 141.396728 143.929769 +L 143.583248 143.929769 +L 143.583248 138.565586 +L 145.769769 138.565586 +L 145.769769 131.225124 +L 147.956289 131.225124 +L 147.956289 116.826526 +L 150.14281 116.826526 +L 150.14281 101.016301 +L 152.32933 101.016301 +L 152.32933 91.464291 +L 154.51585 91.464291 +L 154.51585 82.900419 +L 156.702371 82.900419 +L 156.702371 80.971195 +L 158.888891 80.971195 +L 158.888891 76.312825 +L 161.075411 76.312825 +L 161.075411 78.8067 +L 163.261932 78.8067 +L 163.261932 89.01747 +L 165.448452 89.01747 +L 165.448452 89.582121 +L 167.634973 89.582121 +L 167.634973 95.699172 +L 169.821493 95.699172 +L 169.821493 104.921803 +L 172.008013 104.921803 +L 172.008013 117.155906 +L 174.194534 117.155906 +L 174.194534 126.990242 +L 176.381054 126.990242 +L 176.381054 136.165819 +L 178.567574 136.165819 +L 178.567574 140.965352 +L 180.754095 140.965352 +L 180.754095 144.306203 +L 182.940615 144.306203 +L 182.940615 144.259149 +L 185.127136 144.259149 +L 185.127136 140.683027 +L 187.313656 140.683027 +L 187.313656 135.17768 +L 189.500176 135.17768 +L 189.500176 124.590476 +L 191.686697 124.590476 +L 191.686697 115.273736 +L 193.873217 115.273736 +L 193.873217 104.121881 +L 196.059737 104.121881 +L 196.059737 90.89964 +L 198.246258 90.89964 +L 198.246258 91.393709 +L 200.432778 91.393709 +L 200.432778 101.933859 +L 202.619299 101.933859 +L 202.619299 111.65056 +L 204.805819 111.65056 +L 204.805819 125.155127 +L 206.992339 125.155127 +L 206.992339 134.824774 +L 209.17886 134.824774 +L 209.17886 139.906632 +L 211.36538 139.906632 +L 211.36538 139.741942 +L 213.5519 139.741942 +L 213.5519 139.083182 +L 215.738421 139.083182 +L 215.738421 133.977797 +L 217.924941 133.977797 +L 217.924941 126.425592 +L 220.111462 126.425592 +L 220.111462 113.720947 +L 222.297982 113.720947 +L 222.297982 107.650949 +L 224.484502 107.650949 +L 224.484502 94.475762 +L 226.671023 94.475762 +L 226.671023 83.606232 +L 228.857543 83.606232 +L 228.857543 90.429097 +L 231.044063 90.429097 +L 231.044063 79.183134 +L 233.230584 79.183134 +L 233.230584 80.594761 +L 235.417104 80.594761 +L 235.417104 93.534677 +L 237.603625 93.534677 +L 237.603625 90.382043 +L 239.790145 90.382043 +L 239.790145 100.075217 +L 241.976665 100.075217 +L 241.976665 106.427539 +L 244.163186 106.427539 +L 244.163186 118.049937 +L 246.349706 118.049937 +L 246.349706 126.002103 +L 248.536226 126.002103 +L 248.536226 130.660473 +L 250.722747 130.660473 +L 250.722747 138.28326 +L 252.909267 138.28326 +L 252.909267 141.953491 +L 255.095788 141.953491 +L 255.095788 144.353257 +L 257.282308 144.353257 +L 257.282308 145.906047 +L 259.468828 145.906047 +L 259.468828 146.894186 +L 261.655349 146.894186 +L 261.655349 147.317675 +L 263.841869 147.317675 +L 263.841869 147.458837 +L 266.028389 147.458837 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_4"> + <path clip-path="url(#pd2faefce8f)" d="M 47.376352 147.6 +L 47.376352 138.142098 +L 49.562872 138.142098 +L 49.562872 129.248846 +L 51.749393 129.248846 +L 51.749393 121.908384 +L 53.935913 121.908384 +L 53.935913 120.920245 +L 56.122433 120.920245 +L 56.122433 125.508034 +L 58.308954 125.508034 +L 58.308954 135.460006 +L 60.495474 135.460006 +L 60.495474 143.153374 +L 62.681995 143.153374 +L 62.681995 146.54128 +L 64.868515 146.54128 +L 64.868515 147.458837 +L 67.055035 147.458837 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 146.188373 +L 73.614596 146.188373 +L 73.614596 142.518142 +L 75.801117 142.518142 +L 75.801117 138.000935 +L 77.987637 138.000935 +L 77.987637 133.907216 +L 80.174158 133.907216 +L 80.174158 128.825358 +L 82.360678 128.825358 +L 82.360678 121.767222 +L 84.547198 121.767222 +L 84.547198 127.272568 +L 86.733719 127.272568 +L 86.733719 122.331873 +L 88.920239 122.331873 +L 88.920239 125.155127 +L 91.106759 125.155127 +L 91.106759 126.660863 +L 93.29328 126.660863 +L 93.29328 128.025436 +L 95.4798 128.025436 +L 95.4798 130.989853 +L 97.666321 130.989853 +L 97.666321 132.166209 +L 99.852841 132.166209 +L 99.852841 136.777525 +L 102.039361 136.777525 +L 102.039361 140.635972 +L 104.225882 140.635972 +L 104.225882 143.506281 +L 106.412402 143.506281 +L 106.412402 145.764885 +L 108.598922 145.764885 +L 108.598922 146.470698 +L 110.785443 146.470698 +L 110.785443 147.458837 +L 112.971963 147.458837 +L 112.971963 147.458837 +L 115.158484 147.458837 +L 115.158484 142.659305 +L 117.345004 142.659305 +L 117.345004 138.142098 +L 119.531524 138.142098 +L 119.531524 136.73047 +L 121.718045 136.73047 +L 121.718045 131.930938 +L 123.904565 131.930938 +L 123.904565 128.684195 +L 126.091085 128.684195 +L 126.091085 130.025241 +L 128.277606 130.025241 +L 128.277606 130.801636 +L 130.464126 130.801636 +L 130.464126 135.248262 +L 132.650647 135.248262 +L 132.650647 141.247677 +L 134.837167 141.247677 +L 134.837167 143.153374 +L 137.023687 143.153374 +L 137.023687 145.341396 +L 139.210208 145.341396 +L 139.210208 146.611861 +L 141.396728 146.611861 +L 141.396728 144.49442 +L 143.583248 144.49442 +L 143.583248 141.671166 +L 145.769769 141.671166 +L 145.769769 141.38884 +L 147.956289 141.38884 +L 147.956289 136.306982 +L 150.14281 136.306982 +L 150.14281 129.95466 +L 152.32933 129.95466 +L 152.32933 132.495589 +L 154.51585 132.495589 +L 154.51585 126.707917 +L 156.702371 126.707917 +L 156.702371 128.119544 +L 158.888891 128.119544 +L 158.888891 123.178849 +L 161.075411 123.178849 +L 161.075411 127.554893 +L 163.261932 127.554893 +L 163.261932 129.201792 +L 165.448452 129.201792 +L 165.448452 128.307761 +L 167.634973 128.307761 +L 167.634973 131.648612 +L 169.821493 131.648612 +L 169.821493 135.036518 +L 172.008013 135.036518 +L 172.008013 137.859772 +L 174.194534 137.859772 +L 174.194534 139.977213 +L 176.381054 139.977213 +L 176.381054 142.94163 +L 178.567574 142.94163 +L 178.567574 144.070932 +L 180.754095 144.070932 +L 180.754095 145.623722 +L 182.940615 145.623722 +L 182.940615 144.635583 +L 185.127136 144.635583 +L 185.127136 140.824189 +L 187.313656 140.824189 +L 187.313656 140.259538 +L 189.500176 140.259538 +L 189.500176 138.28326 +L 191.686697 138.28326 +L 191.686697 136.165819 +L 193.873217 136.165819 +L 193.873217 137.153959 +L 196.059737 137.153959 +L 196.059737 133.201402 +L 198.246258 133.201402 +L 198.246258 132.495589 +L 200.432778 132.495589 +L 200.432778 137.22454 +L 202.619299 137.22454 +L 202.619299 136.589308 +L 204.805819 136.589308 +L 204.805819 138.77733 +L 206.992339 138.77733 +L 206.992339 141.953491 +L 209.17886 141.953491 +L 209.17886 142.518142 +L 211.36538 142.518142 +L 211.36538 140.730081 +L 213.5519 140.730081 +L 213.5519 141.624111 +L 215.738421 141.624111 +L 215.738421 141.88291 +L 217.924941 141.88291 +L 217.924941 136.871633 +L 220.111462 136.871633 +L 220.111462 134.895355 +L 222.297982 134.895355 +L 222.297982 136.024657 +L 224.484502 136.024657 +L 224.484502 130.754582 +L 226.671023 130.754582 +L 226.671023 128.872412 +L 228.857543 128.872412 +L 228.857543 130.519311 +L 231.044063 130.519311 +L 231.044063 126.943188 +L 233.230584 126.943188 +L 233.230584 126.613809 +L 235.417104 126.613809 +L 235.417104 133.201402 +L 237.603625 133.201402 +L 237.603625 130.660473 +L 239.790145 130.660473 +L 239.790145 132.354426 +L 241.976665 132.354426 +L 241.976665 134.471867 +L 244.163186 134.471867 +L 244.163186 138.706748 +L 246.349706 138.706748 +L 246.349706 139.83605 +L 248.536226 139.83605 +L 248.536226 140.259538 +L 250.722747 140.259538 +L 250.722747 143.082793 +L 252.909267 143.082793 +L 252.909267 145.059071 +L 255.095788 145.059071 +L 255.095788 145.482559 +L 257.282308 145.482559 +L 257.282308 146.188373 +L 259.468828 146.188373 +L 259.468828 147.035349 +L 261.655349 147.035349 +L 261.655349 147.317675 +L 263.841869 147.317675 +L 263.841869 147.458837 +L 266.028389 147.458837 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_5"> + <path clip-path="url(#pd2faefce8f)" d="M 47.376352 147.6 +L 47.376352 144.353257 +L 49.562872 144.353257 +L 49.562872 131.225124 +L 51.749393 131.225124 +L 51.749393 116.897108 +L 53.935913 116.897108 +L 53.935913 114.003272 +L 56.122433 114.003272 +L 56.122433 123.037686 +L 58.308954 123.037686 +L 58.308954 138.353842 +L 60.495474 138.353842 +L 60.495474 145.623722 +L 62.681995 145.623722 +L 62.681995 147.247093 +L 64.868515 147.247093 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.317675 +L 73.614596 147.317675 +L 73.614596 145.906047 +L 75.801117 145.906047 +L 75.801117 140.259538 +L 77.987637 140.259538 +L 77.987637 131.225124 +L 80.174158 131.225124 +L 80.174158 127.554893 +L 82.360678 127.554893 +L 82.360678 123.037686 +L 84.547198 123.037686 +L 84.547198 123.7435 +L 86.733719 123.7435 +L 86.733719 124.166988 +L 88.920239 124.166988 +L 88.920239 123.602337 +L 91.106759 123.602337 +L 91.106759 126.990242 +L 93.29328 126.990242 +L 93.29328 126.566754 +L 95.4798 126.566754 +L 95.4798 129.437063 +L 97.666321 129.437063 +L 97.666321 131.601558 +L 99.852841 131.601558 +L 99.852841 136.024657 +L 102.039361 136.024657 +L 102.039361 140.965352 +L 104.225882 140.965352 +L 104.225882 144.917908 +L 106.412402 144.917908 +L 106.412402 146.188373 +L 108.598922 146.188373 +L 108.598922 147.317675 +L 110.785443 147.317675 +L 110.785443 147.458837 +L 112.971963 147.458837 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 117.345004 147.6 +L 117.345004 142.94163 +L 119.531524 142.94163 +L 119.531524 137.153959 +L 121.718045 137.153959 +L 121.718045 129.672334 +L 123.904565 129.672334 +L 123.904565 122.661252 +L 126.091085 122.661252 +L 126.091085 124.825747 +L 128.277606 124.825747 +L 128.277606 128.119544 +L 130.464126 128.119544 +L 130.464126 136.095238 +L 132.650647 136.095238 +L 132.650647 141.318259 +L 134.837167 141.318259 +L 134.837167 145.906047 +L 137.023687 145.906047 +L 137.023687 147.247093 +L 139.210208 147.247093 +L 139.210208 147.6 +L 141.396728 147.6 +L 141.396728 147.035349 +L 143.583248 147.035349 +L 143.583248 145.059071 +L 145.769769 145.059071 +L 145.769769 140.259538 +L 147.956289 140.259538 +L 147.956289 138.28326 +L 150.14281 138.28326 +L 150.14281 132.495589 +L 152.32933 132.495589 +L 152.32933 127.601948 +L 154.51585 127.601948 +L 154.51585 127.366676 +L 156.702371 127.366676 +L 156.702371 124.166988 +L 158.888891 124.166988 +L 158.888891 124.308151 +L 161.075411 124.308151 +L 161.075411 124.308151 +L 163.261932 124.308151 +L 163.261932 127.554893 +L 165.448452 127.554893 +L 165.448452 128.825358 +L 167.634973 128.825358 +L 167.634973 130.236985 +L 169.821493 130.236985 +L 169.821493 133.06024 +L 172.008013 133.06024 +L 172.008013 137.153959 +L 174.194534 137.153959 +L 174.194534 141.247677 +L 176.381054 141.247677 +L 176.381054 143.365118 +L 178.567574 143.365118 +L 178.567574 145.764885 +L 180.754095 145.764885 +L 180.754095 146.564807 +L 182.940615 146.564807 +L 182.940615 147.364729 +L 185.127136 147.364729 +L 185.127136 147.458837 +L 187.313656 147.458837 +L 187.313656 142.518142 +L 189.500176 142.518142 +L 189.500176 138.28326 +L 191.686697 138.28326 +L 191.686697 136.73047 +L 193.873217 136.73047 +L 193.873217 132.495589 +L 196.059737 132.495589 +L 196.059737 128.260707 +L 198.246258 128.260707 +L 198.246258 131.17807 +L 200.432778 131.17807 +L 200.432778 131.860356 +L 202.619299 131.860356 +L 202.619299 134.589502 +L 204.805819 134.589502 +L 204.805819 140.541864 +L 206.992339 140.541864 +L 206.992339 142.165235 +L 209.17886 142.165235 +L 209.17886 145.341396 +L 211.36538 145.341396 +L 211.36538 146.611861 +L 213.5519 146.611861 +L 213.5519 145.341396 +L 215.738421 145.341396 +L 215.738421 141.38884 +L 217.924941 141.38884 +L 217.924941 142.235817 +L 220.111462 142.235817 +L 220.111462 136.024657 +L 222.297982 136.024657 +L 222.297982 132.919077 +L 224.484502 132.919077 +L 224.484502 130.378148 +L 226.671023 130.378148 +L 226.671023 126.613809 +L 228.857543 126.613809 +L 228.857543 128.119544 +L 231.044063 128.119544 +L 231.044063 125.531561 +L 233.230584 125.531561 +L 233.230584 124.731639 +L 235.417104 124.731639 +L 235.417104 129.107683 +L 237.603625 129.107683 +L 237.603625 127.084351 +L 239.790145 127.084351 +L 239.790145 131.695667 +L 241.976665 131.695667 +L 241.976665 134.895355 +L 244.163186 134.895355 +L 244.163186 137.436284 +L 246.349706 137.436284 +L 246.349706 140.400701 +L 248.536226 140.400701 +L 248.536226 142.094654 +L 250.722747 142.094654 +L 250.722747 144.635583 +L 252.909267 144.635583 +L 252.909267 145.482559 +L 255.095788 145.482559 +L 255.095788 146.753024 +L 257.282308 146.753024 +L 257.282308 147.317675 +L 259.468828 147.317675 +L 259.468828 147.458837 +L 261.655349 147.458837 +L 261.655349 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_6"> + <path clip-path="url(#pd2faefce8f)" d="M 47.376352 147.6 +L 47.376352 147.6 +L 49.562872 147.6 +L 49.562872 137.012796 +L 51.749393 137.012796 +L 51.749393 112.803389 +L 53.935913 112.803389 +L 53.935913 104.333625 +L 56.122433 104.333625 +L 56.122433 124.261097 +L 58.308954 124.261097 +L 58.308954 140.588918 +L 60.495474 140.588918 +L 60.495474 146.54128 +L 62.681995 146.54128 +L 62.681995 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 73.614596 147.6 +L 73.614596 147.035349 +L 75.801117 147.035349 +L 75.801117 143.082793 +L 77.987637 143.082793 +L 77.987637 132.636751 +L 80.174158 132.636751 +L 80.174158 122.755361 +L 82.360678 122.755361 +L 82.360678 123.037686 +L 84.547198 123.037686 +L 84.547198 126.707917 +L 86.733719 126.707917 +L 86.733719 121.343734 +L 88.920239 121.343734 +L 88.920239 124.63753 +L 91.106759 124.63753 +L 91.106759 125.955049 +L 93.29328 125.955049 +L 93.29328 127.413731 +L 95.4798 127.413731 +L 95.4798 126.84908 +L 97.666321 126.84908 +L 97.666321 130.660473 +L 99.852841 130.660473 +L 99.852841 136.024657 +L 102.039361 136.024657 +L 102.039361 141.530003 +L 104.225882 141.530003 +L 104.225882 145.059071 +L 106.412402 145.059071 +L 106.412402 146.894186 +L 108.598922 146.894186 +L 108.598922 147.458837 +L 110.785443 147.458837 +L 110.785443 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 119.531524 147.6 +L 119.531524 140.541864 +L 121.718045 140.541864 +L 121.718045 128.40187 +L 123.904565 128.40187 +L 123.904565 118.02641 +L 126.091085 118.02641 +L 126.091085 117.673503 +L 128.277606 117.673503 +L 128.277606 126.496173 +L 130.464126 126.496173 +L 130.464126 137.789191 +L 132.650647 137.789191 +L 132.650647 144.612056 +L 134.837167 144.612056 +L 134.837167 147.200039 +L 137.023687 147.200039 +L 137.023687 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 143.583248 147.6 +L 143.583248 147.035349 +L 145.769769 147.035349 +L 145.769769 144.776746 +L 147.956289 144.776746 +L 147.956289 137.436284 +L 150.14281 137.436284 +L 150.14281 133.766053 +L 152.32933 133.766053 +L 152.32933 126.566754 +L 154.51585 126.566754 +L 154.51585 124.025825 +L 156.702371 124.025825 +L 156.702371 123.884663 +L 158.888891 123.884663 +L 158.888891 124.025825 +L 161.075411 124.025825 +L 161.075411 122.143656 +L 163.261932 122.143656 +L 163.261932 127.460785 +L 165.448452 127.460785 +L 165.448452 127.649002 +L 167.634973 127.649002 +L 167.634973 129.013575 +L 169.821493 129.013575 +L 169.821493 132.025046 +L 172.008013 132.025046 +L 172.008013 137.342175 +L 174.194534 137.342175 +L 174.194534 140.965352 +L 176.381054 140.965352 +L 176.381054 145.059071 +L 178.567574 145.059071 +L 178.567574 146.329535 +L 180.754095 146.329535 +L 180.754095 147.317675 +L 182.940615 147.317675 +L 182.940615 147.458837 +L 185.127136 147.458837 +L 185.127136 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 189.500176 147.6 +L 189.500176 143.223956 +L 191.686697 143.223956 +L 191.686697 137.577447 +L 193.873217 137.577447 +L 193.873217 129.672334 +L 196.059737 129.672334 +L 196.059737 124.63753 +L 198.246258 124.63753 +L 198.246258 122.920051 +L 200.432778 122.920051 +L 200.432778 128.048963 +L 202.619299 128.048963 +L 202.619299 135.67175 +L 204.805819 135.67175 +L 204.805819 141.035933 +L 206.992339 141.035933 +L 206.992339 145.906047 +L 209.17886 145.906047 +L 209.17886 147.247093 +L 211.36538 147.247093 +L 211.36538 147.6 +L 213.5519 147.6 +L 213.5519 147.317675 +L 215.738421 147.317675 +L 215.738421 145.906047 +L 217.924941 145.906047 +L 217.924941 142.518142 +L 220.111462 142.518142 +L 220.111462 138.000935 +L 222.297982 138.000935 +L 222.297982 133.907216 +L 224.484502 133.907216 +L 224.484502 128.543032 +L 226.671023 128.543032 +L 226.671023 123.320012 +L 228.857543 123.320012 +L 228.857543 126.990242 +L 231.044063 126.990242 +L 231.044063 121.908384 +L 233.230584 121.908384 +L 233.230584 124.449313 +L 235.417104 124.449313 +L 235.417104 126.425592 +L 237.603625 126.425592 +L 237.603625 127.837219 +L 239.790145 127.837219 +L 239.790145 131.225124 +L 241.976665 131.225124 +L 241.976665 132.260317 +L 244.163186 132.260317 +L 244.163186 137.106904 +L 246.349706 137.106904 +L 246.349706 140.965352 +L 248.536226 140.965352 +L 248.536226 143.506281 +L 250.722747 143.506281 +L 250.722747 145.764885 +L 252.909267 145.764885 +L 252.909267 146.611861 +L 255.095788 146.611861 +L 255.095788 147.317675 +L 257.282308 147.317675 +L 257.282308 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 266.028389 147.6 +L 266.028389 147.6 +L 263.841869 147.6 +L 263.841869 147.6 +L 261.655349 147.6 +L 261.655349 147.6 +L 259.468828 147.6 +L 259.468828 147.6 +L 257.282308 147.6 +L 257.282308 147.6 +L 255.095788 147.6 +L 255.095788 147.6 +L 252.909267 147.6 +L 252.909267 147.6 +L 250.722747 147.6 +L 250.722747 147.6 +L 248.536226 147.6 +L 248.536226 147.6 +L 246.349706 147.6 +L 246.349706 147.6 +L 244.163186 147.6 +L 244.163186 147.6 +L 241.976665 147.6 +L 241.976665 147.6 +L 239.790145 147.6 +L 239.790145 147.6 +L 237.603625 147.6 +L 237.603625 147.6 +L 235.417104 147.6 +L 235.417104 147.6 +L 233.230584 147.6 +L 233.230584 147.6 +L 231.044063 147.6 +L 231.044063 147.6 +L 228.857543 147.6 +L 228.857543 147.6 +L 226.671023 147.6 +L 226.671023 147.6 +L 224.484502 147.6 +L 224.484502 147.6 +L 222.297982 147.6 +L 222.297982 147.6 +L 220.111462 147.6 +L 220.111462 147.6 +L 217.924941 147.6 +L 217.924941 147.6 +L 215.738421 147.6 +L 215.738421 147.6 +L 213.5519 147.6 +L 213.5519 147.6 +L 211.36538 147.6 +L 211.36538 147.6 +L 209.17886 147.6 +L 209.17886 147.6 +L 206.992339 147.6 +L 206.992339 147.6 +L 204.805819 147.6 +L 204.805819 147.6 +L 202.619299 147.6 +L 202.619299 147.6 +L 200.432778 147.6 +L 200.432778 147.6 +L 198.246258 147.6 +L 198.246258 147.6 +L 196.059737 147.6 +L 196.059737 147.6 +L 193.873217 147.6 +L 193.873217 147.6 +L 191.686697 147.6 +L 191.686697 147.6 +L 189.500176 147.6 +L 189.500176 147.6 +L 187.313656 147.6 +L 187.313656 147.6 +L 185.127136 147.6 +L 185.127136 147.6 +L 182.940615 147.6 +L 182.940615 147.6 +L 180.754095 147.6 +L 180.754095 147.6 +L 178.567574 147.6 +L 178.567574 147.6 +L 176.381054 147.6 +L 176.381054 147.6 +L 174.194534 147.6 +L 174.194534 147.6 +L 172.008013 147.6 +L 172.008013 147.6 +L 169.821493 147.6 +L 169.821493 147.6 +L 167.634973 147.6 +L 167.634973 147.6 +L 165.448452 147.6 +L 165.448452 147.6 +L 163.261932 147.6 +L 163.261932 147.6 +L 161.075411 147.6 +L 161.075411 147.6 +L 158.888891 147.6 +L 158.888891 147.6 +L 156.702371 147.6 +L 156.702371 147.6 +L 154.51585 147.6 +L 154.51585 147.6 +L 152.32933 147.6 +L 152.32933 147.6 +L 150.14281 147.6 +L 150.14281 147.6 +L 147.956289 147.6 +L 147.956289 147.6 +L 145.769769 147.6 +L 145.769769 147.6 +L 143.583248 147.6 +L 143.583248 147.6 +L 141.396728 147.6 +L 141.396728 147.6 +L 139.210208 147.6 +L 139.210208 147.6 +L 137.023687 147.6 +L 137.023687 147.6 +L 134.837167 147.6 +L 134.837167 147.6 +L 132.650647 147.6 +L 132.650647 147.6 +L 130.464126 147.6 +L 130.464126 147.6 +L 128.277606 147.6 +L 128.277606 147.6 +L 126.091085 147.6 +L 126.091085 147.6 +L 123.904565 147.6 +L 123.904565 147.6 +L 121.718045 147.6 +L 121.718045 147.6 +L 119.531524 147.6 +L 119.531524 147.6 +L 117.345004 147.6 +L 117.345004 147.6 +L 115.158484 147.6 +L 115.158484 147.6 +L 112.971963 147.6 +L 112.971963 147.6 +L 110.785443 147.6 +L 110.785443 147.6 +L 108.598922 147.6 +L 108.598922 147.6 +L 106.412402 147.6 +L 106.412402 147.6 +L 104.225882 147.6 +L 104.225882 147.6 +L 102.039361 147.6 +L 102.039361 147.6 +L 99.852841 147.6 +L 99.852841 147.6 +L 97.666321 147.6 +L 97.666321 147.6 +L 95.4798 147.6 +L 95.4798 147.6 +L 93.29328 147.6 +L 93.29328 147.6 +L 91.106759 147.6 +L 91.106759 147.6 +L 88.920239 147.6 +L 88.920239 147.6 +L 86.733719 147.6 +L 86.733719 147.6 +L 84.547198 147.6 +L 84.547198 147.6 +L 82.360678 147.6 +L 82.360678 147.6 +L 80.174158 147.6 +L 80.174158 147.6 +L 77.987637 147.6 +L 77.987637 147.6 +L 75.801117 147.6 +L 75.801117 147.6 +L 73.614596 147.6 +L 73.614596 147.6 +L 71.428076 147.6 +L 71.428076 147.6 +L 69.241556 147.6 +L 69.241556 147.6 +L 67.055035 147.6 +L 67.055035 147.6 +L 64.868515 147.6 +L 64.868515 147.6 +L 62.681995 147.6 +L 62.681995 147.6 +L 60.495474 147.6 +L 60.495474 147.6 +L 58.308954 147.6 +L 58.308954 147.6 +L 56.122433 147.6 +L 56.122433 147.6 +L 53.935913 147.6 +L 53.935913 147.6 +L 51.749393 147.6 +L 51.749393 147.6 +L 49.562872 147.6 +L 49.562872 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_10"> + <path clip-path="url(#pd2faefce8f)" d="M 131.643407 147.6 +L 131.643407 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_7"> + <path d="M 36.44375 147.6 +L 36.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_8"> + <path d="M 276.960991 147.6 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_9"> + <path d="M 36.44375 147.6 +L 276.960991 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_10"> + <path d="M 36.44375 38.88 +L 276.960991 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_11"> + <!-- 0% --> + <defs> + <path id="ArialMT-32"/> + <path d="M 5.8125 54.390625 +Q 5.8125 62.0625 9.671875 67.421875 +Q 13.53125 72.796875 20.84375 72.796875 +Q 27.59375 72.796875 32 67.984375 +Q 36.421875 63.1875 36.421875 53.859375 +Q 36.421875 44.78125 31.953125 39.875 +Q 27.484375 34.96875 20.953125 34.96875 +Q 14.453125 34.96875 10.125 39.796875 +Q 5.8125 44.625 5.8125 54.390625 +z +M 21.09375 66.75 +Q 17.828125 66.75 15.65625 63.90625 +Q 13.484375 61.078125 13.484375 53.515625 +Q 13.484375 46.625 15.671875 43.8125 +Q 17.875 41.015625 21.09375 41.015625 +Q 24.421875 41.015625 26.59375 43.84375 +Q 28.765625 46.6875 28.765625 54.203125 +Q 28.765625 61.140625 26.5625 63.9375 +Q 24.359375 66.75 21.09375 66.75 +z +M 21.140625 -2.640625 +L 60.296875 72.796875 +L 67.4375 72.796875 +L 28.421875 -2.640625 +z +M 52.09375 16.796875 +Q 52.09375 24.515625 55.953125 29.859375 +Q 59.8125 35.203125 67.1875 35.203125 +Q 73.921875 35.203125 78.34375 30.390625 +Q 82.765625 25.59375 82.765625 16.265625 +Q 82.765625 7.171875 78.296875 2.265625 +Q 73.828125 -2.640625 67.234375 -2.640625 +Q 60.75 -2.640625 56.421875 2.21875 +Q 52.09375 7.078125 52.09375 16.796875 +z +M 67.4375 29.15625 +Q 64.109375 29.15625 61.9375 26.3125 +Q 59.765625 23.484375 59.765625 15.921875 +Q 59.765625 9.078125 61.953125 6.25 +Q 64.15625 3.421875 67.390625 3.421875 +Q 70.75 3.421875 72.921875 6.25 +Q 75.09375 9.078125 75.09375 16.609375 +Q 75.09375 23.53125 72.890625 26.34375 +Q 70.703125 29.15625 67.4375 29.15625 +z +" id="ArialMT-37"/> + </defs> + <g style="fill:#262626;" transform="translate(144.696746 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_2"> + <g id="patch_11"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +L 565.581681 38.88 +L 325.06444 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_3"> + <g id="xtick_5"> + <g id="line2d_11"> + <path clip-path="url(#p28a3e104b4)" d="M 338.829451 147.6 +L 338.829451 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_12"> + <!-- 0.016 --> + <g style="fill:#262626;" transform="translate(326.318513 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="xtick_6"> + <g id="line2d_12"> + <path clip-path="url(#p28a3e104b4)" d="M 386.717717 147.6 +L 386.717717 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_13"> + <!-- 0.018 --> + <g style="fill:#262626;" transform="translate(374.20678 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + <use x="194.628906" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_7"> + <g id="line2d_13"> + <path clip-path="url(#p28a3e104b4)" d="M 434.605984 147.6 +L 434.605984 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_14"> + <!-- 0.020 --> + <g style="fill:#262626;" transform="translate(422.095047 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_8"> + <g id="line2d_14"> + <path clip-path="url(#p28a3e104b4)" d="M 482.494251 147.6 +L 482.494251 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_15"> + <!-- 0.022 --> + <g style="fill:#262626;" transform="translate(469.983314 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_9"> + <g id="line2d_15"> + <path clip-path="url(#p28a3e104b4)" d="M 530.382518 147.6 +L 530.382518 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_16"> + <!-- 0.024 --> + <g style="fill:#262626;" transform="translate(517.87158 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + <use x="194.628906" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="text_17"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(426.705873 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_4"> + <g id="ytick_6"> + <g id="line2d_16"> + <path clip-path="url(#p28a3e104b4)" d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_18"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(312.503502 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_7"> + <g id="line2d_17"> + <path clip-path="url(#p28a3e104b4)" d="M 325.06444 108.600807 +L 565.581681 108.600807 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_19"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(295.82069 112.179713)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_8"> + <g id="line2d_18"> + <path clip-path="url(#p28a3e104b4)" d="M 325.06444 69.601614 +L 565.581681 69.601614 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_20"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(295.82069 73.18052)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_12"> + <path clip-path="url(#p28a3e104b4)" d="M 335.997042 147.6 +L 335.997042 144.558063 +L 338.183562 144.558063 +L 338.183562 135.432252 +L 340.370082 135.432252 +L 340.370082 143.856077 +L 342.556603 143.856077 +L 342.556603 134.496271 +L 344.743123 134.496271 +L 344.743123 127.476416 +L 346.929643 127.476416 +L 346.929643 131.688329 +L 349.116164 131.688329 +L 349.116164 112.500726 +L 351.302684 112.500726 +L 351.302684 109.458789 +L 353.489205 109.458789 +L 353.489205 106.260856 +L 355.675725 106.260856 +L 355.675725 107.97682 +L 357.862245 107.97682 +L 357.862245 85.357288 +L 360.048766 85.357288 +L 360.048766 84.265311 +L 362.235286 84.265311 +L 362.235286 92.02615 +L 364.421806 92.02615 +L 364.421806 91.480161 +L 366.608327 91.480161 +L 366.608327 90.037191 +L 368.794847 90.037191 +L 368.794847 97.447038 +L 370.981368 97.447038 +L 370.981368 72.019564 +L 373.167888 72.019564 +L 373.167888 92.104149 +L 375.354408 92.104149 +L 375.354408 82.432349 +L 377.540929 82.432349 +L 377.540929 80.560387 +L 379.727449 80.560387 +L 379.727449 71.785569 +L 381.913969 71.785569 +L 381.913969 59.500823 +L 384.10049 59.500823 +L 384.10049 69.913608 +L 386.28701 69.913608 +L 386.28701 44.057143 +L 388.473531 44.057143 +L 388.473531 64.765714 +L 390.660051 64.765714 +L 390.660051 62.893753 +L 392.846571 62.893753 +L 392.846571 53.923939 +L 395.033092 53.923939 +L 395.033092 71.863567 +L 397.219612 71.863567 +L 397.219612 74.827506 +L 399.406132 74.827506 +L 399.406132 82.783341 +L 401.592653 82.783341 +L 401.592653 85.825278 +L 403.779173 85.825278 +L 403.779173 96.823051 +L 405.965694 96.823051 +L 405.965694 86.761259 +L 408.152214 86.761259 +L 408.152214 92.377143 +L 410.338734 92.377143 +L 410.338734 97.447038 +L 412.525255 97.447038 +L 412.525255 100.488975 +L 414.711775 100.488975 +L 414.711775 95.575077 +L 416.898295 95.575077 +L 416.898295 74.125521 +L 419.084816 74.125521 +L 419.084816 96.589056 +L 421.271336 96.589056 +L 421.271336 77.635448 +L 423.457857 77.635448 +L 423.457857 97.252042 +L 425.644377 97.252042 +L 425.644377 96.511057 +L 427.830897 96.511057 +L 427.830897 67.612655 +L 430.017418 67.612655 +L 430.017418 99.474996 +L 432.203938 99.474996 +L 432.203938 67.339661 +L 434.390458 67.339661 +L 434.390458 87.463245 +L 436.576979 87.463245 +L 436.576979 85.942276 +L 438.763499 85.942276 +L 438.763499 56.692881 +L 440.95002 56.692881 +L 440.95002 66.052688 +L 443.13654 66.052688 +L 443.13654 76.816465 +L 445.32306 76.816465 +L 445.32306 49.439031 +L 447.509581 49.439031 +L 447.509581 75.1395 +L 449.696101 75.1395 +L 449.696101 48.464052 +L 451.882621 48.464052 +L 451.882621 74.515513 +L 454.069142 74.515513 +L 454.069142 78.649427 +L 456.255662 78.649427 +L 456.255662 63.439742 +L 458.442183 63.439742 +L 458.442183 83.251332 +L 460.628703 83.251332 +L 460.628703 106.416852 +L 462.815223 106.416852 +L 462.815223 67.105666 +L 465.001744 67.105666 +L 465.001744 109.458789 +L 467.188264 109.458789 +L 467.188264 85.123293 +L 469.374784 85.123293 +L 469.374784 91.441162 +L 471.561305 91.441162 +L 471.561305 95.341082 +L 473.747825 95.341082 +L 473.747825 103.218918 +L 475.934346 103.218918 +L 475.934346 69.367619 +L 478.120866 69.367619 +L 478.120866 92.923132 +L 480.307386 92.923132 +L 480.307386 83.79732 +L 482.493907 83.79732 +L 482.493907 99.981985 +L 484.680427 99.981985 +L 484.680427 78.142437 +L 486.866947 78.142437 +L 486.866947 93.664116 +L 489.053468 93.664116 +L 489.053468 77.986441 +L 491.239988 77.986441 +L 491.239988 74.086521 +L 493.426509 74.086521 +L 493.426509 76.738467 +L 495.613029 76.738467 +L 495.613029 80.91138 +L 497.799549 80.91138 +L 497.799549 72.370557 +L 499.98607 72.370557 +L 499.98607 64.063729 +L 502.17259 64.063729 +L 502.17259 70.342599 +L 504.359111 70.342599 +L 504.359111 66.559677 +L 506.545631 66.559677 +L 506.545631 83.875319 +L 508.732151 83.875319 +L 508.732151 65.428701 +L 510.918672 65.428701 +L 510.918672 76.699467 +L 513.105192 76.699467 +L 513.105192 84.421308 +L 515.291712 84.421308 +L 515.291712 99.630993 +L 517.478233 99.630993 +L 517.478233 86.293269 +L 519.664753 86.293269 +L 519.664753 120.222567 +L 521.851274 120.222567 +L 521.851274 105.948862 +L 524.037794 105.948862 +L 524.037794 115.074673 +L 526.224314 115.074673 +L 526.224314 131.922324 +L 528.410835 131.922324 +L 528.410835 127.710412 +L 530.597355 127.710412 +L 530.597355 132.858305 +L 532.783875 132.858305 +L 532.783875 137.850202 +L 534.970396 137.850202 +L 534.970396 141.906118 +L 537.156916 141.906118 +L 537.156916 139.87816 +L 539.343437 139.87816 +L 539.343437 143.856077 +L 541.529957 143.856077 +L 541.529957 146.196029 +L 543.716477 146.196029 +L 543.716477 145.260048 +L 545.902998 145.260048 +L 545.902998 145.728039 +L 548.089518 145.728039 +L 548.089518 146.430024 +L 550.276038 146.430024 +L 550.276038 147.366005 +L 552.462559 147.366005 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_13"> + <path clip-path="url(#p28a3e104b4)" d="M 335.997042 147.6 +L 335.997042 144.558063 +L 338.183562 144.558063 +L 338.183562 135.432252 +L 340.370082 135.432252 +L 340.370082 143.856077 +L 342.556603 143.856077 +L 342.556603 142.218111 +L 344.743123 142.218111 +L 344.743123 137.304213 +L 346.929643 137.304213 +L 346.929643 144.324068 +L 349.116164 144.324068 +L 349.116164 134.028281 +L 351.302684 134.028281 +L 351.302684 134.964262 +L 353.489205 134.964262 +L 353.489205 137.304213 +L 355.675725 137.304213 +L 355.675725 139.176174 +L 357.862245 139.176174 +L 357.862245 125.604455 +L 360.048766 125.604455 +L 360.048766 127.476416 +L 362.235286 127.476416 +L 362.235286 134.496271 +L 364.421806 134.496271 +L 364.421806 121.743535 +L 366.608327 121.743535 +L 366.608327 132.273317 +L 368.794847 132.273317 +L 368.794847 130.401356 +L 370.981368 130.401356 +L 370.981368 116.946634 +L 373.167888 116.946634 +L 373.167888 120.222567 +L 375.354408 120.222567 +L 375.354408 127.008426 +L 377.540929 127.008426 +L 377.540929 125.604455 +L 379.727449 125.604455 +L 379.727449 120.456562 +L 381.913969 120.456562 +L 381.913969 125.487458 +L 384.10049 125.487458 +L 384.10049 125.604455 +L 386.28701 125.604455 +L 386.28701 112.617724 +L 388.473531 112.617724 +L 388.473531 131.220339 +L 390.660051 131.220339 +L 390.660051 129.348378 +L 392.846571 129.348378 +L 392.846571 107.898822 +L 395.033092 107.898822 +L 395.033092 125.994447 +L 397.219612 125.994447 +L 397.219612 123.732494 +L 399.406132 123.732494 +L 399.406132 127.008426 +L 401.592653 127.008426 +L 401.592653 122.094528 +L 403.779173 122.094528 +L 403.779173 133.326295 +L 405.965694 133.326295 +L 405.965694 124.434479 +L 408.152214 124.434479 +L 408.152214 125.136465 +L 410.338734 125.136465 +L 410.338734 127.866408 +L 412.525255 127.866408 +L 412.525255 138.630186 +L 414.711775 138.630186 +L 414.711775 122.48452 +L 416.898295 122.48452 +L 416.898295 120.690557 +L 419.084816 120.690557 +L 419.084816 134.730266 +L 421.271336 134.730266 +L 421.271336 119.286586 +L 423.457857 119.286586 +L 423.457857 124.434479 +L 425.644377 124.434479 +L 425.644377 137.187215 +L 427.830897 137.187215 +L 427.830897 118.740597 +L 430.017418 118.740597 +L 430.017418 126.618434 +L 432.203938 126.618434 +L 432.203938 118.5846 +L 434.390458 118.5846 +L 434.390458 126.072446 +L 436.576979 126.072446 +L 436.576979 128.529395 +L 438.763499 128.529395 +L 438.763499 117.64862 +L 440.95002 117.64862 +L 440.95002 131.454334 +L 443.13654 131.454334 +L 443.13654 124.90247 +L 445.32306 124.90247 +L 445.32306 117.531622 +L 447.509581 117.531622 +L 447.509581 129.582373 +L 449.696101 129.582373 +L 449.696101 111.798741 +L 451.882621 111.798741 +L 451.882621 123.576497 +L 454.069142 123.576497 +L 454.069142 131.376336 +L 456.255662 131.376336 +L 456.255662 118.350605 +L 458.442183 118.350605 +L 458.442183 123.498499 +L 460.628703 123.498499 +L 460.628703 134.262276 +L 462.815223 134.262276 +L 462.815223 121.626538 +L 465.001744 121.626538 +L 465.001744 134.028281 +L 467.188264 134.028281 +L 467.188264 123.030508 +L 469.374784 123.030508 +L 469.374784 127.944407 +L 471.561305 127.944407 +L 471.561305 126.930428 +L 473.747825 126.930428 +L 473.747825 131.298337 +L 475.934346 131.298337 +L 475.934346 115.69866 +L 478.120866 115.69866 +L 478.120866 132.936303 +L 480.307386 132.936303 +L 480.307386 121.470541 +L 482.493907 121.470541 +L 482.493907 127.515416 +L 484.680427 127.515416 +L 484.680427 124.005488 +L 486.866947 124.005488 +L 486.866947 130.245359 +L 489.053468 130.245359 +L 489.053468 128.646392 +L 491.239988 128.646392 +L 491.239988 115.854657 +L 493.426509 115.854657 +L 493.426509 126.228442 +L 495.613029 126.228442 +L 495.613029 126.072446 +L 497.799549 126.072446 +L 497.799549 125.83845 +L 499.98607 125.83845 +L 499.98607 125.955448 +L 502.17259 125.955448 +L 502.17259 123.030508 +L 504.359111 123.030508 +L 504.359111 128.412397 +L 506.545631 128.412397 +L 506.545631 132.858305 +L 508.732151 132.858305 +L 508.732151 122.445521 +L 510.918672 122.445521 +L 510.918672 125.916449 +L 513.105192 125.916449 +L 513.105192 133.950282 +L 515.291712 133.950282 +L 515.291712 135.198257 +L 517.478233 135.198257 +L 517.478233 124.90247 +L 519.664753 124.90247 +L 519.664753 142.218111 +L 521.851274 142.218111 +L 521.851274 130.986344 +L 524.037794 130.986344 +L 524.037794 136.602228 +L 526.224314 136.602228 +L 526.224314 141.048136 +L 528.410835 141.048136 +L 528.410835 137.070218 +L 530.597355 137.070218 +L 530.597355 140.112155 +L 532.783875 140.112155 +L 532.783875 141.360129 +L 534.970396 141.360129 +L 534.970396 144.71406 +L 537.156916 144.71406 +L 537.156916 141.750121 +L 539.343437 141.750121 +L 539.343437 145.026053 +L 541.529957 145.026053 +L 541.529957 146.430024 +L 543.716477 146.430024 +L 543.716477 145.260048 +L 545.902998 145.260048 +L 545.902998 145.728039 +L 548.089518 145.728039 +L 548.089518 146.430024 +L 550.276038 146.430024 +L 550.276038 147.366005 +L 552.462559 147.366005 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_14"> + <path clip-path="url(#p28a3e104b4)" d="M 335.997042 147.6 +L 335.997042 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 342.556603 147.6 +L 342.556603 139.87816 +L 344.743123 139.87816 +L 344.743123 137.772203 +L 346.929643 137.772203 +L 346.929643 140.81414 +L 349.116164 140.81414 +L 349.116164 136.836223 +L 351.302684 136.836223 +L 351.302684 135.432252 +L 353.489205 135.432252 +L 353.489205 131.532333 +L 355.675725 131.532333 +L 355.675725 137.46021 +L 357.862245 137.46021 +L 357.862245 126.540436 +L 360.048766 126.540436 +L 360.048766 131.766328 +L 362.235286 131.766328 +L 362.235286 126.306441 +L 364.421806 126.306441 +L 364.421806 133.131299 +L 366.608327 133.131299 +L 366.608327 127.242421 +L 368.794847 127.242421 +L 368.794847 129.114383 +L 370.981368 129.114383 +L 370.981368 118.740597 +L 373.167888 118.740597 +L 373.167888 131.883325 +L 375.354408 131.883325 +L 375.354408 124.083487 +L 377.540929 124.083487 +L 377.540929 121.860533 +L 379.727449 121.860533 +L 379.727449 122.796513 +L 381.913969 122.796513 +L 381.913969 115.542663 +L 384.10049 115.542663 +L 384.10049 124.200484 +L 386.28701 124.200484 +L 386.28701 115.074673 +L 388.473531 115.074673 +L 388.473531 122.328523 +L 390.660051 122.328523 +L 390.660051 115.542663 +L 392.846571 115.542663 +L 392.846571 121.158547 +L 395.033092 121.158547 +L 395.033092 125.37046 +L 397.219612 125.37046 +L 397.219612 123.498499 +L 399.406132 123.498499 +L 399.406132 120.456562 +L 401.592653 120.456562 +L 401.592653 125.136465 +L 403.779173 125.136465 +L 403.779173 128.178402 +L 405.965694 128.178402 +L 405.965694 127.008426 +L 408.152214 127.008426 +L 408.152214 129.114383 +L 410.338734 129.114383 +L 410.338734 131.454334 +L 412.525255 131.454334 +L 412.525255 129.348378 +L 414.711775 129.348378 +L 414.711775 135.198257 +L 416.898295 135.198257 +L 416.898295 125.83845 +L 419.084816 125.83845 +L 419.084816 131.220339 +L 421.271336 131.220339 +L 421.271336 124.785472 +L 423.457857 124.785472 +L 423.457857 134.808265 +L 425.644377 134.808265 +L 425.644377 128.568394 +L 427.830897 128.568394 +L 427.830897 117.64862 +L 430.017418 117.64862 +L 430.017418 130.986344 +L 432.203938 130.986344 +L 432.203938 118.935593 +L 434.390458 118.935593 +L 434.390458 126.774431 +L 436.576979 126.774431 +L 436.576979 128.178402 +L 438.763499 128.178402 +L 438.763499 113.319709 +L 440.95002 113.319709 +L 440.95002 119.637579 +L 443.13654 119.637579 +L 443.13654 125.253462 +L 445.32306 125.253462 +L 445.32306 114.840678 +L 447.509581 114.840678 +L 447.509581 128.724391 +L 449.696101 128.724391 +L 449.696101 117.570621 +L 451.882621 117.570621 +L 451.882621 125.136465 +L 454.069142 125.136465 +L 454.069142 124.122486 +L 456.255662 124.122486 +L 456.255662 114.450686 +L 458.442183 114.450686 +L 458.442183 125.37046 +L 460.628703 125.37046 +L 460.628703 134.496271 +L 462.815223 134.496271 +L 462.815223 117.18063 +L 465.001744 117.18063 +L 465.001744 134.730266 +L 467.188264 134.730266 +L 467.188264 127.008426 +L 469.374784 127.008426 +L 469.374784 126.774431 +L 471.561305 126.774431 +L 471.561305 136.134237 +L 473.747825 136.134237 +L 473.747825 133.794286 +L 475.934346 133.794286 +L 475.934346 123.030508 +L 478.120866 123.030508 +L 478.120866 127.710412 +L 480.307386 127.710412 +L 480.307386 127.125424 +L 482.493907 127.125424 +L 482.493907 134.106279 +L 484.680427 134.106279 +L 484.680427 125.760452 +L 486.866947 125.760452 +L 486.866947 127.242421 +L 489.053468 127.242421 +L 489.053468 117.64862 +L 491.239988 117.64862 +L 491.239988 123.732494 +L 493.426509 123.732494 +L 493.426509 123.615496 +L 495.613029 123.615496 +L 495.613029 127.827409 +L 497.799549 127.827409 +L 497.799549 118.11661 +L 499.98607 118.11661 +L 499.98607 122.211525 +L 502.17259 122.211525 +L 502.17259 121.97753 +L 504.359111 121.97753 +L 504.359111 117.414625 +L 506.545631 117.414625 +L 506.545631 130.752349 +L 508.732151 130.752349 +L 508.732151 120.222567 +L 510.918672 120.222567 +L 510.918672 125.136465 +L 513.105192 125.136465 +L 513.105192 126.540436 +L 515.291712 126.540436 +L 515.291712 129.816368 +L 517.478233 129.816368 +L 517.478233 128.880387 +L 519.664753 128.880387 +L 519.664753 137.304213 +L 521.851274 137.304213 +L 521.851274 133.794286 +L 524.037794 133.794286 +L 524.037794 134.262276 +L 526.224314 134.262276 +L 526.224314 142.218111 +L 528.410835 142.218111 +L 528.410835 141.282131 +L 530.597355 141.282131 +L 530.597355 142.452107 +L 532.783875 142.452107 +L 532.783875 145.260048 +L 534.970396 145.260048 +L 534.970396 145.026053 +L 537.156916 145.026053 +L 537.156916 145.728039 +L 539.343437 145.728039 +L 539.343437 146.430024 +L 541.529957 146.430024 +L 541.529957 147.366005 +L 543.716477 147.366005 +L 543.716477 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_15"> + <path clip-path="url(#p28a3e104b4)" d="M 335.997042 147.6 +L 335.997042 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 346.929643 147.6 +L 346.929643 141.750121 +L 349.116164 141.750121 +L 349.116164 136.836223 +L 351.302684 136.836223 +L 351.302684 134.262276 +L 353.489205 134.262276 +L 353.489205 132.62431 +L 355.675725 132.62431 +L 355.675725 126.540436 +L 357.862245 126.540436 +L 357.862245 128.412397 +L 360.048766 128.412397 +L 360.048766 120.222567 +L 362.235286 120.222567 +L 362.235286 126.423438 +L 364.421806 126.423438 +L 364.421806 131.805327 +L 366.608327 131.805327 +L 366.608327 125.721453 +L 368.794847 125.721453 +L 368.794847 133.131299 +L 370.981368 133.131299 +L 370.981368 131.532333 +L 373.167888 131.532333 +L 373.167888 135.198257 +L 375.354408 135.198257 +L 375.354408 126.540436 +L 377.540929 126.540436 +L 377.540929 128.2954 +L 379.727449 128.2954 +L 379.727449 123.732494 +L 381.913969 123.732494 +L 381.913969 113.670702 +L 384.10049 113.670702 +L 384.10049 115.308668 +L 386.28701 115.308668 +L 386.28701 111.564746 +L 388.473531 111.564746 +L 388.473531 106.416852 +L 390.660051 106.416852 +L 390.660051 113.202712 +L 392.846571 113.202712 +L 392.846571 120.06657 +L 395.033092 120.06657 +L 395.033092 115.69866 +L 397.219612 115.69866 +L 397.219612 122.796513 +L 399.406132 122.796513 +L 399.406132 130.518354 +L 401.592653 130.518354 +L 401.592653 133.794286 +L 403.779173 133.794286 +L 403.779173 130.518354 +L 405.965694 130.518354 +L 405.965694 130.518354 +L 408.152214 130.518354 +L 408.152214 133.326295 +L 410.338734 133.326295 +L 410.338734 133.326295 +L 412.525255 133.326295 +L 412.525255 127.710412 +L 414.711775 127.710412 +L 414.711775 133.0923 +L 416.898295 133.0923 +L 416.898295 122.796513 +L 419.084816 122.796513 +L 419.084816 125.83845 +L 421.271336 125.83845 +L 421.271336 128.76339 +L 423.457857 128.76339 +L 423.457857 133.209298 +L 425.644377 133.209298 +L 425.644377 125.955448 +L 427.830897 125.955448 +L 427.830897 126.423438 +L 430.017418 126.423438 +L 430.017418 137.070218 +L 432.203938 137.070218 +L 432.203938 125.019467 +L 434.390458 125.019467 +L 434.390458 129.816368 +L 436.576979 129.816368 +L 436.576979 124.434479 +L 438.763499 124.434479 +L 438.763499 120.924552 +L 440.95002 120.924552 +L 440.95002 110.160775 +L 443.13654 110.160775 +L 443.13654 121.860533 +L 445.32306 121.860533 +L 445.32306 112.266731 +L 447.509581 112.266731 +L 447.509581 112.032736 +L 449.696101 112.032736 +L 449.696101 114.294689 +L 451.882621 114.294689 +L 451.882621 121.00255 +L 454.069142 121.00255 +L 454.069142 118.350605 +L 456.255662 118.350605 +L 456.255662 125.83845 +L 458.442183 125.83845 +L 458.442183 129.582373 +L 460.628703 129.582373 +L 460.628703 132.858305 +L 462.815223 132.858305 +L 462.815223 123.498499 +L 465.001744 123.498499 +L 465.001744 135.900242 +L 467.188264 135.900242 +L 467.188264 130.284358 +L 469.374784 130.284358 +L 469.374784 131.922324 +L 471.561305 131.922324 +L 471.561305 127.476416 +L 473.747825 127.476416 +L 473.747825 133.326295 +L 475.934346 133.326295 +L 475.934346 125.83845 +L 478.120866 125.83845 +L 478.120866 127.476416 +L 480.307386 127.476416 +L 480.307386 130.401356 +L 482.493907 130.401356 +L 482.493907 133.560291 +L 484.680427 133.560291 +L 484.680427 123.576497 +L 486.866947 123.576497 +L 486.866947 131.376336 +L 489.053468 131.376336 +L 489.053468 126.891429 +L 491.239988 126.891429 +L 491.239988 129.69937 +L 493.426509 129.69937 +L 493.426509 122.094528 +L 495.613029 122.094528 +L 495.613029 122.211525 +L 497.799549 122.211525 +L 497.799549 123.615496 +L 499.98607 123.615496 +L 499.98607 111.096755 +L 502.17259 111.096755 +L 502.17259 120.53456 +L 504.359111 120.53456 +L 504.359111 115.932655 +L 506.545631 115.932655 +L 506.545631 115.464665 +L 508.732151 115.464665 +L 508.732151 117.960613 +L 510.918672 117.960613 +L 510.918672 120.846554 +L 513.105192 120.846554 +L 513.105192 119.130589 +L 515.291712 119.130589 +L 515.291712 129.816368 +L 517.478233 129.816368 +L 517.478233 127.710412 +L 519.664753 127.710412 +L 519.664753 135.900242 +L 521.851274 135.900242 +L 521.851274 136.368232 +L 524.037794 136.368232 +L 524.037794 139.410169 +L 526.224314 139.410169 +L 526.224314 143.856077 +L 528.410835 143.856077 +L 528.410835 144.558063 +L 530.597355 144.558063 +L 530.597355 145.494044 +L 532.783875 145.494044 +L 532.783875 146.430024 +L 534.970396 146.430024 +L 534.970396 147.366005 +L 537.156916 147.366005 +L 537.156916 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 554.649079 147.6 +L 554.649079 147.6 +L 552.462559 147.6 +L 552.462559 147.6 +L 550.276038 147.6 +L 550.276038 147.6 +L 548.089518 147.6 +L 548.089518 147.6 +L 545.902998 147.6 +L 545.902998 147.6 +L 543.716477 147.6 +L 543.716477 147.6 +L 541.529957 147.6 +L 541.529957 147.6 +L 539.343437 147.6 +L 539.343437 147.6 +L 537.156916 147.6 +L 537.156916 147.6 +L 534.970396 147.6 +L 534.970396 147.6 +L 532.783875 147.6 +L 532.783875 147.6 +L 530.597355 147.6 +L 530.597355 147.6 +L 528.410835 147.6 +L 528.410835 147.6 +L 526.224314 147.6 +L 526.224314 147.6 +L 524.037794 147.6 +L 524.037794 147.6 +L 521.851274 147.6 +L 521.851274 147.6 +L 519.664753 147.6 +L 519.664753 147.6 +L 517.478233 147.6 +L 517.478233 147.6 +L 515.291712 147.6 +L 515.291712 147.6 +L 513.105192 147.6 +L 513.105192 147.6 +L 510.918672 147.6 +L 510.918672 147.6 +L 508.732151 147.6 +L 508.732151 147.6 +L 506.545631 147.6 +L 506.545631 147.6 +L 504.359111 147.6 +L 504.359111 147.6 +L 502.17259 147.6 +L 502.17259 147.6 +L 499.98607 147.6 +L 499.98607 147.6 +L 497.799549 147.6 +L 497.799549 147.6 +L 495.613029 147.6 +L 495.613029 147.6 +L 493.426509 147.6 +L 493.426509 147.6 +L 491.239988 147.6 +L 491.239988 147.6 +L 489.053468 147.6 +L 489.053468 147.6 +L 486.866947 147.6 +L 486.866947 147.6 +L 484.680427 147.6 +L 484.680427 147.6 +L 482.493907 147.6 +L 482.493907 147.6 +L 480.307386 147.6 +L 480.307386 147.6 +L 478.120866 147.6 +L 478.120866 147.6 +L 475.934346 147.6 +L 475.934346 147.6 +L 473.747825 147.6 +L 473.747825 147.6 +L 471.561305 147.6 +L 471.561305 147.6 +L 469.374784 147.6 +L 469.374784 147.6 +L 467.188264 147.6 +L 467.188264 147.6 +L 465.001744 147.6 +L 465.001744 147.6 +L 462.815223 147.6 +L 462.815223 147.6 +L 460.628703 147.6 +L 460.628703 147.6 +L 458.442183 147.6 +L 458.442183 147.6 +L 456.255662 147.6 +L 456.255662 147.6 +L 454.069142 147.6 +L 454.069142 147.6 +L 451.882621 147.6 +L 451.882621 147.6 +L 449.696101 147.6 +L 449.696101 147.6 +L 447.509581 147.6 +L 447.509581 147.6 +L 445.32306 147.6 +L 445.32306 147.6 +L 443.13654 147.6 +L 443.13654 147.6 +L 440.95002 147.6 +L 440.95002 147.6 +L 438.763499 147.6 +L 438.763499 147.6 +L 436.576979 147.6 +L 436.576979 147.6 +L 434.390458 147.6 +L 434.390458 147.6 +L 432.203938 147.6 +L 432.203938 147.6 +L 430.017418 147.6 +L 430.017418 147.6 +L 427.830897 147.6 +L 427.830897 147.6 +L 425.644377 147.6 +L 425.644377 147.6 +L 423.457857 147.6 +L 423.457857 147.6 +L 421.271336 147.6 +L 421.271336 147.6 +L 419.084816 147.6 +L 419.084816 147.6 +L 416.898295 147.6 +L 416.898295 147.6 +L 414.711775 147.6 +L 414.711775 147.6 +L 412.525255 147.6 +L 412.525255 147.6 +L 410.338734 147.6 +L 410.338734 147.6 +L 408.152214 147.6 +L 408.152214 147.6 +L 405.965694 147.6 +L 405.965694 147.6 +L 403.779173 147.6 +L 403.779173 147.6 +L 401.592653 147.6 +L 401.592653 147.6 +L 399.406132 147.6 +L 399.406132 147.6 +L 397.219612 147.6 +L 397.219612 147.6 +L 395.033092 147.6 +L 395.033092 147.6 +L 392.846571 147.6 +L 392.846571 147.6 +L 390.660051 147.6 +L 390.660051 147.6 +L 388.473531 147.6 +L 388.473531 147.6 +L 386.28701 147.6 +L 386.28701 147.6 +L 384.10049 147.6 +L 384.10049 147.6 +L 381.913969 147.6 +L 381.913969 147.6 +L 379.727449 147.6 +L 379.727449 147.6 +L 377.540929 147.6 +L 377.540929 147.6 +L 375.354408 147.6 +L 375.354408 147.6 +L 373.167888 147.6 +L 373.167888 147.6 +L 370.981368 147.6 +L 370.981368 147.6 +L 368.794847 147.6 +L 368.794847 147.6 +L 366.608327 147.6 +L 366.608327 147.6 +L 364.421806 147.6 +L 364.421806 147.6 +L 362.235286 147.6 +L 362.235286 147.6 +L 360.048766 147.6 +L 360.048766 147.6 +L 357.862245 147.6 +L 357.862245 147.6 +L 355.675725 147.6 +L 355.675725 147.6 +L 353.489205 147.6 +L 353.489205 147.6 +L 351.302684 147.6 +L 351.302684 147.6 +L 349.116164 147.6 +L 349.116164 147.6 +L 346.929643 147.6 +L 346.929643 147.6 +L 344.743123 147.6 +L 344.743123 147.6 +L 342.556603 147.6 +L 342.556603 147.6 +L 340.370082 147.6 +L 340.370082 147.6 +L 338.183562 147.6 +L 338.183562 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_19"> + <path clip-path="url(#p28a3e104b4)" d="M 434.605984 147.6 +L 434.605984 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_16"> + <path d="M 325.06444 147.6 +L 325.06444 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_17"> + <path d="M 565.581681 147.6 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_18"> + <path d="M 325.06444 147.6 +L 565.581681 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_19"> + <path d="M 325.06444 38.88 +L 565.581681 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_21"> + <!-- 0% --> + <g style="fill:#262626;" transform="translate(433.317435 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-48"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_3"> + <g id="patch_20"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +L 854.202371 38.88 +L 613.685129 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_5"> + <g id="xtick_10"> + <g id="line2d_20"> + <path clip-path="url(#pb0806bac56)" d="M 629.563979 147.6 +L 629.563979 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_22"> + <!-- 0.0900 --> + <defs> + <path d="M 5.46875 16.546875 +L 13.921875 17.328125 +Q 14.984375 11.375 18.015625 8.6875 +Q 21.046875 6 25.78125 6 +Q 29.828125 6 32.875 7.859375 +Q 35.9375 9.71875 37.890625 12.8125 +Q 39.84375 15.921875 41.15625 21.1875 +Q 42.484375 26.46875 42.484375 31.9375 +Q 42.484375 32.515625 42.4375 33.6875 +Q 39.796875 29.5 35.234375 26.875 +Q 30.671875 24.265625 25.34375 24.265625 +Q 16.453125 24.265625 10.296875 30.703125 +Q 4.15625 37.15625 4.15625 47.703125 +Q 4.15625 58.59375 10.578125 65.234375 +Q 17 71.875 26.65625 71.875 +Q 33.640625 71.875 39.421875 68.109375 +Q 45.21875 64.359375 48.21875 57.390625 +Q 51.21875 50.4375 51.21875 37.25 +Q 51.21875 23.53125 48.234375 15.40625 +Q 45.265625 7.28125 39.375 3.03125 +Q 33.5 -1.21875 25.59375 -1.21875 +Q 17.1875 -1.21875 11.859375 3.4375 +Q 6.546875 8.109375 5.46875 16.546875 +z +M 41.453125 48.140625 +Q 41.453125 55.71875 37.421875 60.15625 +Q 33.40625 64.59375 27.734375 64.59375 +Q 21.875 64.59375 17.53125 59.8125 +Q 13.1875 55.03125 13.1875 47.40625 +Q 13.1875 40.578125 17.3125 36.296875 +Q 21.4375 32.03125 27.484375 32.03125 +Q 33.59375 32.03125 37.515625 36.296875 +Q 41.453125 40.578125 41.453125 48.140625 +z +" id="ArialMT-57"/> + </defs> + <g style="fill:#262626;" transform="translate(614.272573 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_11"> + <g id="line2d_21"> + <path clip-path="url(#pb0806bac56)" d="M 660.524135 147.6 +L 660.524135 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_23"> + <!-- 0.0925 --> + <defs> + <path d="M 4.15625 18.75 +L 13.375 19.53125 +Q 14.40625 12.796875 18.140625 9.390625 +Q 21.875 6 27.15625 6 +Q 33.5 6 37.890625 10.78125 +Q 42.28125 15.578125 42.28125 23.484375 +Q 42.28125 31 38.0625 35.34375 +Q 33.84375 39.703125 27 39.703125 +Q 22.75 39.703125 19.328125 37.765625 +Q 15.921875 35.84375 13.96875 32.765625 +L 5.71875 33.84375 +L 12.640625 70.609375 +L 48.25 70.609375 +L 48.25 62.203125 +L 19.671875 62.203125 +L 15.828125 42.96875 +Q 22.265625 47.46875 29.34375 47.46875 +Q 38.71875 47.46875 45.15625 40.96875 +Q 51.609375 34.46875 51.609375 24.265625 +Q 51.609375 14.546875 45.953125 7.46875 +Q 39.0625 -1.21875 27.15625 -1.21875 +Q 17.390625 -1.21875 11.203125 4.25 +Q 5.03125 9.71875 4.15625 18.75 +z +" id="ArialMT-53"/> + </defs> + <g style="fill:#262626;" transform="translate(645.232729 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_12"> + <g id="line2d_22"> + <path clip-path="url(#pb0806bac56)" d="M 691.484291 147.6 +L 691.484291 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_24"> + <!-- 0.0950 --> + <g style="fill:#262626;" transform="translate(676.192885 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_13"> + <g id="line2d_23"> + <path clip-path="url(#pb0806bac56)" d="M 722.444447 147.6 +L 722.444447 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_25"> + <!-- 0.0975 --> + <defs> + <path d="M 4.734375 62.203125 +L 4.734375 70.65625 +L 51.078125 70.65625 +L 51.078125 63.8125 +Q 44.234375 56.546875 37.515625 44.484375 +Q 30.8125 32.421875 27.15625 19.671875 +Q 24.515625 10.6875 23.78125 0 +L 14.75 0 +Q 14.890625 8.453125 18.0625 20.40625 +Q 21.234375 32.375 27.171875 43.484375 +Q 33.109375 54.59375 39.796875 62.203125 +z +" id="ArialMT-55"/> + </defs> + <g style="fill:#262626;" transform="translate(707.153041 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_14"> + <g id="line2d_24"> + <path clip-path="url(#pb0806bac56)" d="M 753.404603 147.6 +L 753.404603 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_26"> + <!-- 0.1000 --> + <g style="fill:#262626;" transform="translate(738.113197 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-48"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_15"> + <g id="line2d_25"> + <path clip-path="url(#pb0806bac56)" d="M 784.364759 147.6 +L 784.364759 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_27"> + <!-- 0.1025 --> + <g style="fill:#262626;" transform="translate(769.073353 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-50"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_16"> + <g id="line2d_26"> + <path clip-path="url(#pb0806bac56)" d="M 815.324915 147.6 +L 815.324915 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_28"> + <!-- 0.1050 --> + <g style="fill:#262626;" transform="translate(800.033508 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-53"/> + <use x="250.244141" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_17"> + <g id="line2d_27"> + <path clip-path="url(#pb0806bac56)" d="M 846.285071 147.6 +L 846.285071 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_29"> + <!-- 0.1075 --> + <g style="fill:#262626;" transform="translate(830.993664 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + <use x="194.628906" xlink:href="#ArialMT-55"/> + <use x="250.244141" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="text_30"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(715.326563 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_6"> + <g id="ytick_9"> + <g id="line2d_28"> + <path clip-path="url(#pb0806bac56)" d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_31"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(601.124192 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_10"> + <g id="line2d_29"> + <path clip-path="url(#pb0806bac56)" d="M 613.685129 119.232094 +L 854.202371 119.232094 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_32"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(584.441379 122.811)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_11"> + <g id="line2d_30"> + <path clip-path="url(#pb0806bac56)" d="M 613.685129 90.864188 +L 854.202371 90.864188 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_33"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(584.441379 94.443094)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_12"> + <g id="line2d_31"> + <path clip-path="url(#pb0806bac56)" d="M 613.685129 62.496282 +L 854.202371 62.496282 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_34"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(584.441379 66.075188)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_21"> + <path clip-path="url(#pb0806bac56)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 137.727969 +L 631.177292 137.727969 +L 631.177292 143.685229 +L 633.363813 143.685229 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 142.153362 +L 642.109894 142.153362 +L 642.109894 140.451288 +L 644.296415 140.451288 +L 644.296415 131.089879 +L 646.482935 131.089879 +L 646.482935 123.090129 +L 648.669455 123.090129 +L 648.669455 146.068133 +L 650.855976 146.068133 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 143.174607 +L 657.415537 143.174607 +L 657.415537 98.410051 +L 659.602057 98.410051 +L 659.602057 111.345816 +L 661.788578 111.345816 +L 661.788578 134.664235 +L 663.975098 134.664235 +L 663.975098 140.451288 +L 666.161618 140.451288 +L 666.161618 120.196603 +L 668.348139 120.196603 +L 668.348139 111.856438 +L 670.534659 111.856438 +L 670.534659 117.416548 +L 672.721179 117.416548 +L 672.721179 95.062638 +L 674.9077 95.062638 +L 674.9077 98.239843 +L 677.09422 98.239843 +L 677.09422 115.09038 +L 679.280741 115.09038 +L 679.280741 110.324571 +L 681.467261 110.324571 +L 681.467261 111.345816 +L 683.653781 111.345816 +L 683.653781 93.644243 +L 685.840302 93.644243 +L 685.840302 63.006904 +L 688.026822 63.006904 +L 688.026822 76.793706 +L 690.213342 76.793706 +L 690.213342 105.899178 +L 692.399863 105.899178 +L 692.399863 89.048642 +L 694.586383 89.048642 +L 694.586383 92.622998 +L 696.772904 92.622998 +L 696.772904 60.453793 +L 698.959424 60.453793 +L 698.959424 73.21935 +L 701.145944 73.21935 +L 701.145944 64.510403 +L 703.332465 64.510403 +L 703.332465 48.822951 +L 705.518985 48.822951 +L 705.518985 66.921675 +L 707.705505 66.921675 +L 707.705505 77.474536 +L 709.892026 77.474536 +L 709.892026 82.921174 +L 712.078546 82.921174 +L 712.078546 63.716102 +L 714.265067 63.716102 +L 714.265067 50.638497 +L 716.451587 50.638497 +L 716.451587 44.057143 +L 718.638107 44.057143 +L 718.638107 76.680235 +L 720.824628 76.680235 +L 720.824628 70.496031 +L 723.011148 70.496031 +L 723.011148 56.624125 +L 725.197668 56.624125 +L 725.197668 53.049769 +L 727.384189 53.049769 +L 727.384189 53.475288 +L 729.570709 53.475288 +L 729.570709 64.113252 +L 731.75723 64.113252 +L 731.75723 57.900681 +L 733.94375 57.900681 +L 733.94375 69.219476 +L 736.13027 69.219476 +L 736.13027 54.581636 +L 738.316791 54.581636 +L 738.316791 68.283335 +L 740.503311 68.283335 +L 740.503311 74.694481 +L 742.689832 74.694481 +L 742.689832 52.879562 +L 744.876352 52.879562 +L 744.876352 80.424798 +L 747.062872 80.424798 +L 747.062872 83.091382 +L 749.249393 83.091382 +L 749.249393 93.303828 +L 751.435913 93.303828 +L 751.435913 70.042145 +L 753.622433 70.042145 +L 753.622433 52.482411 +L 755.808954 52.482411 +L 755.808954 77.985159 +L 757.995474 77.985159 +L 757.995474 88.197605 +L 760.181995 88.197605 +L 760.181995 90.495405 +L 762.368515 90.495405 +L 762.368515 101.587256 +L 764.555035 101.587256 +L 764.555035 87.431671 +L 766.741556 87.431671 +L 766.741556 76.254716 +L 768.928076 76.254716 +L 768.928076 104.877933 +L 771.114596 104.877933 +L 771.114596 102.721973 +L 773.301117 102.721973 +L 773.301117 101.161738 +L 775.487637 101.161738 +L 775.487637 131.430294 +L 777.674158 131.430294 +L 777.674158 114.579757 +L 779.860678 114.579757 +L 779.860678 118.778207 +L 782.047198 118.778207 +L 782.047198 110.296204 +L 784.233719 110.296204 +L 784.233719 101.303577 +L 786.420239 101.303577 +L 786.420239 128.536767 +L 788.606759 128.536767 +L 788.606759 132.621746 +L 790.79328 132.621746 +L 790.79328 132.621746 +L 792.9798 132.621746 +L 792.9798 134.834442 +L 795.166321 134.834442 +L 795.166321 121.898677 +L 797.352841 121.898677 +L 797.352841 126.153863 +L 799.539361 126.153863 +L 799.539361 133.302575 +L 801.725882 133.302575 +L 801.725882 137.217346 +L 803.912402 137.217346 +L 803.912402 146.068133 +L 806.098922 146.068133 +L 806.098922 146.748963 +L 808.285443 146.748963 +L 808.285443 140.96191 +L 810.471963 140.96191 +L 810.471963 139.940665 +L 812.658484 139.940665 +L 812.658484 140.195977 +L 814.845004 140.195977 +L 814.845004 137.047139 +L 817.031524 137.047139 +L 817.031524 146.238341 +L 819.218045 146.238341 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 144.876681 +L 827.964126 144.876681 +L 827.964126 144.195851 +L 830.150647 144.195851 +L 830.150647 144.536266 +L 832.337167 144.536266 +L 832.337167 144.195851 +L 834.523687 144.195851 +L 834.523687 146.408548 +L 836.710208 146.408548 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_22"> + <path clip-path="url(#pb0806bac56)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 137.727969 +L 631.177292 137.727969 +L 631.177292 143.685229 +L 633.363813 143.685229 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 142.153362 +L 642.109894 142.153362 +L 642.109894 140.451288 +L 644.296415 140.451288 +L 644.296415 140.791703 +L 646.482935 140.791703 +L 646.482935 127.175108 +L 648.669455 127.175108 +L 648.669455 146.068133 +L 650.855976 146.068133 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 147.259585 +L 657.415537 147.259585 +L 657.415537 129.898427 +L 659.602057 129.898427 +L 659.602057 121.72847 +L 661.788578 121.72847 +L 661.788578 141.812947 +L 663.975098 141.812947 +L 663.975098 142.493777 +L 666.161618 142.493777 +L 666.161618 142.834192 +L 668.348139 142.834192 +L 668.348139 133.813198 +L 670.534659 133.813198 +L 670.534659 130.579256 +L 672.721179 130.579256 +L 672.721179 133.302575 +L 674.9077 133.302575 +L 674.9077 124.621996 +L 677.09422 124.621996 +L 677.09422 137.047139 +L 679.280741 137.047139 +L 679.280741 126.664485 +L 681.467261 126.664485 +L 681.467261 137.387554 +L 683.653781 137.387554 +L 683.653781 131.940916 +L 685.840302 131.940916 +L 685.840302 131.260086 +L 688.026822 131.260086 +L 688.026822 117.132869 +L 690.213342 117.132869 +L 690.213342 133.983405 +L 692.399863 133.983405 +L 692.399863 132.111123 +L 694.586383 132.111123 +L 694.586383 126.153863 +L 696.772904 126.153863 +L 696.772904 119.856188 +L 698.959424 119.856188 +L 698.959424 115.260587 +L 701.145944 115.260587 +L 701.145944 125.274458 +L 703.332465 125.274458 +L 703.332465 125.756712 +L 705.518985 125.756712 +L 705.518985 120.026395 +L 707.705505 120.026395 +L 707.705505 131.430294 +L 709.892026 131.430294 +L 709.892026 117.643491 +L 712.078546 117.643491 +L 712.078546 122.239092 +L 714.265067 122.239092 +L 714.265067 121.72847 +L 716.451587 121.72847 +L 716.451587 130.068634 +L 718.638107 130.068634 +L 718.638107 123.260337 +L 720.824628 123.260337 +L 720.824628 122.749714 +L 723.011148 122.749714 +L 723.011148 120.537018 +L 725.197668 120.537018 +L 725.197668 120.196603 +L 727.384189 120.196603 +L 727.384189 118.664736 +L 729.570709 118.664736 +L 729.570709 120.111499 +L 731.75723 120.111499 +L 731.75723 121.898677 +L 733.94375 121.898677 +L 733.94375 127.855937 +L 736.13027 127.855937 +L 736.13027 129.472908 +L 738.316791 129.472908 +L 738.316791 114.069135 +L 740.503311 114.069135 +L 740.503311 118.324321 +L 742.689832 118.324321 +L 742.689832 123.090129 +L 744.876352 123.090129 +L 744.876352 128.196352 +L 747.062872 128.196352 +L 747.062872 141.302325 +L 749.249393 141.302325 +L 749.249393 136.025894 +L 751.435913 136.025894 +L 751.435913 121.359687 +L 753.622433 121.359687 +L 753.622433 116.735718 +L 755.808954 116.735718 +L 755.808954 122.068885 +L 757.995474 122.068885 +L 757.995474 130.068634 +L 760.181995 130.068634 +L 760.181995 131.34519 +L 762.368515 131.34519 +L 762.368515 132.621746 +L 764.555035 132.621746 +L 764.555035 128.706975 +L 766.741556 128.706975 +L 766.741556 131.685605 +L 768.928076 131.685605 +L 768.928076 128.877182 +L 771.114596 128.877182 +L 771.114596 126.040391 +L 773.301117 126.040391 +L 773.301117 134.437292 +L 775.487637 134.437292 +L 775.487637 143.174607 +L 777.674158 143.174607 +L 777.674158 141.983155 +L 779.860678 141.983155 +L 779.860678 138.692477 +L 782.047198 138.692477 +L 782.047198 129.870059 +L 784.233719 129.870059 +L 784.233719 134.834442 +L 786.420239 134.834442 +L 786.420239 139.60025 +L 788.606759 139.60025 +L 788.606759 142.493777 +L 790.79328 142.493777 +L 790.79328 142.834192 +L 792.9798 142.834192 +L 792.9798 137.898176 +L 795.166321 137.898176 +L 795.166321 131.685605 +L 797.352841 131.685605 +L 797.352841 138.749213 +L 799.539361 138.749213 +L 799.539361 138.238591 +L 801.725882 138.238591 +L 801.725882 143.004399 +L 803.912402 143.004399 +L 803.912402 147.089378 +L 806.098922 147.089378 +L 806.098922 146.748963 +L 808.285443 146.748963 +L 808.285443 143.855436 +L 810.471963 143.855436 +L 810.471963 143.344814 +L 812.658484 143.344814 +L 812.658484 143.25971 +L 814.845004 143.25971 +L 814.845004 140.451288 +L 817.031524 140.451288 +L 817.031524 147.259585 +L 819.218045 147.259585 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 144.876681 +L 827.964126 144.876681 +L 827.964126 144.195851 +L 830.150647 144.195851 +L 830.150647 144.536266 +L 832.337167 144.536266 +L 832.337167 144.195851 +L 834.523687 144.195851 +L 834.523687 146.408548 +L 836.710208 146.408548 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_23"> + <path clip-path="url(#pb0806bac56)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 644.296415 147.6 +L 644.296415 137.898176 +L 646.482935 137.898176 +L 646.482935 143.515022 +L 648.669455 143.515022 +L 648.669455 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 143.515022 +L 657.415537 143.515022 +L 657.415537 129.558012 +L 659.602057 129.558012 +L 659.602057 137.557761 +L 661.788578 137.557761 +L 661.788578 140.451288 +L 663.975098 140.451288 +L 663.975098 145.557511 +L 666.161618 145.557511 +L 666.161618 137.898176 +L 668.348139 137.898176 +L 668.348139 135.685479 +L 670.534659 135.685479 +L 670.534659 141.132117 +L 672.721179 141.132117 +L 672.721179 126.32407 +L 674.9077 126.32407 +L 674.9077 129.047389 +L 677.09422 129.047389 +L 677.09422 143.515022 +L 679.280741 143.515022 +L 679.280741 141.472532 +L 681.467261 141.472532 +L 681.467261 127.345315 +L 683.653781 127.345315 +L 683.653781 132.96216 +L 685.840302 132.96216 +L 685.840302 110.324571 +L 688.026822 110.324571 +L 688.026822 123.941166 +L 690.213342 123.941166 +L 690.213342 134.32382 +L 692.399863 134.32382 +L 692.399863 127.345315 +L 694.586383 127.345315 +L 694.586383 139.089628 +L 696.772904 139.089628 +L 696.772904 108.367186 +L 698.959424 108.367186 +L 698.959424 127.345315 +L 701.145944 127.345315 +L 701.145944 128.706975 +L 703.332465 128.706975 +L 703.332465 105.728971 +L 705.518985 105.728971 +L 705.518985 123.600751 +L 707.705505 123.600751 +L 707.705505 124.792204 +L 709.892026 124.792204 +L 709.892026 131.089879 +L 712.078546 131.089879 +L 712.078546 110.835194 +L 714.265067 110.835194 +L 714.265067 113.04789 +L 716.451587 113.04789 +L 716.451587 105.842442 +L 718.638107 105.842442 +L 718.638107 130.465785 +L 720.824628 130.465785 +L 720.824628 125.38793 +L 723.011148 125.38793 +L 723.011148 109.473534 +L 725.197668 109.473534 +L 725.197668 119.771084 +L 727.384189 119.771084 +L 727.384189 108.622497 +L 729.570709 108.622497 +L 729.570709 118.664736 +L 731.75723 118.664736 +L 731.75723 124.621996 +L 733.94375 124.621996 +L 733.94375 117.728595 +L 736.13027 117.728595 +L 736.13027 117.813699 +L 738.316791 117.813699 +L 738.316791 127.855937 +L 740.503311 127.855937 +L 740.503311 119.459037 +L 742.689832 119.459037 +L 742.689832 113.104626 +L 744.876352 113.104626 +L 744.876352 123.600751 +L 747.062872 123.600751 +L 747.062872 122.749714 +L 749.249393 122.749714 +L 749.249393 132.791953 +L 751.435913 132.791953 +L 751.435913 128.196352 +L 753.622433 128.196352 +L 753.622433 109.558638 +L 755.808954 109.558638 +L 755.808954 122.834818 +L 757.995474 122.834818 +L 757.995474 127.855937 +L 760.181995 127.855937 +L 760.181995 128.196352 +L 762.368515 128.196352 +L 762.368515 137.84144 +L 764.555035 137.84144 +L 764.555035 125.38793 +L 766.741556 125.38793 +L 766.741556 121.444791 +L 768.928076 121.444791 +L 768.928076 137.217346 +L 771.114596 137.217346 +L 771.114596 133.132368 +L 773.301117 133.132368 +L 773.301117 131.600501 +L 775.487637 131.600501 +L 775.487637 144.706474 +L 777.674158 144.706474 +L 777.674158 134.153613 +L 779.860678 134.153613 +L 779.860678 138.579006 +L 782.047198 138.579006 +L 782.047198 136.281205 +L 784.233719 136.281205 +L 784.233719 126.494278 +L 786.420239 126.494278 +L 786.420239 140.621495 +L 788.606759 140.621495 +L 788.606759 142.153362 +L 790.79328 142.153362 +L 790.79328 140.451288 +L 792.9798 140.451288 +L 792.9798 146.238341 +L 795.166321 146.238341 +L 795.166321 142.408673 +L 797.352841 142.408673 +L 797.352841 138.068384 +L 799.539361 138.068384 +L 799.539361 145.273832 +L 801.725882 145.273832 +L 801.725882 144.819945 +L 803.912402 144.819945 +L 803.912402 147.089378 +L 806.098922 147.089378 +L 806.098922 147.6 +L 808.285443 147.6 +L 808.285443 144.706474 +L 810.471963 144.706474 +L 810.471963 144.195851 +L 812.658484 144.195851 +L 812.658484 144.536266 +L 814.845004 144.536266 +L 814.845004 144.195851 +L 817.031524 144.195851 +L 817.031524 146.578755 +L 819.218045 146.578755 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_24"> + <path clip-path="url(#pb0806bac56)" d="M 624.617731 147.6 +L 624.617731 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 657.415537 147.6 +L 657.415537 134.153613 +L 659.602057 134.153613 +L 659.602057 147.259585 +L 661.788578 147.259585 +L 661.788578 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 666.161618 147.6 +L 666.161618 134.664235 +L 668.348139 134.664235 +L 668.348139 137.557761 +L 670.534659 137.557761 +L 670.534659 140.905174 +L 672.721179 140.905174 +L 672.721179 130.635992 +L 674.9077 130.635992 +L 674.9077 139.770458 +L 677.09422 139.770458 +L 677.09422 129.728219 +L 679.280741 129.728219 +L 679.280741 137.387554 +L 681.467261 137.387554 +L 681.467261 141.812947 +L 683.653781 141.812947 +L 683.653781 123.941166 +L 685.840302 123.941166 +L 685.840302 116.622247 +L 688.026822 116.622247 +L 688.026822 130.919671 +L 690.213342 130.919671 +L 690.213342 132.791953 +L 692.399863 132.791953 +L 692.399863 124.792204 +L 694.586383 124.792204 +L 694.586383 122.579507 +L 696.772904 122.579507 +L 696.772904 127.430419 +L 698.959424 127.430419 +L 698.959424 125.813448 +L 701.145944 125.813448 +L 701.145944 105.728971 +L 703.332465 105.728971 +L 703.332465 112.537268 +L 705.518985 112.537268 +L 705.518985 118.494528 +L 707.705505 118.494528 +L 707.705505 116.452039 +L 709.892026 116.452039 +L 709.892026 129.387804 +L 712.078546 129.387804 +L 712.078546 125.841816 +L 714.265067 125.841816 +L 714.265067 111.062137 +L 716.451587 111.062137 +L 716.451587 103.346067 +L 718.638107 103.346067 +L 718.638107 118.154114 +L 720.824628 118.154114 +L 720.824628 117.558387 +L 723.011148 117.558387 +L 723.011148 121.813573 +L 725.197668 121.813573 +L 725.197668 108.282082 +L 727.384189 108.282082 +L 727.384189 121.388055 +L 729.570709 121.388055 +L 729.570709 120.537018 +L 731.75723 120.537018 +L 731.75723 106.580008 +L 733.94375 106.580008 +L 733.94375 118.834943 +L 736.13027 118.834943 +L 736.13027 102.495029 +L 738.316791 102.495029 +L 738.316791 121.558262 +L 740.503311 121.558262 +L 740.503311 132.111123 +L 742.689832 132.111123 +L 742.689832 111.884806 +L 744.876352 111.884806 +L 744.876352 123.827695 +L 747.062872 123.827695 +L 747.062872 114.239342 +L 749.249393 114.239342 +L 749.249393 119.68598 +L 751.435913 119.68598 +L 751.435913 115.686106 +L 753.622433 115.686106 +L 753.622433 121.388055 +L 755.808954 121.388055 +L 755.808954 128.281456 +L 757.995474 128.281456 +L 757.995474 125.473033 +L 760.181995 125.473033 +L 760.181995 126.153863 +L 762.368515 126.153863 +L 762.368515 126.32407 +L 764.555035 126.32407 +L 764.555035 128.536767 +L 766.741556 128.536767 +L 766.741556 118.324321 +L 768.928076 118.324321 +L 768.928076 133.983405 +L 771.114596 133.983405 +L 771.114596 138.749213 +L 773.301117 138.749213 +L 773.301117 130.323945 +L 775.487637 130.323945 +L 775.487637 138.749213 +L 777.674158 138.749213 +L 777.674158 133.64299 +L 779.860678 133.64299 +L 779.860678 136.706724 +L 782.047198 136.706724 +L 782.047198 139.344939 +L 784.233719 139.344939 +L 784.233719 135.174857 +L 786.420239 135.174857 +L 786.420239 143.515022 +L 788.606759 143.515022 +L 788.606759 143.174607 +L 790.79328 143.174607 +L 790.79328 144.536266 +L 792.9798 144.536266 +L 792.9798 145.897926 +L 795.166321 145.897926 +L 795.166321 143.004399 +L 797.352841 143.004399 +L 797.352841 144.536266 +L 799.539361 144.536266 +L 799.539361 144.990153 +L 801.725882 144.990153 +L 801.725882 144.593002 +L 803.912402 144.593002 +L 803.912402 147.089378 +L 806.098922 147.089378 +L 806.098922 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 843.269769 147.6 +L 843.269769 147.6 +L 841.083248 147.6 +L 841.083248 147.6 +L 838.896728 147.6 +L 838.896728 147.6 +L 836.710208 147.6 +L 836.710208 147.6 +L 834.523687 147.6 +L 834.523687 147.6 +L 832.337167 147.6 +L 832.337167 147.6 +L 830.150647 147.6 +L 830.150647 147.6 +L 827.964126 147.6 +L 827.964126 147.6 +L 825.777606 147.6 +L 825.777606 147.6 +L 823.591085 147.6 +L 823.591085 147.6 +L 821.404565 147.6 +L 821.404565 147.6 +L 819.218045 147.6 +L 819.218045 147.6 +L 817.031524 147.6 +L 817.031524 147.6 +L 814.845004 147.6 +L 814.845004 147.6 +L 812.658484 147.6 +L 812.658484 147.6 +L 810.471963 147.6 +L 810.471963 147.6 +L 808.285443 147.6 +L 808.285443 147.6 +L 806.098922 147.6 +L 806.098922 147.6 +L 803.912402 147.6 +L 803.912402 147.6 +L 801.725882 147.6 +L 801.725882 147.6 +L 799.539361 147.6 +L 799.539361 147.6 +L 797.352841 147.6 +L 797.352841 147.6 +L 795.166321 147.6 +L 795.166321 147.6 +L 792.9798 147.6 +L 792.9798 147.6 +L 790.79328 147.6 +L 790.79328 147.6 +L 788.606759 147.6 +L 788.606759 147.6 +L 786.420239 147.6 +L 786.420239 147.6 +L 784.233719 147.6 +L 784.233719 147.6 +L 782.047198 147.6 +L 782.047198 147.6 +L 779.860678 147.6 +L 779.860678 147.6 +L 777.674158 147.6 +L 777.674158 147.6 +L 775.487637 147.6 +L 775.487637 147.6 +L 773.301117 147.6 +L 773.301117 147.6 +L 771.114596 147.6 +L 771.114596 147.6 +L 768.928076 147.6 +L 768.928076 147.6 +L 766.741556 147.6 +L 766.741556 147.6 +L 764.555035 147.6 +L 764.555035 147.6 +L 762.368515 147.6 +L 762.368515 147.6 +L 760.181995 147.6 +L 760.181995 147.6 +L 757.995474 147.6 +L 757.995474 147.6 +L 755.808954 147.6 +L 755.808954 147.6 +L 753.622433 147.6 +L 753.622433 147.6 +L 751.435913 147.6 +L 751.435913 147.6 +L 749.249393 147.6 +L 749.249393 147.6 +L 747.062872 147.6 +L 747.062872 147.6 +L 744.876352 147.6 +L 744.876352 147.6 +L 742.689832 147.6 +L 742.689832 147.6 +L 740.503311 147.6 +L 740.503311 147.6 +L 738.316791 147.6 +L 738.316791 147.6 +L 736.13027 147.6 +L 736.13027 147.6 +L 733.94375 147.6 +L 733.94375 147.6 +L 731.75723 147.6 +L 731.75723 147.6 +L 729.570709 147.6 +L 729.570709 147.6 +L 727.384189 147.6 +L 727.384189 147.6 +L 725.197668 147.6 +L 725.197668 147.6 +L 723.011148 147.6 +L 723.011148 147.6 +L 720.824628 147.6 +L 720.824628 147.6 +L 718.638107 147.6 +L 718.638107 147.6 +L 716.451587 147.6 +L 716.451587 147.6 +L 714.265067 147.6 +L 714.265067 147.6 +L 712.078546 147.6 +L 712.078546 147.6 +L 709.892026 147.6 +L 709.892026 147.6 +L 707.705505 147.6 +L 707.705505 147.6 +L 705.518985 147.6 +L 705.518985 147.6 +L 703.332465 147.6 +L 703.332465 147.6 +L 701.145944 147.6 +L 701.145944 147.6 +L 698.959424 147.6 +L 698.959424 147.6 +L 696.772904 147.6 +L 696.772904 147.6 +L 694.586383 147.6 +L 694.586383 147.6 +L 692.399863 147.6 +L 692.399863 147.6 +L 690.213342 147.6 +L 690.213342 147.6 +L 688.026822 147.6 +L 688.026822 147.6 +L 685.840302 147.6 +L 685.840302 147.6 +L 683.653781 147.6 +L 683.653781 147.6 +L 681.467261 147.6 +L 681.467261 147.6 +L 679.280741 147.6 +L 679.280741 147.6 +L 677.09422 147.6 +L 677.09422 147.6 +L 674.9077 147.6 +L 674.9077 147.6 +L 672.721179 147.6 +L 672.721179 147.6 +L 670.534659 147.6 +L 670.534659 147.6 +L 668.348139 147.6 +L 668.348139 147.6 +L 666.161618 147.6 +L 666.161618 147.6 +L 663.975098 147.6 +L 663.975098 147.6 +L 661.788578 147.6 +L 661.788578 147.6 +L 659.602057 147.6 +L 659.602057 147.6 +L 657.415537 147.6 +L 657.415537 147.6 +L 655.229016 147.6 +L 655.229016 147.6 +L 653.042496 147.6 +L 653.042496 147.6 +L 650.855976 147.6 +L 650.855976 147.6 +L 648.669455 147.6 +L 648.669455 147.6 +L 646.482935 147.6 +L 646.482935 147.6 +L 644.296415 147.6 +L 644.296415 147.6 +L 642.109894 147.6 +L 642.109894 147.6 +L 639.923374 147.6 +L 639.923374 147.6 +L 637.736853 147.6 +L 637.736853 147.6 +L 635.550333 147.6 +L 635.550333 147.6 +L 633.363813 147.6 +L 633.363813 147.6 +L 631.177292 147.6 +L 631.177292 147.6 +L 628.990772 147.6 +L 628.990772 147.6 +L 626.804252 147.6 +L 626.804252 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_32"> + <path clip-path="url(#pb0806bac56)" d="M 753.404603 147.6 +L 753.404603 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_25"> + <path d="M 613.685129 147.6 +L 613.685129 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_26"> + <path d="M 854.202371 147.6 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_27"> + <path d="M 613.685129 147.6 +L 854.202371 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_28"> + <path d="M 613.685129 38.88 +L 854.202371 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_35"> + <!-- 1% --> + <g style="fill:#262626;" transform="translate(721.938125 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-49"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + <g id="legend_1"> + <g id="patch_29"> + <path d="M 795.741433 89.315938 +L 847.202371 89.315938 +Q 849.202371 89.315938 849.202371 87.315938 +L 849.202371 45.88 +Q 849.202371 43.88 847.202371 43.88 +L 795.741433 43.88 +Q 793.741433 43.88 793.741433 45.88 +L 793.741433 87.315938 +Q 793.741433 89.315938 795.741433 89.315938 +z +" style="fill:#ffffff;opacity:0.1;stroke:#cccccc;stroke-linejoin:miter;"/> + </g> + <g id="patch_30"> + <path d="M 797.741433 55.037813 +L 817.741433 55.037813 +L 817.741433 48.037813 +L 797.741433 48.037813 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_36"> + <!-- 0.05 --> + <g style="fill:#262626;" transform="translate(825.741433 55.037813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + </g> + </g> + <g id="patch_31"> + <path d="M 797.741433 69.183125 +L 817.741433 69.183125 +L 817.741433 62.183125 +L 797.741433 62.183125 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_37"> + <!-- 0.2 --> + <g style="fill:#262626;" transform="translate(825.741433 69.183125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + </g> + </g> + <g id="patch_32"> + <path d="M 797.741433 83.328438 +L 817.741433 83.328438 +L 817.741433 76.328438 +L 797.741433 76.328438 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="text_38"> + <!-- 0.35 --> + <g style="fill:#262626;" transform="translate(825.741433 83.328438)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + </g> + <g id="axes_4"> + <g id="patch_33"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +L 1142.82306 38.88 +L 902.305819 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_7"> + <g id="xtick_18"> + <g id="line2d_33"> + <path clip-path="url(#p8e316d0164)" d="M 947.094664 147.6 +L 947.094664 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_39"> + <!-- 0.28 --> + <g style="fill:#262626;" transform="translate(937.364196 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-56"/> + </g> + </g> + </g> + <g id="xtick_19"> + <g id="line2d_34"> + <path clip-path="url(#p8e316d0164)" d="M 1003.68917 147.6 +L 1003.68917 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_40"> + <!-- 0.29 --> + <g style="fill:#262626;" transform="translate(993.958702 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + <use x="139.013672" xlink:href="#ArialMT-57"/> + </g> + </g> + </g> + <g id="xtick_20"> + <g id="line2d_35"> + <path clip-path="url(#p8e316d0164)" d="M 1060.283676 147.6 +L 1060.283676 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_41"> + <!-- 0.30 --> + <g style="fill:#262626;" transform="translate(1050.553208 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_21"> + <g id="line2d_36"> + <path clip-path="url(#p8e316d0164)" d="M 1116.878182 147.6 +L 1116.878182 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_42"> + <!-- 0.31 --> + <g style="fill:#262626;" transform="translate(1107.147714 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="text_43"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1003.947252 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_8"> + <g id="ytick_13"> + <g id="line2d_37"> + <path clip-path="url(#p8e316d0164)" d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_44"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(889.744881 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_14"> + <g id="line2d_38"> + <path clip-path="url(#p8e316d0164)" d="M 902.305819 124.788179 +L 1142.82306 124.788179 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_45"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(873.062069 128.367085)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_15"> + <g id="line2d_39"> + <path clip-path="url(#p8e316d0164)" d="M 902.305819 101.976357 +L 1142.82306 101.976357 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_46"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(873.062069 105.555264)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_16"> + <g id="line2d_40"> + <path clip-path="url(#p8e316d0164)" d="M 902.305819 79.164536 +L 1142.82306 79.164536 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_47"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(873.062069 82.743442)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_17"> + <g id="line2d_41"> + <path clip-path="url(#p8e316d0164)" d="M 902.305819 56.352715 +L 1142.82306 56.352715 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_48"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(873.062069 59.931621)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_34"> + <path clip-path="url(#p8e316d0164)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 136.513455 +L 921.984502 136.513455 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 140.20897 +L 926.357543 140.20897 +L 926.357543 133.639165 +L 928.544063 133.639165 +L 928.544063 146.778774 +L 930.730584 146.778774 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 136.513455 +L 935.103625 136.513455 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 133.912907 +L 939.476665 133.912907 +L 939.476665 139.114002 +L 941.663186 139.114002 +L 941.663186 135.007875 +L 943.849706 135.007875 +L 943.849706 132.31608 +L 946.036226 132.31608 +L 946.036226 131.084241 +L 948.222747 131.084241 +L 948.222747 121.229535 +L 950.409267 121.229535 +L 950.409267 123.601964 +L 952.595788 123.601964 +L 952.595788 136.695949 +L 954.782308 136.695949 +L 954.782308 131.586101 +L 956.968828 131.586101 +L 956.968828 136.650326 +L 959.155349 136.650326 +L 959.155349 115.709074 +L 961.341869 115.709074 +L 961.341869 114.477235 +L 963.528389 114.477235 +L 963.528389 115.572203 +L 965.71491 115.572203 +L 965.71491 107.77056 +L 967.90143 107.77056 +L 967.90143 128.848683 +L 970.087951 128.848683 +L 970.087951 105.991238 +L 972.274471 105.991238 +L 972.274471 95.452176 +L 974.460991 95.452176 +L 974.460991 117.077783 +L 976.647512 117.077783 +L 976.647512 76.427117 +L 978.834032 76.427117 +L 978.834032 86.418695 +L 981.020553 86.418695 +L 981.020553 138.155906 +L 983.207073 138.155906 +L 983.207073 103.527561 +L 985.393593 103.527561 +L 985.393593 83.772524 +L 987.580114 83.772524 +L 987.580114 94.813445 +L 989.766634 94.813445 +L 989.766634 67.119894 +L 991.953154 67.119894 +L 991.953154 71.636635 +L 994.139675 71.636635 +L 994.139675 103.664432 +L 996.326195 103.664432 +L 996.326195 85.049986 +L 998.512716 85.049986 +L 998.512716 76.427117 +L 1000.699236 76.427117 +L 1000.699236 75.469021 +L 1002.885756 75.469021 +L 1002.885756 67.119894 +L 1005.072277 67.119894 +L 1005.072277 59.728864 +L 1007.258797 59.728864 +L 1007.258797 95.771542 +L 1009.445317 95.771542 +L 1009.445317 90.273893 +L 1011.631838 90.273893 +L 1011.631838 44.057143 +L 1013.818358 44.057143 +L 1013.818358 64.245605 +L 1016.004879 64.245605 +L 1016.004879 75.948069 +L 1018.191399 75.948069 +L 1018.191399 80.898234 +L 1020.377919 80.898234 +L 1020.377919 84.890303 +L 1022.56444 84.890303 +L 1022.56444 88.471759 +L 1024.75096 88.471759 +L 1024.75096 49.075744 +L 1026.93748 49.075744 +L 1026.93748 76.267435 +L 1029.124001 76.267435 +L 1029.124001 79.71202 +L 1031.310521 79.71202 +L 1031.310521 71.089151 +L 1033.497042 71.089151 +L 1033.497042 105.649061 +L 1035.683562 105.649061 +L 1035.683562 103.664432 +L 1037.870082 103.664432 +L 1037.870082 68.488604 +L 1040.056603 68.488604 +L 1040.056603 86.487131 +L 1042.243123 86.487131 +L 1042.243123 93.809725 +L 1044.429643 93.809725 +L 1044.429643 99.193315 +L 1046.616164 99.193315 +L 1046.616164 116.005627 +L 1048.802684 116.005627 +L 1048.802684 99.284562 +L 1050.989205 99.284562 +L 1050.989205 86.509942 +L 1053.175725 86.509942 +L 1053.175725 112.880408 +L 1055.362245 112.880408 +L 1055.362245 112.834784 +L 1057.548766 112.834784 +L 1057.548766 103.253819 +L 1059.735286 103.253819 +L 1059.735286 130.285828 +L 1061.921806 130.285828 +L 1061.921806 125.769087 +L 1064.108327 125.769087 +L 1064.108327 88.540195 +L 1066.294847 88.540195 +L 1066.294847 118.720234 +L 1068.481368 118.720234 +L 1068.481368 133.776036 +L 1070.667888 133.776036 +L 1070.667888 129.738344 +L 1072.854408 129.738344 +L 1072.854408 133.844472 +L 1075.040929 133.844472 +L 1075.040929 127.959022 +L 1077.227449 127.959022 +L 1077.227449 123.168539 +L 1079.413969 123.168539 +L 1079.413969 136.239713 +L 1081.60049 136.239713 +L 1081.60049 138.292777 +L 1083.78701 138.292777 +L 1083.78701 136.239713 +L 1085.973531 136.239713 +L 1085.973531 146.09442 +L 1088.160051 146.09442 +L 1088.160051 136.513455 +L 1090.346571 136.513455 +L 1090.346571 142.056727 +L 1092.533092 142.056727 +L 1092.533092 142.672647 +L 1094.719612 142.672647 +L 1094.719612 129.669908 +L 1096.906132 129.669908 +L 1096.906132 138.019035 +L 1099.092653 138.019035 +L 1099.092653 146.505033 +L 1101.279173 146.505033 +L 1101.279173 142.330469 +L 1103.465694 142.330469 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 143.904485 +L 1107.838734 143.904485 +L 1107.838734 140.345841 +L 1110.025255 140.345841 +L 1110.025255 147.463129 +L 1112.211775 147.463129 +L 1112.211775 144.451969 +L 1114.398295 144.451969 +L 1114.398295 145.204759 +L 1116.584816 145.204759 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 141.303937 +L 1120.957857 141.303937 +L 1120.957857 142.809518 +L 1123.144377 142.809518 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_35"> + <path clip-path="url(#p8e316d0164)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 136.513455 +L 921.984502 136.513455 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 140.20897 +L 926.357543 140.20897 +L 926.357543 133.639165 +L 928.544063 133.639165 +L 928.544063 146.778774 +L 930.730584 146.778774 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 136.513455 +L 935.103625 136.513455 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 133.912907 +L 939.476665 133.912907 +L 939.476665 139.114002 +L 941.663186 139.114002 +L 941.663186 146.09442 +L 943.849706 146.09442 +L 943.849706 132.31608 +L 946.036226 132.31608 +L 946.036226 142.21641 +L 948.222747 142.21641 +L 948.222747 132.270456 +L 950.409267 132.270456 +L 950.409267 123.601964 +L 952.595788 123.601964 +L 952.595788 142.581399 +L 954.782308 142.581399 +L 954.782308 136.787197 +L 956.968828 136.787197 +L 956.968828 147.326258 +L 959.155349 147.326258 +L 959.155349 142.809518 +L 961.341869 142.809518 +L 961.341869 121.04704 +L 963.528389 121.04704 +L 963.528389 145.683807 +L 965.71491 145.683807 +L 965.71491 133.091682 +L 967.90143 133.091682 +L 967.90143 128.848683 +L 970.087951 128.848683 +L 970.087951 147.6 +L 972.274471 147.6 +L 972.274471 118.720234 +L 974.460991 118.720234 +L 974.460991 132.407327 +L 976.647512 132.407327 +L 976.647512 138.566519 +L 978.834032 138.566519 +L 978.834032 115.298461 +L 981.020553 115.298461 +L 981.020553 144.315098 +L 983.207073 144.315098 +L 983.207073 147.6 +L 985.393593 147.6 +L 985.393593 125.42691 +L 987.580114 125.42691 +L 987.580114 138.429648 +L 989.766634 138.429648 +L 989.766634 124.0582 +L 991.953154 124.0582 +L 991.953154 125.42691 +L 994.139675 125.42691 +L 994.139675 123.510717 +L 996.326195 123.510717 +L 996.326195 128.43807 +L 998.512716 128.43807 +L 998.512716 145.957549 +L 1000.699236 145.957549 +L 1000.699236 120.910169 +L 1002.885756 120.910169 +L 1002.885756 124.331942 +L 1005.072277 124.331942 +L 1005.072277 137.471551 +L 1007.258797 137.471551 +L 1007.258797 119.0396 +L 1009.445317 119.0396 +L 1009.445317 136.467831 +L 1011.631838 136.467831 +L 1011.631838 144.58884 +L 1013.818358 144.58884 +L 1013.818358 106.128109 +L 1016.004879 106.128109 +L 1016.004879 131.107053 +L 1018.191399 131.107053 +L 1018.191399 140.20897 +L 1020.377919 140.20897 +L 1020.377919 105.443754 +L 1022.56444 105.443754 +L 1022.56444 141.71455 +L 1024.75096 141.71455 +L 1024.75096 139.935228 +L 1026.93748 139.935228 +L 1026.93748 113.998187 +L 1029.124001 113.998187 +L 1029.124001 138.977132 +L 1031.310521 138.977132 +L 1031.310521 137.197809 +L 1033.497042 137.197809 +L 1033.497042 128.43807 +L 1035.683562 128.43807 +L 1035.683562 143.904485 +L 1037.870082 143.904485 +L 1037.870082 128.164328 +L 1040.056603 128.164328 +L 1040.056603 120.020508 +L 1042.243123 120.020508 +L 1042.243123 144.725711 +L 1044.429643 144.725711 +L 1044.429643 124.742555 +L 1046.616164 124.742555 +L 1046.616164 139.387744 +L 1048.802684 139.387744 +L 1048.802684 135.555358 +L 1050.989205 135.555358 +L 1050.989205 117.305901 +L 1053.175725 117.305901 +L 1053.175725 143.402625 +L 1055.362245 143.402625 +L 1055.362245 147.6 +L 1057.548766 147.6 +L 1057.548766 125.42691 +L 1059.735286 125.42691 +L 1059.735286 147.6 +L 1061.921806 147.6 +L 1061.921806 126.042829 +L 1064.108327 126.042829 +L 1064.108327 120.362685 +L 1066.294847 120.362685 +L 1066.294847 146.505033 +L 1068.481368 146.505033 +L 1068.481368 135.144746 +L 1070.667888 135.144746 +L 1070.667888 137.882164 +L 1072.854408 137.882164 +L 1072.854408 147.6 +L 1075.040929 147.6 +L 1075.040929 127.959022 +L 1077.227449 127.959022 +L 1077.227449 139.524615 +L 1079.413969 139.524615 +L 1079.413969 147.463129 +L 1081.60049 147.463129 +L 1081.60049 140.20897 +L 1083.78701 140.20897 +L 1083.78701 144.041356 +L 1085.973531 144.041356 +L 1085.973531 147.6 +L 1088.160051 147.6 +L 1088.160051 136.513455 +L 1090.346571 136.513455 +L 1090.346571 147.6 +L 1092.533092 147.6 +L 1092.533092 142.672647 +L 1094.719612 142.672647 +L 1094.719612 133.365423 +L 1096.906132 133.365423 +L 1096.906132 144.58884 +L 1099.092653 144.58884 +L 1099.092653 147.326258 +L 1101.279173 147.326258 +L 1101.279173 142.330469 +L 1103.465694 142.330469 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 143.904485 +L 1107.838734 143.904485 +L 1107.838734 140.345841 +L 1110.025255 140.345841 +L 1110.025255 147.463129 +L 1112.211775 147.463129 +L 1112.211775 144.451969 +L 1114.398295 144.451969 +L 1114.398295 145.204759 +L 1116.584816 145.204759 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 141.303937 +L 1120.957857 141.303937 +L 1120.957857 142.809518 +L 1123.144377 142.809518 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_36"> + <path clip-path="url(#p8e316d0164)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 941.663186 147.6 +L 941.663186 136.513455 +L 943.849706 136.513455 +L 943.849706 147.6 +L 946.036226 147.6 +L 946.036226 136.467831 +L 948.222747 136.467831 +L 948.222747 136.559078 +L 950.409267 136.559078 +L 950.409267 147.6 +L 952.595788 147.6 +L 952.595788 141.71455 +L 954.782308 141.71455 +L 954.782308 142.398905 +L 956.968828 142.398905 +L 956.968828 145.820678 +L 959.155349 145.820678 +L 959.155349 122.689491 +L 961.341869 122.689491 +L 961.341869 141.030195 +L 963.528389 141.030195 +L 963.528389 133.091682 +L 965.71491 133.091682 +L 965.71491 128.848683 +L 967.90143 128.848683 +L 967.90143 147.6 +L 970.087951 147.6 +L 970.087951 128.164328 +L 972.274471 128.164328 +L 972.274471 124.331942 +L 974.460991 124.331942 +L 974.460991 144.58884 +L 976.647512 144.58884 +L 976.647512 115.024719 +L 978.834032 115.024719 +L 978.834032 130.44551 +L 981.020553 130.44551 +L 981.020553 143.265754 +L 983.207073 143.265754 +L 983.207073 125.700651 +L 985.393593 125.700651 +L 985.393593 132.361703 +L 987.580114 132.361703 +L 987.580114 131.631725 +L 989.766634 131.631725 +L 989.766634 115.572203 +L 991.953154 115.572203 +L 991.953154 121.868266 +L 994.139675 121.868266 +L 994.139675 147.6 +L 996.326195 147.6 +L 996.326195 115.024719 +L 998.512716 115.024719 +L 998.512716 117.488396 +L 1000.699236 117.488396 +L 1000.699236 135.007875 +L 1002.885756 135.007875 +L 1002.885756 116.940912 +L 1005.072277 116.940912 +L 1005.072277 120.499556 +L 1007.258797 120.499556 +L 1007.258797 136.513455 +L 1009.445317 136.513455 +L 1009.445317 117.899009 +L 1011.631838 117.899009 +L 1011.631838 107.01777 +L 1013.818358 107.01777 +L 1013.818358 127.616844 +L 1016.004879 127.616844 +L 1016.004879 124.468813 +L 1018.191399 124.468813 +L 1018.191399 129.761156 +L 1020.377919 129.761156 +L 1020.377919 140.254594 +L 1022.56444 140.254594 +L 1022.56444 121.731395 +L 1024.75096 121.731395 +L 1024.75096 109.070834 +L 1026.93748 109.070834 +L 1026.93748 129.533037 +L 1029.124001 129.533037 +L 1029.124001 118.857105 +L 1031.310521 118.857105 +L 1031.310521 121.04704 +L 1033.497042 121.04704 +L 1033.497042 135.692229 +L 1035.683562 135.692229 +L 1035.683562 138.908696 +L 1037.870082 138.908696 +L 1037.870082 113.108526 +L 1040.056603 113.108526 +L 1040.056603 130.080521 +L 1042.243123 130.080521 +L 1042.243123 125.42691 +L 1044.429643 125.42691 +L 1044.429643 131.905467 +L 1046.616164 131.905467 +L 1046.616164 135.304428 +L 1048.802684 135.304428 +L 1048.802684 136.787197 +L 1050.989205 136.787197 +L 1050.989205 129.396167 +L 1053.175725 129.396167 +L 1053.175725 131.996714 +L 1055.362245 131.996714 +L 1055.362245 130.901747 +L 1057.548766 130.901747 +L 1057.548766 131.996714 +L 1059.735286 131.996714 +L 1059.735286 141.372373 +L 1061.921806 141.372373 +L 1061.921806 147.326258 +L 1064.108327 147.326258 +L 1064.108327 123.168539 +L 1066.294847 123.168539 +L 1066.294847 133.639165 +L 1068.481368 133.639165 +L 1068.481368 147.189387 +L 1070.667888 147.189387 +L 1070.667888 139.45618 +L 1072.854408 139.45618 +L 1072.854408 139.387744 +L 1075.040929 139.387744 +L 1075.040929 147.6 +L 1077.227449 147.6 +L 1077.227449 135.486923 +L 1079.413969 135.486923 +L 1079.413969 143.083259 +L 1081.60049 143.083259 +L 1081.60049 145.820678 +L 1083.78701 145.820678 +L 1083.78701 139.798357 +L 1085.973531 139.798357 +L 1085.973531 146.09442 +L 1088.160051 146.09442 +L 1088.160051 147.6 +L 1090.346571 147.6 +L 1090.346571 142.056727 +L 1092.533092 142.056727 +L 1092.533092 147.6 +L 1094.719612 147.6 +L 1094.719612 143.904485 +L 1096.906132 143.904485 +L 1096.906132 141.030195 +L 1099.092653 141.030195 +L 1099.092653 146.778774 +L 1101.279173 146.778774 +L 1101.279173 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_37"> + <path clip-path="url(#p8e316d0164)" d="M 913.238421 147.6 +L 913.238421 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 956.968828 147.6 +L 956.968828 138.70339 +L 959.155349 138.70339 +L 959.155349 145.410065 +L 961.341869 145.410065 +L 961.341869 147.6 +L 963.528389 147.6 +L 963.528389 131.996714 +L 965.71491 131.996714 +L 965.71491 141.030195 +L 967.90143 141.030195 +L 967.90143 147.6 +L 970.087951 147.6 +L 970.087951 125.42691 +L 972.274471 125.42691 +L 972.274471 147.6 +L 974.460991 147.6 +L 974.460991 135.281616 +L 976.647512 135.281616 +L 976.647512 118.03588 +L 978.834032 118.03588 +L 978.834032 135.874724 +L 981.020553 135.874724 +L 981.020553 145.775054 +L 983.207073 145.775054 +L 983.207073 125.42691 +L 985.393593 125.42691 +L 985.393593 121.183911 +L 987.580114 121.183911 +L 987.580114 119.952073 +L 989.766634 119.952073 +L 989.766634 122.689491 +L 991.953154 122.689491 +L 991.953154 119.54146 +L 994.139675 119.54146 +L 994.139675 127.753715 +L 996.326195 127.753715 +L 996.326195 136.787197 +L 998.512716 136.787197 +L 998.512716 108.181173 +L 1000.699236 108.181173 +L 1000.699236 114.750977 +L 1002.885756 114.750977 +L 1002.885756 121.04704 +L 1005.072277 121.04704 +L 1005.072277 96.957757 +L 1007.258797 96.957757 +L 1007.258797 135.418487 +L 1009.445317 135.418487 +L 1009.445317 131.107053 +L 1011.631838 131.107053 +L 1011.631838 87.650533 +L 1013.818358 87.650533 +L 1013.818358 125.700651 +L 1016.004879 125.700651 +L 1016.004879 115.572203 +L 1018.191399 115.572203 +L 1018.191399 106.128109 +L 1020.377919 106.128109 +L 1020.377919 134.391955 +L 1022.56444 134.391955 +L 1022.56444 120.225814 +L 1024.75096 120.225814 +L 1024.75096 95.269682 +L 1026.93748 95.269682 +L 1026.93748 127.93621 +L 1029.124001 127.93621 +L 1029.124001 117.077783 +L 1031.310521 117.077783 +L 1031.310521 108.044302 +L 1033.497042 108.044302 +L 1033.497042 136.718761 +L 1035.683562 136.718761 +L 1035.683562 116.051251 +L 1037.870082 116.051251 +L 1037.870082 122.415749 +L 1040.056603 122.415749 +L 1040.056603 131.586101 +L 1042.243123 131.586101 +L 1042.243123 118.857105 +L 1044.429643 118.857105 +L 1044.429643 137.745293 +L 1046.616164 137.745293 +L 1046.616164 136.513455 +L 1048.802684 136.513455 +L 1048.802684 122.142007 +L 1050.989205 122.142007 +L 1050.989205 135.007875 +L 1053.175725 135.007875 +L 1053.175725 132.681069 +L 1055.362245 132.681069 +L 1055.362245 129.533037 +L 1057.548766 129.533037 +L 1057.548766 141.030195 +L 1059.735286 141.030195 +L 1059.735286 136.513455 +L 1061.921806 136.513455 +L 1061.921806 147.6 +L 1064.108327 147.6 +L 1064.108327 140.20897 +L 1066.294847 140.20897 +L 1066.294847 133.776036 +L 1068.481368 133.776036 +L 1068.481368 146.641904 +L 1070.667888 146.641904 +L 1070.667888 147.6 +L 1072.854408 147.6 +L 1072.854408 142.056727 +L 1075.040929 142.056727 +L 1075.040929 147.6 +L 1077.227449 147.6 +L 1077.227449 143.357001 +L 1079.413969 143.357001 +L 1079.413969 140.893325 +L 1081.60049 140.893325 +L 1081.60049 147.463129 +L 1083.78701 147.463129 +L 1083.78701 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1131.890458 147.6 +L 1131.890458 147.6 +L 1129.703938 147.6 +L 1129.703938 147.6 +L 1127.517418 147.6 +L 1127.517418 147.6 +L 1125.330897 147.6 +L 1125.330897 147.6 +L 1123.144377 147.6 +L 1123.144377 147.6 +L 1120.957857 147.6 +L 1120.957857 147.6 +L 1118.771336 147.6 +L 1118.771336 147.6 +L 1116.584816 147.6 +L 1116.584816 147.6 +L 1114.398295 147.6 +L 1114.398295 147.6 +L 1112.211775 147.6 +L 1112.211775 147.6 +L 1110.025255 147.6 +L 1110.025255 147.6 +L 1107.838734 147.6 +L 1107.838734 147.6 +L 1105.652214 147.6 +L 1105.652214 147.6 +L 1103.465694 147.6 +L 1103.465694 147.6 +L 1101.279173 147.6 +L 1101.279173 147.6 +L 1099.092653 147.6 +L 1099.092653 147.6 +L 1096.906132 147.6 +L 1096.906132 147.6 +L 1094.719612 147.6 +L 1094.719612 147.6 +L 1092.533092 147.6 +L 1092.533092 147.6 +L 1090.346571 147.6 +L 1090.346571 147.6 +L 1088.160051 147.6 +L 1088.160051 147.6 +L 1085.973531 147.6 +L 1085.973531 147.6 +L 1083.78701 147.6 +L 1083.78701 147.6 +L 1081.60049 147.6 +L 1081.60049 147.6 +L 1079.413969 147.6 +L 1079.413969 147.6 +L 1077.227449 147.6 +L 1077.227449 147.6 +L 1075.040929 147.6 +L 1075.040929 147.6 +L 1072.854408 147.6 +L 1072.854408 147.6 +L 1070.667888 147.6 +L 1070.667888 147.6 +L 1068.481368 147.6 +L 1068.481368 147.6 +L 1066.294847 147.6 +L 1066.294847 147.6 +L 1064.108327 147.6 +L 1064.108327 147.6 +L 1061.921806 147.6 +L 1061.921806 147.6 +L 1059.735286 147.6 +L 1059.735286 147.6 +L 1057.548766 147.6 +L 1057.548766 147.6 +L 1055.362245 147.6 +L 1055.362245 147.6 +L 1053.175725 147.6 +L 1053.175725 147.6 +L 1050.989205 147.6 +L 1050.989205 147.6 +L 1048.802684 147.6 +L 1048.802684 147.6 +L 1046.616164 147.6 +L 1046.616164 147.6 +L 1044.429643 147.6 +L 1044.429643 147.6 +L 1042.243123 147.6 +L 1042.243123 147.6 +L 1040.056603 147.6 +L 1040.056603 147.6 +L 1037.870082 147.6 +L 1037.870082 147.6 +L 1035.683562 147.6 +L 1035.683562 147.6 +L 1033.497042 147.6 +L 1033.497042 147.6 +L 1031.310521 147.6 +L 1031.310521 147.6 +L 1029.124001 147.6 +L 1029.124001 147.6 +L 1026.93748 147.6 +L 1026.93748 147.6 +L 1024.75096 147.6 +L 1024.75096 147.6 +L 1022.56444 147.6 +L 1022.56444 147.6 +L 1020.377919 147.6 +L 1020.377919 147.6 +L 1018.191399 147.6 +L 1018.191399 147.6 +L 1016.004879 147.6 +L 1016.004879 147.6 +L 1013.818358 147.6 +L 1013.818358 147.6 +L 1011.631838 147.6 +L 1011.631838 147.6 +L 1009.445317 147.6 +L 1009.445317 147.6 +L 1007.258797 147.6 +L 1007.258797 147.6 +L 1005.072277 147.6 +L 1005.072277 147.6 +L 1002.885756 147.6 +L 1002.885756 147.6 +L 1000.699236 147.6 +L 1000.699236 147.6 +L 998.512716 147.6 +L 998.512716 147.6 +L 996.326195 147.6 +L 996.326195 147.6 +L 994.139675 147.6 +L 994.139675 147.6 +L 991.953154 147.6 +L 991.953154 147.6 +L 989.766634 147.6 +L 989.766634 147.6 +L 987.580114 147.6 +L 987.580114 147.6 +L 985.393593 147.6 +L 985.393593 147.6 +L 983.207073 147.6 +L 983.207073 147.6 +L 981.020553 147.6 +L 981.020553 147.6 +L 978.834032 147.6 +L 978.834032 147.6 +L 976.647512 147.6 +L 976.647512 147.6 +L 974.460991 147.6 +L 974.460991 147.6 +L 972.274471 147.6 +L 972.274471 147.6 +L 970.087951 147.6 +L 970.087951 147.6 +L 967.90143 147.6 +L 967.90143 147.6 +L 965.71491 147.6 +L 965.71491 147.6 +L 963.528389 147.6 +L 963.528389 147.6 +L 961.341869 147.6 +L 961.341869 147.6 +L 959.155349 147.6 +L 959.155349 147.6 +L 956.968828 147.6 +L 956.968828 147.6 +L 954.782308 147.6 +L 954.782308 147.6 +L 952.595788 147.6 +L 952.595788 147.6 +L 950.409267 147.6 +L 950.409267 147.6 +L 948.222747 147.6 +L 948.222747 147.6 +L 946.036226 147.6 +L 946.036226 147.6 +L 943.849706 147.6 +L 943.849706 147.6 +L 941.663186 147.6 +L 941.663186 147.6 +L 939.476665 147.6 +L 939.476665 147.6 +L 937.290145 147.6 +L 937.290145 147.6 +L 935.103625 147.6 +L 935.103625 147.6 +L 932.917104 147.6 +L 932.917104 147.6 +L 930.730584 147.6 +L 930.730584 147.6 +L 928.544063 147.6 +L 928.544063 147.6 +L 926.357543 147.6 +L 926.357543 147.6 +L 924.171023 147.6 +L 924.171023 147.6 +L 921.984502 147.6 +L 921.984502 147.6 +L 919.797982 147.6 +L 919.797982 147.6 +L 917.611462 147.6 +L 917.611462 147.6 +L 915.424941 147.6 +L 915.424941 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_42"> + <path clip-path="url(#p8e316d0164)" d="M 1060.283676 147.6 +L 1060.283676 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_38"> + <path d="M 902.305819 147.6 +L 902.305819 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_39"> + <path d="M 1142.82306 147.6 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_40"> + <path d="M 902.305819 147.6 +L 1142.82306 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_41"> + <path d="M 902.305819 38.88 +L 1142.82306 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_49"> + <!-- 2% --> + <g style="fill:#262626;" transform="translate(1010.558815 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-50"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="axes_5"> + <g id="patch_42"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +L 1431.44375 38.88 +L 1190.926509 38.88 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_9"> + <g id="xtick_22"> + <g id="line2d_43"> + <path clip-path="url(#p0145b22c34)" d="M 1191.977151 147.6 +L 1191.977151 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_50"> + <!-- 0.41 --> + <g style="fill:#262626;" transform="translate(1182.246682 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="xtick_23"> + <g id="line2d_44"> + <path clip-path="url(#p0145b22c34)" d="M 1232.424459 147.6 +L 1232.424459 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_51"> + <!-- 0.42 --> + <g style="fill:#262626;" transform="translate(1222.69399 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_24"> + <g id="line2d_45"> + <path clip-path="url(#p0145b22c34)" d="M 1272.871767 147.6 +L 1272.871767 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_52"> + <!-- 0.43 --> + <g style="fill:#262626;" transform="translate(1263.141298 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-51"/> + </g> + </g> + </g> + <g id="xtick_25"> + <g id="line2d_46"> + <path clip-path="url(#p0145b22c34)" d="M 1313.319075 147.6 +L 1313.319075 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_53"> + <!-- 0.44 --> + <g style="fill:#262626;" transform="translate(1303.588606 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="xtick_26"> + <g id="line2d_47"> + <path clip-path="url(#p0145b22c34)" d="M 1353.766383 147.6 +L 1353.766383 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_54"> + <!-- 0.45 --> + <g style="fill:#262626;" transform="translate(1344.035914 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-53"/> + </g> + </g> + </g> + <g id="xtick_27"> + <g id="line2d_48"> + <path clip-path="url(#p0145b22c34)" d="M 1394.213691 147.6 +L 1394.213691 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_55"> + <!-- 0.46 --> + <g style="fill:#262626;" transform="translate(1384.483222 161.757813)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + <use x="139.013672" xlink:href="#ArialMT-54"/> + </g> + </g> + </g> + <g id="text_56"> + <!-- LDRtrue --> + <g style="fill:#ff0000;" transform="translate(1292.567942 174.903125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_10"> + <g id="ytick_18"> + <g id="line2d_49"> + <path clip-path="url(#p0145b22c34)" d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_57"> + <!-- 0 --> + <g style="fill:#262626;" transform="translate(1178.365571 151.178906)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_19"> + <g id="line2d_50"> + <path clip-path="url(#p0145b22c34)" d="M 1190.926509 125.847299 +L 1431.44375 125.847299 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_58"> + <!-- 1000 --> + <g style="fill:#262626;" transform="translate(1161.682759 129.426205)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-49"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_20"> + <g id="line2d_51"> + <path clip-path="url(#p0145b22c34)" d="M 1190.926509 104.094598 +L 1431.44375 104.094598 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_59"> + <!-- 2000 --> + <g style="fill:#262626;" transform="translate(1161.682759 107.673504)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-50"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_21"> + <g id="line2d_52"> + <path clip-path="url(#p0145b22c34)" d="M 1190.926509 82.341897 +L 1431.44375 82.341897 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_60"> + <!-- 3000 --> + <g style="fill:#262626;" transform="translate(1161.682759 85.920803)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-51"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_22"> + <g id="line2d_53"> + <path clip-path="url(#p0145b22c34)" d="M 1190.926509 60.589196 +L 1431.44375 60.589196 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_61"> + <!-- 4000 --> + <g style="fill:#262626;" transform="translate(1161.682759 64.168102)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-52"/> + <use x="55.615234" xlink:href="#ArialMT-48"/> + <use x="111.230469" xlink:href="#ArialMT-48"/> + <use x="166.845703" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + </g> + <g id="patch_43"> + <path clip-path="url(#p0145b22c34)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 137.680768 +L 1210.605192 137.680768 +L 1210.605192 146.947419 +L 1212.791712 146.947419 +L 1212.791712 126.717407 +L 1214.978233 126.717407 +L 1214.978233 147.338968 +L 1217.164753 147.338968 +L 1217.164753 137.028187 +L 1219.351274 137.028187 +L 1219.351274 140.552125 +L 1221.537794 140.552125 +L 1221.537794 133.50425 +L 1223.724314 133.50425 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 137.028187 +L 1228.097355 137.028187 +L 1228.097355 130.632893 +L 1230.283875 130.632893 +L 1230.283875 143.423481 +L 1232.470396 143.423481 +L 1232.470396 135.984058 +L 1234.656916 135.984058 +L 1234.656916 124.498631 +L 1236.843437 124.498631 +L 1236.843437 121.757791 +L 1239.029957 121.757791 +L 1239.029957 134.678896 +L 1241.216477 134.678896 +L 1241.216477 136.506122 +L 1243.402998 136.506122 +L 1243.402998 126.717407 +L 1245.589518 126.717407 +L 1245.589518 126.195342 +L 1247.776038 126.195342 +L 1247.776038 137.028187 +L 1249.962559 137.028187 +L 1249.962559 111.185978 +L 1252.149079 111.185978 +L 1252.149079 99.178487 +L 1254.3356 99.178487 +L 1254.3356 105.573782 +L 1256.52212 105.573782 +L 1256.52212 121.627275 +L 1258.70864 121.627275 +L 1258.70864 131.285474 +L 1260.895161 131.285474 +L 1260.895161 105.704298 +L 1263.081681 105.704298 +L 1263.081681 105.312749 +L 1265.268201 105.312749 +L 1265.268201 98.656423 +L 1267.454722 98.656423 +L 1267.454722 98.003842 +L 1269.641242 98.003842 +L 1269.641242 86.257383 +L 1271.827763 86.257383 +L 1271.827763 100.701176 +L 1274.014283 100.701176 +L 1274.014283 104.703673 +L 1276.200803 104.703673 +L 1276.200803 75.294022 +L 1278.387324 75.294022 +L 1278.387324 120.322113 +L 1280.573844 120.322113 +L 1280.573844 94.740936 +L 1282.760364 94.740936 +L 1282.760364 87.170996 +L 1284.946885 87.170996 +L 1284.946885 63.808595 +L 1287.133405 63.808595 +L 1287.133405 112.099592 +L 1289.319926 112.099592 +L 1289.319926 86.387899 +L 1291.506446 86.387899 +L 1291.506446 82.211381 +L 1293.692966 82.211381 +L 1293.692966 44.057143 +L 1295.879487 44.057143 +L 1295.879487 99.221993 +L 1298.066007 99.221993 +L 1298.066007 81.036735 +L 1300.252527 81.036735 +L 1300.252527 75.163505 +L 1302.439048 75.163505 +L 1302.439048 75.294022 +L 1304.625568 75.294022 +L 1304.625568 48.472941 +L 1306.812089 48.472941 +L 1306.812089 88.4109 +L 1308.998609 88.4109 +L 1308.998609 60.893733 +L 1311.185129 60.893733 +L 1311.185129 78.730948 +L 1313.37165 78.730948 +L 1313.37165 88.345642 +L 1315.55817 88.345642 +L 1315.55817 91.586795 +L 1317.74469 91.586795 +L 1317.74469 107.096471 +L 1319.931211 107.096471 +L 1319.931211 80.253637 +L 1322.117731 80.253637 +L 1322.117731 98.525906 +L 1324.304252 98.525906 +L 1324.304252 69.094502 +L 1326.490772 69.094502 +L 1326.490772 115.297239 +L 1328.677292 115.297239 +L 1328.677292 109.358752 +L 1330.863813 109.358752 +L 1330.863813 108.771429 +L 1333.050333 108.771429 +L 1333.050333 63.112509 +L 1335.236853 63.112509 +L 1335.236853 120.496134 +L 1337.423374 120.496134 +L 1337.423374 106.356879 +L 1339.609894 106.356879 +L 1339.609894 107.074718 +L 1341.796415 107.074718 +L 1341.796415 84.952221 +L 1343.982935 84.952221 +L 1343.982935 128.67515 +L 1346.169455 128.67515 +L 1346.169455 102.376134 +L 1348.355976 102.376134 +L 1348.355976 107.00946 +L 1350.542496 107.00946 +L 1350.542496 103.311501 +L 1352.729016 103.311501 +L 1352.729016 128.457623 +L 1354.915537 128.457623 +L 1354.915537 132.590636 +L 1357.102057 132.590636 +L 1357.102057 118.581897 +L 1359.288578 118.581897 +L 1359.288578 145.816279 +L 1361.475098 145.816279 +L 1361.475098 116.145594 +L 1363.661618 116.145594 +L 1363.661618 125.020696 +L 1365.848139 125.020696 +L 1365.848139 130.241345 +L 1368.034659 130.241345 +L 1368.034659 135.070444 +L 1370.221179 135.070444 +L 1370.221179 141.661513 +L 1372.4077 141.661513 +L 1372.4077 142.053061 +L 1374.59422 142.053061 +L 1374.59422 133.765282 +L 1376.780741 133.765282 +L 1376.780741 140.095318 +L 1378.967261 140.095318 +L 1378.967261 138.529124 +L 1381.153781 138.529124 +L 1381.153781 139.769028 +L 1383.340302 139.769028 +L 1383.340302 135.853541 +L 1385.526822 135.853541 +L 1385.526822 144.989676 +L 1387.713342 144.989676 +L 1387.713342 147.012677 +L 1389.899863 147.012677 +L 1389.899863 142.901417 +L 1392.086383 142.901417 +L 1392.086383 141.335222 +L 1394.272904 141.335222 +L 1394.272904 143.292965 +L 1396.459424 143.292965 +L 1396.459424 142.314094 +L 1398.645944 142.314094 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 137.419736 +L 1403.018985 137.419736 +L 1403.018985 147.208451 +L 1405.205505 147.208451 +L 1405.205505 142.314094 +L 1407.392026 142.314094 +L 1407.392026 144.076062 +L 1409.578546 144.076062 +L 1409.578546 140.552125 +L 1411.765067 140.552125 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#808080;opacity:0.5;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_44"> + <path clip-path="url(#p0145b22c34)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 137.680768 +L 1210.605192 137.680768 +L 1210.605192 146.947419 +L 1212.791712 146.947419 +L 1212.791712 126.717407 +L 1214.978233 126.717407 +L 1214.978233 147.338968 +L 1217.164753 147.338968 +L 1217.164753 137.028187 +L 1219.351274 137.028187 +L 1219.351274 140.552125 +L 1221.537794 140.552125 +L 1221.537794 133.50425 +L 1223.724314 133.50425 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 137.028187 +L 1228.097355 137.028187 +L 1228.097355 130.632893 +L 1230.283875 130.632893 +L 1230.283875 143.423481 +L 1232.470396 143.423481 +L 1232.470396 146.55587 +L 1234.656916 146.55587 +L 1234.656916 138.072317 +L 1236.843437 138.072317 +L 1236.843437 129.327731 +L 1239.029957 129.327731 +L 1239.029957 144.728643 +L 1241.216477 144.728643 +L 1241.216477 137.028187 +L 1243.402998 137.028187 +L 1243.402998 147.338968 +L 1245.589518 147.338968 +L 1245.589518 126.717407 +L 1247.776038 126.717407 +L 1247.776038 147.6 +L 1249.962559 147.6 +L 1249.962559 137.028187 +L 1252.149079 137.028187 +L 1252.149079 123.976567 +L 1254.3356 123.976567 +L 1254.3356 139.507995 +L 1256.52212 139.507995 +L 1256.52212 126.456375 +L 1258.70864 126.456375 +L 1258.70864 147.6 +L 1260.895161 147.6 +L 1260.895161 137.028187 +L 1263.081681 137.028187 +L 1263.081681 134.548379 +L 1265.268201 134.548379 +L 1265.268201 128.936182 +L 1267.454722 128.936182 +L 1267.454722 131.41599 +L 1269.641242 131.41599 +L 1269.641242 132.068571 +L 1271.827763 132.068571 +L 1271.827763 120.931188 +L 1274.014283 120.931188 +L 1274.014283 142.553373 +L 1276.200803 142.553373 +L 1276.200803 129.066699 +L 1278.387324 129.066699 +L 1278.387324 144.989676 +L 1280.573844 144.989676 +L 1280.573844 137.028187 +L 1282.760364 137.028187 +L 1282.760364 135.984058 +L 1284.946885 135.984058 +L 1284.946885 120.452629 +L 1287.133405 120.452629 +L 1287.133405 133.50425 +L 1289.319926 133.50425 +L 1289.319926 132.199088 +L 1291.506446 132.199088 +L 1291.506446 141.857287 +L 1293.692966 141.857287 +L 1293.692966 109.489268 +L 1295.879487 109.489268 +L 1295.879487 143.423481 +L 1298.066007 143.423481 +L 1298.066007 126.456375 +L 1300.252527 126.456375 +L 1300.252527 136.114574 +L 1302.439048 136.114574 +L 1302.439048 116.798175 +L 1304.625568 116.798175 +L 1304.625568 126.978439 +L 1306.812089 126.978439 +L 1306.812089 135.592509 +L 1308.998609 135.592509 +L 1308.998609 118.36437 +L 1311.185129 118.36437 +L 1311.185129 130.437119 +L 1313.37165 130.437119 +L 1313.37165 147.077935 +L 1315.55817 147.077935 +L 1315.55817 117.624778 +L 1317.74469 117.624778 +L 1317.74469 146.120816 +L 1319.931211 146.120816 +L 1319.931211 131.742281 +L 1322.117731 131.742281 +L 1322.117731 136.114574 +L 1324.304252 136.114574 +L 1324.304252 127.369988 +L 1326.490772 127.369988 +L 1326.490772 142.314094 +L 1328.677292 142.314094 +L 1328.677292 137.028187 +L 1330.863813 137.028187 +L 1330.863813 137.28922 +L 1333.050333 137.28922 +L 1333.050333 127.06545 +L 1335.236853 127.06545 +L 1335.236853 146.729892 +L 1337.423374 146.729892 +L 1337.423374 137.028187 +L 1339.609894 137.028187 +L 1339.609894 140.552125 +L 1341.796415 140.552125 +L 1341.796415 122.932437 +L 1343.982935 122.932437 +L 1343.982935 141.204706 +L 1346.169455 141.204706 +L 1346.169455 123.062953 +L 1348.355976 123.062953 +L 1348.355976 131.067947 +L 1350.542496 131.067947 +L 1350.542496 131.633517 +L 1352.729016 131.633517 +L 1352.729016 140.552125 +L 1354.915537 140.552125 +L 1354.915537 133.50425 +L 1357.102057 133.50425 +L 1357.102057 138.681393 +L 1359.288578 138.681393 +L 1359.288578 145.946795 +L 1361.475098 145.946795 +L 1361.475098 126.717407 +L 1363.661618 126.717407 +L 1363.661618 142.053061 +L 1365.848139 142.053061 +L 1365.848139 139.638511 +L 1368.034659 139.638511 +L 1368.034659 144.989676 +L 1370.221179 144.989676 +L 1370.221179 142.314094 +L 1372.4077 142.314094 +L 1372.4077 147.338968 +L 1374.59422 147.338968 +L 1374.59422 137.28922 +L 1376.780741 137.28922 +L 1376.780741 147.143193 +L 1378.967261 147.143193 +L 1378.967261 142.7709 +L 1381.153781 142.7709 +L 1381.153781 140.813157 +L 1383.340302 140.813157 +L 1383.340302 143.81503 +L 1385.526822 143.81503 +L 1385.526822 147.6 +L 1387.713342 147.6 +L 1387.713342 147.012677 +L 1389.899863 147.012677 +L 1389.899863 142.901417 +L 1392.086383 142.901417 +L 1392.086383 141.335222 +L 1394.272904 141.335222 +L 1394.272904 143.292965 +L 1396.459424 143.292965 +L 1396.459424 142.314094 +L 1398.645944 142.314094 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 137.419736 +L 1403.018985 137.419736 +L 1403.018985 147.208451 +L 1405.205505 147.208451 +L 1405.205505 142.314094 +L 1407.392026 142.314094 +L 1407.392026 144.076062 +L 1409.578546 144.076062 +L 1409.578546 140.552125 +L 1411.765067 140.552125 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#023eff;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_45"> + <path clip-path="url(#p0145b22c34)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1232.470396 147.6 +L 1232.470396 137.028187 +L 1234.656916 137.028187 +L 1234.656916 134.026315 +L 1236.843437 134.026315 +L 1236.843437 140.03006 +L 1239.029957 140.03006 +L 1239.029957 137.550252 +L 1241.216477 137.550252 +L 1241.216477 147.077935 +L 1243.402998 147.077935 +L 1243.402998 126.978439 +L 1245.589518 126.978439 +L 1245.589518 147.077935 +L 1247.776038 147.077935 +L 1247.776038 137.028187 +L 1249.962559 137.028187 +L 1249.962559 132.329604 +L 1252.149079 132.329604 +L 1252.149079 129.849796 +L 1254.3356 129.849796 +L 1254.3356 127.761537 +L 1256.52212 127.761537 +L 1256.52212 147.6 +L 1258.70864 147.6 +L 1258.70864 137.028187 +L 1260.895161 137.028187 +L 1260.895161 133.765282 +L 1263.081681 133.765282 +L 1263.081681 132.590636 +L 1265.268201 132.590636 +L 1265.268201 134.156831 +L 1267.454722 134.156831 +L 1267.454722 129.066699 +L 1269.641242 129.066699 +L 1269.641242 124.107083 +L 1271.827763 124.107083 +L 1271.827763 136.767155 +L 1274.014283 136.767155 +L 1274.014283 135.984058 +L 1276.200803 135.984058 +L 1276.200803 113.665786 +L 1278.387324 113.665786 +L 1278.387324 140.291092 +L 1280.573844 140.291092 +L 1280.573844 126.456375 +L 1282.760364 126.456375 +L 1282.760364 133.765282 +L 1284.946885 133.765282 +L 1284.946885 119.408499 +L 1287.133405 119.408499 +L 1287.133405 136.767155 +L 1289.319926 136.767155 +L 1289.319926 122.932437 +L 1291.506446 122.932437 +L 1291.506446 122.932437 +L 1293.692966 122.932437 +L 1293.692966 121.192221 +L 1295.879487 121.192221 +L 1295.879487 128.196591 +L 1298.066007 128.196591 +L 1298.066007 126.717407 +L 1300.252527 126.717407 +L 1300.252527 136.767155 +L 1302.439048 136.767155 +L 1302.439048 112.360624 +L 1304.625568 112.360624 +L 1304.625568 126.456375 +L 1306.812089 126.456375 +L 1306.812089 103.55078 +L 1308.998609 103.55078 +L 1308.998609 140.639136 +L 1311.185129 140.639136 +L 1311.185129 112.926194 +L 1313.37165 112.926194 +L 1313.37165 129.980312 +L 1315.55817 129.980312 +L 1315.55817 138.137575 +L 1317.74469 138.137575 +L 1317.74469 133.50425 +L 1319.931211 133.50425 +L 1319.931211 129.71928 +L 1322.117731 129.71928 +L 1322.117731 124.759664 +L 1324.304252 124.759664 +L 1324.304252 124.955438 +L 1326.490772 124.955438 +L 1326.490772 137.811285 +L 1328.677292 137.811285 +L 1328.677292 134.417863 +L 1330.863813 134.417863 +L 1330.863813 132.329604 +L 1333.050333 132.329604 +L 1333.050333 119.408499 +L 1335.236853 119.408499 +L 1335.236853 137.028187 +L 1337.423374 137.028187 +L 1337.423374 127.63102 +L 1339.609894 127.63102 +L 1339.609894 133.243217 +L 1341.796415 133.243217 +L 1341.796415 120.452629 +L 1343.982935 120.452629 +L 1343.982935 142.118319 +L 1346.169455 142.118319 +L 1346.169455 136.440864 +L 1348.355976 136.440864 +L 1348.355976 131.633517 +L 1350.542496 131.633517 +L 1350.542496 131.851044 +L 1352.729016 131.851044 +L 1352.729016 142.314094 +L 1354.915537 142.314094 +L 1354.915537 146.686387 +L 1357.102057 146.686387 +L 1357.102057 137.941801 +L 1359.288578 137.941801 +L 1359.288578 147.6 +L 1361.475098 147.6 +L 1361.475098 142.314094 +L 1363.661618 142.314094 +L 1363.661618 135.266218 +L 1365.848139 135.266218 +L 1365.848139 144.076062 +L 1368.034659 144.076062 +L 1368.034659 137.680768 +L 1370.221179 137.680768 +L 1370.221179 146.947419 +L 1372.4077 146.947419 +L 1372.4077 142.314094 +L 1374.59422 142.314094 +L 1374.59422 144.076062 +L 1376.780741 144.076062 +L 1376.780741 140.552125 +L 1378.967261 140.552125 +L 1378.967261 143.358223 +L 1381.153781 143.358223 +L 1381.153781 146.55587 +L 1383.340302 146.55587 +L 1383.340302 139.638511 +L 1385.526822 139.638511 +L 1385.526822 144.989676 +L 1387.713342 144.989676 +L 1387.713342 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#1ac938;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="patch_46"> + <path clip-path="url(#p0145b22c34)" d="M 1201.859111 147.6 +L 1201.859111 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1249.962559 147.6 +L 1249.962559 137.028187 +L 1252.149079 137.028187 +L 1252.149079 140.552125 +L 1254.3356 140.552125 +L 1254.3356 133.50425 +L 1256.52212 133.50425 +L 1256.52212 142.7709 +L 1258.70864 142.7709 +L 1258.70864 141.857287 +L 1260.895161 141.857287 +L 1260.895161 130.110828 +L 1263.081681 130.110828 +L 1263.081681 133.373733 +L 1265.268201 133.373733 +L 1265.268201 130.763409 +L 1267.454722 130.763409 +L 1267.454722 132.721152 +L 1269.641242 132.721152 +L 1269.641242 125.281729 +L 1271.827763 125.281729 +L 1271.827763 138.202833 +L 1274.014283 138.202833 +L 1274.014283 121.366242 +L 1276.200803 121.366242 +L 1276.200803 127.761537 +L 1278.387324 127.761537 +L 1278.387324 130.241345 +L 1280.573844 130.241345 +L 1280.573844 126.456375 +L 1282.760364 126.456375 +L 1282.760364 112.621657 +L 1284.946885 112.621657 +L 1284.946885 119.147467 +L 1287.133405 119.147467 +L 1287.133405 137.028187 +L 1289.319926 137.028187 +L 1289.319926 126.456375 +L 1291.506446 126.456375 +L 1291.506446 112.621657 +L 1293.692966 112.621657 +L 1293.692966 108.575654 +L 1295.879487 108.575654 +L 1295.879487 122.801921 +L 1298.066007 122.801921 +L 1298.066007 123.062953 +L 1300.252527 123.062953 +L 1300.252527 97.481777 +L 1302.439048 97.481777 +L 1302.439048 141.335222 +L 1304.625568 141.335222 +L 1304.625568 90.238127 +L 1306.812089 90.238127 +L 1306.812089 144.467611 +L 1308.998609 144.467611 +L 1308.998609 97.090228 +L 1311.185129 97.090228 +L 1311.185129 130.567635 +L 1313.37165 130.567635 +L 1313.37165 106.487395 +L 1315.55817 106.487395 +L 1315.55817 131.024442 +L 1317.74469 131.024442 +L 1317.74469 122.671405 +L 1319.931211 122.671405 +L 1319.931211 113.992077 +L 1322.117731 113.992077 +L 1322.117731 132.851669 +L 1324.304252 132.851669 +L 1324.304252 111.969076 +L 1326.490772 111.969076 +L 1326.490772 130.371861 +L 1328.677292 130.371861 +L 1328.677292 133.112701 +L 1330.863813 133.112701 +L 1330.863813 134.352605 +L 1333.050333 134.352605 +L 1333.050333 111.838559 +L 1335.236853 111.838559 +L 1335.236853 131.938055 +L 1337.423374 131.938055 +L 1337.423374 136.897671 +L 1339.609894 136.897671 +L 1339.609894 128.479376 +L 1341.796415 128.479376 +L 1341.796415 136.767155 +L 1343.982935 136.767155 +L 1343.982935 140.552125 +L 1346.169455 140.552125 +L 1346.169455 138.072317 +L 1348.355976 138.072317 +L 1348.355976 139.507995 +L 1350.542496 139.507995 +L 1350.542496 135.026939 +L 1352.729016 135.026939 +L 1352.729016 140.791405 +L 1354.915537 140.791405 +L 1354.915537 147.6 +L 1357.102057 147.6 +L 1357.102057 137.158703 +L 1359.288578 137.158703 +L 1359.288578 147.469484 +L 1361.475098 147.469484 +L 1361.475098 142.314094 +L 1363.661618 142.314094 +L 1363.661618 142.901417 +L 1365.848139 142.901417 +L 1365.848139 141.726771 +L 1368.034659 141.726771 +L 1368.034659 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1420.511148 147.6 +L 1420.511148 147.6 +L 1418.324628 147.6 +L 1418.324628 147.6 +L 1416.138107 147.6 +L 1416.138107 147.6 +L 1413.951587 147.6 +L 1413.951587 147.6 +L 1411.765067 147.6 +L 1411.765067 147.6 +L 1409.578546 147.6 +L 1409.578546 147.6 +L 1407.392026 147.6 +L 1407.392026 147.6 +L 1405.205505 147.6 +L 1405.205505 147.6 +L 1403.018985 147.6 +L 1403.018985 147.6 +L 1400.832465 147.6 +L 1400.832465 147.6 +L 1398.645944 147.6 +L 1398.645944 147.6 +L 1396.459424 147.6 +L 1396.459424 147.6 +L 1394.272904 147.6 +L 1394.272904 147.6 +L 1392.086383 147.6 +L 1392.086383 147.6 +L 1389.899863 147.6 +L 1389.899863 147.6 +L 1387.713342 147.6 +L 1387.713342 147.6 +L 1385.526822 147.6 +L 1385.526822 147.6 +L 1383.340302 147.6 +L 1383.340302 147.6 +L 1381.153781 147.6 +L 1381.153781 147.6 +L 1378.967261 147.6 +L 1378.967261 147.6 +L 1376.780741 147.6 +L 1376.780741 147.6 +L 1374.59422 147.6 +L 1374.59422 147.6 +L 1372.4077 147.6 +L 1372.4077 147.6 +L 1370.221179 147.6 +L 1370.221179 147.6 +L 1368.034659 147.6 +L 1368.034659 147.6 +L 1365.848139 147.6 +L 1365.848139 147.6 +L 1363.661618 147.6 +L 1363.661618 147.6 +L 1361.475098 147.6 +L 1361.475098 147.6 +L 1359.288578 147.6 +L 1359.288578 147.6 +L 1357.102057 147.6 +L 1357.102057 147.6 +L 1354.915537 147.6 +L 1354.915537 147.6 +L 1352.729016 147.6 +L 1352.729016 147.6 +L 1350.542496 147.6 +L 1350.542496 147.6 +L 1348.355976 147.6 +L 1348.355976 147.6 +L 1346.169455 147.6 +L 1346.169455 147.6 +L 1343.982935 147.6 +L 1343.982935 147.6 +L 1341.796415 147.6 +L 1341.796415 147.6 +L 1339.609894 147.6 +L 1339.609894 147.6 +L 1337.423374 147.6 +L 1337.423374 147.6 +L 1335.236853 147.6 +L 1335.236853 147.6 +L 1333.050333 147.6 +L 1333.050333 147.6 +L 1330.863813 147.6 +L 1330.863813 147.6 +L 1328.677292 147.6 +L 1328.677292 147.6 +L 1326.490772 147.6 +L 1326.490772 147.6 +L 1324.304252 147.6 +L 1324.304252 147.6 +L 1322.117731 147.6 +L 1322.117731 147.6 +L 1319.931211 147.6 +L 1319.931211 147.6 +L 1317.74469 147.6 +L 1317.74469 147.6 +L 1315.55817 147.6 +L 1315.55817 147.6 +L 1313.37165 147.6 +L 1313.37165 147.6 +L 1311.185129 147.6 +L 1311.185129 147.6 +L 1308.998609 147.6 +L 1308.998609 147.6 +L 1306.812089 147.6 +L 1306.812089 147.6 +L 1304.625568 147.6 +L 1304.625568 147.6 +L 1302.439048 147.6 +L 1302.439048 147.6 +L 1300.252527 147.6 +L 1300.252527 147.6 +L 1298.066007 147.6 +L 1298.066007 147.6 +L 1295.879487 147.6 +L 1295.879487 147.6 +L 1293.692966 147.6 +L 1293.692966 147.6 +L 1291.506446 147.6 +L 1291.506446 147.6 +L 1289.319926 147.6 +L 1289.319926 147.6 +L 1287.133405 147.6 +L 1287.133405 147.6 +L 1284.946885 147.6 +L 1284.946885 147.6 +L 1282.760364 147.6 +L 1282.760364 147.6 +L 1280.573844 147.6 +L 1280.573844 147.6 +L 1278.387324 147.6 +L 1278.387324 147.6 +L 1276.200803 147.6 +L 1276.200803 147.6 +L 1274.014283 147.6 +L 1274.014283 147.6 +L 1271.827763 147.6 +L 1271.827763 147.6 +L 1269.641242 147.6 +L 1269.641242 147.6 +L 1267.454722 147.6 +L 1267.454722 147.6 +L 1265.268201 147.6 +L 1265.268201 147.6 +L 1263.081681 147.6 +L 1263.081681 147.6 +L 1260.895161 147.6 +L 1260.895161 147.6 +L 1258.70864 147.6 +L 1258.70864 147.6 +L 1256.52212 147.6 +L 1256.52212 147.6 +L 1254.3356 147.6 +L 1254.3356 147.6 +L 1252.149079 147.6 +L 1252.149079 147.6 +L 1249.962559 147.6 +L 1249.962559 147.6 +L 1247.776038 147.6 +L 1247.776038 147.6 +L 1245.589518 147.6 +L 1245.589518 147.6 +L 1243.402998 147.6 +L 1243.402998 147.6 +L 1241.216477 147.6 +L 1241.216477 147.6 +L 1239.029957 147.6 +L 1239.029957 147.6 +L 1236.843437 147.6 +L 1236.843437 147.6 +L 1234.656916 147.6 +L 1234.656916 147.6 +L 1232.470396 147.6 +L 1232.470396 147.6 +L 1230.283875 147.6 +L 1230.283875 147.6 +L 1228.097355 147.6 +L 1228.097355 147.6 +L 1225.910835 147.6 +L 1225.910835 147.6 +L 1223.724314 147.6 +L 1223.724314 147.6 +L 1221.537794 147.6 +L 1221.537794 147.6 +L 1219.351274 147.6 +L 1219.351274 147.6 +L 1217.164753 147.6 +L 1217.164753 147.6 +L 1214.978233 147.6 +L 1214.978233 147.6 +L 1212.791712 147.6 +L 1212.791712 147.6 +L 1210.605192 147.6 +L 1210.605192 147.6 +L 1208.418672 147.6 +L 1208.418672 147.6 +L 1206.232151 147.6 +L 1206.232151 147.6 +L 1204.045631 147.6 +L 1204.045631 147.6 +z +" style="fill:#e8000b;opacity:0.3;stroke:#ffffff;stroke-linejoin:miter;"/> + </g> + <g id="line2d_54"> + <path clip-path="url(#p0145b22c34)" d="M 1353.766383 147.6 +L 1353.766383 44.057143 +" style="fill:none;stroke:#ff0000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_47"> + <path d="M 1190.926509 147.6 +L 1190.926509 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_48"> + <path d="M 1431.44375 147.6 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_49"> + <path d="M 1190.926509 147.6 +L 1431.44375 147.6 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_50"> + <path d="M 1190.926509 38.88 +L 1431.44375 38.88 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_62"> + <!-- 2% --> + <g style="fill:#262626;" transform="translate(1299.179504 32.88)scale(0.12 -0.12)"> + <use xlink:href="#ArialMT-32"/> + <use x="27.783203" xlink:href="#ArialMT-32"/> + <use x="55.566406" xlink:href="#ArialMT-50"/> + <use x="111.181641" xlink:href="#ArialMT-37"/> + </g> + </g> + </g> + <g id="text_63"> + <!-- example lidar with linear polarizer before receiver - LDRCal error contribution --> + <defs> + <path d="M 0.734375 0 +L 19.671875 26.953125 +L 2.15625 51.859375 +L 13.140625 51.859375 +L 21.09375 39.703125 +Q 23.34375 36.234375 24.703125 33.890625 +Q 26.859375 37.109375 28.65625 39.59375 +L 37.40625 51.859375 +L 47.90625 51.859375 +L 29.984375 27.4375 +L 49.265625 0 +L 38.484375 0 +L 27.828125 16.109375 +L 25 20.453125 +L 11.375 0 +z +" id="ArialMT-120"/> + <path d="M 40.4375 6.390625 +Q 35.546875 2.25 31.03125 0.53125 +Q 26.515625 -1.171875 21.34375 -1.171875 +Q 12.796875 -1.171875 8.203125 3 +Q 3.609375 7.171875 3.609375 13.671875 +Q 3.609375 17.484375 5.34375 20.625 +Q 7.078125 23.78125 9.890625 25.6875 +Q 12.703125 27.59375 16.21875 28.5625 +Q 18.796875 29.25 24.03125 29.890625 +Q 34.671875 31.15625 39.703125 32.90625 +Q 39.75 34.71875 39.75 35.203125 +Q 39.75 40.578125 37.25 42.78125 +Q 33.890625 45.75 27.25 45.75 +Q 21.046875 45.75 18.09375 43.578125 +Q 15.140625 41.40625 13.71875 35.890625 +L 5.125 37.0625 +Q 6.296875 42.578125 8.984375 45.96875 +Q 11.671875 49.359375 16.75 51.1875 +Q 21.828125 53.03125 28.515625 53.03125 +Q 35.15625 53.03125 39.296875 51.46875 +Q 43.453125 49.90625 45.40625 47.53125 +Q 47.359375 45.171875 48.140625 41.546875 +Q 48.578125 39.3125 48.578125 33.453125 +L 48.578125 21.734375 +Q 48.578125 9.46875 49.140625 6.21875 +Q 49.703125 2.984375 51.375 0 +L 42.1875 0 +Q 40.828125 2.734375 40.4375 6.390625 +z +M 39.703125 26.03125 +Q 34.90625 24.078125 25.34375 22.703125 +Q 19.921875 21.921875 17.671875 20.9375 +Q 15.4375 19.96875 14.203125 18.09375 +Q 12.984375 16.21875 12.984375 13.921875 +Q 12.984375 10.40625 15.640625 8.0625 +Q 18.3125 5.71875 23.4375 5.71875 +Q 28.515625 5.71875 32.46875 7.9375 +Q 36.421875 10.15625 38.28125 14.015625 +Q 39.703125 17 39.703125 22.796875 +z +" id="ArialMT-97"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.453125 51.859375 +L 14.453125 44.578125 +Q 16.890625 48.390625 20.9375 50.703125 +Q 25 53.03125 30.171875 53.03125 +Q 35.9375 53.03125 39.625 50.640625 +Q 43.3125 48.25 44.828125 43.953125 +Q 50.984375 53.03125 60.84375 53.03125 +Q 68.5625 53.03125 72.703125 48.75 +Q 76.859375 44.484375 76.859375 35.59375 +L 76.859375 0 +L 68.109375 0 +L 68.109375 32.671875 +Q 68.109375 37.9375 67.25 40.25 +Q 66.40625 42.578125 64.15625 43.984375 +Q 61.921875 45.40625 58.890625 45.40625 +Q 53.421875 45.40625 49.796875 41.765625 +Q 46.1875 38.140625 46.1875 30.125 +L 46.1875 0 +L 37.40625 0 +L 37.40625 33.6875 +Q 37.40625 39.546875 35.25 42.46875 +Q 33.109375 45.40625 28.21875 45.40625 +Q 24.515625 45.40625 21.359375 43.453125 +Q 18.21875 41.5 16.796875 37.734375 +Q 15.375 33.984375 15.375 26.90625 +L 15.375 0 +z +" id="ArialMT-109"/> + <path d="M 6.59375 -19.875 +L 6.59375 51.859375 +L 14.59375 51.859375 +L 14.59375 45.125 +Q 17.4375 49.078125 21 51.046875 +Q 24.5625 53.03125 29.640625 53.03125 +Q 36.28125 53.03125 41.359375 49.609375 +Q 46.4375 46.1875 49.015625 39.953125 +Q 51.609375 33.734375 51.609375 26.3125 +Q 51.609375 18.359375 48.75 11.984375 +Q 45.90625 5.609375 40.453125 2.21875 +Q 35.015625 -1.171875 29 -1.171875 +Q 24.609375 -1.171875 21.109375 0.6875 +Q 17.625 2.546875 15.375 5.375 +L 15.375 -19.875 +z +M 14.546875 25.640625 +Q 14.546875 15.625 18.59375 10.84375 +Q 22.65625 6.0625 28.421875 6.0625 +Q 34.28125 6.0625 38.453125 11.015625 +Q 42.625 15.96875 42.625 26.375 +Q 42.625 36.28125 38.546875 41.203125 +Q 34.46875 46.140625 28.8125 46.140625 +Q 23.1875 46.140625 18.859375 40.890625 +Q 14.546875 35.640625 14.546875 25.640625 +z +" id="ArialMT-112"/> + <path d="M 6.390625 0 +L 6.390625 71.578125 +L 15.1875 71.578125 +L 15.1875 0 +z +" id="ArialMT-108"/> + <path d="M 6.640625 61.46875 +L 6.640625 71.578125 +L 15.4375 71.578125 +L 15.4375 61.46875 +z +M 6.640625 0 +L 6.640625 51.859375 +L 15.4375 51.859375 +L 15.4375 0 +z +" id="ArialMT-105"/> + <path d="M 40.234375 0 +L 40.234375 6.546875 +Q 35.296875 -1.171875 25.734375 -1.171875 +Q 19.53125 -1.171875 14.328125 2.25 +Q 9.125 5.671875 6.265625 11.796875 +Q 3.421875 17.921875 3.421875 25.875 +Q 3.421875 33.640625 6 39.96875 +Q 8.59375 46.296875 13.765625 49.65625 +Q 18.953125 53.03125 25.34375 53.03125 +Q 30.03125 53.03125 33.6875 51.046875 +Q 37.359375 49.078125 39.65625 45.90625 +L 39.65625 71.578125 +L 48.390625 71.578125 +L 48.390625 0 +z +M 12.453125 25.875 +Q 12.453125 15.921875 16.640625 10.984375 +Q 20.84375 6.0625 26.5625 6.0625 +Q 32.328125 6.0625 36.34375 10.765625 +Q 40.375 15.484375 40.375 25.140625 +Q 40.375 35.796875 36.265625 40.765625 +Q 32.171875 45.75 26.171875 45.75 +Q 20.3125 45.75 16.375 40.96875 +Q 12.453125 36.1875 12.453125 25.875 +z +" id="ArialMT-100"/> + <path d="M 16.15625 0 +L 0.296875 51.859375 +L 9.375 51.859375 +L 17.625 21.921875 +L 20.703125 10.796875 +Q 20.90625 11.625 23.390625 21.484375 +L 31.640625 51.859375 +L 40.671875 51.859375 +L 48.4375 21.78125 +L 51.03125 11.859375 +L 54 21.875 +L 62.890625 51.859375 +L 71.4375 51.859375 +L 55.21875 0 +L 46.09375 0 +L 37.84375 31.0625 +L 35.84375 39.890625 +L 25.34375 0 +z +" id="ArialMT-119"/> + <path d="M 6.59375 0 +L 6.59375 71.578125 +L 15.375 71.578125 +L 15.375 45.90625 +Q 21.53125 53.03125 30.90625 53.03125 +Q 36.671875 53.03125 40.921875 50.75 +Q 45.171875 48.484375 47 44.484375 +Q 48.828125 40.484375 48.828125 32.859375 +L 48.828125 0 +L 40.046875 0 +L 40.046875 32.859375 +Q 40.046875 39.453125 37.1875 42.453125 +Q 34.328125 45.453125 29.109375 45.453125 +Q 25.203125 45.453125 21.75 43.421875 +Q 18.3125 41.40625 16.84375 37.9375 +Q 15.375 34.46875 15.375 28.375 +L 15.375 0 +z +" id="ArialMT-104"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.5 51.859375 +L 14.5 44.484375 +Q 20.21875 53.03125 31 53.03125 +Q 35.6875 53.03125 39.625 51.34375 +Q 43.5625 49.65625 45.515625 46.921875 +Q 47.46875 44.1875 48.25 40.4375 +Q 48.734375 37.984375 48.734375 31.890625 +L 48.734375 0 +L 39.9375 0 +L 39.9375 31.546875 +Q 39.9375 36.921875 38.90625 39.578125 +Q 37.890625 42.234375 35.28125 43.8125 +Q 32.671875 45.40625 29.15625 45.40625 +Q 23.53125 45.40625 19.453125 41.84375 +Q 15.375 38.28125 15.375 28.328125 +L 15.375 0 +z +" id="ArialMT-110"/> + <path d="M 3.328125 25.921875 +Q 3.328125 40.328125 11.328125 47.265625 +Q 18.015625 53.03125 27.640625 53.03125 +Q 38.328125 53.03125 45.109375 46.015625 +Q 51.90625 39.015625 51.90625 26.65625 +Q 51.90625 16.65625 48.90625 10.90625 +Q 45.90625 5.171875 40.15625 2 +Q 34.421875 -1.171875 27.640625 -1.171875 +Q 16.75 -1.171875 10.03125 5.8125 +Q 3.328125 12.796875 3.328125 25.921875 +z +M 12.359375 25.921875 +Q 12.359375 15.96875 16.703125 11.015625 +Q 21.046875 6.0625 27.640625 6.0625 +Q 34.1875 6.0625 38.53125 11.03125 +Q 42.875 16.015625 42.875 26.21875 +Q 42.875 35.84375 38.5 40.796875 +Q 34.125 45.75 27.640625 45.75 +Q 21.046875 45.75 16.703125 40.8125 +Q 12.359375 35.890625 12.359375 25.921875 +z +" id="ArialMT-111"/> + <path d="M 1.953125 0 +L 1.953125 7.125 +L 34.96875 45.015625 +Q 29.34375 44.734375 25.046875 44.734375 +L 3.90625 44.734375 +L 3.90625 51.859375 +L 46.296875 51.859375 +L 46.296875 46.046875 +L 18.21875 13.140625 +L 12.796875 7.125 +Q 18.703125 7.5625 23.875 7.5625 +L 47.859375 7.5625 +L 47.859375 0 +z +" id="ArialMT-122"/> + <path d="M 14.703125 0 +L 6.546875 0 +L 6.546875 71.578125 +L 15.328125 71.578125 +L 15.328125 46.046875 +Q 20.90625 53.03125 29.546875 53.03125 +Q 34.328125 53.03125 38.59375 51.09375 +Q 42.875 49.171875 45.625 45.671875 +Q 48.390625 42.1875 49.953125 37.25 +Q 51.515625 32.328125 51.515625 26.703125 +Q 51.515625 13.375 44.921875 6.09375 +Q 38.328125 -1.171875 29.109375 -1.171875 +Q 19.921875 -1.171875 14.703125 6.5 +z +M 14.59375 26.3125 +Q 14.59375 17 17.140625 12.84375 +Q 21.296875 6.0625 28.375 6.0625 +Q 34.125 6.0625 38.328125 11.0625 +Q 42.53125 16.0625 42.53125 25.984375 +Q 42.53125 36.140625 38.5 40.96875 +Q 34.46875 45.796875 28.765625 45.796875 +Q 23 45.796875 18.796875 40.796875 +Q 14.59375 35.796875 14.59375 26.3125 +z +" id="ArialMT-98"/> + <path d="M 8.6875 0 +L 8.6875 45.015625 +L 0.921875 45.015625 +L 0.921875 51.859375 +L 8.6875 51.859375 +L 8.6875 57.375 +Q 8.6875 62.59375 9.625 65.140625 +Q 10.890625 68.5625 14.078125 70.671875 +Q 17.28125 72.796875 23.046875 72.796875 +Q 26.765625 72.796875 31.25 71.921875 +L 29.9375 64.265625 +Q 27.203125 64.75 24.75 64.75 +Q 20.75 64.75 19.09375 63.03125 +Q 17.4375 61.328125 17.4375 56.640625 +L 17.4375 51.859375 +L 27.546875 51.859375 +L 27.546875 45.015625 +L 17.4375 45.015625 +L 17.4375 0 +z +" id="ArialMT-102"/> + <path d="M 40.4375 19 +L 49.078125 17.875 +Q 47.65625 8.9375 41.8125 3.875 +Q 35.984375 -1.171875 27.484375 -1.171875 +Q 16.84375 -1.171875 10.375 5.78125 +Q 3.90625 12.75 3.90625 25.734375 +Q 3.90625 34.125 6.6875 40.421875 +Q 9.46875 46.734375 15.15625 49.875 +Q 20.84375 53.03125 27.546875 53.03125 +Q 35.984375 53.03125 41.359375 48.75 +Q 46.734375 44.484375 48.25 36.625 +L 39.703125 35.296875 +Q 38.484375 40.53125 35.375 43.15625 +Q 32.28125 45.796875 27.875 45.796875 +Q 21.234375 45.796875 17.078125 41.03125 +Q 12.9375 36.28125 12.9375 25.984375 +Q 12.9375 15.53125 16.9375 10.796875 +Q 20.953125 6.0625 27.390625 6.0625 +Q 32.5625 6.0625 36.03125 9.234375 +Q 39.5 12.40625 40.4375 19 +z +" id="ArialMT-99"/> + <path d="M 21 0 +L 1.265625 51.859375 +L 10.546875 51.859375 +L 21.6875 20.796875 +Q 23.484375 15.765625 25 10.359375 +Q 26.171875 14.453125 28.265625 20.21875 +L 39.796875 51.859375 +L 48.828125 51.859375 +L 29.203125 0 +z +" id="ArialMT-118"/> + <path d="M 3.171875 21.484375 +L 3.171875 30.328125 +L 30.171875 30.328125 +L 30.171875 21.484375 +z +" id="ArialMT-45"/> + <path d="M 58.796875 25.09375 +L 68.265625 22.703125 +Q 65.28125 11.03125 57.546875 4.90625 +Q 49.8125 -1.21875 38.625 -1.21875 +Q 27.046875 -1.21875 19.796875 3.484375 +Q 12.546875 8.203125 8.765625 17.140625 +Q 4.984375 26.078125 4.984375 36.328125 +Q 4.984375 47.515625 9.25 55.828125 +Q 13.53125 64.15625 21.40625 68.46875 +Q 29.296875 72.796875 38.765625 72.796875 +Q 49.515625 72.796875 56.828125 67.328125 +Q 64.15625 61.859375 67.046875 51.953125 +L 57.71875 49.75 +Q 55.21875 57.5625 50.484375 61.125 +Q 45.75 64.703125 38.578125 64.703125 +Q 30.328125 64.703125 24.78125 60.734375 +Q 19.234375 56.78125 16.984375 50.109375 +Q 14.75 43.453125 14.75 36.375 +Q 14.75 27.25 17.40625 20.4375 +Q 20.0625 13.625 25.671875 10.25 +Q 31.296875 6.890625 37.84375 6.890625 +Q 45.796875 6.890625 51.3125 11.46875 +Q 56.84375 16.0625 58.796875 25.09375 +z +" id="ArialMT-67"/> + </defs> + <g style="fill:#262626;" transform="translate(473.360625 17.391563)scale(0.14 -0.14)"> + <use xlink:href="#ArialMT-101"/> + <use x="55.615234" xlink:href="#ArialMT-120"/> + <use x="105.615234" xlink:href="#ArialMT-97"/> + <use x="161.230469" xlink:href="#ArialMT-109"/> + <use x="244.53125" xlink:href="#ArialMT-112"/> + <use x="300.146484" xlink:href="#ArialMT-108"/> + <use x="322.363281" xlink:href="#ArialMT-101"/> + <use x="377.978516" xlink:href="#ArialMT-32"/> + <use x="405.761719" xlink:href="#ArialMT-108"/> + <use x="427.978516" xlink:href="#ArialMT-105"/> + <use x="450.195312" xlink:href="#ArialMT-100"/> + <use x="505.810547" xlink:href="#ArialMT-97"/> + <use x="561.425781" xlink:href="#ArialMT-114"/> + <use x="594.726562" xlink:href="#ArialMT-32"/> + <use x="622.509766" xlink:href="#ArialMT-119"/> + <use x="694.726562" xlink:href="#ArialMT-105"/> + <use x="716.943359" xlink:href="#ArialMT-116"/> + <use x="744.726562" xlink:href="#ArialMT-104"/> + <use x="800.341797" xlink:href="#ArialMT-32"/> + <use x="828.125" xlink:href="#ArialMT-108"/> + <use x="850.341797" xlink:href="#ArialMT-105"/> + <use x="872.558594" xlink:href="#ArialMT-110"/> + <use x="928.173828" xlink:href="#ArialMT-101"/> + <use x="983.789062" xlink:href="#ArialMT-97"/> + <use x="1039.404297" xlink:href="#ArialMT-114"/> + <use x="1072.705078" xlink:href="#ArialMT-32"/> + <use x="1100.488281" xlink:href="#ArialMT-112"/> + <use x="1156.103516" xlink:href="#ArialMT-111"/> + <use x="1211.71875" xlink:href="#ArialMT-108"/> + <use x="1233.935547" xlink:href="#ArialMT-97"/> + <use x="1289.550781" xlink:href="#ArialMT-114"/> + <use x="1322.851562" xlink:href="#ArialMT-105"/> + <use x="1345.068359" xlink:href="#ArialMT-122"/> + <use x="1395.068359" xlink:href="#ArialMT-101"/> + <use x="1450.683594" xlink:href="#ArialMT-114"/> + <use x="1483.984375" xlink:href="#ArialMT-32"/> + <use x="1511.767578" xlink:href="#ArialMT-98"/> + <use x="1567.382812" xlink:href="#ArialMT-101"/> + <use x="1622.998047" xlink:href="#ArialMT-102"/> + <use x="1650.78125" xlink:href="#ArialMT-111"/> + <use x="1706.396484" xlink:href="#ArialMT-114"/> + <use x="1739.697266" xlink:href="#ArialMT-101"/> + <use x="1795.3125" xlink:href="#ArialMT-32"/> + <use x="1823.095703" xlink:href="#ArialMT-114"/> + <use x="1856.396484" xlink:href="#ArialMT-101"/> + <use x="1912.011719" xlink:href="#ArialMT-99"/> + <use x="1962.011719" xlink:href="#ArialMT-101"/> + <use x="2017.626953" xlink:href="#ArialMT-105"/> + <use x="2039.84375" xlink:href="#ArialMT-118"/> + <use x="2089.84375" xlink:href="#ArialMT-101"/> + <use x="2145.458984" xlink:href="#ArialMT-114"/> + <use x="2178.759766" xlink:href="#ArialMT-32"/> + <use x="2206.542969" xlink:href="#ArialMT-45"/> + <use x="2239.84375" xlink:href="#ArialMT-32"/> + <use x="2267.626953" xlink:href="#ArialMT-76"/> + <use x="2323.242188" xlink:href="#ArialMT-68"/> + <use x="2395.458984" xlink:href="#ArialMT-82"/> + <use x="2467.675781" xlink:href="#ArialMT-67"/> + <use x="2539.892578" xlink:href="#ArialMT-97"/> + <use x="2595.507812" xlink:href="#ArialMT-108"/> + <use x="2617.724609" xlink:href="#ArialMT-32"/> + <use x="2645.507812" xlink:href="#ArialMT-101"/> + <use x="2701.123047" xlink:href="#ArialMT-114"/> + <use x="2734.423828" xlink:href="#ArialMT-114"/> + <use x="2767.724609" xlink:href="#ArialMT-111"/> + <use x="2823.339844" xlink:href="#ArialMT-114"/> + <use x="2856.640625" xlink:href="#ArialMT-32"/> + <use x="2884.423828" xlink:href="#ArialMT-99"/> + <use x="2934.423828" xlink:href="#ArialMT-111"/> + <use x="2990.039062" xlink:href="#ArialMT-110"/> + <use x="3045.654297" xlink:href="#ArialMT-116"/> + <use x="3073.4375" xlink:href="#ArialMT-114"/> + <use x="3106.738281" xlink:href="#ArialMT-105"/> + <use x="3128.955078" xlink:href="#ArialMT-98"/> + <use x="3184.570312" xlink:href="#ArialMT-117"/> + <use x="3240.185547" xlink:href="#ArialMT-116"/> + <use x="3267.96875" xlink:href="#ArialMT-105"/> + <use x="3290.185547" xlink:href="#ArialMT-111"/> + <use x="3345.800781" xlink:href="#ArialMT-110"/> + </g> + </g> + </g> + <defs> + <clipPath id="pd2faefce8f"> + <rect height="108.72" width="240.517241" x="36.44375" y="38.88"/> + </clipPath> + <clipPath id="p28a3e104b4"> + <rect height="108.72" width="240.517241" x="325.06444" y="38.88"/> + </clipPath> + <clipPath id="pb0806bac56"> + <rect height="108.72" width="240.517241" x="613.685129" y="38.88"/> + </clipPath> + <clipPath id="p8e316d0164"> + <rect height="108.72" width="240.517241" x="902.305819" y="38.88"/> + </clipPath> + <clipPath id="p0145b22c34"> + <rect height="108.72" width="240.517241" x="1190.926509" y="38.88"/> + </clipPath> + </defs> +</svg> +</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><svg height="287.550312pt" version="1.1" viewBox="0 0 408.475 287.550312" width="408.475pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <style type="text/css"> +*{stroke-linecap:butt;stroke-linejoin:round;} + </style> + </defs> + <g id="figure_1"> + <g id="patch_1"> + <path d="M 0 287.550312 +L 408.475 287.550312 +L 408.475 0 +L 0 0 +z +" style="fill:#ffffff;"/> + </g> + <g id="axes_1"> + <g id="patch_2"> + <path d="M 56.305 243.743437 +L 391.105 243.743437 +L 391.105 26.303437 +L 56.305 26.303437 +z +" style="fill:#ffffff;"/> + </g> + <g id="matplotlib.axis_1"> + <g id="xtick_1"> + <g id="line2d_1"> + <path clip-path="url(#p9cc2ea15bf)" d="M 68.793463 243.743437 +L 68.793463 26.303437 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_1"> + <!-- 0.0 --> + <defs> + <path d="M 4.15625 35.296875 +Q 4.15625 48 6.765625 55.734375 +Q 9.375 63.484375 14.515625 67.671875 +Q 19.671875 71.875 27.484375 71.875 +Q 33.25 71.875 37.59375 69.546875 +Q 41.9375 67.234375 44.765625 62.859375 +Q 47.609375 58.5 49.21875 52.21875 +Q 50.828125 45.953125 50.828125 35.296875 +Q 50.828125 22.703125 48.234375 14.96875 +Q 45.65625 7.234375 40.5 3 +Q 35.359375 -1.21875 27.484375 -1.21875 +Q 17.140625 -1.21875 11.234375 6.203125 +Q 4.15625 15.140625 4.15625 35.296875 +z +M 13.1875 35.296875 +Q 13.1875 17.671875 17.3125 11.828125 +Q 21.4375 6 27.484375 6 +Q 33.546875 6 37.671875 11.859375 +Q 41.796875 17.71875 41.796875 35.296875 +Q 41.796875 52.984375 37.671875 58.78125 +Q 33.546875 64.59375 27.390625 64.59375 +Q 21.34375 64.59375 17.71875 59.46875 +Q 13.1875 52.9375 13.1875 35.296875 +z +" id="ArialMT-48"/> + <path d="M 9.078125 0 +L 9.078125 10.015625 +L 19.09375 10.015625 +L 19.09375 0 +z +" id="ArialMT-46"/> + </defs> + <g style="fill:#262626;" transform="translate(61.843463 257.90125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="xtick_2"> + <g id="line2d_2"> + <path clip-path="url(#p9cc2ea15bf)" d="M 137.036431 243.743437 +L 137.036431 26.303437 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_2"> + <!-- 0.1 --> + <defs> + <path d="M 37.25 0 +L 28.46875 0 +L 28.46875 56 +Q 25.296875 52.984375 20.140625 49.953125 +Q 14.984375 46.921875 10.890625 45.40625 +L 10.890625 53.90625 +Q 18.265625 57.375 23.78125 62.296875 +Q 29.296875 67.234375 31.59375 71.875 +L 37.25 71.875 +z +" id="ArialMT-49"/> + </defs> + <g style="fill:#262626;" transform="translate(130.086431 257.90125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="xtick_3"> + <g id="line2d_3"> + <path clip-path="url(#p9cc2ea15bf)" d="M 205.279399 243.743437 +L 205.279399 26.303437 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_3"> + <!-- 0.2 --> + <defs> + <path d="M 50.34375 8.453125 +L 50.34375 0 +L 3.03125 0 +Q 2.9375 3.171875 4.046875 6.109375 +Q 5.859375 10.9375 9.828125 15.625 +Q 13.8125 20.3125 21.34375 26.46875 +Q 33.015625 36.03125 37.109375 41.625 +Q 41.21875 47.21875 41.21875 52.203125 +Q 41.21875 57.421875 37.46875 61 +Q 33.734375 64.59375 27.734375 64.59375 +Q 21.390625 64.59375 17.578125 60.78125 +Q 13.765625 56.984375 13.71875 50.25 +L 4.6875 51.171875 +Q 5.609375 61.28125 11.65625 66.578125 +Q 17.71875 71.875 27.9375 71.875 +Q 38.234375 71.875 44.234375 66.15625 +Q 50.25 60.453125 50.25 52 +Q 50.25 47.703125 48.484375 43.546875 +Q 46.734375 39.40625 42.65625 34.8125 +Q 38.578125 30.21875 29.109375 22.21875 +Q 21.1875 15.578125 18.9375 13.203125 +Q 16.703125 10.84375 15.234375 8.453125 +z +" id="ArialMT-50"/> + </defs> + <g style="fill:#262626;" transform="translate(198.329399 257.90125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="xtick_4"> + <g id="line2d_4"> + <path clip-path="url(#p9cc2ea15bf)" d="M 273.522366 243.743437 +L 273.522366 26.303437 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_4"> + <!-- 0.3 --> + <defs> + <path d="M 4.203125 18.890625 +L 12.984375 20.0625 +Q 14.5 12.59375 18.140625 9.296875 +Q 21.78125 6 27 6 +Q 33.203125 6 37.46875 10.296875 +Q 41.75 14.59375 41.75 20.953125 +Q 41.75 27 37.796875 30.921875 +Q 33.84375 34.859375 27.734375 34.859375 +Q 25.25 34.859375 21.53125 33.890625 +L 22.515625 41.609375 +Q 23.390625 41.5 23.921875 41.5 +Q 29.546875 41.5 34.03125 44.421875 +Q 38.53125 47.359375 38.53125 53.46875 +Q 38.53125 58.296875 35.25 61.46875 +Q 31.984375 64.65625 26.8125 64.65625 +Q 21.6875 64.65625 18.265625 61.421875 +Q 14.84375 58.203125 13.875 51.765625 +L 5.078125 53.328125 +Q 6.6875 62.15625 12.390625 67.015625 +Q 18.109375 71.875 26.609375 71.875 +Q 32.46875 71.875 37.390625 69.359375 +Q 42.328125 66.84375 44.9375 62.5 +Q 47.5625 58.15625 47.5625 53.265625 +Q 47.5625 48.640625 45.0625 44.828125 +Q 42.578125 41.015625 37.703125 38.765625 +Q 44.046875 37.3125 47.5625 32.6875 +Q 51.078125 28.078125 51.078125 21.140625 +Q 51.078125 11.765625 44.234375 5.25 +Q 37.40625 -1.265625 26.953125 -1.265625 +Q 17.53125 -1.265625 11.296875 4.34375 +Q 5.078125 9.96875 4.203125 18.890625 +z +" id="ArialMT-51"/> + </defs> + <g style="fill:#262626;" transform="translate(266.572366 257.90125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-51"/> + </g> + </g> + </g> + <g id="xtick_5"> + <g id="line2d_5"> + <path clip-path="url(#p9cc2ea15bf)" d="M 341.765334 243.743437 +L 341.765334 26.303437 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_5"> + <!-- 0.4 --> + <defs> + <path d="M 32.328125 0 +L 32.328125 17.140625 +L 1.265625 17.140625 +L 1.265625 25.203125 +L 33.9375 71.578125 +L 41.109375 71.578125 +L 41.109375 25.203125 +L 50.78125 25.203125 +L 50.78125 17.140625 +L 41.109375 17.140625 +L 41.109375 0 +z +M 32.328125 25.203125 +L 32.328125 57.46875 +L 9.90625 25.203125 +z +" id="ArialMT-52"/> + </defs> + <g style="fill:#262626;" transform="translate(334.815334 257.90125)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-52"/> + </g> + </g> + </g> + <g id="text_6"> + <!-- LDRtrue --> + <defs> + <path d="M 7.328125 0 +L 7.328125 71.578125 +L 16.796875 71.578125 +L 16.796875 8.453125 +L 52.046875 8.453125 +L 52.046875 0 +z +" id="ArialMT-76"/> + <path d="M 7.71875 0 +L 7.71875 71.578125 +L 32.375 71.578125 +Q 40.71875 71.578125 45.125 70.5625 +Q 51.265625 69.140625 55.609375 65.4375 +Q 61.28125 60.640625 64.078125 53.1875 +Q 66.890625 45.75 66.890625 36.1875 +Q 66.890625 28.03125 64.984375 21.734375 +Q 63.09375 15.4375 60.109375 11.296875 +Q 57.125 7.171875 53.578125 4.796875 +Q 50.046875 2.4375 45.046875 1.21875 +Q 40.046875 0 33.546875 0 +z +M 17.1875 8.453125 +L 32.46875 8.453125 +Q 39.546875 8.453125 43.578125 9.765625 +Q 47.609375 11.078125 50 13.484375 +Q 53.375 16.84375 55.25 22.53125 +Q 57.125 28.21875 57.125 36.328125 +Q 57.125 47.5625 53.4375 53.59375 +Q 49.75 59.625 44.484375 61.671875 +Q 40.671875 63.140625 32.234375 63.140625 +L 17.1875 63.140625 +z +" id="ArialMT-68"/> + <path d="M 7.859375 0 +L 7.859375 71.578125 +L 39.59375 71.578125 +Q 49.171875 71.578125 54.140625 69.640625 +Q 59.125 67.71875 62.109375 62.828125 +Q 65.09375 57.953125 65.09375 52.046875 +Q 65.09375 44.4375 60.15625 39.203125 +Q 55.21875 33.984375 44.921875 32.5625 +Q 48.6875 30.765625 50.640625 29 +Q 54.78125 25.203125 58.5 19.484375 +L 70.953125 0 +L 59.03125 0 +L 49.5625 14.890625 +Q 45.40625 21.34375 42.71875 24.75 +Q 40.046875 28.171875 37.921875 29.53125 +Q 35.796875 30.90625 33.59375 31.453125 +Q 31.984375 31.78125 28.328125 31.78125 +L 17.328125 31.78125 +L 17.328125 0 +z +M 17.328125 39.984375 +L 37.703125 39.984375 +Q 44.1875 39.984375 47.84375 41.328125 +Q 51.515625 42.671875 53.421875 45.625 +Q 55.328125 48.578125 55.328125 52.046875 +Q 55.328125 57.125 51.640625 60.390625 +Q 47.953125 63.671875 39.984375 63.671875 +L 17.328125 63.671875 +z +" id="ArialMT-82"/> + <path d="M 25.78125 7.859375 +L 27.046875 0.09375 +Q 23.34375 -0.6875 20.40625 -0.6875 +Q 15.625 -0.6875 12.984375 0.828125 +Q 10.359375 2.34375 9.28125 4.8125 +Q 8.203125 7.28125 8.203125 15.1875 +L 8.203125 45.015625 +L 1.765625 45.015625 +L 1.765625 51.859375 +L 8.203125 51.859375 +L 8.203125 64.703125 +L 16.9375 69.96875 +L 16.9375 51.859375 +L 25.78125 51.859375 +L 25.78125 45.015625 +L 16.9375 45.015625 +L 16.9375 14.703125 +Q 16.9375 10.9375 17.40625 9.859375 +Q 17.875 8.796875 18.921875 8.15625 +Q 19.96875 7.515625 21.921875 7.515625 +Q 23.390625 7.515625 25.78125 7.859375 +z +" id="ArialMT-116"/> + <path d="M 6.5 0 +L 6.5 51.859375 +L 14.40625 51.859375 +L 14.40625 44 +Q 17.4375 49.515625 20 51.265625 +Q 22.5625 53.03125 25.640625 53.03125 +Q 30.078125 53.03125 34.671875 50.203125 +L 31.640625 42.046875 +Q 28.421875 43.953125 25.203125 43.953125 +Q 22.3125 43.953125 20.015625 42.21875 +Q 17.71875 40.484375 16.75 37.40625 +Q 15.28125 32.71875 15.28125 27.15625 +L 15.28125 0 +z +" id="ArialMT-114"/> + <path d="M 40.578125 0 +L 40.578125 7.625 +Q 34.515625 -1.171875 24.125 -1.171875 +Q 19.53125 -1.171875 15.546875 0.578125 +Q 11.578125 2.34375 9.640625 5 +Q 7.71875 7.671875 6.9375 11.53125 +Q 6.390625 14.109375 6.390625 19.734375 +L 6.390625 51.859375 +L 15.1875 51.859375 +L 15.1875 23.09375 +Q 15.1875 16.21875 15.71875 13.8125 +Q 16.546875 10.359375 19.234375 8.375 +Q 21.921875 6.390625 25.875 6.390625 +Q 29.828125 6.390625 33.296875 8.421875 +Q 36.765625 10.453125 38.203125 13.9375 +Q 39.65625 17.4375 39.65625 24.078125 +L 39.65625 51.859375 +L 48.4375 51.859375 +L 48.4375 0 +z +" id="ArialMT-117"/> + <path d="M 42.09375 16.703125 +L 51.171875 15.578125 +Q 49.03125 7.625 43.21875 3.21875 +Q 37.40625 -1.171875 28.375 -1.171875 +Q 17 -1.171875 10.328125 5.828125 +Q 3.65625 12.84375 3.65625 25.484375 +Q 3.65625 38.578125 10.390625 45.796875 +Q 17.140625 53.03125 27.875 53.03125 +Q 38.28125 53.03125 44.875 45.953125 +Q 51.46875 38.875 51.46875 26.03125 +Q 51.46875 25.25 51.421875 23.6875 +L 12.75 23.6875 +Q 13.234375 15.140625 17.578125 10.59375 +Q 21.921875 6.0625 28.421875 6.0625 +Q 33.25 6.0625 36.671875 8.59375 +Q 40.09375 11.140625 42.09375 16.703125 +z +M 13.234375 30.90625 +L 42.1875 30.90625 +Q 41.609375 37.453125 38.875 40.71875 +Q 34.671875 45.796875 27.984375 45.796875 +Q 21.921875 45.796875 17.796875 41.75 +Q 13.671875 37.703125 13.234375 30.90625 +z +" id="ArialMT-101"/> + </defs> + <g style="fill:#262626;" transform="translate(190.194063 276.772812)scale(0.18 -0.18)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.048828" xlink:href="#ArialMT-116"/> + <use x="227.832031" xlink:href="#ArialMT-114"/> + <use x="261.132812" xlink:href="#ArialMT-117"/> + <use x="316.748047" xlink:href="#ArialMT-101"/> + </g> + </g> + </g> + <g id="matplotlib.axis_2"> + <g id="ytick_1"> + <g id="line2d_6"> + <path clip-path="url(#p9cc2ea15bf)" d="M 56.305 212.031814 +L 391.105 212.031814 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_7"> + <!-- −0.03 --> + <defs> + <path d="M 52.828125 31.203125 +L 5.5625 31.203125 +L 5.5625 39.40625 +L 52.828125 39.40625 +z +" id="ArialMT-8722"/> + </defs> + <g style="fill:#262626;" transform="translate(24.003438 215.61072)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-8722"/> + <use x="58.398438" xlink:href="#ArialMT-48"/> + <use x="114.013672" xlink:href="#ArialMT-46"/> + <use x="141.796875" xlink:href="#ArialMT-48"/> + <use x="197.412109" xlink:href="#ArialMT-51"/> + </g> + </g> + </g> + <g id="ytick_2"> + <g id="line2d_7"> + <path clip-path="url(#p9cc2ea15bf)" d="M 56.305 172.230605 +L 391.105 172.230605 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_8"> + <!-- −0.02 --> + <g style="fill:#262626;" transform="translate(24.003438 175.809512)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-8722"/> + <use x="58.398438" xlink:href="#ArialMT-48"/> + <use x="114.013672" xlink:href="#ArialMT-46"/> + <use x="141.796875" xlink:href="#ArialMT-48"/> + <use x="197.412109" xlink:href="#ArialMT-50"/> + </g> + </g> + </g> + <g id="ytick_3"> + <g id="line2d_8"> + <path clip-path="url(#p9cc2ea15bf)" d="M 56.305 132.429397 +L 391.105 132.429397 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_9"> + <!-- −0.01 --> + <g style="fill:#262626;" transform="translate(24.003438 136.008304)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-8722"/> + <use x="58.398438" xlink:href="#ArialMT-48"/> + <use x="114.013672" xlink:href="#ArialMT-46"/> + <use x="141.796875" xlink:href="#ArialMT-48"/> + <use x="197.412109" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="ytick_4"> + <g id="line2d_9"> + <path clip-path="url(#p9cc2ea15bf)" d="M 56.305 92.628189 +L 391.105 92.628189 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_10"> + <!-- 0.00 --> + <g style="fill:#262626;" transform="translate(29.844063 96.207096)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-48"/> + </g> + </g> + </g> + <g id="ytick_5"> + <g id="line2d_10"> + <path clip-path="url(#p9cc2ea15bf)" d="M 56.305 52.826981 +L 391.105 52.826981 +" style="fill:none;stroke:#cccccc;stroke-linecap:round;stroke-width:0.8;"/> + </g> + <g id="text_11"> + <!-- 0.01 --> + <g style="fill:#262626;" transform="translate(29.844063 56.405887)scale(0.1 -0.1)"> + <use xlink:href="#ArialMT-48"/> + <use x="55.615234" xlink:href="#ArialMT-46"/> + <use x="83.398438" xlink:href="#ArialMT-48"/> + <use x="139.013672" xlink:href="#ArialMT-49"/> + </g> + </g> + </g> + <g id="text_12"> + <!-- LDRTrue-LDRmin, LDRTrue-LDRmax --> + <defs> + <path d="M 25.921875 0 +L 25.921875 63.140625 +L 2.34375 63.140625 +L 2.34375 71.578125 +L 59.078125 71.578125 +L 59.078125 63.140625 +L 35.40625 63.140625 +L 35.40625 0 +z +" id="ArialMT-84"/> + <path d="M 3.171875 21.484375 +L 3.171875 30.328125 +L 30.171875 30.328125 +L 30.171875 21.484375 +z +" id="ArialMT-45"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.453125 51.859375 +L 14.453125 44.578125 +Q 16.890625 48.390625 20.9375 50.703125 +Q 25 53.03125 30.171875 53.03125 +Q 35.9375 53.03125 39.625 50.640625 +Q 43.3125 48.25 44.828125 43.953125 +Q 50.984375 53.03125 60.84375 53.03125 +Q 68.5625 53.03125 72.703125 48.75 +Q 76.859375 44.484375 76.859375 35.59375 +L 76.859375 0 +L 68.109375 0 +L 68.109375 32.671875 +Q 68.109375 37.9375 67.25 40.25 +Q 66.40625 42.578125 64.15625 43.984375 +Q 61.921875 45.40625 58.890625 45.40625 +Q 53.421875 45.40625 49.796875 41.765625 +Q 46.1875 38.140625 46.1875 30.125 +L 46.1875 0 +L 37.40625 0 +L 37.40625 33.6875 +Q 37.40625 39.546875 35.25 42.46875 +Q 33.109375 45.40625 28.21875 45.40625 +Q 24.515625 45.40625 21.359375 43.453125 +Q 18.21875 41.5 16.796875 37.734375 +Q 15.375 33.984375 15.375 26.90625 +L 15.375 0 +z +" id="ArialMT-109"/> + <path d="M 6.640625 61.46875 +L 6.640625 71.578125 +L 15.4375 71.578125 +L 15.4375 61.46875 +z +M 6.640625 0 +L 6.640625 51.859375 +L 15.4375 51.859375 +L 15.4375 0 +z +" id="ArialMT-105"/> + <path d="M 6.59375 0 +L 6.59375 51.859375 +L 14.5 51.859375 +L 14.5 44.484375 +Q 20.21875 53.03125 31 53.03125 +Q 35.6875 53.03125 39.625 51.34375 +Q 43.5625 49.65625 45.515625 46.921875 +Q 47.46875 44.1875 48.25 40.4375 +Q 48.734375 37.984375 48.734375 31.890625 +L 48.734375 0 +L 39.9375 0 +L 39.9375 31.546875 +Q 39.9375 36.921875 38.90625 39.578125 +Q 37.890625 42.234375 35.28125 43.8125 +Q 32.671875 45.40625 29.15625 45.40625 +Q 23.53125 45.40625 19.453125 41.84375 +Q 15.375 38.28125 15.375 28.328125 +L 15.375 0 +z +" id="ArialMT-110"/> + <path d="M 8.890625 0 +L 8.890625 10.015625 +L 18.890625 10.015625 +L 18.890625 0 +Q 18.890625 -5.515625 16.9375 -8.90625 +Q 14.984375 -12.3125 10.75 -14.15625 +L 8.296875 -10.40625 +Q 11.078125 -9.1875 12.390625 -6.8125 +Q 13.71875 -4.4375 13.875 0 +z +" id="ArialMT-44"/> + <path id="ArialMT-32"/> + <path d="M 40.4375 6.390625 +Q 35.546875 2.25 31.03125 0.53125 +Q 26.515625 -1.171875 21.34375 -1.171875 +Q 12.796875 -1.171875 8.203125 3 +Q 3.609375 7.171875 3.609375 13.671875 +Q 3.609375 17.484375 5.34375 20.625 +Q 7.078125 23.78125 9.890625 25.6875 +Q 12.703125 27.59375 16.21875 28.5625 +Q 18.796875 29.25 24.03125 29.890625 +Q 34.671875 31.15625 39.703125 32.90625 +Q 39.75 34.71875 39.75 35.203125 +Q 39.75 40.578125 37.25 42.78125 +Q 33.890625 45.75 27.25 45.75 +Q 21.046875 45.75 18.09375 43.578125 +Q 15.140625 41.40625 13.71875 35.890625 +L 5.125 37.0625 +Q 6.296875 42.578125 8.984375 45.96875 +Q 11.671875 49.359375 16.75 51.1875 +Q 21.828125 53.03125 28.515625 53.03125 +Q 35.15625 53.03125 39.296875 51.46875 +Q 43.453125 49.90625 45.40625 47.53125 +Q 47.359375 45.171875 48.140625 41.546875 +Q 48.578125 39.3125 48.578125 33.453125 +L 48.578125 21.734375 +Q 48.578125 9.46875 49.140625 6.21875 +Q 49.703125 2.984375 51.375 0 +L 42.1875 0 +Q 40.828125 2.734375 40.4375 6.390625 +z +M 39.703125 26.03125 +Q 34.90625 24.078125 25.34375 22.703125 +Q 19.921875 21.921875 17.671875 20.9375 +Q 15.4375 19.96875 14.203125 18.09375 +Q 12.984375 16.21875 12.984375 13.921875 +Q 12.984375 10.40625 15.640625 8.0625 +Q 18.3125 5.71875 23.4375 5.71875 +Q 28.515625 5.71875 32.46875 7.9375 +Q 36.421875 10.15625 38.28125 14.015625 +Q 39.703125 17 39.703125 22.796875 +z +" id="ArialMT-97"/> + <path d="M 0.734375 0 +L 19.671875 26.953125 +L 2.15625 51.859375 +L 13.140625 51.859375 +L 21.09375 39.703125 +Q 23.34375 36.234375 24.703125 33.890625 +Q 26.859375 37.109375 28.65625 39.59375 +L 37.40625 51.859375 +L 47.90625 51.859375 +L 29.984375 27.4375 +L 49.265625 0 +L 38.484375 0 +L 27.828125 16.109375 +L 25 20.453125 +L 11.375 0 +z +" id="ArialMT-120"/> + </defs> + <g style="fill:#262626;" transform="translate(17.220938 252.864062)rotate(-90)scale(0.14 -0.14)"> + <use xlink:href="#ArialMT-76"/> + <use x="55.615234" xlink:href="#ArialMT-68"/> + <use x="127.832031" xlink:href="#ArialMT-82"/> + <use x="200.033203" xlink:href="#ArialMT-84"/> + <use x="261.070312" xlink:href="#ArialMT-114"/> + <use x="294.371094" xlink:href="#ArialMT-117"/> + <use x="349.986328" xlink:href="#ArialMT-101"/> + <use x="405.601562" xlink:href="#ArialMT-45"/> + <use x="438.902344" xlink:href="#ArialMT-76"/> + <use x="494.517578" xlink:href="#ArialMT-68"/> + <use x="566.734375" xlink:href="#ArialMT-82"/> + <use x="638.951172" xlink:href="#ArialMT-109"/> + <use x="722.251953" xlink:href="#ArialMT-105"/> + <use x="744.46875" xlink:href="#ArialMT-110"/> + <use x="800.083984" xlink:href="#ArialMT-44"/> + <use x="827.867188" xlink:href="#ArialMT-32"/> + <use x="855.650391" xlink:href="#ArialMT-76"/> + <use x="911.265625" xlink:href="#ArialMT-68"/> + <use x="983.482422" xlink:href="#ArialMT-82"/> + <use x="1055.683594" xlink:href="#ArialMT-84"/> + <use x="1116.720703" xlink:href="#ArialMT-114"/> + <use x="1150.021484" xlink:href="#ArialMT-117"/> + <use x="1205.636719" xlink:href="#ArialMT-101"/> + <use x="1261.251953" xlink:href="#ArialMT-45"/> + <use x="1294.552734" xlink:href="#ArialMT-76"/> + <use x="1350.167969" xlink:href="#ArialMT-68"/> + <use x="1422.384766" xlink:href="#ArialMT-82"/> + <use x="1494.601562" xlink:href="#ArialMT-109"/> + <use x="1577.902344" xlink:href="#ArialMT-97"/> + <use x="1633.517578" xlink:href="#ArialMT-120"/> + </g> + </g> + </g> + <g id="line2d_11"> + <path clip-path="url(#p9cc2ea15bf)" d="M 71.523182 74.652115 +L 82.442057 73.169296 +L 137.036431 65.870223 +L 273.522366 48.460321 +L 375.886818 36.187074 +" style="fill:none;stroke:#0000ff;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="line2d_12"> + <path clip-path="url(#p9cc2ea15bf)" d="M 71.523182 103.983665 +L 82.442057 108.701847 +L 137.036431 132.227009 +L 273.522366 190.560158 +L 375.886818 233.859801 +" style="fill:none;stroke:#008000;stroke-linecap:round;stroke-width:2;"/> + </g> + <g id="patch_3"> + <path d="M 56.305 243.743437 +L 56.305 26.303437 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_4"> + <path d="M 391.105 243.743437 +L 391.105 26.303437 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_5"> + <path d="M 56.305 243.743437 +L 391.105 243.743437 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="patch_6"> + <path d="M 56.305 26.303437 +L 391.105 26.303437 +" style="fill:none;stroke:#cccccc;stroke-linecap:square;stroke-linejoin:miter;stroke-width:0.8;"/> + </g> + <g id="text_13"> + <!-- example lidar linear polarizer before receiver --> + <defs> + <path d="M 6.59375 -19.875 +L 6.59375 51.859375 +L 14.59375 51.859375 +L 14.59375 45.125 +Q 17.4375 49.078125 21 51.046875 +Q 24.5625 53.03125 29.640625 53.03125 +Q 36.28125 53.03125 41.359375 49.609375 +Q 46.4375 46.1875 49.015625 39.953125 +Q 51.609375 33.734375 51.609375 26.3125 +Q 51.609375 18.359375 48.75 11.984375 +Q 45.90625 5.609375 40.453125 2.21875 +Q 35.015625 -1.171875 29 -1.171875 +Q 24.609375 -1.171875 21.109375 0.6875 +Q 17.625 2.546875 15.375 5.375 +L 15.375 -19.875 +z +M 14.546875 25.640625 +Q 14.546875 15.625 18.59375 10.84375 +Q 22.65625 6.0625 28.421875 6.0625 +Q 34.28125 6.0625 38.453125 11.015625 +Q 42.625 15.96875 42.625 26.375 +Q 42.625 36.28125 38.546875 41.203125 +Q 34.46875 46.140625 28.8125 46.140625 +Q 23.1875 46.140625 18.859375 40.890625 +Q 14.546875 35.640625 14.546875 25.640625 +z +" id="ArialMT-112"/> + <path d="M 6.390625 0 +L 6.390625 71.578125 +L 15.1875 71.578125 +L 15.1875 0 +z +" id="ArialMT-108"/> + <path d="M 40.234375 0 +L 40.234375 6.546875 +Q 35.296875 -1.171875 25.734375 -1.171875 +Q 19.53125 -1.171875 14.328125 2.25 +Q 9.125 5.671875 6.265625 11.796875 +Q 3.421875 17.921875 3.421875 25.875 +Q 3.421875 33.640625 6 39.96875 +Q 8.59375 46.296875 13.765625 49.65625 +Q 18.953125 53.03125 25.34375 53.03125 +Q 30.03125 53.03125 33.6875 51.046875 +Q 37.359375 49.078125 39.65625 45.90625 +L 39.65625 71.578125 +L 48.390625 71.578125 +L 48.390625 0 +z +M 12.453125 25.875 +Q 12.453125 15.921875 16.640625 10.984375 +Q 20.84375 6.0625 26.5625 6.0625 +Q 32.328125 6.0625 36.34375 10.765625 +Q 40.375 15.484375 40.375 25.140625 +Q 40.375 35.796875 36.265625 40.765625 +Q 32.171875 45.75 26.171875 45.75 +Q 20.3125 45.75 16.375 40.96875 +Q 12.453125 36.1875 12.453125 25.875 +z +" id="ArialMT-100"/> + <path d="M 3.328125 25.921875 +Q 3.328125 40.328125 11.328125 47.265625 +Q 18.015625 53.03125 27.640625 53.03125 +Q 38.328125 53.03125 45.109375 46.015625 +Q 51.90625 39.015625 51.90625 26.65625 +Q 51.90625 16.65625 48.90625 10.90625 +Q 45.90625 5.171875 40.15625 2 +Q 34.421875 -1.171875 27.640625 -1.171875 +Q 16.75 -1.171875 10.03125 5.8125 +Q 3.328125 12.796875 3.328125 25.921875 +z +M 12.359375 25.921875 +Q 12.359375 15.96875 16.703125 11.015625 +Q 21.046875 6.0625 27.640625 6.0625 +Q 34.1875 6.0625 38.53125 11.03125 +Q 42.875 16.015625 42.875 26.21875 +Q 42.875 35.84375 38.5 40.796875 +Q 34.125 45.75 27.640625 45.75 +Q 21.046875 45.75 16.703125 40.8125 +Q 12.359375 35.890625 12.359375 25.921875 +z +" id="ArialMT-111"/> + <path d="M 1.953125 0 +L 1.953125 7.125 +L 34.96875 45.015625 +Q 29.34375 44.734375 25.046875 44.734375 +L 3.90625 44.734375 +L 3.90625 51.859375 +L 46.296875 51.859375 +L 46.296875 46.046875 +L 18.21875 13.140625 +L 12.796875 7.125 +Q 18.703125 7.5625 23.875 7.5625 +L 47.859375 7.5625 +L 47.859375 0 +z +" id="ArialMT-122"/> + <path d="M 14.703125 0 +L 6.546875 0 +L 6.546875 71.578125 +L 15.328125 71.578125 +L 15.328125 46.046875 +Q 20.90625 53.03125 29.546875 53.03125 +Q 34.328125 53.03125 38.59375 51.09375 +Q 42.875 49.171875 45.625 45.671875 +Q 48.390625 42.1875 49.953125 37.25 +Q 51.515625 32.328125 51.515625 26.703125 +Q 51.515625 13.375 44.921875 6.09375 +Q 38.328125 -1.171875 29.109375 -1.171875 +Q 19.921875 -1.171875 14.703125 6.5 +z +M 14.59375 26.3125 +Q 14.59375 17 17.140625 12.84375 +Q 21.296875 6.0625 28.375 6.0625 +Q 34.125 6.0625 38.328125 11.0625 +Q 42.53125 16.0625 42.53125 25.984375 +Q 42.53125 36.140625 38.5 40.96875 +Q 34.46875 45.796875 28.765625 45.796875 +Q 23 45.796875 18.796875 40.796875 +Q 14.59375 35.796875 14.59375 26.3125 +z +" id="ArialMT-98"/> + <path d="M 8.6875 0 +L 8.6875 45.015625 +L 0.921875 45.015625 +L 0.921875 51.859375 +L 8.6875 51.859375 +L 8.6875 57.375 +Q 8.6875 62.59375 9.625 65.140625 +Q 10.890625 68.5625 14.078125 70.671875 +Q 17.28125 72.796875 23.046875 72.796875 +Q 26.765625 72.796875 31.25 71.921875 +L 29.9375 64.265625 +Q 27.203125 64.75 24.75 64.75 +Q 20.75 64.75 19.09375 63.03125 +Q 17.4375 61.328125 17.4375 56.640625 +L 17.4375 51.859375 +L 27.546875 51.859375 +L 27.546875 45.015625 +L 17.4375 45.015625 +L 17.4375 0 +z +" id="ArialMT-102"/> + <path d="M 40.4375 19 +L 49.078125 17.875 +Q 47.65625 8.9375 41.8125 3.875 +Q 35.984375 -1.171875 27.484375 -1.171875 +Q 16.84375 -1.171875 10.375 5.78125 +Q 3.90625 12.75 3.90625 25.734375 +Q 3.90625 34.125 6.6875 40.421875 +Q 9.46875 46.734375 15.15625 49.875 +Q 20.84375 53.03125 27.546875 53.03125 +Q 35.984375 53.03125 41.359375 48.75 +Q 46.734375 44.484375 48.25 36.625 +L 39.703125 35.296875 +Q 38.484375 40.53125 35.375 43.15625 +Q 32.28125 45.796875 27.875 45.796875 +Q 21.234375 45.796875 17.078125 41.03125 +Q 12.9375 36.28125 12.9375 25.984375 +Q 12.9375 15.53125 16.9375 10.796875 +Q 20.953125 6.0625 27.390625 6.0625 +Q 32.5625 6.0625 36.03125 9.234375 +Q 39.5 12.40625 40.4375 19 +z +" id="ArialMT-99"/> + <path d="M 21 0 +L 1.265625 51.859375 +L 10.546875 51.859375 +L 21.6875 20.796875 +Q 23.484375 15.765625 25 10.359375 +Q 26.171875 14.453125 28.265625 20.21875 +L 39.796875 51.859375 +L 48.828125 51.859375 +L 29.203125 0 +z +" id="ArialMT-118"/> + </defs> + <g style="fill:#262626;" transform="translate(46.135 20.303437)scale(0.18 -0.18)"> + <use xlink:href="#ArialMT-101"/> + <use x="55.615234" xlink:href="#ArialMT-120"/> + <use x="105.615234" xlink:href="#ArialMT-97"/> + <use x="161.230469" xlink:href="#ArialMT-109"/> + <use x="244.53125" xlink:href="#ArialMT-112"/> + <use x="300.146484" xlink:href="#ArialMT-108"/> + <use x="322.363281" xlink:href="#ArialMT-101"/> + <use x="377.978516" xlink:href="#ArialMT-32"/> + <use x="405.761719" xlink:href="#ArialMT-108"/> + <use x="427.978516" xlink:href="#ArialMT-105"/> + <use x="450.195312" xlink:href="#ArialMT-100"/> + <use x="505.810547" xlink:href="#ArialMT-97"/> + <use x="561.425781" xlink:href="#ArialMT-114"/> + <use x="594.726562" xlink:href="#ArialMT-32"/> + <use x="622.509766" xlink:href="#ArialMT-108"/> + <use x="644.726562" xlink:href="#ArialMT-105"/> + <use x="666.943359" xlink:href="#ArialMT-110"/> + <use x="722.558594" xlink:href="#ArialMT-101"/> + <use x="778.173828" xlink:href="#ArialMT-97"/> + <use x="833.789062" xlink:href="#ArialMT-114"/> + <use x="867.089844" xlink:href="#ArialMT-32"/> + <use x="894.873047" xlink:href="#ArialMT-112"/> + <use x="950.488281" xlink:href="#ArialMT-111"/> + <use x="1006.103516" xlink:href="#ArialMT-108"/> + <use x="1028.320312" xlink:href="#ArialMT-97"/> + <use x="1083.935547" xlink:href="#ArialMT-114"/> + <use x="1117.236328" xlink:href="#ArialMT-105"/> + <use x="1139.453125" xlink:href="#ArialMT-122"/> + <use x="1189.453125" xlink:href="#ArialMT-101"/> + <use x="1245.068359" xlink:href="#ArialMT-114"/> + <use x="1278.369141" xlink:href="#ArialMT-32"/> + <use x="1306.152344" xlink:href="#ArialMT-98"/> + <use x="1361.767578" xlink:href="#ArialMT-101"/> + <use x="1417.382812" xlink:href="#ArialMT-102"/> + <use x="1445.166016" xlink:href="#ArialMT-111"/> + <use x="1500.78125" xlink:href="#ArialMT-114"/> + <use x="1534.082031" xlink:href="#ArialMT-101"/> + <use x="1589.697266" xlink:href="#ArialMT-32"/> + <use x="1617.480469" xlink:href="#ArialMT-114"/> + <use x="1650.78125" xlink:href="#ArialMT-101"/> + <use x="1706.396484" xlink:href="#ArialMT-99"/> + <use x="1756.396484" xlink:href="#ArialMT-101"/> + <use x="1812.011719" xlink:href="#ArialMT-105"/> + <use x="1834.228516" xlink:href="#ArialMT-118"/> + <use x="1884.228516" xlink:href="#ArialMT-101"/> + <use x="1939.84375" xlink:href="#ArialMT-114"/> + </g> + </g> + </g> + </g> + <defs> + <clipPath id="p9cc2ea15bf"> + <rect height="217.44" width="334.8" x="56.305" y="26.303437"/> + </clipPath> + </defs> +</svg> +</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">LDRtrue , mean , median, max-mean, min-mean, std, excess_kurtosis, skewness</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.00400, 0.00461, 0.00479, 0.00452,-0.00285, 0.00208, -1.26193, 0.00235</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.02000, 0.02015, 0.02021, 0.00489,-0.00404, 0.00213, -1.15133, 0.02018</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.10000, 0.09780, 0.09779, 0.00672,-0.00995, 0.00294, -0.34059, 0.06304</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.30000, 0.29187, 0.29180, 0.01110,-0.02461, 0.00646, -0.13664, 0.07559</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 0.45000, 0.43739, 0.43739, 0.01418,-0.03548, 0.00939, -0.14466, 0.07811</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000080;">In [</span><span style=" font-weight:600; color:#000080;">13</span><span style=" color:#000080;">]:</span> </p></body></html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/system_settings/optic_input_0.9.8e4-PollyXT_Lacros.py Fri May 29 23:37:07 2020 +0200 @@ -0,0 +1,190 @@ +# This Python script will be executed from within the main lidar_correction_ghk.py +# Probably it will be better in the future to let the main script rather read a conguration file, +# which might improve the portability of the code within an executable. +# Due to problems I had with some two letter variables, most variables are now with at least +# three letters mixed small and capital. +# To be used with lidar_correction_ghk.py ver. 0.9.5 and larger + +# Do you want to calculate the errors? If not, just the GHK-parameters are determined. +Error_Calc = True + +# Header to identify the lidar system +EID = "li" # Earlinet station ID +LID = "PollyXT Lacros Limassol" # Additional lidar ID (short descriptive text) +print(" Lidar system :", EID, ", ", LID) + +# +++ IL Laser and +-Uncertainty +Qin, dQin, nQin = 1.0, 0.0, 0 # second Stokes vector parameter; default 1 => linear polarization 0.999 => LDR = 0.0005 +Vin, dVin, nVin = 0.0, 0.0, 0 # fourth Stokes vector parameter; default 0 => corresponds to LDR 0.0005 with DOP 1 +RotL, dRotL, nRotL = 90.0, 1.0, 1 #alpha; rotation of laser polarization in degrees; alle wellenlängen im PollyXT Lacros sind vertical zum opt. Tisch polarisiert. + +# +++ ME Emitter optics and +-Uncertainty; default = no emitter optics +DiE, dDiE, nDiE = 0.0, 0.02, 0 # Diattenuation +TiE = 1.0 # Unpolarized transmittance +RetE, dRetE, nRetE = 0., 180., 0 # Retardance in degrees +RotE, dRotE, nRotE = 0., 1.0, 0 # beta: Rotation of the optical element in degrees + +# +++ MO Receiver optics including telescope +DiO, dDiO, nDiO = 0.0, 0.0, 0 # Diattenuation +TiO = 1.0 # Unpolarized transmittance +RetO, dRetO, nRetO = 0., 180., 0 # Retardance in degrees +RotO, dRotO, nRotO = 0., 0.5, 0 # gamma: Rotation of the optical element in degrees + +# +++++ PBS MT Transmitting path defined with TS, TP, PolFilter extinction ratio ERaT, and +-Uncertainty +# --- Polarizing beam splitter transmitting path +TP, dTP, nTP = 0.50, 1.0, 0 # transmittance of the PBS for parallel polarized light +TS, dTS, nTS = 0.50, 1.0, 0 # transmittance of the PBS for cross polarized light +RetT, dRetT, nRetT = 0.0, 180., 0 # Retardance in degrees +# --- Pol.Filter behind transmitted path of PBS +ERaT, dERaT, nERaT = 0.00075, 0.00025, 0 # Extinction ratio +RotaT, dRotaT, nRotaT = 0., 1., 1 # Rotation of the Pol.-filter in degrees; usually close to 0° because TP >> TS, but for PollyXTs it can also be close to 90° +# -- +TiT = 0.5 * (TP + TS) # do not change this +DiT = (TP-TS)/(TP+TS) # do not change this +DaT = (1-ERaT)/(1+ERaT) # do not change this +TaT = 0.5*(1+ERaT) # do not change this + +# +++++ PBS MR Reflecting path defined with RS, RP, and cleaning PolFilter extinction ratio ERaR and +-Uncertainty +# ---- for PBS without absorption the change of RS and RP must depend on the change of TP and TS. Hence the values and uncertainties are not independent. +RS_RP_depend_on_TS_TP = True +# --- Polarizing beam splitter reflecting path +if(RS_RP_depend_on_TS_TP): + RP, dRP, nRP = 1-TP, 0.00, 0 # do not change this + RS, dRS, nRS = 1-TS, 0.00, 0 # do not change this +else: + RP, dRP, nRP = 0.5, 0.01, 0 # change this if RS_RP_depend_on_TS_TP = False; reflectance of the PBS for parallel polarized light + RS, dRS, nRS = 0.5, 0.01, 0 # change this if RS_RP_depend_on_TS_TP = False; reflectance of the PBS for cross polarized light +RetR, dRetR, nRetR = 0.0, 180., 0 # Retardance in degrees +# --- Pol.Filter behind reflected path of PBS +ERaR, dERaR, nERaR = 1.0, 0.0, 0 # Extinction ratio +RotaR, dRotaR, nRotaR = 0., 1., 0 # Rotation of the Pol.-filter in degrees; usually close to 90° because RS >> RP, but for PollyXTs it can also be close to 0° +# -- +TiR = 0.5 * (RP + RS) # do not change this +DiR = (RP-RS)/(RP+RS) # do not change this +DaR = (1-ERaR)/(1+ERaR) # do not change this +TaR = 0.5*(1+ERaR) # do not change this + +# NEW --- Additional ND filter transmission (attenuation) during the calibration +TCalT, dTCalT, nTCalT = 1, 0.01, 0 # transmitting path, default 1, 0, 0 +TCalR, dTCalR, nTCalR = 1, 0.0001, 0 # reflecting path, default 1, 0, 0 + +# +++ Orientation of the PBS with respect to the reference plane (see Improvements_of_lidar_correction_ghk_ver.0.9.8_190124.pdf) +# Y = +1: polarisation in reference plane is finally transmitted, +# Y = -1: polarisation in reference plane is finally reflected. +Y = +1. + +# +++ Calibrator +# --- Calibrator Type used; defined by matrix values below +TypeC = 3 #Type of calibrator: 1 = mechanical rotator; 2 = hwp rotator (fixed retardation); 3 = linear polarizer; 4 = qwp; 5 = circular polarizer; 6 = real HWP calibration +-22.5° +# --- Calibrator Location +LocC = 3 #location of calibrator: 1 = behind laser; 2 = behind emitter; 3 = before receiver; 4 = before PBS +# --- MC Calibrator parameters +if TypeC == 1: #mechanical rotator + DiC, dDiC, nDiC = 0., 0., 0 # Diattenuation + TiC = 1. + RetC, dRetC, nRetC = 0., 0., 0 # Retardance in degrees + RotC, dRotC, nRotC = 0., 1.0, 1 #constant calibrator rotation offset epsilon + # Rotation error without calibrator: if False, then epsilon = 0 for normal measurements + RotationErrorEpsilonForNormalMeasurements = True # is in general True for TypeC == 1 calibrator +elif TypeC == 2: # HWP simulated by rotator without retardance! + DiC, dDiC, nDiC = 0., 0., 0 # Diattenuation; ideal 0.0 + TiC = 1. + RetC, dRetC, nRetC = 180., 0., 0 # Retardance in degrees + #NOTE: use here twice the HWP-rotation-angle + RotC, dRotC, nRotC = 0.0, 0.1, 1 #constant calibrator rotation offset epsilon + RotationErrorEpsilonForNormalMeasurements = True # is in general True for TypeC == 2 calibrator +elif TypeC == 3: # linear polarizer calibrator. Diattenuation DiC = (1-ERC)/(1+ERC); ERC = extinction ratio of calibrator + DiC, dDiC, nDiC = 0.9985, 0.0005, 1 # Diattenuation; ideal 1.0 + TiC = 0.4 # ideal 0.5 + RetC, dRetC, nRetC = 0., 0., 0 # Retardance in degrees + RotC, dRotC, nRotC = 0.0, 0.1, 0 #constant calibrator rotation offset epsilon + RotationErrorEpsilonForNormalMeasurements = False # is in general False for TypeC == 3 calibrator +elif TypeC == 4: # QWP calibrator + DiC, dDiC, nDiC = 0.0, 0., 0 # Diattenuation; ideal 0.0 + TiC = 1.0 # ideal 0.5 + RetC, dRetC, nRetC = 90., 0., 0 # Retardance in degrees + RotC, dRotC, nRotC = 0.0, 0.1, 1 #constant calibrator rotation offset epsilon + RotationErrorEpsilonForNormalMeasurements = False # is False for TypeC == 4 calibrator +elif TypeC == 6: # real half-wave plate rotator calibration at +-22.5° => rotated_diattenuator_X22x5deg.odt + DiC, dDiC, nDiC = 0., 0., 0 # Diattenuation; ideal 0.0 + TiC = 1. + RetC, dRetC, nRetC = 180., 0., 0 # Retardance in degrees + #Note: use real HWP angles here + RotC, dRotC, nRotC = 0.0, 0.1, 1 #constant calibrator rotation offset epsilon + RotationErrorEpsilonForNormalMeasurements = True # is in general True for TypeC == 6 calibrator +else: + print ('calibrator not implemented yet') + sys.exit() + +# --- LDRCal assumed atmospheric linear depolarization ratio during the calibration measurements in calibration range with almost clean air (first guess) +# LDRCal,dLDRCal,nLDRCal= 0.2, 0.15, 1 # spans most of the atmospheric depolarisation variability +LDRCal,dLDRCal,nLDRCal= 0.009, 0.005, 1 # spans the interference filter influence + +# ==================================================== +# NOTE: there is no need to change anything below. +# ==================================================== +# !!! don't change anything in this section !!! +bPlotEtax = False # plot error histogramms for Etax +# NEW *** Only for signal noise errors *** +nNCal = 0 # error nNCal, calibration signals: one-sigma (fixed) in nNCal steps to left and right +nNI = 0 # error nNI, 0° signals: one-sigma (fixed) in nNI steps to left and right; NI signals are calculated from NCalT and NCalR in main programm, but noise is assumed to be independent. + +# --- number of photon counts in the signal summed up in the calibration range during the calibration measurements +NCalT = 40000 # default 1e6, assumed the same in +45° and -45° signals; counts with ND-filter TCalT +NCalR = 40000 # default 1e6, assumed the same in +45° and -45° signals; counts with ND-filter TCalR +NILfac = 1 # (relative duration (laser shots) of standard (0°) measurement to calibration measurements) * (range of std. meas. smoothing / calibration range); example: 100000#/5000# * 100/1000 = 2 + # LDRmeas below will be used to calculate IR and IT of 0° signals. +# calculate signal counts only from parallel 0° signal assuming the same electronic amplification in both channels; overwrites above values +CalcFrom0deg = True +NI = 100000000 #number of photon counts in the parallel 0°-signal 40000 + +if(CalcFrom0deg): + # either eFactT or eFacR is = 1 => rel. amplification + eFacT = 1 # rel. amplification of transmitted channel, approximate values are sufficient; def. = 1 + eFacR = 1 # rel. amplification of reflected channel, approximate values are sufficient; def. = 1 + NILfac = 1 # (relative duration (laser shots) of standard (0°) measurement to calibration measurements) * (range of std. meas. smoothing / calibration range); example: 100000#/5000# * 100/1000 = 2 + + NCalT = NI / NILfac * TCalT * eFacT # photon counts in transmitted signal during calibration + NCalR = NI / NILfac * TCalR * eFacR # photon counts in reflected signal during calibration + # LDRmeas below will be used to calculate IR and IT of 0° signals. +# NEW *** End of signal noise error parameters *** + +# --- LDRtrue for simulation of measurement => LDRsim +LDRtrue = 0.004 +LDRtrue2 = 0.004 + +# --- measured LDRm will be corrected with calculated parameters GHK +LDRmeas = 0.3 + +# --- this is just for correct transfer of the variables to the main file +Qin0, dQin, nQin = Qin, dQin, nQin +Vin0, dVin, nVin = Vin, dVin, nVin +RotL0, dRotL, nRotL = RotL, dRotL, nRotL +# Emitter +DiE0, dDiE, nDiE = DiE, dDiE, nDiE +RetE0, dRetE, nRetE = RetE, dRetE, nRetE +RotE0, dRotE, nRotE = RotE, dRotE, nRotE +# Receiver +DiO0, dDiO, nDiO = DiO, dDiO, nDiO +RetO0, dRetO, nRetO = RetO, dRetO, nRetO +RotO0, dRotO, nRotO = RotO, dRotO, nRotO +# Calibrator +DiC0, dDiC, nDiC = DiC, dDiC, nDiC +RetC0, dRetC, nRetC = RetC, dRetC, nRetC +RotC0, dRotC, nRotC = RotC, dRotC, nRotC +# PBS +TP0, dTP, nTP = TP, dTP, nTP +TS0, dTS, nTS = TS, dTS, nTS +RetT0, dRetT, nRetT = RetT, dRetT, nRetT + +ERaT0, dERaT, nERaT = ERaT, dERaT, nERaT +RotaT0,dRotaT,nRotaT= RotaT,dRotaT,nRotaT + +RP0, dRP, nRP = RP, dRP, nRP +RS0, dRS, nRS = RS, dRS, nRS +RetR0, dRetR, nRetR = RetR, dRetR, nRetR + +ERaR0, dERaR, nERaR = ERaR, dERaR, nERaR +RotaR0,dRotaR,nRotaR= RotaR,dRotaR,nRotaR + +LDRCal0,dLDRCal,nLDRCal=LDRCal,dLDRCal,nLDRCal \ No newline at end of file
--- a/system_settings/optic_input_example_lidar.py Fri May 29 17:45:14 2020 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,192 +0,0 @@ -# This Python script will be executed from within the main lidar_correction_ghk.py -# Probably it will be better in the future to let the main script rather read a conguration file, -# which might improve the portability of the code within an executable. -# Due to problems I had with some two letter variables, most variables are now with at least -# three letters mixed small and capital. -# Error calculation? -# False: only calculate the GHK-parameters. True: calculate also errors. Can take a long time. -Error_Calc = True - -# Header to identify the lidar system -# -EID = "xx" # Earlinet station ID -LID = "example lidar" # Additional lidar ID (short descriptive text) -print(" Lidar system :", EID, ", ", LID) - -# +++ IL Laser beam polarisation and +-Uncertainty -DOLP, dDOLP, nDOLP = 0.995, 0.005, 1 #degree of linear polarization; default 1 -RotL, dRotL, nRotL = 0., 2., 1 #alpha; rotation of laser polarization in degrees; default 0 - -# +++ ME Emitter optics and +-Uncertainty; default = no emitter optics -DiE, dDiE, nDiE = 0.0, 0.1, 0 # Diattenuation; default 0 -TiE = 1.0 # Unpolarized transmittance; default 1 -RetE, dRetE, nRetE = 0., 180., 0 # Retardance in degrees; default 0 -RotE, dRotE, nRotE = 0., 1., 0 # beta: Rotation of optical element in degrees; default 0 - -# +++ MO Receiver optics including telescope -DiO, dDiO, nDiO = 0.0, 0.2, 1 # Diattenuation; default 0 -TiO = 1.0 # Unpolarized transmittance; default 1 -RetO, dRetO, nRetO = 0., 180., 0 # Retardance in degrees; default 0 -RotO, dRotO, nRotO = 0., 0.1, 0 #gamma: Rotation of the optical element in degrees; default 0 - -# +++++ PBS MT Transmitting path defined with TS, TP, PolFilter extinction ratio ERaT, and +-Uncertainty -# --- Polarizing beam splitter transmitting path -TP, dTP, nTP = 0.95, 0.01, 1 # transmittance of the PBS for parallel polarized light -TS, dTS, nTS = 0.005, 0.001, 1 # transmittance of the PBS for cross polarized light -RetT, dRetT, nRetT = 0.0, 180., 0 # Retardance in degrees -# --- Pol.Filter behind transmitted path of PBS -ERaT, dERaT, nERaT = 0.001, 0.001, 0 # Extinction ratio -RotaT, dRotaT, nRotaT = 0., 1., 0 # Rotation of the Pol.-filter in degrees; usually close to 0° because TP >> TS, but for PollyXTs it can also be close to 90° -# -- -TiT = 0.5 * (TP + TS) # do not change this -DiT = (TP-TS)/(TP+TS) # do not change this -DaT = (1-ERaT)/(1+ERaT) # do not change this -TaT = 0.5*(1+ERaT) # do not change this - -# +++++ PBS MR Reflecting path defined with RS, RP, and cleaning PolFilter extinction ratio ERaR and +-Uncertainty -# ---- for PBS without absorption the change of RS and RP must depend on the change of TP and TS. Hence the values and uncertainties are not independent. -RS_RP_depend_on_TS_TP = True -# --- Polarizing beam splitter reflecting path -if(RS_RP_depend_on_TS_TP): - RP, dRP, nRP = 1-TP, 0.00, 0 # do not change this - RS, dRS, nRS = 1-TS, 0.00, 0 # do not change this -else: - RP, dRP, nRP = 0.05, 0.01, 1 # change this if RS_RP_depend_on_TS_TP = False; reflectance of the PBS for parallel polarized light - RS, dRS, nRS = 0.98, 0.01, 1 # change this if RS_RP_depend_on_TS_TP = False; reflectance of the PBS for cross polarized light -RetR, dRetR, nRetR = 0.0, 180., 0 # Retardance in degrees -# --- Pol.Filter behind reflected path of PBS -ERaR, dERaR, nERaR = 0.001, 0.001, 1 # Extinction ratio -RotaR, dRotaR, nRotaR = 90., 1., 1 # Rotation of the Pol.-filter in degrees; usually 90° because RS >> RP, but for PollyXTs it can also be 0° -# -- -TiR = 0.5 * (RP + RS) # do not change this -DiR = (RP-RS)/(RP+RS) # do not change this -DaR = (1-ERaR)/(1+ERaR) # do not change this -TaR = 0.5*(1+ERaR) # do not change this -# NEW --- Additional ND filter transmission (attenuation) during the calibration -TCalT, dTCalT, nTCalT = 1, 0.01, 0 # transmitting path, default 1, 0, 0 -TCalR, dTCalR, nTCalR = 0.1, 0.001, 1 # reflecting path, default 1, 0, 0 - -# +++ Orientation of the PBS with respect to the reference plane (see Improvements_of_lidar_correction_ghk_ver.0.9.8_190124.pdf) -# Y = +1: polarisation in reference plane is finally transmitted, -# Y = -1: polarisation in reference plane is finally reflected. -Y = +1. - -# +++ Calibrator - -# --- Calibrator Type used; defined by matrix values below -TypeC = 3 #Type of calibrator: 1 = mechanical rotator; 2 = hwp rotator (fixed retardation); 3 = linear polarizer; 4 = qwp; 5 = circular polarizer; 6 = real HWP calibration +-22.5° - -# --- Calibrator Location -LocC = 3 #location of calibrator: 1 = behind laser; 2 = behind emitter; 3 = before receiver; 4 = before PBS -# --- MC Calibrator parameters -if TypeC == 1: #mechanical rotator - DiC, dDiC, nDiC = 0., 0., 0 # Diattenuation - TiC = 1. - RetC, dRetC, nRetC = 0., 0., 0 # Retardance in degrees - RotC, dRotC, nRotC = 0., 0.1, 1 #constant calibrator rotation offset epsilon - # Rotation error without calibrator: if False, then epsilon = 0 for normal measurements - RotationErrorEpsilonForNormalMeasurements = True # is in general True for TypeC == 1 calibrator -elif TypeC == 2: # HWP simulated by rotator without retardance! - DiC, dDiC, nDiC = 0., 0., 0 # Diattenuation; ideal 0.0 - TiC = 1. - RetC, dRetC, nRetC = 180., 0., 0 # Retardance in degrees - #NOTE: use here twice the HWP-rotation-angle - RotC, dRotC, nRotC = 0.0, 0.1, 1 #constant calibrator rotation offset epsilon - RotationErrorEpsilonForNormalMeasurements = True # is in general True for TypeC == 2 calibrator -elif TypeC == 3: # linear polarizer calibrator. Diattenuation DiC = (1-ERC)/(1+ERC); ERC = extinction ratio of calibrator - DiC, dDiC, nDiC = 0.9998, 0.00019, 1 # Diattenuation; ideal 1.0 - TiC = 0.4 # ideal 0.5 - RetC, dRetC, nRetC = 0., 180., 3 # Retardance in degrees - RotC, dRotC, nRotC = 0.0, 0.1, 0 #constant calibrator rotation offset epsilon - RotationErrorEpsilonForNormalMeasurements = False # is in general False for TypeC == 3 calibrator -elif TypeC == 4: # QWP calibrator - DiC, dDiC, nDiC = 0.0, 0., 0 # Diattenuation; ideal 0.0 - TiC = 1.0 # ideal 0.5 - RetC, dRetC, nRetC = 90., 0., 0 # Retardance in degrees - RotC, dRotC, nRotC = 0.0, 0.1, 1 #constant calibrator rotation offset epsilon - RotationErrorEpsilonForNormalMeasurements = False # is False for TypeC == 4 calibrator -elif TypeC == 6: # real half-wave plate rotator calibration at +-22.5° => rotated_diattenuator_X22x5deg.odt - DiC, dDiC, nDiC = 0., 0., 0 # Diattenuation; ideal 0.0 - TiC = 1. - RetC, dRetC, nRetC = 180., 0., 0 # Retardance in degrees - #Note: use real HWP angles here - RotC, dRotC, nRotC = 0.0, 0.1, 1 #constant calibrator rotation offset epsilon - RotationErrorEpsilonForNormalMeasurements = True # is in general True for TypeC == 6 calibrator -else: - print ('calibrator not implemented yet') - sys.exit() - -# --- LDRCal assumed atmospheric linear depolarization ratio during the calibration measurements in calibration range with almost clean air (first guess) -LDRCal,dLDRCal,nLDRCal= 0.2, 0.15, 1 # spans most of the atmospheric depolarisation variability -# LDRCal,dLDRCal,nLDRCal= 0.009, 0.005, 1 # spans the interference filter influence - -# ==================================================== -# NOTE: there is no need to change anything below. -# ==================================================== -# !!! don't change anything in this section !!! -# NEW *** -bPlotEtax = False # plot error histogramms for Etax - -# *** Only for signal noise errors *** -nNCal = 0 # error nNCal, calibration signals: one-sigma in steps to left and right -nNI = 0 # error nNI, 0° signals: one-sigma in steps to left and right; NI signals are calculated from NCalT and NCalR in main programm, but noise is assumed to be independent. - -# --- number of photon counts in the signal summed up in the calibration range during the calibration measurements -NCalT = 28184 # default 1e6, assumed the same in +45° and -45° signals -NCalR = 28184 # default 1e6, assumed the same in +45° and -45° signals -NILfac = 2 # (relative duration (laser shots) of standard (0°) measurement to calibration measurements) * (range of std. meas. smoothing / calibration range); example: 100000#/5000# * 100/1000 = 2 - # LDRmeas below will be used to calculate IR and IT of 0° signals. -# calculate signal counts only from parallel 0° signal assuming the same electronic amplification in both channels; overwrites above values -CalcFrom0deg = True -NI = 1e5 #number of photon counts in the parallel 0°-signal - -if(CalcFrom0deg): - # either eFactT or eFacR is = 1 => rel. amplification - eFacT = 1 # rel. amplification of transmitted channel, approximate values are sufficient; def. = 1 - eFacR = 10 # rel. amplification of reflected channel, approximate values are sufficient; def. = 1 - NILfac = 2 # (relative duration (laser shots) of standard (0°) measurement to calibration measurements) * (range of std. meas. smoothing / calibration range); example: 100000#/5000# * 100/1000 = 2 - - NCalT = NI / NILfac * TCalT * eFacT # photon counts in transmitted signal during calibration - NCalR = NI / NILfac * TCalR * eFacR # photon counts in reflected signal during calibration - # LDRmeas below will be used to calculate IR and IT of 0° signals. -# NEW *** End of signal noise error parameters *** - - -# --- LDRtrue for simulation of measurement => LDRsim -LDRtrue = 0.4 -LDRtrue2 = 0.004 - -# --- measured LDRm will be corrected with calculated parameters GHK -LDRmeas = 0.3 - -# --- this is just for correct transfer of the variables to the main file -DOLP0, dDOLP, nDOLP = DOLP, dDOLP, nDOLP -RotL0, dRotL, nRotL = RotL, dRotL, nRotL -# Emitter -DiE0, dDiE, nDiE = DiE, dDiE, nDiE -RetE0, dRetE, nRetE = RetE, dRetE, nRetE -RotE0, dRotE, nRotE = RotE, dRotE, nRotE -# Receiver -DiO0, dDiO, nDiO = DiO, dDiO, nDiO -RetO0, dRetO, nRetO = RetO, dRetO, nRetO -RotO0, dRotO, nRotO = RotO, dRotO, nRotO -# Calibrator -DiC0, dDiC, nDiC = DiC, dDiC, nDiC -RetC0, dRetC, nRetC = RetC, dRetC, nRetC -RotC0, dRotC, nRotC = RotC, dRotC, nRotC -# PBS -TP0, dTP, nTP = TP, dTP, nTP -TS0, dTS, nTS = TS, dTS, nTS -RetT0, dRetT, nRetT = RetT, dRetT, nRetT - -ERaT0, dERaT, nERaT = ERaT, dERaT, nERaT -RotaT0,dRotaT,nRotaT= RotaT,dRotaT,nRotaT - -RP0, dRP, nRP = RP, dRP, nRP -RS0, dRS, nRS = RS, dRS, nRS -RetR0, dRetR, nRetR = RetR, dRetR, nRetR - -ERaR0, dERaR, nERaR = ERaR, dERaR, nERaR -RotaR0,dRotaR,nRotaR= RotaR,dRotaR,nRotaR - -LDRCal0,dLDRCal,nLDRCal=LDRCal,dLDRCal,nLDRCal \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/system_settings/optic_input_example_lidar_ver0.9.8e.py Fri May 29 23:37:07 2020 +0200 @@ -0,0 +1,190 @@ +# This Python script will be executed from within the main lidar_correction_ghk.py +# Probably it will be better in the future to let the main script rather read a conguration file, +# which might improve the portability of the code within an executable. +# Due to problems I had with some two letter variables, most variables are now with at least +# three letters mixed small and capital. +# To be used with lidar_correction_ghk.py ver. 0.9.8e and larger + +# Do you want to calculate the errors? If not, just the GHK-parameters are determined. +Error_Calc = True + +# Header to identify the lidar system +EID = "xx" # Earlinet station ID +LID = "example lidar" # Additional lidar ID (short descriptive text) +print(" Lidar system :", EID, ", ", LID) + +# +++ IL Laser and +-Uncertainty +Qin, dQin, nQin = 0.995, 0.005, 1 # second Stokes vector parameter; default 1 => linear polarization 0.999 => LDR = 0.0005 +Vin, dVin, nVin = 0.0, 0.0, 0 # fourth Stokes vector parameter; default 0 => corresponds to LDR 0.0005 with DOP 1 +RotL, dRotL, nRotL = 0., 2., 1 #alpha; rotation of laser polarization in degrees; default 0 + +# +++ ME Emitter optics and +-Uncertainty; default = no emitter optics +DiE, dDiE, nDiE = 0.0, 0.1, 0 # Diattenuation; default 0 +TiE = 1.0 # Unpolarized transmittance; default 1 +RetE, dRetE, nRetE = 0., 180., 0 # Retardance in degrees; default 0 +RotE, dRotE, nRotE = 0., 1., 0 # beta: Rotation of optical element in degrees; default 0 + +# +++ MO Receiver optics including telescope +DiO, dDiO, nDiO = 0.0, 0.2, 1 # Diattenuation; default 0 +TiO = 1.0 # Unpolarized transmittance; default 1 +RetO, dRetO, nRetO = 0., 180., 0 # Retardance in degrees; default 0 +RotO, dRotO, nRotO = 0., 0.1, 0 #gamma: Rotation of the optical element in degrees; default 0 + +# +++++ PBS MT Transmitting path defined with TS, TP, PolFilter extinction ratio ERaT, and +-Uncertainty +# --- Polarizing beam splitter transmitting path +TP, dTP, nTP = 0.95, 0.01, 1 # transmittance of the PBS for parallel polarized light +TS, dTS, nTS = 0.005, 0.001, 1 # transmittance of the PBS for cross polarized light +RetT, dRetT, nRetT = 0.0, 180., 0 # Retardance in degrees +# --- Pol.Filter behind transmitted path of PBS +ERaT, dERaT, nERaT = 0.001, 0.001, 0 # Extinction ratio +RotaT, dRotaT, nRotaT = 0., 1., 0 # Rotation of the Pol.-filter in degrees; usually close to 0° because TP >> TS, but for PollyXTs it can also be close to 90° +# -- +TiT = 0.5 * (TP + TS) # do not change this +DiT = (TP-TS)/(TP+TS) # do not change this +DaT = (1-ERaT)/(1+ERaT) # do not change this +TaT = 0.5*(1+ERaT) # do not change this + +# +++++ PBS MR Reflecting path defined with RS, RP, and cleaning PolFilter extinction ratio ERaR and +-Uncertainty +# ---- for PBS without absorption the change of RS and RP must depend on the change of TP and TS. Hence the values and uncertainties are not independent. +RS_RP_depend_on_TS_TP = True +# --- Polarizing beam splitter reflecting path +if(RS_RP_depend_on_TS_TP): + RP, dRP, nRP = 1-TP, 0.00, 0 # do not change this + RS, dRS, nRS = 1-TS, 0.00, 0 # do not change this +else: + RP, dRP, nRP = 0.05, 0.01, 1 # change this if RS_RP_depend_on_TS_TP = False; reflectance of the PBS for parallel polarized light + RS, dRS, nRS = 0.98, 0.01, 1 # change this if RS_RP_depend_on_TS_TP = False; reflectance of the PBS for cross polarized light +RetR, dRetR, nRetR = 0.0, 180., 0 # Retardance in degrees +# --- Pol.Filter behind reflected path of PBS +ERaR, dERaR, nERaR = 0.001, 0.001, 1 # Extinction ratio +RotaR, dRotaR, nRotaR = 90., 1., 1 # Rotation of the Pol.-filter in degrees; usually 90° because RS >> RP, but for PollyXTs it can also be 0° +# -- +TiR = 0.5 * (RP + RS) # do not change this +DiR = (RP-RS)/(RP+RS) # do not change this +DaR = (1-ERaR)/(1+ERaR) # do not change this +TaR = 0.5*(1+ERaR) # do not change this +# NEW --- Additional ND filter transmission (attenuation) during the calibration (only important for statistical errors) +TCalT, dTCalT, nTCalT = 1, 0.01, 0 # transmitting path, default 1, 0, 0 +TCalR, dTCalR, nTCalR = 0.1, 0.001, 0 # reflecting path, default 1, 0, 0 + +# +++ Orientation of the PBS with respect to the reference plane (see Improvements_of_lidar_correction_ghk_ver.0.9.8_190124.pdf) +# Y = +1: polarisation in reference plane is finally transmitted, +# Y = -1: polarisation in reference plane is finally reflected. +Y = +1. + +# +++ Calibrator +# --- Calibrator Type used; defined by matrix values below +TypeC = 3 #Type of calibrator: 1 = mechanical rotator; 2 = hwp rotator (fixed retardation); 3 = linear polarizer; 4 = qwp; 5 = circular polarizer; 6 = real HWP calibration +-22.5° +# --- Calibrator Location +LocC = 3 #location of calibrator: 1 = behind laser; 2 = behind emitter; 3 = before receiver; 4 = before PBS +# --- MC Calibrator parameters +if TypeC == 1: #mechanical rotator + DiC, dDiC, nDiC = 0., 0., 0 # Diattenuation + TiC = 1. + RetC, dRetC, nRetC = 0., 0., 0 # Retardance in degrees + RotC, dRotC, nRotC = 0., 0.1, 1 #constant calibrator rotation offset epsilon + # Rotation error without calibrator: if False, then epsilon = 0 for normal measurements + RotationErrorEpsilonForNormalMeasurements = True # is in general True for TypeC == 1 calibrator +elif TypeC == 2: # HWP simulated by rotator without retardance! + DiC, dDiC, nDiC = 0., 0., 0 # Diattenuation; ideal 0.0 + TiC = 1. + RetC, dRetC, nRetC = 180., 0., 0 # Retardance in degrees + #NOTE: use here twice the HWP-rotation-angle + RotC, dRotC, nRotC = 0.0, 0.1, 1 #constant calibrator rotation offset epsilon + RotationErrorEpsilonForNormalMeasurements = True # is in general True for TypeC == 2 calibrator +elif TypeC == 3: # linear polarizer calibrator. Diattenuation DiC = (1-ERC)/(1+ERC); ERC = extinction ratio of calibrator + DiC, dDiC, nDiC = 0.9998, 0.00019, 1 # Diattenuation; ideal 1.0 + TiC = 0.4 # ideal 0.5 + RetC, dRetC, nRetC = 0., 180., 0 # Retardance in degrees + RotC, dRotC, nRotC = 0.0, 0.1, 0 #constant calibrator rotation offset epsilon + RotationErrorEpsilonForNormalMeasurements = False # is in general False for TypeC == 3 calibrator +elif TypeC == 4: # QWP calibrator + DiC, dDiC, nDiC = 0.0, 0., 0 # Diattenuation; ideal 0.0 + TiC = 1.0 # ideal 0.5 + RetC, dRetC, nRetC = 90., 0., 0 # Retardance in degrees + RotC, dRotC, nRotC = 0.0, 0.1, 1 #constant calibrator rotation offset epsilon + RotationErrorEpsilonForNormalMeasurements = False # is False for TypeC == 4 calibrator +elif TypeC == 6: # real half-wave plate rotator calibration at +-22.5° => rotated_diattenuator_X22x5deg.odt + DiC, dDiC, nDiC = 0., 0., 0 # Diattenuation; ideal 0.0 + TiC = 1. + RetC, dRetC, nRetC = 180., 0., 0 # Retardance in degrees + #Note: use real HWP angles here + RotC, dRotC, nRotC = 0.0, 0.1, 1 #constant calibrator rotation offset epsilon + RotationErrorEpsilonForNormalMeasurements = True # is in general True for TypeC == 6 calibrator +else: + print ('calibrator not implemented yet') + sys.exit() + +# --- LDRCal assumed atmospheric linear depolarization ratio during the calibration measurements in calibration range with almost clean air (first guess) +LDRCal,dLDRCal,nLDRCal= 0.2, 0.15, 1 # spans most of the atmospheric depolarisation variability +# LDRCal,dLDRCal,nLDRCal= 0.009, 0.005, 1 # spans the interference filter influence + +# ==================================================== +# NOTE: there is no need to change anything below. +# ==================================================== +# !!! don't change anything in this section !!! +bPlotEtax = False # plot error histogramms for Etax +# NEW *** Only for signal noise errors *** +nNCal = 0 # error nNCal, calibration signals: one-sigma (fixed) in nNCal steps to left and right +nNI = 0 # error nNI, 0° signals: one-sigma (fixed) in nNI steps to left and right; NI signals are calculated from NCalT and NCalR in main programm, but noise is assumed to be independent. + +# --- number of photon counts in the signal summed up in the calibration range during the calibration measurements +NCalT = 28184 # default 1e6, assumed the same in +45° and -45° signals; counts with ND-filter TCalT +NCalR = 28184 # default 1e6, assumed the same in +45° and -45° signals; counts with ND-filter TCalR +NILfac = 2 # (relative duration (laser shots) of standard (0°) measurement to calibration measurements) * (range of std. meas. smoothing / calibration range); example: 100000#/5000# * 100/1000 = 2 + # LDRmeas below will be used to calculate IR and IT of 0° signals. +# calculate signal counts only from parallel 0° signal assuming the same electronic amplification in both channels; overwrites above values +CalcFrom0deg = True +NI = 1e5 #number of photon counts in the parallel 0°-signal + +if(CalcFrom0deg): + # either eFactT or eFacR is = 1 => rel. amplification + eFacT = 1 # rel. amplification of transmitted channel, approximate values are sufficient; def. = 1 + eFacR = 10 # rel. amplification of reflected channel, approximate values are sufficient; def. = 1 + NILfac = 2 # (relative duration (laser shots) of standard (0°) measurement to calibration measurements) * (range of std. meas. smoothing / calibration range); example: 100000#/5000# * 100/1000 = 2 + + NCalT = NI / NILfac * TCalT * eFacT # photon counts in transmitted signal during calibration + NCalR = NI / NILfac * TCalR * eFacR # photon counts in reflected signal during calibration + # LDRmeas below will be used to calculate IR and IT of 0° signals. +# NEW *** End of signal noise error parameters *** + + +# --- LDRtrue for simulation of measurement => LDRsim +LDRtrue = 0.004 +LDRtrue2 = 0.004 + +# --- measured LDRm will be corrected with calculated parameters GHK +LDRmeas = 0.3 + +# --- this is just for correct transfer of the variables to the main file +Qin0, dQin, nQin = Qin, dQin, nQin +Vin0, dVin, nVin = Vin, dVin, nVin +RotL0, dRotL, nRotL = RotL, dRotL, nRotL +# Emitter +DiE0, dDiE, nDiE = DiE, dDiE, nDiE +RetE0, dRetE, nRetE = RetE, dRetE, nRetE +RotE0, dRotE, nRotE = RotE, dRotE, nRotE +# Receiver +DiO0, dDiO, nDiO = DiO, dDiO, nDiO +RetO0, dRetO, nRetO = RetO, dRetO, nRetO +RotO0, dRotO, nRotO = RotO, dRotO, nRotO +# Calibrator +DiC0, dDiC, nDiC = DiC, dDiC, nDiC +RetC0, dRetC, nRetC = RetC, dRetC, nRetC +RotC0, dRotC, nRotC = RotC, dRotC, nRotC +# PBS +TP0, dTP, nTP = TP, dTP, nTP +TS0, dTS, nTS = TS, dTS, nTS +RetT0, dRetT, nRetT = RetT, dRetT, nRetT + +ERaT0, dERaT, nERaT = ERaT, dERaT, nERaT +RotaT0,dRotaT,nRotaT= RotaT,dRotaT,nRotaT + +RP0, dRP, nRP = RP, dRP, nRP +RS0, dRS, nRS = RS, dRS, nRS +RetR0, dRetR, nRetR = RetR, dRetR, nRetR + +ERaR0, dERaR, nERaR = ERaR, dERaR, nERaR +RotaR0,dRotaR,nRotaR= RotaR,dRotaR,nRotaR + +LDRCal0,dLDRCal,nLDRCal=LDRCal,dLDRCal,nLDRCal \ No newline at end of file